Add wxProcess::SetPriority() to allow setting the priority of child processes.
[wxWidgets.git] / src / msw / ownerdrw.cpp
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2010-01-26  Vadim ZeitlinAnother compilation fix for wxMSW without PCH.
2010-01-23  Vadim ZeitlinImprove wxCheckListBox appearance under Vista/Win7.
2010-01-23  Vadim ZeitlinRefactor owner-drawing code.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-05-06  Paul Cornettdraw focus rect for wxCheckListBox item
2009-05-06  Paul Cornettfix off-by-one size of wxCheckListBox item draw rect
2009-01-31  Vadim Zeitlinuse margin width after updating it in OnMeasureItem...
2009-01-26  Vadim Zeitlininclude missing header (wx/msw/wrapcctl.h) for PCH...
2009-01-25  Vadim Zeitlinadd wxDrawStateBitmap() (closes #10289)
2008-09-05  Vadim Zeitlinextract wrapper for SystemParametersInfo(SPI_GETNONCLIE...
2008-02-25  Vadim Zeitlinadded more includes of wx/msw/dc.h needed since r52054...
2008-01-26  Vadim Zeitlinfix assert when using owner-drawn menu items with the...
2008-01-07  Vadim Zeitlininitialize wxMSWSystemMenuFontModule stuff on demand...
2008-01-07  Vadim Zeitlinadjust the minimal menu item height to be lesser than...
2007-11-30  Robert RoeblingDC reorganization
2007-05-05  Paul Cornettbuild fix
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-01-15  Vadim Zeitlinadded wx/image.h to fix non-PCH compilation after last...
2007-01-14  Vadim Zeitlincorrected drawing of the bitmaps for the disabled menu...
2006-10-31  Vadim Zeitlinuse SelectObjectAsSource when we don't need to modify...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-06-19  Włodzimierz SkibaInclude wx/menuitem.h according to precompiled headers...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-08  Włodzimierz SkibaInclude wx/dcmemory.h according to precompiled headers...
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
2006-01-18  Julian SmartReverted semicolons patch
2006-01-18  Julian SmartApplied patch [ 1399013 ] More removals of extraneous...
2005-09-25  Vadim Zeitlinreplaced gs_menuItems hack with a wxOwnerDrawn::m_isMen...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-15  Vadim Zeitlincompilation fix for wxUSE_STL=1 and mingw
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-06-07  Vadim Zeitlindon't draw edge around the bitmap for pseudo owner...
2005-06-07  Vadim ZeitlinVC6 (harmless) warning fix
2005-06-07  Vadim Zeitlinsupport not-quite-owner-drawn mode when we draw only...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-17  Dimitri Schoolwerthapplied patch #1185523: "Replace GetTextExtentPoint...
2005-02-20  Julian SmartFix for compilo
2005-02-19  Vadim Zeitlinmore visual improvements to owner-drawn menus (patch...
2005-02-12  Julian SmartApplied [ 1059554 ] patch for [1028659] fixes a couple...
2004-10-22  Kevin HockDocumentation patch from Olly Betts
2004-08-31  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxNOT_FOUND, ::, TRUE...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-10-16  Vadim Zeitlinpatch 816178 and tons of other fixes to owner drawn...
2003-09-30  Vadim Zeitlindon't draw raised border around disabled bitmaps (patch...
2003-09-22  Vadim Zeitlinadded wxOwnerDrawn::SetOwnerDrawn() and SetDisabledBitm...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-06-03  Vadim Zeitlinadded missing module.h include (bug 748158)
2003-05-23  Julian SmartApplied patch [ 736322 ] Remove TWINE support, merge...
2003-05-21  Julian SmartApplied patch [ 731656 ] Owner draw menu icons
2003-05-19  Václav Slavíkcompilation fix
2003-05-04  Julian SmartApplied updated patch [ 731719 ] Owner draw font leak...
2003-05-03  Julian SmartApplied patch [ 731719 ] Owner draw font leak/overuse
2003-05-02  Chris ElliottMacro swicth from SC to SYMANTEC
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-12-30  Vadim Zeitlincompilation warning fixes (patch 651719)
2002-12-09  Julian SmartApplied patch [ 642172 ] Fix menu accelerators in ownerdrw
2002-12-07  Vadim Zeitlinfix (?) for small menu item bitmaps (bug 635438)
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-08  Julian SmartApplied patch [ 592363 ] Owner Draw Round 2 fixes
2002-08-04  Julian SmartApplied patch from Benjamin Williams to improve
2002-05-16  Vadim Zeitlinfixed the selection rectangle drawing (was off by 1)
2002-02-17  Václav Slavíkmore MSLU fixes and moved MSLU stuff into separate...
2002-02-15  Václav Slavíkmore MSLU fixes
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-10-17  Kendall BennettMutiple updates from SciTech for wxWindows including...
2001-05-21  Vadim Zeitlintried to fix the accel string drawing in the owner...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-02-13  George TaskerFixes display of bitmaps in owner drawn controls (like...
2001-01-28  George TaskerFixed buffer overrun in call to wxStripMenuCodes()
2000-09-12  Julian SmartAdded wxHelpControllerHelpProvider, added DisplayContex...
2000-01-18  George TaskerChanged code to allow for removal of the #include ...
1999-12-16  Guillermo Rodrigue... Added #if wxUSE_OWNER_DRAWN
1999-11-13  Vadim Zeitlin1. undid my wrong fix to wxWindowBase::Centre
1999-10-24  Julian SmartMore Watcom C++ compilation stuff
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-13  Unknown (MT)blit using icon mask
1999-08-12  Julian SmartwxBook additions; added a couple of pixels in menu...
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-05  Brian MacyAttempt at getting mingw32 working again... still doesn...
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-01-19  Julian SmartTWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-10-16  Unknown (UG)no message
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-07-17  Vadim Zeitlinthe very last traces of wxTString removed
1998-07-17  Julian SmartAdded STRICT corrections.
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-02  Julian SmartVarious changes for 16-bit compilation
1998-05-20  Karsten Ballüderadded some wxMSW stuff