wxWidgets/src/msw
Vadim Zeitlin 05815ab32f added wxUSE_FSVOLUME
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-02-24 00:19:01 +00:00
..
ole Merges from Scitech Branch (George Davison): 2002-02-07 18:46:31 +00:00
.cvsignore ignore these 1999-07-17 18:21:41 +00:00
accel.cpp first pass of wxUniv merge - nothing works, most parts don't even compile 2001-06-26 20:59:19 +00:00
app.cpp fixed for compilation without wxUSE_WCHAR_T and minor cleanups associated with this 2002-02-04 22:33:52 +00:00
bitmap.cpp fixed incorrect calls to SelectObject(hdc, NULL) 2002-01-05 01:34:29 +00:00
bmpbuttn.cpp first pass of wxUniv merge - nothing works, most parts don't even compile 2001-06-26 20:59:19 +00:00
brush.cpp total wxBrush cleanup: made private stuff private, fixed data (un)sharing, create HBRUSH on demand only, added asserts/checks 2002-02-04 01:35:30 +00:00
button.cpp removed unused test code (no real changes) 2002-02-20 00:22:30 +00:00
caret.cpp first pass of wxUniv merge - nothing works, most parts don't even compile 2001-06-26 20:59:19 +00:00
checkbox.cpp use the new wxSystemSettings API everywhere 2002-01-08 23:53:01 +00:00
checklst.cpp 1. fixed typo ('&' instead of '|') in wxNotebook 2001-07-07 22:42:35 +00:00
choice.cpp Applied patch to implement wxChoice::SetString and to not send leave events 2002-01-27 10:05:49 +00:00
clipbrd.cpp Fixes for GNUPro 00r1 2002-01-04 17:36:18 +00:00
colordlg.cpp Updates to fix Watcom C/C++ 11.0 compiler warning problems. Now compiles 2001-05-02 19:48:15 +00:00
colour.cpp Various wxUniversal/wxMicroWindows fixes 2001-07-02 13:22:19 +00:00
combobox.cpp use the new wxSystemSettings API everywhere 2002-01-08 23:53:01 +00:00
control.cpp 1. always create the buttons with WS_CLIPSIBLINGS style, this prevetns them 2002-02-20 00:02:51 +00:00
curico.cpp Updates to fix Watcom C/C++ 11.0 compiler warning problems. Now compiles 2001-05-02 19:48:15 +00:00
cursor.cpp wxCursor(wxImage) added (Chris Elliott, patch 517439) 2002-02-21 15:22:58 +00:00
data.cpp 1. made wxDebugMsg, wxError and wxFatalError deprecated (still available 2002-02-22 18:18:36 +00:00
dc.cpp implemented wxWindowDC and wxClientDC::GetSize() properly (fixes bug #503022) 2002-02-23 21:32:45 +00:00
dcclient.cpp implemented wxWindowDC and wxClientDC::GetSize() properly (fixes bug #503022) 2002-02-23 21:32:45 +00:00
dcmemory.cpp 1. fixes to wxDC deleting logic (should fix ~wxPrinterDC leak), some code 2001-04-09 01:22:48 +00:00
dcprint.cpp Latest updates from SciTech code tree including numerous warning fixes for 2001-07-31 17:50:16 +00:00
dcscreen.cpp 1. fixes to wxDC deleting logic (should fix ~wxPrinterDC leak), some code 2001-04-09 01:22:48 +00:00
dde.cpp 1. some more tests in console 2000-10-19 23:50:07 +00:00
dialog.cpp use the new wxSystemSettings API everywhere 2002-01-08 23:53:01 +00:00
dialup.cpp removed dependency on windows.h from dynload.h 2001-12-29 14:50:36 +00:00
dib.cpp Fixed incorrect deletion of hPalette if the call to wxReadDIB() fails 2001-12-02 22:54:38 +00:00
dibutils.cpp Updates to fix Watcom C/C++ 11.0 compiler warning problems. Now compiles 2001-05-02 19:48:15 +00:00
dir.cpp added wxDir::Traverse 2001-05-19 00:58:05 +00:00
dirdlg.cpp Fixes for GNUPro 00r1 2002-01-04 17:36:18 +00:00
dragimag.cpp use the new wxSystemSettings API everywhere 2002-01-08 23:53:01 +00:00
dummy.cpp Some VC++ makefile fixes; minor comment mods to setup0.h 2000-03-19 14:47:13 +00:00
dummydll.cpp Cured some small doc typos; some WIN16 fixes; transferred DLL WinMain to 1999-02-10 22:44:53 +00:00
enhmeta.cpp Updates to fix Watcom C/C++ 11.0 compiler warning problems. Now compiles 2001-05-02 19:48:15 +00:00
evtloop.cpp added wxEventLoop::GetActive() 2001-08-12 22:10:20 +00:00
fdrepdlg.cpp making wxMSW MSLU(unicows)-friendly 2001-12-17 00:28:31 +00:00
filedlg.cpp more MSLU fixes and moved MSLU stuff into separate file 2002-02-17 23:35:18 +00:00
files.lst more MSLU fixes and moved MSLU stuff into separate file 2002-02-17 23:29:25 +00:00
font.cpp implemented IsFixedWidth() correctly for MSW 2002-01-26 22:29:37 +00:00
fontdlg.cpp part of the fix to the initial colour selection in the font picker dialog (the real fix was the change to wxColourToRGB() in msw/private.h) 2002-02-23 21:54:18 +00:00
fontenum.cpp Merges from Scitech Branch (George Davison): 2002-02-07 18:46:31 +00:00
fontutil.cpp use DEFAULT_CHARSET instead of ANSI_CHARSET 2002-01-26 22:25:14 +00:00
frame.cpp added EVT_MENU_OPEN and EVT_MENU_CLOSE events 2002-02-23 23:16:32 +00:00
gauge95.cpp Support for Cygwin 1.0 (thought it worked before, but...) 2001-06-08 15:04:00 +00:00
gaugemsw.cpp Mutiple updates from SciTech for wxWindows including the following: 2001-10-17 22:25:56 +00:00
gdiimage.cpp undid my fix for loading 16x16 icons which results in ugly results when loaing 32x32 ones because LoadImage() scales them badly 2002-02-14 22:05:14 +00:00
gdiobj.cpp removed USE_SHARED_LIBRARY(IES) 1999-12-14 23:57:30 +00:00
glcanvas.cpp compilation fix after m_lDlgCode removal 2002-02-06 13:41:28 +00:00
gsocket.c More build system polishing.. mostly. Some stuff ported over from 2001-09-28 07:00:13 +00:00
gsockmsw.c Unicode compilation fixes 2001-10-03 23:36:47 +00:00
helpbest.cpp Unicode compilation fixes. 2001-09-20 22:07:21 +00:00
helpchm.cpp removed dependency on windows.h from dynload.h 2001-12-29 14:50:36 +00:00
helpwin.cpp Added wxHelpControllerHelpProvider, added DisplayContextPopup, DisplayTextPopup 2000-09-12 14:53:39 +00:00
icon.cpp IMPLEMENT_DYNAMIC_CLASS fixes 2002-02-06 01:42:02 +00:00
imaglist.cpp 0. extracted toolbar colour mapping stuff to its own function 2002-01-13 23:04:11 +00:00
iniconf.cpp suppress some warnings appearing in the optimized build only 2001-12-19 01:56:38 +00:00
joystick.cpp Support for Cygwin 1.0 (thought it worked before, but...) 2001-06-08 15:04:00 +00:00
listbox.cpp bugfix for SetString in a wxCheckListBox 2002-02-11 23:11:53 +00:00
listctrl.cpp fix for (MSLU?) BEGIN/ENDEDITLABEL in Unicode build 2002-02-23 13:22:03 +00:00
main.cpp First pass at adding MicroWindows support 2001-06-29 10:58:59 +00:00
makebase.vc dummy(dll).obj is now created in wxWin/$D rather than wxWin/src/msw/$D 2002-01-15 20:32:23 +00:00
makefile.b32 more MSLU fixes and moved MSLU stuff into separate file 2002-02-17 23:29:25 +00:00
makefile.bcc more MSLU fixes and moved MSLU stuff into separate file 2002-02-17 23:29:25 +00:00
makefile.dos more MSLU fixes and moved MSLU stuff into separate file 2002-02-17 23:29:25 +00:00
makefile.g95 more MSLU fixes and moved MSLU stuff into separate file 2002-02-17 23:29:25 +00:00
makefile.mic More tinkering 2001-12-21 18:15:53 +00:00
makefile.sc more MSLU fixes and moved MSLU stuff into separate file 2002-02-17 23:29:25 +00:00
makefile.sl Removed references to helpxlp 2002-01-29 23:21:50 +00:00
makefile.twn Added a few #if wxUSE_XXX 1999-06-15 20:21:59 +00:00
makefile.vc more MSLU fixes and moved MSLU stuff into separate file 2002-02-17 23:29:25 +00:00
makefile.wat more MSLU fixes and moved MSLU stuff into separate file 2002-02-17 23:29:25 +00:00
mdi.cpp fixes for MSWGetCreateWindowFlags signature change 2002-02-17 22:44:29 +00:00
menu.cpp fixed assert failure when removing a menu 2001-12-04 01:29:21 +00:00
menuitem.cpp IMPLEMENT_DYNAMIC_CLASS fixes 2002-02-06 01:42:02 +00:00
metafile.cpp merged 2.2 branch 2000-07-15 19:51:35 +00:00
microwin.c More tweaks to wxMicroWi 2001-12-22 19:43:44 +00:00
mimetype.cpp first pass of wxUniv merge - nothing works, most parts don't even compile 2001-06-26 20:59:19 +00:00
minifram.cpp fixes for compilation with the old mingw32, wxUSE_NORLANDER_HEADERS is always 2000-02-14 18:21:21 +00:00
msgdlg.cpp make msg boxes without parent owned by top level app window 2000-10-10 13:08:59 +00:00
mslu.cpp more MSLU fixes and moved MSLU stuff into separate file 2002-02-17 23:35:18 +00:00
nativdlg.cpp changed/centralized window creation code to allow wxTLW work in wxUniv 2001-10-07 22:17:24 +00:00
notebook.cpp fixed wxNotebook bg colour 2001-10-27 00:24:11 +00:00
ownerdrw.cpp more MSLU fixes and moved MSLU stuff into separate file 2002-02-17 23:35:18 +00:00
palette.cpp added wxUSE_PALETTE and fixed compilation with it set to 0 2001-09-30 22:06:39 +00:00
pen.cpp don't use wxTheXXXList in wxXXX ctor/dtor, only objects explicitly created 2001-11-20 18:40:03 +00:00
penwin.cpp some fixes after global _T() => T() change 1999-10-07 14:07:48 +00:00
printdlg.cpp merged 2.2 branch 2000-07-15 19:51:35 +00:00
printwin.cpp Updates to fix Watcom C/C++ 11.0 compiler warning problems. Now compiles 2001-05-02 19:48:15 +00:00
radiobox.cpp don't return HTCLIENT for radiobox - this breaks redrawing under Windows XP 2002-01-31 21:48:25 +00:00
radiobut.cpp added missing header. 2002-01-21 21:30:45 +00:00
regconf.cpp wxConfig clean up and bug fix for record defaults 2001-12-14 00:58:59 +00:00
region.cpp changed CloneRefData() to take a const pointer 2002-02-04 01:34:18 +00:00
registry.cpp added an explicit accessor to query the default key value 2002-01-21 15:52:03 +00:00
salford.lnk Added wxchar.cpp/.obj 1999-04-12 20:44:57 +00:00
scrolbar.cpp first pass of wxUniv merge - nothing works, most parts don't even compile 2001-06-26 20:59:19 +00:00
settings.cpp removed GetString(), it doesn't belong here 2002-02-01 19:30:01 +00:00
slider95.cpp IMPLEMENT_DYNAMIC_CLASS fixes 2002-02-06 01:42:02 +00:00
slidrmsw.cpp Added wxUSE_NUMBERDLG to setup.h; added some files to VC++ project files; 2001-06-27 11:55:33 +00:00
snglinst.cpp Latest updates from SciTech code tree including numerous warning fixes for 2001-07-31 17:50:16 +00:00
spawnbrowser.cpp Latest updates from SciTech code tree including numerous warning fixes for 2001-07-31 17:50:16 +00:00
spinbutt.cpp Support for Cygwin 1.0 (thought it worked before, but...) 2001-06-08 15:04:00 +00:00
spinctrl.cpp Removed memory leak 2001-08-02 17:16:56 +00:00
statbmp.cpp * Fixed wxStaticBitmap::SetBitmap so that it does not ignore the mask 2001-11-06 21:16:02 +00:00
statbox.cpp don't inherit the controls colours from the parent - at least for the background colour this is not the right thing to do 2002-02-20 00:21:26 +00:00
statbr95.cpp Windows XP appearance fixes for status and tool bars (bug 501585) 2002-01-28 01:38:39 +00:00
statline.cpp misc fixes for (absense of) the borders 2002-02-22 00:48:52 +00:00
stattext.cpp fixed redraw problems in wxStaticText 2001-12-19 01:27:26 +00:00
tabctrl.cpp Support for Cygwin 1.0 (thought it worked before, but...) 2001-06-08 15:04:00 +00:00
taskbar.cpp fixed wxTaskBarIcon compilation 2001-11-21 23:39:26 +00:00
tbar95.cpp Fixed toolbar crash for MinGW/Cygwin 2002-02-16 20:19:16 +00:00
tbarmsw.cpp Added DECLARE/IMLEMENT_CLASS for wxToolBarBase 2000-10-06 16:52:29 +00:00
textctrl.cpp misc fixes for (absense of) the borders 2002-02-22 00:48:52 +00:00
tglbtn.cpp Applied patch #420395 (adding wxCLIP_SIBBLINGS capability -- but not by default) 2001-05-16 11:14:37 +00:00
thread.cpp Added wxThread::GetCurrentId(), which returns an ID for the current 2002-01-16 06:28:11 +00:00
timer.cpp First pass at adding MicroWindows support 2001-06-29 10:58:59 +00:00
tooltip.cpp Added RTTI macros to wxToolTip 2001-07-14 03:23:30 +00:00
toplevel.cpp better handling for the style changing during run-time 2002-02-17 22:43:43 +00:00
treectrl.cpp refresh the item whose image depends on the expanded/collapsed state after expanding it to ensure that it is shown correctly 2002-02-16 15:32:10 +00:00
utils.cpp 1. made wxDebugMsg, wxError and wxFatalError deprecated (still available 2002-02-22 18:18:36 +00:00
utilsexc.cpp Mutiple updates from SciTech for wxWindows including the following: 2001-10-17 22:25:56 +00:00
version.rc copyright update 2002-01-06 14:51:28 +00:00
volume.cpp added wxUSE_FSVOLUME 2002-02-24 00:19:01 +00:00
wave.cpp first pass of wxUniv merge - nothing works, most parts don't even compile 2001-06-26 20:59:19 +00:00
window.cpp misc fixes for (absense of) the borders 2002-02-22 00:48:52 +00:00
winestub.c wxWINE fixes. 1999-06-10 10:21:05 +00:00
wx.def added some wxMSW stuff 1998-05-20 14:12:05 +00:00
wxb32.def * some C++ness correction in wxStream. 1998-09-08 17:19:16 +00:00