Added wxUSE_POCKETPC_UI to distinguish between using
[wxWidgets.git] / src / msw / tbar95.cpp
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
2000-01-05  Robin DunnFixed a bug so the toggle flag is set correctly
2000-01-05  Vadim Zeitlin1. compilation fixes for TB_REPLACEBITMAP and FONTENUMPROC
1999-12-20  Julian SmartMostly Mingw32/Cygwin corrections
1999-12-15  Vadim Zeitlinmerging in the toolbar changes
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-14  George TaskerFixed the #include of tbar95.h, which referenced the...
1999-12-04  Vadim Zeitlin1. wxGetOsDescription() function added
1999-11-26  Vadim Zeitlinmore compilation fixes
1999-11-26  Vadim Zeitlin1. wxBase compiles/links again
1999-11-16  Vadim ZeitlinwxFrameBase class for wxMSW and wxGTK
1999-11-14  Julian SmartWatcom C++ fixup in tbar95.cpp; removed WXWIN_COMPATIBI...
1999-11-12  Vadim Zeitlinmingw32 compilation fixes (unfortunately, this effectiv...
1999-11-12  Vadim Zeitlincompilation fix
1999-11-12  Vadim Zeitlincontrols can now be put in the toolbars (MSW only so...
1999-10-13  Vadim Zeitlinwarnings for mingw32 compilation fixed
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-04  J. Russell SmythMade changes to allow build with new mingw32/gcc-2.95
1999-06-20  Vadim Zeitlincompile warnings removed
1999-06-17  Vadim Zeitlin1. wxDialogs are now destroyed when they go out of...
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-03  Julian SmartRemoved GetSize from wxToolBar95
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-04-10  Vadim Zeitlintooltip bug (which I introduced recently) corrected
1999-02-28  Julian SmartDoc mods; fixed return non-processing problem; fixed...
1999-02-18  Stefan Csomormbstowcs hack for CodeWarrior's MSL
1999-01-19  Julian SmartTWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
next