More deprecated class mods
[wxWidgets.git] / src / msw / app.cpp
2003-03-31  Julian SmartMore deprecated class mods
2003-03-25  Vadim Zeitlincall wxApp::OnExit() when wxExit() is called and don...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-25  Vadim Zeitlinremoved warnings about using the deprecated functions...
2003-01-25  Ron LeeDon't default to using bitmap.
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2003-01-07  Julian SmartApplied patch [ 662321 ] Port of wxWindows to Wine
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-10  Julian SmartApplied patch [ 606713 ] Removes a warning from cygwin...
2002-09-07  Vadim Zeitlindon't overwrite the app name with argv[0] if it had...
2002-08-15  Vadim Zeitlinthe app doesn't exit any more if a dialog is shown...
2002-07-29  Mattia Barbonw32api 2.0 will have shlwapi.h
2002-07-26  Julian SmartDon't fail to register remaining window classes if
2002-05-30  Vadim Zeitlinremoved some duplicate code, no real changes
2002-04-01  Vadim Zeitlinrestored full redraw on repain behaviour by default...
2002-03-24  Václav Slavíkmove wxApp::GetStdIcon to wxArtProvider
2002-02-04  Vadim Zeitlinfixed for compilation without wxUSE_WCHAR_T and minor...
2002-01-04  Julian SmartCorrected (maybe) the object.h token syntax; corrected...
2001-12-17  Václav Slavíkcomment clarification
2001-12-17  Václav Slavíkmaking wxMSW MSLU(unicows)-friendly
2001-11-30  Vadim Zeitlinset app name to argv[0] by default, as was done before
2001-11-30  Julian SmartFixed bug in wxConvertDIBToBitmap (contributed)
2001-11-29  Julian SmartDon't convert args if NULL
2001-11-28  Julian SmartFixing wxMicroWindows compilation
2001-11-25  Vadim Zeitlinadded wxCmdLineParser::ConvertStringToArgs(), wxApp...
2001-11-23  Vadim Zeitlinfixed UMR (patch #484863)
2001-11-02  Vadim Zeitlinreplaced wxList for storing HWND <-> wxWindow with...
2001-10-19  Vadim Zeitlinadded wxApp::Yield()
2001-09-22  Václav Slavíkmingw compilation fix
2001-08-24  Vadim Zeitlinfix for calling GetWindowLong(NULL hwnd)
2001-08-22  Vadim Zeitlinadded UnregisterWindowClasses() (patch 447443)
2001-08-05  Vadim Zeitlinfixed processing of the implicit wxTextCtrl accelerator...
2001-08-05  Vadim Zeitlinfixed kbd handling in wxFindReplaceDialog
2001-08-01  Vadim ZeitlinVain attempts to make kbd navigation work inside find...
2001-07-13  Julian SmartFixed typo in cache management code
2001-07-11  Julian SmartMade DC cacheing less obstrusive
2001-07-07  Vadim Zeitlinapplied patch 439186 (mingw and VC5 fixes)
2001-07-02  Julian SmartVarious wxUniversal/wxMicroWindows fixes
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-08  Julian SmartSupport for Cygwin 1.0 (thought it worked before, but...)
2001-06-08  Julian SmartAltered the message loop to process implicit accelerato...
2001-06-08  Vadim Zeitlinreplaced wxYield() call in PopupMenu() by a much safer...
2001-05-17  Vadim Zeitlinmerged fixes for accel and command event non propagatio...
2001-05-16  Julian SmartApplied patch #421073 (making setup options work)
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-02-22  Julian SmartAdded wxYieldIfNeeded
2001-01-11  Vadim Zeitlinallow people use modal dialogs in wxApp::OnInit
2001-01-02  Julian SmartAdded filename.cpp to .dsp files
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-19  Vadim Zeitlin1. corrected HAVE_PW_GECOS detection in configure ...
2000-03-19  Julian SmartSome VC++ makefile fixes; minor comment mods to setup0.h
2000-03-19  Vadim Zeitlincompilation fix for anything different from VC++
2000-03-19  Vadim Zeitlin1. fixed crash in wxDateTime::ParseDate
2000-03-17  Unknown (MT)no message
2000-03-11  Robin DunnDid splitting of wxEntry for wxMSW. Not nearly as...
2000-03-10  Julian SmartSmall fixes for Tex2RTF but alas, we still get memory...
2000-03-08  Julian SmartMade VC++ makefiles and project files a bit more consistent
2000-02-25  Vadim Zeitlin1. cursor fixes: frame does have hand cursor in the...
2000-02-22  Vadim Zeitlinadded wxLog::Suspend/Resume and wxYield() uses them...
2000-02-20  Guillermo Rodrigue... Process all pending events before starting to delete...
2000-02-14  Vadim Zeitlinfixes for compilation with the old mingw32, wxUSE_NORLA...
2000-02-01  Vadim Zeitlintrying to make wxYield() more threads friendly
2000-01-30  Vadim ZeitlinwxDialog change (Show() completely rewritten, modal...
2000-01-23  Vadim Zeitlin1. '\n's in tooltip messages are handled (replaced...
2000-01-10  Guillermo Rodrigue... Fixed from Mumit Khan to allow DLL compilation for...
2000-01-03  Ove KaavenBC++ 5 does not have Unicode version of GetProcAddress.
1999-12-22  Vadim Zeitlin1. wxBase compiles under BeOS
1999-12-16  Vadim Zeitlinsome more consts here and there
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-10  Vadim Zeitlincompilation fix for headers without _WIN32_IE
1999-12-04  Vadim Zeitlin1. wxGetOsDescription() function added
1999-12-03  Stefan CsomorwxMSW update for CW, wxMac updated
1999-11-27  Vadim Zeitlin1. wxThread changes (detached/joinable) for MSW and...
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added
1999-11-17  Robin DunnAdded wxWakeUpIdle() for MSW and empty stubs for Motif...
1999-11-04  Vadim Zeitlin1. wxFileDataObject fixes from Ricky Gonzales - seems...
1999-11-03  Julian SmartAdded check for sel == -1
1999-11-01  Julian SmartTidied some docs, made VC++ 6 DLL compilation work...
1999-10-29  Robin DunnAdded WXDLLEXPORT to wxWndProc definition so wxGLCanvas...
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-10-17  Vadim Zeitlin1. wxPostEvent added and documented
1999-10-10  Vadim ZeitlinwxSpinCtrl
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-09  J. Russell SmythChanges to allow OLE to compile under mingw32/gcc-2.95
1999-08-04  J. Russell SmythMade changes to allow build with new mingw32/gcc-2.95
1999-07-27  Vadim ZeitlinwxNO_FULL_REPAINT_ON_RESIZE logic for wxMSW
1999-07-22  Vadim Zeitlin1. added wxGetNumberFromUser (to textdlgg.cpp and dialo...
1999-07-12  Václav Slavík*** empty log message ***
1999-07-08  Vadim Zeitlincompilation fix
1999-07-06  Vadim Zeitlin1. wxAppBase class appers, wxApp in wxGTK and wxMSW...
1999-07-05  Karsten BallüderMade icons configurable via a wxMApp virtual function...
1999-06-23  Vadim Zeitlindlg navigation keys work even when combobox has focus
1999-06-17  Vadim Zeitlin1. wxDialogs are now destroyed when they go out of...
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-09  Robert Roebling The last drops of WINE.
1999-06-09  Vadim Zeitlin1. wxPaintDC reuse now seems to actually work instead...
1999-06-08  Robert Roebling Chianti, Pinot noir, WINE..
1999-06-01  Vadim Zeitlincompilation fixes
next