wxWidgets/src/msw
1999-11-17 22:33:52 +00:00
..
ole 1. wxFileDataObject fixes from Ricky Gonzales - seems to work, so demo added 1999-11-04 02:39:19 +00:00
.cvsignore ignore these 1999-07-17 18:21:41 +00:00
accel.cpp Various fixes for various compilers... 1999-11-07 18:34:36 +00:00
app.cpp Added wxWakeUpIdle() for MSW and empty stubs for Motif, OS2, and Mac 1999-11-17 21:02:45 +00:00
bitmap.cpp wxBitmap::LoadFile and SaveFile now uses wxImage's methods in case there is no wxBitmap handler for given type 1999-11-17 22:33:52 +00:00
bmpbuttn.cpp 1. wxBitmap copy ctor and operator=() taking wxIcon added 1999-11-14 02:22:27 +00:00
brush.cpp Added progdlgg.cpp to makefiles; fixed true/false in treectrl.h; made IsFree 1999-06-02 14:08:08 +00:00
button.cpp 1. wxFileDataObject fixes from Ricky Gonzales - seems to work, so demo added 1999-11-04 02:39:19 +00:00
caret.cpp warnings for mingw32 compilation fixed 1999-10-13 18:52:05 +00:00
checkbox.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
checklst.cpp 1. undid my wrong fix to wxWindowBase::Centre 1999-11-13 00:30:45 +00:00
choice.cpp Added check for sel == -1 1999-11-03 10:08:03 +00:00
clipbrd.cpp small corrections for dnd code and added wxFileDataObject demo to the sample 1999-11-03 00:32:11 +00:00
colordlg.cpp The last drops of WINE. 1999-06-09 18:09:47 +00:00
colour.cpp wxColour(const char *) ctor related modifications 1998-10-20 14:35:22 +00:00
combobox.cpp Added check for sel == -1 1999-11-03 10:08:03 +00:00
control.cpp 1. fixed wxStaticBox background erasing (or, rather, restored the old bug) 1999-11-15 01:19:46 +00:00
curico.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
cursor.cpp Added CS_OWNDC fix to wxGLCanvas and corrected sample makefiles 1999-10-28 11:35:45 +00:00
data.cpp 1. wxPostEvent added and documented 1999-10-17 01:18:49 +00:00
dc.cpp 1. wxApp::ProcessPendingEvents() is now common, added appcmn.cpp and 1999-10-18 15:14:52 +00:00
dcclient.cpp Cleaned up paint DC cache in ~wxPaintDC to avoid spurious memory warning 1999-11-05 15:04:31 +00:00
dcmemory.cpp compilation fix for !WX_PRECOMP 1999-10-18 14:55:17 +00:00
dcprint.cpp warnings for mingw32 compilation fixed 1999-10-13 18:52:05 +00:00
dcscreen.cpp 1. changed spelling error in wxTR_HAS_VARIABLE_HEIGHT (missing 'E') 1999-07-23 23:41:45 +00:00
dde.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
dialog.cpp 1. wxMenu changes: wxMenuBase appears, several new functions for dynamic menu 1999-11-02 01:25:43 +00:00
dialup.cpp Small changes 1999-11-06 19:43:45 +00:00
dib.cpp Cosmetic changes in setup0.h; Latex edits; PaletteSize -> wxPaletteSize; 1999-10-25 13:46:48 +00:00
dibutils.cpp more mingw32 warnings fixed 1999-10-14 12:02:03 +00:00
dirdlg.cpp #included log.h 1999-11-11 13:33:24 +00:00
dragimag.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
dummy.cpp Getting various compilers to work with wxWin again 1999-06-09 18:16:38 +00:00
dummydll.cpp Cured some small doc typos; some WIN16 fixes; transferred DLL WinMain to 1999-02-10 22:44:53 +00:00
filedlg.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
font.cpp 1. undid my wrong fix to wxWindowBase::Centre 1999-11-13 00:30:45 +00:00
fontdlg.cpp Various fixes for various compilers... 1999-11-07 18:34:36 +00:00
fontenum.cpp (old) mingw32 compilation fixes 1999-11-12 14:58:35 +00:00
fontutil.cpp Added some makefiles, fixed a BC++ problem in controls.cpp; changed some class 1999-11-06 17:12:10 +00:00
frame.cpp wxFrameBase class for wxMSW and wxGTK 1999-11-16 21:31:40 +00:00
gauge95.cpp Made changes to allow build with new mingw32/gcc-2.95 1999-08-04 00:42:51 +00:00
gaugemsw.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
gdiobj.cpp added some wxMSW stuff 1998-05-20 14:12:05 +00:00
gsocket.c Stupid bug in GAddress initialization prevented BCC to work. (I still 1999-10-27 10:44:40 +00:00
helpwin.cpp include <wx/...> => include "wx/..." 1999-11-02 15:50:22 +00:00
icon.cpp A few weeks of Unicode fixes (my old win95 laptop compiles sloowly, 1999-06-14 14:39:11 +00:00
imaglist.cpp Fixed inverse masking on MSW imagelist 1999-11-03 03:52:12 +00:00
iniconf.cpp CW5.2 Pro Adaptions, wxMac starting to move in 1999-11-05 09:16:09 +00:00
joystick.cpp include <wx/...> => include "wx/..." 1999-11-02 15:50:22 +00:00
listbox.cpp 1. undid my wrong fix to wxWindowBase::Centre 1999-11-13 00:30:45 +00:00
listctrl.cpp 1. wxFontMapper seems to work for wxMSW 1999-11-06 00:43:31 +00:00
main.cpp The last drops of WINE. 1999-06-09 18:09:47 +00:00
Makefile.am Added strconv 1999-08-08 11:31:18 +00:00
makefile.b32 patches from Ricky Gonzales <gonzales@pyramid3.net> for BC++ Builder 1999-11-15 13:57:22 +00:00
makefile.bcc wizard.h added to the list of headers 1999-11-15 13:29:04 +00:00
makefile.dos wizard.h added to the list of headers 1999-11-15 13:29:04 +00:00
makefile.g95 wizard.h added to the list of headers 1999-11-15 13:29:04 +00:00
makefile.g295 Regenerated from tmake after editing filelist.txt to add gridg.h 1999-10-14 05:41:22 +00:00
makefile.sc wizard.h added to the list of headers 1999-11-15 13:29:04 +00:00
makefile.sl Added progdlgg.cpp to makefiles; fixed true/false in treectrl.h; made IsFree 1999-06-02 14:08:08 +00:00
makefile.twn Added a few #if wxUSE_XXX 1999-06-15 20:21:59 +00:00
makefile.vc wizard.h added to the list of headers 1999-11-15 13:29:04 +00:00
makefile.wat wizard.h added to the list of headers 1999-11-15 13:29:04 +00:00
mdi.cpp wxFrameBase class for wxMSW and wxGTK 1999-11-16 21:31:40 +00:00
menu.cpp wxMenu::callback stuff taken inside WXWIN_COMPATIBILITY_2 (everybody should 1999-11-15 14:04:06 +00:00
menuitem.cpp wxMenuItem::IsChecked() corrected 1999-11-02 16:07:24 +00:00
metafile.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
minifram.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
msgdlg.cpp Made wxNO_DEFAULT set the "no" button as the default, according to the docs 1999-09-13 02:50:35 +00:00
nativdlg.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
notebook.cpp Added m_nSelection = -1 fixes to RemovePage, DeleteAllPages (from Scott Newham) 1999-11-09 01:53:44 +00:00
ownerdrw.cpp 1. undid my wrong fix to wxWindowBase::Centre 1999-11-13 00:30:45 +00:00
palette.cpp WINE is so fine. 1999-06-09 00:32:07 +00:00
pen.cpp Finished MingW32 makefiles 1999-07-23 18:50:12 +00:00
penwin.cpp some fixes after global _T() => T() change 1999-10-07 14:07:48 +00:00
pnghand.cpp include <wx/...> => include "wx/..." 1999-11-02 15:50:22 +00:00
printdlg.cpp 1. wxMSW seems to work (please test and send your bug reports!) 1999-05-19 00:53:27 +00:00
printwin.cpp warnings for mingw32 compilation fixed 1999-10-13 18:52:05 +00:00
radiobox.cpp warnings for mingw32 compilation fixed 1999-10-13 18:52:05 +00:00
radiobut.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
regconf.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
region.cpp Attempt at getting mingw32 working again... still doesn't work 1999-06-05 05:00:23 +00:00
registry.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
salford.lnk Added wxchar.cpp/.obj 1999-04-12 20:44:57 +00:00
scrolbar.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
settings.cpp TWIN32 compatibility added; wxMotif uses wxGTK's wxPostScriptDC; 1999-01-19 18:23:02 +00:00
slider95.cpp include <wx/...> => include "wx/..." 1999-11-02 15:50:22 +00:00
slidrmsw.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
spinbutt.cpp Added some makefiles, fixed a BC++ problem in controls.cpp; changed some class 1999-11-06 17:12:10 +00:00
spinctrl.cpp Added some makefiles, fixed a BC++ problem in controls.cpp; changed some class 1999-11-06 17:12:10 +00:00
statbmp.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
statbox.cpp 1. fixed wxStaticBox background erasing (or, rather, restored the old bug) 1999-11-15 01:19:46 +00:00
statbr95.cpp wxMSW fixes after wxFrameBase change - seems to work ok too by now 1999-11-16 23:09:32 +00:00
statline.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
stattext.cpp 1. wxBitmap copy ctor and operator=() taking wxIcon added 1999-11-14 02:22:27 +00:00
tabctrl.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
taskbar.cpp include <wx/...> => include "wx/..." 1999-11-02 15:50:22 +00:00
tbar95.cpp wxFrameBase class for wxMSW and wxGTK 1999-11-16 21:31:40 +00:00
tbarmsw.cpp wxFrameBase class for wxMSW and wxGTK 1999-11-16 21:31:40 +00:00
textctrl.cpp 1. undid my wrong fix to wxWindowBase::Centre 1999-11-13 00:30:45 +00:00
thread.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
timer.cpp wxTimer/timercmn.cpp change 1999-11-12 19:19:38 +00:00
tooltip.cpp 1. wxFontMapper seems to work for wxMSW 1999-11-06 00:43:31 +00:00
treectrl.cpp Misc small fixes 1999-11-09 01:52:28 +00:00
utils.cpp OutputDebugStringW95 removed - it's really unnecessary - and the references to 1999-11-12 15:15:14 +00:00
utilsexc.cpp 1. wxFontMapper seems to work for wxMSW 1999-11-06 00:43:31 +00:00
wave.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
window.cpp 1. wxFileDataObject fixes from Ricky Gonzales - seems to work, so demo added 1999-11-04 02:39:19 +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
xpmhand.cpp MSW compilation (and other) fixes 1999-10-04 22:55:10 +00:00