wxPlatformInfo (patch 1532064)
[wxWidgets.git] / src / msw / app.cpp
2006-08-13  Vadim ZeitlinwxPlatformInfo (patch 1532064)
2006-05-26  Paul Cornettmove some data definitions to more appropriate places
2006-05-21  Włodzimierz SkibaInclude wx/icon.h according to precompiled headers...
2006-04-19  Włodzimierz SkibaInclude wx/dynarray.h according to precompiled headers...
2006-04-08  Vadim Zeitlinchanged DoMessageFromThreadWait() to not block if there...
2006-03-03  Vadim Zeitlinmove the code freeing temporary argv array to wxEntry...
2006-02-11  Julian SmartApplied patch [ 1417709 ] wxFSVolume produces error...
2006-01-21  Julian SmartCompile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set...
2005-12-19  Włodzimierz Skiba__WIN95__ removed (used to differ win3.1 vs. 'modern...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-04  Vadim Zeitlinremoved more remains of wxUSE_PENWINDOWS
2005-08-04  Vadim Zeitlinremoved wxUSE_PENWINDOWS (and its misspellings), it...
2005-07-28  Vadim Zeitlindon't include shlwapi.h as it might be not available...
2005-07-24  Vadim Zeitlincorrected misleading comment about DllGetVersion()
2005-06-20  Vadim Zeitlincompilation fix for wxUSE_OLE==0 for WinCE
2005-06-06  Vadim Zeitlincheck for Unicode being used under Win9x much earlier...
2005-04-14  Julian SmartForgot to remove #endif
2005-04-14  Julian SmartTry to find comctl32.dll version even if we don't have...
2005-04-14  Julian SmartAdded back shlwapi.h inclusion with comment
2005-04-13  Julian SmartUnnecessary shwlapi.h inclusion removed
2005-03-18  Julian SmartAdded WXK_SPECIAL... keycodes for special hardware...
2005-03-16  Julian SmartAdded wxWINDOWS_POCKETPC, wxWINDOWS_SMARTPHONE
2005-03-11  Vadim Zeitlinextracted code calling {Ole|Co}[Un]Initialize() to...
2005-01-17  Vadim Zeitlinremove obsolete wxUSE_CTL3D code
2004-12-02  Ryan Nortonfix shared msw builds
2004-11-16  Vadim Zeitlinmade default background colour BTNFACE (so that panels...
2004-09-18  Vadim Zeitlinconstruct brush used for painting disabled bitmap butto...
2004-09-12  Vadim Zeitlinfixed VC6 compilation
2004-09-11  Vadim Zeitlinadded a missing delete which resulted in a small memory...
2004-08-18  Włodzimierz SkibawxApp::GetComCtl32Version seems possible and works...
2004-08-18  Włodzimierz SkibaSource cleaning.
2004-07-21  Vadim Zeitlincreate the disabled button brush if we're not using...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-19  Robert Roebling Code for single instance and bring-to-top under CE.
2004-03-30  Vadim Zeitlinimplemented wxApp::OnExceptionInMainLoop()
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2003-09-27  Vadim Zeitlinremoved wxApp::Initialized() (replaced with a dummy...
2003-09-20  Vadim Zeitlinfixed cleanup order to behave correctly in presence...
2003-09-17  Vadim Zeitlinremoved wxMsgArray definition (now in evtloop.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
next