Fix appearance of multiline wxCheckBox with non-standard colours in wxMSW.
[wxWidgets.git] / src / msw / app.cpp
2012-10-13  Vadim ZeitlinUse a "hidden" dialog, not frame, in sync wxExecute...
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2011-03-22  Vadim ZeitlinAdd wxUSE_THREADS checks around wxMSW functions dealing...
2011-03-14  Vadim ZeitlinAllow wxThread::Wait() and Delete() to block, even...
2010-11-16  Vadim ZeitlinAdd more checks for wxUSE_DYNLIB_CLASS to wxMSW.
2010-10-26  Vadim ZeitlinDon't dispatch messages while waiting in worker thread...
2010-08-15  Vadim ZeitlinFix wxMSW compilation in wxUSE_STL==1 case.
2010-08-10  Vadim ZeitlinRevert MSW window classes uniquification patch.
2010-02-25  Vadim ZeitlinUse wxGetInstance() instead of wxhInstance in wxMSW...
2009-09-24  Julian SmartApplied #11236: Event from thread not processed
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-05-24  Vadim Zeitlinremove wxMSW-specific (but copied into wxPalm too)...
2009-03-09  Vadim Zeitlinno real changes, just correct a comment (closes #10563)
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-04  Vadim Zeitlinanother compilation fix to switch in DoYield()
2009-02-04  Vadim Zeitlincompilation fixes to DoYield() after latest changes
2009-02-04  Francesco Montorsiupdate to the latest version of the patch at #10320...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-01-18  Vadim Zeitlinmove ClassRegInfo out from anonymous namespace to work...
2008-12-29  Francesco Montorsiuse a common m_isInsideYield flag instead of static...
2008-12-17  Vadim Zeitlinimplement wxLoadedDLL, a safer alternative to wxDL_GET_...
2008-12-17  Vadim Zeitlinadded .c_str() to wxStrlcpy() calls to fix wxUSE_STL...
2008-11-29  Vadim Zeitlincleanup the Win32 window classes registration code...
2008-11-29  Vadim Zeitlinget rid of CE-specific code for class name registration...
2008-11-29  Vadim Zeitlinadd safe wxStrlcpy() function and replaced all wxStrncp...
2008-11-20  Vadim Zeitlindon't load comctl32.dll, just get the handle of the...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-07-10  Vadim Zeitlinmake wxApp::Yield() exception-safe
2008-06-07  Vadim Zeitlinmore compilation fixes for VC6 (#9492)
2008-05-28  Vadim Zeitlinfix assert in ANSI build in wxConsoleStderr::GetCommand...
2008-05-27  Vadim Zeitlinfix some harmless compilation in (release) MSVC build
2008-05-23  Vadim Zeitlinimprove wxMessageOutputBest console output under Window...
2008-05-17  Julian SmartCast for argument to delete[] - VC6 doesn't want to...
2008-05-16  Stefan NeisEnsure that wxApp::Yield is always processing pending...
2008-05-11  Vadim Zeitlinmake class names used for our windows unique between...
2008-04-23  Vadim Zeitlinprevent all our windows from being destroyed in wxApp...
2008-04-15  Vadim Zeitlinexecute the usual cleanup code from EVT_END_SESSION...
2008-03-02  Vadim Zeitlindon't post WM_NULL if there is already a WM_NULL in...
2008-02-28  Vadim Zeitlinmore /Wp64 warning fixes: mostly use UINT_PTR instead...
2008-02-24  Vadim Zeitlinalways return 471 from wxApp::GetComCtl32Version()...
2008-02-24  Vadim Zeitlindon't include wx/msw/dc.h from wx/msw/private.h, this...
2007-12-31  Vadim Zeitlinremoved support for Salford compiler (which was almost...
2007-12-03  Paul Cornettremove unneccessary header dependencies on wx/thread.h
2007-12-02  Vadim Zeitlinadded wxApp::GetShell32Version() to test for shell32...
2007-11-30  Robert RoeblingDC reorganization
2007-07-27  Vadim Zeitlinmany compilation fixes for WinCE using VC8 (it now...
2007-07-21  Vadim Zeitlinfixes for building wxMSW with --disbale-all-features
2007-07-12  Vadim Zeitlinfix unused parameter warning in OnIdle()
2007-07-08  Paul Cornettprocess pending wx events before sending idle events
2007-06-11  Václav Slavíkuse wx/crt.h as the 'official' header for wxCRT wrapper...
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-04-21  Vadim Zeitlinremoved extraneous semicolons
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2007-02-13  Włodzimierz SkibaMake QS_ALLPOSTMESSAGE available everywhere regardless...
2007-02-13  Włodzimierz SkibaWinCE build fix.
2007-02-02  Vadim Zeitlindon't wait for Windows messages in WaitForThread()...
2007-02-02  Vadim Zeitlindon't wake up on Windows messages when waiting for...
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
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...
next