wxWidgets/src/msw
2006-04-10 01:17:49 +00:00
..
ole Warning fix. 2006-03-23 10:11:05 +00:00
wince replaced all int/size_t indices in wxControlWithItems API with unsigned int (committing on behalf of ABX) 2006-03-23 22:05:23 +00:00
.cvsignore
accel.cpp make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
app.cpp changed DoMessageFromThreadWait() to not block if there are no messages, this avoids the need for sending a dummy WM_NULL from the thread wait loop (replaces patch 1459812) 2006-04-08 22:51:42 +00:00
basemsw.cpp Use old licence name 2004-05-23 20:53:33 +00:00
bitmap.cpp added semicolons after wxCHECK()s (part of patch 1450705) 2006-03-21 14:16:34 +00:00
bmpbuttn.cpp disallow creation of wxDC objects and made wxDC an ABC; use wxDCTemp instead of wxDC in wx code; fixed WinCE bug with deleting a DC which should be released in wxListBox::MSWOnMeasure() 2005-12-25 02:34:42 +00:00
brush.cpp great copy ctor/assignment operators cleanup by Paul Cornett (patch 1307665) 2006-02-09 00:51:23 +00:00
button.cpp Must strip menu codes from labels before measuring (fixes bug 1400552) 2006-01-18 16:16:36 +00:00
caret.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
checkbox.cpp Must strip menu codes from labels before measuring (fixes bug 1400552) 2006-01-18 16:16:36 +00:00
checklst.cpp replaced all int/size_t indices in wxControlWithItems API with unsigned int (committing on behalf of ABX) 2006-03-23 22:05:23 +00:00
choice.cpp Reverted wxChoice size fix due to problems in W2K and below 2006-03-30 09:21:11 +00:00
clipbrd.cpp don't clear clipboard if it was changed by another application since we used it (patch 1436601) 2006-03-09 13:59:31 +00:00
colordlg.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
colour.cpp great copy ctor/assignment operators cleanup by Paul Cornett (patch 1307665) 2006-02-09 00:51:23 +00:00
combobox.cpp Make wxPASSWORD and wxPROCESS_ENTER really deprecated. 2006-03-28 11:02:37 +00:00
control.cpp Make wx{List,Tree}Ctrl resize their standard font if the user changes the system font. 2006-02-24 14:19:12 +00:00
crashrpt.cpp Fix for older version of VC7 2005-06-02 20:58:18 +00:00
cursor.cpp Compile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set to 0 2006-01-21 16:47:30 +00:00
data.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
datectrl.cpp wxTinderbox build fix (!PCH support). 2006-03-12 13:03:40 +00:00
dc.cpp Corrected wrong include 2006-03-15 09:50:37 +00:00
dcclient.cpp Warning fixes for VC5 (Igor Korot) 2006-02-12 12:16:56 +00:00
dcmemory.cpp Deprecate wxDC::{Begin,End}Drawing() 2006-02-05 11:59:59 +00:00
dcprint.cpp __WIN95__ removed (used to differ win3.1 vs. 'modern' 95 look, nowadays always defined for WXMSW so useless). Minor cleanings and corrections for correct #includes. 2005-12-19 10:47:44 +00:00
dcscreen.cpp Start/EndDrawingOnTop are still used under Motif, don't deprecate them 2005-12-25 12:52:53 +00:00
dde.cpp Reverted semicolons patch 2006-01-18 16:45:41 +00:00
debughlp.cpp Compile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set to 0 2006-01-21 16:47:30 +00:00
dialog.cpp Removed every usage of obsolete wxTLW flags. 2.6 compatibility markup for them. 2006-03-31 18:07:22 +00:00
dialup.cpp Warning fixes for VC5 (Igor Korot) 2006-02-12 12:16:56 +00:00
dib.cpp renamed GlobalPtr to GlobalPtrLock 2005-07-29 11:17:28 +00:00
dir.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
dirdlg.cpp Cleanup 2006-01-18 22:02:49 +00:00
display.cpp don't compile DirectDraw code when wxUSE_DIRECTDRAW==0 (patch 1461271); set wxUSE_DIRECTDRAW to 0 by default 2006-03-30 23:49:34 +00:00
dlmsw.cpp compilation fix: last commit broke non-Win64 compilation 2005-05-22 17:55:30 +00:00
dragimag.cpp Mobile 5 Smartphone fixes 2006-03-16 11:03:26 +00:00
dummy.cpp Name and version changes 2004-05-23 14:56:36 +00:00
dummydll.cpp
enhmeta.cpp implemented wxDC::DoGetSize() correctly for metafile DC classes 2005-12-25 13:06:05 +00:00
evtloop.cpp improved wxMac event loop implementation and refactored the code to share it with wxMSW 2006-01-12 23:06:26 +00:00
fdrepdlg.cpp fix gcc4 warning for wndproc casts (patch 1431939) 2006-03-09 13:18:50 +00:00
filedlg.cpp code cleanup 2005-12-14 14:08:19 +00:00
font.cpp great copy ctor/assignment operators cleanup by Paul Cornett (patch 1307665) 2006-02-09 00:51:23 +00:00
fontdlg.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
fontenum.cpp FontEnum fix: use NULL for global enumeration. 2006-03-09 23:36:32 +00:00
fontutil.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
frame.cpp Removed every usage of obsolete wxTLW flags. 2.6 compatibility markup for them. 2006-03-31 18:07:22 +00:00
gauge95.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
gdiimage.cpp more extra semicolons removed (patch 1303724) 2005-09-25 11:16:57 +00:00
gdiobj.cpp Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h. 2006-01-26 16:50:23 +00:00
glcanvas.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
gsocket.cpp Rearrange and simplify read and error checks, and remove use of MSG_PEEK that is unneeded and not supported on CE anyway [ Modified & Expanded Patch 1428745 ] 2006-02-22 01:55:43 +00:00
gsockmsw.cpp Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h. 2006-01-26 16:50:23 +00:00
helpbest.cpp __WIN95__ removed (used to differ win3.1 vs. 'modern' 95 look, nowadays always defined for WXMSW so useless). Minor cleanings and corrections for correct #includes. 2005-12-19 10:47:44 +00:00
helpchm.cpp __WIN95__ removed (used to differ win3.1 vs. 'modern' 95 look, nowadays always defined for WXMSW so useless). Minor cleanings and corrections for correct #includes. 2005-12-19 10:47:44 +00:00
helpwin.cpp __WIN95__ removed (used to differ win3.1 vs. 'modern' 95 look, nowadays always defined for WXMSW so useless). Minor cleanings and corrections for correct #includes. 2005-12-19 10:47:44 +00:00
icon.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
imaglist.cpp Typo fix 2006-01-21 17:38:46 +00:00
iniconf.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
joystick.cpp Missing wxUSE_JOYSTICK markup (#1369478). 2005-11-30 07:43:06 +00:00
listbox.cpp replaced all int/size_t indices in wxControlWithItems API with unsigned int (committing on behalf of ABX) 2006-03-23 22:05:23 +00:00
listctrl.cpp don't generate wxEVT_CONTEXT_MENU messages for right clicks in the list control header 2006-04-10 01:17:49 +00:00
main.cpp move the code freeing temporary argv array to wxEntry(HINSTANCE) overload to avoid doing it twice in some cases 2006-03-03 23:06:54 +00:00
makebase.b32 regenerated project/makefiles with tmake 2003-06-24 01:24:12 +00:00
makebase.vc Removing deprecated classes 2003-03-30 22:47:33 +00:00
makefile.dos regenerated project/makefiles with tmake 2003-06-24 01:24:12 +00:00
makefile.mic Licence line 2004-11-22 20:57:03 +00:00
makefile.sc fix makefile for digitalmars to build joytest sample 2003-09-03 14:16:40 +00:00
makefile.sl Removed obsolete ODBC classes. 2003-03-23 20:34:36 +00:00
makefile.twn Removed obsolete ODBC classes. 2003-03-23 20:34:36 +00:00
mdi.cpp Removed every usage of obsolete wxTLW flags. 2.6 compatibility markup for them. 2006-03-31 18:07:22 +00:00
mediactrl_am.cpp Warning fix. 2006-03-23 10:11:05 +00:00
mediactrl_wmp10.cpp Ryan's cumulative wxActiveX and media control patch (1427775) 2006-02-10 19:37:40 +00:00
mediactrl.cpp Applied patch [ 1443707 ] kill "cast truncates constant value" warnings 2006-03-11 14:33:25 +00:00
menu.cpp Add menus even if we have no menubar HMENU (Windows Mobile 5.0 can't retrieve it). 2006-03-15 09:55:55 +00:00
menuitem.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
metafile.cpp Deprecate wxDC::{Begin,End}Drawing() 2006-02-05 11:59:59 +00:00
microwin.c Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
mimetype.cpp Line-up interfaces to use size_t for GetCount()s (and count related api). 2006-03-12 15:14:12 +00:00
minifram.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
msgdlg.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
mslu.cpp fix bug sf [ 1327872 ] Borland and mslu.cpp problem 2005-12-13 13:43:52 +00:00
nativdlg.cpp __WIN95__ removed (used to differ win3.1 vs. 'modern' 95 look, nowadays always defined for WXMSW so useless). Minor cleanings and corrections for correct #includes. 2005-12-19 10:47:44 +00:00
notebook.cpp Replace deprecated wxNB_* flags with wxBK_* used in last commit. 2006-02-12 08:43:01 +00:00
ownerdrw.cpp Warning fixes for VC5 (Igor Korot) 2006-02-12 12:16:56 +00:00
palette.cpp wxPalette unified. Source cleaning. 2005-10-06 14:37:43 +00:00
pen.cpp Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h. 2006-01-26 16:50:23 +00:00
penwin.cpp Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h. 2006-01-26 16:50:23 +00:00
popupwin.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
printdlg.cpp Applied patch [ 1345297 ] Crash with MSW wxPrintDialog when pressed OK. 2006-01-17 09:53:14 +00:00
printwin.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
radiobox.cpp replaced all int/size_t indices in wxControlWithItems API with unsigned int (committing on behalf of ABX) 2006-03-23 22:05:23 +00:00
radiobut.cpp Must strip menu codes from labels before measuring (fixes bug 1400552) 2006-01-18 16:16:36 +00:00
regconf.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
region.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
registry.cpp Initialize values (uninitialized variables reported to cause problems on WinME) 2005-12-06 19:07:28 +00:00
renderer.cpp Applied patch [ 1389709 ] XP theme support for DrawHeaderButton, DrawTreeItemButton 2006-01-17 15:41:26 +00:00
salford.lnk Removed 16-bit gauge code (Microsoft) 2003-03-23 18:49:12 +00:00
scrolbar.cpp __WIN95__ removed (used to differ win3.1 vs. 'modern' 95 look, nowadays always defined for WXMSW so useless). Minor cleanings and corrections for correct #includes. 2005-12-19 10:47:44 +00:00
settings.cpp Mobile 5 Smartphone fixes 2006-03-16 11:03:26 +00:00
slider95.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
snglinst.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
sound.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
spinbutt.cpp added semicolons after wxCHECK()s (part of patch 1450705) 2006-03-21 14:16:34 +00:00
spinctrl.cpp Applied patch [ 1374215 ] Bug fix to wxSpinCtrl for Windows 2006-01-17 16:47:55 +00:00
stackwalk.cpp don't give error message if we failed to get the stack, this doesn't mean anything to the user 2005-08-03 23:57:00 +00:00
statbmp.cpp Don't use Windows handles directly in headers 2006-01-19 07:37:18 +00:00
statbox.cpp Fix bug where labels were multicoloured if their length > box width using XP with a non-default colour. 2006-02-23 13:50:39 +00:00
statbr95.cpp Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h. 2006-01-26 16:50:23 +00:00
statline.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
stattext.cpp applied patch #1348053 "[msw] Strip mnemonics when calc best size for static text" 2005-11-16 12:06:54 +00:00
stdpaths.cpp discard the debug directories at the end of the executable path automatically in debug builds to allow running the programs without installing them 2006-03-25 18:31:44 +00:00
tabctrl.cpp fixed wxUSE_TABDIALOG/TAB_DIALOG confusion and other fixes to prevent wxTabCtrl from being built into the library unnecessarily (patch 1416049) 2006-02-09 00:28:34 +00:00
taskbar.cpp __WIN95__ removed (used to differ win3.1 vs. 'modern' 95 look, nowadays always defined for WXMSW so useless). Minor cleanings and corrections for correct #includes. 2005-12-19 10:47:44 +00:00
tbar95.cpp Reset the position when auto-sizing toolbar 2006-04-01 18:16:17 +00:00
textctrl.cpp generate wxEVT_COMMAND_TEXT_ENTER for multiline controls too 2006-03-08 00:23:36 +00:00
tglbtn.cpp Must strip menu codes from labels before measuring (fixes bug 1400552) 2006-01-18 16:16:36 +00:00
thread.cpp changed DoMessageFromThreadWait() to not block if there are no messages, this avoids the need for sending a dummy WM_NULL from the thread wait loop (replaces patch 1459812) 2006-04-08 22:51:42 +00:00
timer.cpp Reverted semicolons patch 2006-01-18 16:45:41 +00:00
tooltip.cpp Applied [ 1425529 ] Tooltip was not removed on deletion 2006-03-11 14:22:55 +00:00
toplevel.cpp Centering maximized wxTLWs on screen should do nothing. 2006-03-23 13:00:06 +00:00
treectrl.cpp Back to unsigned int count in wxTreeCtrl. 2006-03-24 23:46:43 +00:00
urlmsw.cpp Applied patch [ 1394164 ] Update wxWinINetURL to use wxURI 2006-01-18 11:25:47 +00:00
utils.cpp use wxDiskspaceSize_t which is long and not wxLongLong if wxUSE_LONGLONG==0 (part of patch 1203970) 2006-02-11 16:21:14 +00:00
utilsexc.cpp Minor improvements and cleanings after recent WinCE fix. 2005-11-24 20:16:31 +00:00
utilsgui.cpp more extra semicolons removed (patch 1303724) 2005-09-25 11:16:57 +00:00
uxtheme.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
version.rc Use wxSUBRELEASE_NUMBER for the file version, not wxBETA_NUMBER. Also 2006-01-21 22:39:46 +00:00
volume.cpp Compile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set to 0 2006-01-21 16:47:30 +00:00
window.cpp Final and global PRIOR/NEXT change: keep consistency using only PAGE versions, deprecate old ids, remove rest of build problems with case statemets. 2006-03-27 12:25:17 +00:00
winestub.c Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !!/!IsEmpty(), TRUE/true. FALSE/false, tabs, whitespaces. 2004-09-07 11:11:05 +00:00