Correct erasing of background behind controls in a toolbar in wxMSW.
[wxWidgets.git] / src / msw / toolbar.cpp
2013-09-04  Vadim ZeitlinCorrect erasing of background behind controls in a...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-02-10  Vadim ZeitlinCompilation fix for !wxHAS_MSW_BACKGROUND_ERASE_HOOK...
2012-07-25  Václav SlavíkwxMSW: Use TBSTYLE_AUTOSIZE for toolbar buttons with...
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2012-05-02  Dimitri SchoolwerthFixed parts of toolbar background not being drawn with...
2012-03-04  Vadim ZeitlinFix stretchable spaces in wxToolBar after tool removal...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-02-27  Dimitri SchoolwerthFixed drawing glitch with vertical MSW toolbars.
2011-02-27  Vadim ZeitlinSpecify correct size for disabled image list in wxMSW...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-04-25  Václav SlavíkDeclare various WXH* handles compatibly with SDK.
2010-01-18  Vadim ZeitlinDon't set stretchable spacers size to 0, this doesn...
2009-12-23  Vadim ZeitlinErase toolbar background even if it doesn't contain...
2009-12-22  Vadim ZeitlinFinally really correct background erasing for wxMSW...
2009-12-18  Vadim ZeitlinDon't draw over dummy separators in MSW toolbar, just...
2009-12-18  Vadim ZeitlinDon't force themed background for wxToolBar under MSW...
2009-12-18  Vadim ZeitlinRestore the use of the correct brush for toolbar backgr...
2009-12-10  Vadim ZeitlinAdd support for stretchable spaces to wxToolBar.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-06-23  Vadim Zeitlinadjust the toolbar tools bitmap size to fit the biggest...
2009-04-26  Vadim ZeitlinWinCE compilation fix: ifdef out HandlePaint() (see...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-04  Vadim Zeitlinrestore the default bitmap icons size to 16*15, making...
2009-02-03  Vadim Zeitlinrenamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s...
2009-01-31  Vadim Zeitlinno real changes, just remove unnecessary code; use...
2009-01-26  Václav SlavíkAutomatically adjust toolbar's tool size if the provide...
2009-01-26  Václav Slavíkchanged wxMSW's default toolbar bitmaps size from obsol...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-12-09  Václav Slavíkfix for r56618: toolbar event handlers can toggle or...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-31  Václav Slavíkfix toolbar buttons so that they don't disappear tempor...
2008-08-02  Vadim Zeitlindon't use our custom WM_PAINT handler with composited...
2008-07-29  Vadim Zeitlinmove SendSizeEvent() down to wxWindow from wxFrame...
2008-06-03  Vadim Zeitlinfix crash when repositioning tools without labels in...
2008-05-08  Vadim Zeitlindon't call TB_GETITEMRECT with invalid tool index
2008-05-08  Vadim Zeitlincorrect toolbar width calculation with comctl32.dll...
2008-03-31  Vadim Zeitlinfix unused parameter warning
2008-03-27  Vadim ZeitlinSeveral fixes for removing/readding controls to the...
2008-03-15  Vadim Zeitlinrename fobr95.{cpp,h} files to foobar.{cpp,h}