wxWidgets/src/msw
2006-01-23 16:38:07 +00:00
..
ole Remove the busy-wait loops in wxAMMediaBackend::Play as they didn't 2006-01-17 04:20:56 +00:00
wince Checkable items in wxToolMenuBarTool supported. 2006-01-19 22:03:03 +00:00
.cvsignore
accel.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
app.cpp Compile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set to 0 2006-01-21 16:47:30 +00:00
basemsw.cpp Use old licence name 2004-05-23 20:53:33 +00:00
bitmap.cpp Compile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set to 0 2006-01-21 16:47:30 +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 Fix for mistake with const for non pointer/reference with corrections in documentation. 2005-10-04 18:14:41 +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 Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
choice.cpp wxItemContainerImmutable::FindString unified. 2005-09-27 17:05:26 +00:00
clipbrd.cpp Set HTML data even in Unicode mode 2005-11-05 10:25:59 +00:00
colordlg.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
colour.cpp Added missing include 2006-01-18 09:59:59 +00:00
combobox.cpp fixed wxComboBox::Clear to clear stored value 2005-12-01 12:55:34 +00:00
control.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
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 Compile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set to 0 2006-01-21 16:47:30 +00:00
dc.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
dcclient.cpp more extra semicolons removed (patch 1303724) 2005-09-25 11:16:57 +00:00
dcmemory.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +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 more extra semicolons removed (patch 1303724) 2005-09-25 11:16:57 +00:00
dialup.cpp don't log error if connection has been already terminated in HangUp() (patch 1243184) 2005-07-28 21:15:53 +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 wxDisplay support for wxWinCE port. 2005-12-10 14:40:26 +00:00
dlmsw.cpp compilation fix: last commit broke non-Win64 compilation 2005-05-22 17:55:30 +00:00
dragimag.cpp Compile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set to 0 2006-01-21 16:47:30 +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 for bug #1266745 and #1387725 in the wxFindReplaceDialog on MSW. 2005-12-22 23:33:08 +00:00
filedlg.cpp code cleanup 2005-12-14 14:08:19 +00:00
font.cpp added missing consts and pass objects by const reference instead of by value (patch 1205869) 2005-09-24 21:43:15 +00:00
fontdlg.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
fontenum.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
fontutil.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
frame.cpp extracted wxFrame::MSWTranslateMessage() implementation into new MSWDoTranslateMessage so that it can be reused by wxMDIChildFrame; this allows to pass the correct window to ::TranslateAccelerator() and fix UI updating of the MDI child menu items (bug 1214439) 2006-01-23 16:38:07 +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 Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
glcanvas.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
gsocket.cpp set error to GSOCK_TIMEOUT if the socket timed out (modified and extended patch 1303554) 2005-09-24 22:31:55 +00:00
gsockmsw.cpp Various source cleanings. 2005-11-09 20:14:39 +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 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
listctrl.cpp Enable wxListCtrl in report mode to be able to use images in other 2006-01-17 02:13:06 +00:00
main.cpp removed DllMain(): we don't even compile it with any compiler but VC8 and with VC8 it results in a crash; we need another way to make it possible to use wx DLL from another DLL, this one is flawed 2005-12-19 14:34:12 +00:00
makebase.b32
makebase.vc
makebase.wat
makefile.dos
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
makefile.twn
mdi.cpp extracted wxFrame::MSWTranslateMessage() implementation into new MSWDoTranslateMessage so that it can be reused by wxMDIChildFrame; this allows to pass the correct window to ::TranslateAccelerator() and fix UI updating of the MDI child menu items (bug 1214439) 2006-01-23 16:38:07 +00:00
mediactrl.cpp Remove the busy-wait loops in wxAMMediaBackend::Play as they didn't 2006-01-17 04:20:56 +00:00
menu.cpp InsertMenuItem can be used by submenus having bitmaps also 2006-01-08 13:28:52 +00:00
menuitem.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
metafile.cpp implemented wxDC::DoGetSize() correctly for metafile DC classes 2005-12-25 13:06:05 +00:00
microwin.c Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
mimetype.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +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 Compile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set to 0 2006-01-21 16:47:30 +00:00
ownerdrw.cpp Reverted semicolons patch 2006-01-18 16:45:41 +00:00
palette.cpp wxPalette unified. Source cleaning. 2005-10-06 14:37:43 +00:00
pen.cpp Fix for mistake with const for non pointer/reference with corrections in documentation. 2005-10-04 18:14:41 +00:00
penwin.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +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 Must strip menu codes from labels before measuring (fixes bug 1400552) 2006-01-18 16:16:36 +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
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 [1231183] 'cleanup: mismatched indentation' and other cleanings. 2005-07-22 17:13:46 +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 Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +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 Must strip menu codes from labels before measuring (fixes bug 1400552) 2006-01-18 16:16:36 +00:00
statbr95.cpp WinCE compile fix 2006-01-17 19:56:51 +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 Compile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set to 0 2006-01-21 16:47:30 +00:00
tabctrl.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
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 Compile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set to 0 2006-01-21 16:47:30 +00:00
tbarmsw.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
textctrl.cpp Fixed bug #778299 - wxTE_RICH2 causes SetValue to show control. 2006-01-19 15:27:17 +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 Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
timer.cpp Reverted semicolons patch 2006-01-18 16:45:41 +00:00
tooltip.cpp Due to wxStringBase::CopyBeforeWrite() we need to resend modified 'multiline' text. 2005-06-14 17:43:45 +00:00
toplevel.cpp minor cleanup 2006-01-07 06:30:25 +00:00
treectrl.cpp [ 1357527 ] Cast to void to silence GCC's warnings. 2005-12-01 11:05:31 +00:00
urlmsw.cpp Applied patch [ 1394164 ] Update wxWinINetURL to use wxURI 2006-01-18 11:25:47 +00:00
utils.cpp Build and run ::wxGetUserName() silently with unusual configs. 2005-11-23 12:04:42 +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 Improve extended key handling code readability. 2006-01-23 10:01:46 +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