]> git.saurik.com Git - wxWidgets.git/history - src/msw/tbar95.cpp
Include wx/image.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / msw / tbar95.cpp
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-06-07  Włodzimierz SkibaInclude wx/toolbar.h according to precompiled headers...
2006-05-28  Vadim Zeitlinadded wxTB_NO_TOOLTIPS (heavily modified patch 1458009)
2006-05-06  Paul Cornettcall static functions directly
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-19  Włodzimierz SkibaInclude wx/dynarray.h according to precompiled headers...
2006-04-01  Julian SmartReset the position when auto-sizing toolbar
2006-02-25  Vadim Zeitlincleaned up and disabled by default the toolbar buttons...
2006-02-16  Robin DunnFix for Bug #1432054: ToolBar controls not removed...
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
2006-02-08  Vadim Zeitlinaccount for DrawThemeParentBackground() returning S_FALSE
2006-02-08  Vadim Zeitlindon't set colours for the toolbar manually, this preven...
2006-02-08  Vadim Zeitlinno changes; just code cleanup in OnEraseBackground()
2006-02-07  Vadim Zeitlinalways send TB_AUTOSIZE in UpdateSize(), even if we...
2006-01-31  Robin DunnPutting the SetBestFittingSize() call at the end of...
2006-01-21  Julian SmartCompile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set...
2006-01-13  Robin DunnOnly update the size if the parent is a frame and the...
2006-01-06  Robin DunnAllow the frame (if there is one) to resize the toolbar...
2005-12-01  David Surovellminor cleanup, part 2
2005-12-01  David Surovellminor cleanup: corrected typos, etc.
2005-11-28  David Surovellchanged background color reference from light gray...
2005-11-23  David SurovellRealize remap code cleanup
2005-11-22  David Surovellfixed memory leak
2005-11-15  Dimitri Schoolwerthonly remap the disabled bitmap of a toolbarbutton when...
2005-10-17  Michael WetherellWarning fixes for win64
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-06  Vadim Zeitlinset best fitting size for the toolbar in Realize()
2005-06-09  Vadim Zeitlinalways set flat toolbar style, even under XP with theme...
2005-06-08  Vadim Zeitlintest for TB_SETBUTTONINFO instead of _WIN32_IE in wxToo...
2005-06-07  Włodzimierz SkibaFirst part of '[ 1216148 ] cleanup: unused variables...
2005-05-27  Julian SmartRemoved ugly separators toolbars again
2005-05-22  Julian SmartApplied patch [ 1204217 ] [wxMSW] winXP: wxToolbar...
2005-05-18  Robin DunnPatch #1203934: enable best size caching for MSW widgets
2005-04-04  Robin DunnPatch from OSAF that maintains radio button selection...
2005-04-02  Vadim Zeitlinfixed background colour of the automatically created...
2005-03-30  Julian SmartApplied patch [ 1171542 ] access static class members...
2005-03-27  Vadim Zeitlinapplied heavily modified patch 1116702: support for...
2005-03-24  Włodzimierz SkibaFix for ambiguities which happen in STL=1 mode under...
2005-03-20  Julian SmartFixes for WinCE toolbar
2005-03-17  Vadim Zeitlinrevert togglable tools to previous state if the change...
2005-03-16  Julian SmartImplemented PocketPC menubar/toolbar as wxToolMenuBar...
2005-03-07  Vadim Zeitlinharmless warning fixes for WinCE (mostly unused parameters)
2005-02-24  Vadim Zeitlinuse correct colour for the toolbar initially (patch...
2005-02-06  Julian SmartRestored the ability to set the background colour for...
2005-01-02  Vadim Zeitlinpass correct tool id (and not always -1) to EVT_TOOL_RC...
2004-11-23  Julian SmartCalculate better height for toolbar (add borders)
2004-11-10  Vadim Zeitlinuse TB_GETMAXSIZE in GetBestSize() (patch 1050045)
2004-10-17  Vadim Zeitlinremoved obsolete and unused code for USE_BITMAP_MASKS...
2004-10-08  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-09-07  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, TRUE...
2004-08-02  Julian SmartFix for toolbar workaround (mustn't set flag unless...
2004-08-01  Julian SmartFix by George Wismer to get flat toolbars under Windows...
2004-07-25  Vadim Zeitlinsupport for alpha channel in toolbars (patch 949843)
2004-06-24  Robin Dunn* Implemented BestSize cache
2004-05-27  Julian SmartWinCE Standard SDK improvements including adding close...
2004-05-27  Julian SmartFixes for Standard WinCE SDK
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-20  Julian SmartDon't use wxUSE_POCKETPC_UI, determine appropriate...
2004-03-20  Vadim Zeitlinadded wxSetCCUnicodeFormat() and use it in wxTreeCtrl...
2004-02-25  Julian SmartApplied patch [ 903619 ] Win64 and Itanium support
2004-02-09  Julian SmartChanged no-remap to msw.remap
2004-02-09  Julian SmartAdded no-remap system option so colourful toolbar buttons
2004-02-07  Vadim Zeitlinremoved inclusion of malloc.h (part of patch 828250...
2003-12-28  Julian SmartAdded wxUSE_POCKETPC_UI to distinguish between using
2003-09-27  Vadim Zeitlinsuppress compiler warning about uninit var
2003-09-26  Vadim Zeitlinfixes to radio button handling (patch 803360)
2003-08-14  Chris Elliottfix bugs when compiling with dmars
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Stefan Csomorxti extensions
2003-08-03  Vadim Zeitlinadded wrapper for <commctrl.h> as well
2003-08-02  Vadim Zeitlinavoid using _WIN32_IE
2003-07-31  Julian SmartSuppressed some flicker in standard wxToolBar
2003-07-22  Vadim Zeitlinmore warning fixes; removed references to wxToolBarBase...
2003-07-18  Mattia Barbon MSVC 5 compilation fixes.
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-10  Vadim Zeitlincorrection to the separators in vertical toolbar after...
2003-07-10  Vadim Zeitlinadded wxTB_HORZ_TEXT (patch 713813); documented it...
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-07-10  Julian SmartPartially applied patch [ 763900 ] fix for vertical...
2003-05-23  Julian SmartApplied patch [ 736322 ] Remove TWINE support, merge...
2003-03-23  Vadim Zeitlinremoved unneeded #include dib.h
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-10  Vadim Zeitlinremoved style parameter from MSWCreateToolbar(), it...
2002-12-27  Julian SmartAdded a necessary pixel to height if wxTB_NODIVIDER...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-15  Vadim Zeitlincompilation fix for !MSVC
2002-09-14  Vadim Zeitlinrecreate the toolbar entirely when its text/icons style...
2002-08-30  Julian SmartMods for Wine compilation
2002-08-26  Guillermo Rodrigue... Removed compilation warnings (mostly mismatches between...
2002-06-20  Vadim Zeitlinfixed setting tooltips for slider by moving the code...
2002-05-02  Mattia BarbonGenerate EVT_TOOL_ENTER when the user moves the mouse...
2002-04-04  Julian SmartAdded wxTB_NODIVIDER and wxTB_NOALIGN so native Windows...
2002-03-31  Robert Roebling Minor tweak (up-ported from 2.2.9) to make
2002-03-26  Vadim Zeitlinfixed compilation error
2002-03-26  Vadim Zeitlinfix for toolbar radio buttons event generation
2002-03-26  Vadim Zeitlinmade radio buttons and the toolbat text work for Win32...
2002-03-25  Vadim Zeitlinfixed compilation for wxMSW after the recent changes
2002-03-15  Vadim Zeitlinfixed a bug with client rect calculation in the recent...
2002-03-15  Vadim Zeitlinerase separators shown behind the controls added to...
next