]> git.saurik.com Git - wxWidgets.git/history - src/msw/tbar95.cpp
applied heavily modified patch 1116702: support for specifying disabled toolbar image...
[wxWidgets.git] / src / msw / tbar95.cpp
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...
2002-03-05  Vadim Zeitlincompilation fix for WXWIN_COMPATIBILITY_2_2 == 0 case
2002-02-16  Mattia BarbonFixed toolbar crash for MinGW/Cygwin
2002-01-29  Ron Leefix for mingw which has TBSTYLE_FLAT but not TBSTYLE_TR...
2002-01-28  Vadim ZeitlinWindows XP appearance fixes for status and tool bars...
2002-01-13  Vadim Zeitlin0. extracted toolbar colour mapping stuff to its own...
2002-01-13  Vadim Zeitlincompilation fix
2002-01-13  Vadim Zeitlinreally fixed toolbar mapping bug (finally, it was the...
2002-01-13  Vadim Zeitlinfixed toolbar mapping bug (optimizer bug?) in the relea...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2002-01-07  Vadim Zeitlinunfortunately the fuzzy colour comparison is really...
2001-12-31  Vadim Zeitlinattemps to speed up wxToolBar::MapBitmap() - failed
2001-11-19  Mattia BarbonFixed Cygwin crash on toolbar tooltip
2001-11-02  Vadim Zeitlinignore the border flags for the toolbar
2001-10-27  Vadim Zeitlinposition the controls correctly in the vertical toolbars
2001-10-23  Vadim Zeitlinapplied patch 473558: fixes for CW compilation under MSW
2001-09-24  Mattia BarbonFixed wxToolbar95::FindToolForPosition
2001-09-24  Vadim Zeitlinadded wxTLW for MSW
2001-09-24  Vadim Zeitlin~wxToolBar() checks if the frame is being deleted in...
2001-09-23  Mattia Barbon* Fixed wxToolbar95 and wxToolbarGTK to emit TOOL_ENTER...
2001-08-02  Vadim Zeitlinapplied patch 446014 (misc mingw fixes from Mattia)
2001-07-14  Vadim Zeitlinmerged MapBitmap() from 2.2 branch
2001-07-07  Vadim Zeitlinapplied patch 439186 (mingw and VC5 fixes)
2001-06-08  Julian SmartSupport for Cygwin 1.0 (thought it worked before, but...)
2001-05-16  Julian SmartApplied patch #420395 (adding wxCLIP_SIBBLINGS capabili...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-03-10  Vadim Zeitlinfixed wxToolBar::DeleteTool and losing the rows number...
2001-01-22  Julian SmartFixed wxToolBar colour mapping problem (I hope)
2000-10-06  Julian SmartAdded DECLARE/IMLEMENT_CLASS for wxToolBarBase
2000-10-04  Julian SmartRemoved wxWS_EX_NO_AUTOFOCUS (use AcceptsFocus instead)
2000-10-04  Julian SmartSpeed fix for wxGenericDirCtrl, starting to add text...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-16  Vadim Zeitlintooltip fix: compile-time test removed, comment explain...
2000-02-08  Julian SmartAdded ShowFullScreen
2000-01-15  Vadim Zeitlin1. fixed small bug with toolbar size updates
2000-01-12  Robin Dunnfix for red to blue mapping in toolbar buttons
2000-01-06  Vadim ZeitlinMSW compilation fixes for !wxUSE_VALIDATORS
next