]> git.saurik.com Git - wxWidgets.git/history - src/msw/app.cpp
use wxEventLoop in wxApp under wxMSW; factored out common code from wxX11/wxMotif...
[wxWidgets.git] / src / msw / app.cpp
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-08-16  Mattia Barbon MSVC 5 compilation fixes.
2003-08-14  Chris Elliottfix bugs when compiling with dmars
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-03  Vadim Zeitlinadded wrapper for <commctrl.h> as well
2003-08-02  Václav Slavíkreturn wxToolkitInfo by reference and not by pointer
2003-08-02  Václav Slavíkreplaced wxAppTraits::GetOSVersion with GetToolkitInfo...
2003-08-01  Vadim Zeitlinadded and documented wxDYNLIB_FUNCTION
2003-08-01  Vadim Zeitlindo *not* redefine DLLVERSIONINFO struct here; do define...
2003-07-18  Mattia Barbon MSVC 5 compilation fixes.
2003-07-14  Julian SmartRationalised OnIdle
2003-07-13  Julian SmartImprovements to OnIdle processing
2003-07-11  Julian SmartMore WinCE mods
2003-07-11  Julian SmartMore WinCE mods
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-07-02  Vadim Zeitlingot rid of wxBuffer (finally!!!)
2003-06-30  Vadim Zeitlinmore work on fixing wxEntry() and ANSI/Unicode cmd...
2003-06-30  Vadim Zeitlinextracted common initialization/cleanup functions in...
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-06-18  Chris Elliottfix DMars compilation to use precompiled headers
2003-06-01  Julian SmartApplied patch [ 619705 ] Fixes wxApp::GetComCtl32Version
2003-05-23  Julian SmartApplied patch [ 736322 ] Remove TWINE support, merge...
2003-05-02  Chris ElliottMacro swicth from SC to SYMANTEC
2003-04-19  Chris Elliottupdate to make digitalmars link - I really don't like...
2003-04-02  Julian SmartApplied some of patch [ 688466 ] MSVC7 build & bug...
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
next