2004-09-07 |
Włodzimierz Skiba | Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, TRUE... |
blob | commitdiff | raw |
2004-08-02 |
Julian Smart | Fix for toolbar workaround (mustn't set flag unless... |
blob | commitdiff | raw | diff to current |
2004-08-01 |
Julian Smart | Fix by George Wismer to get flat toolbars under Windows... |
blob | commitdiff | raw | diff to current |
2004-07-25 |
Vadim Zeitlin | support for alpha channel in toolbars (patch 949843) |
blob | commitdiff | raw | diff to current |
2004-06-24 |
Robin Dunn | * Implemented BestSize cache |
blob | commitdiff | raw | diff to current |
2004-05-27 |
Julian Smart | WinCE Standard SDK improvements including adding close... |
blob | commitdiff | raw | diff to current |
2004-05-27 |
Julian Smart | Fixes for Standard WinCE SDK |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-04-20 |
Julian Smart | Don't use wxUSE_POCKETPC_UI, determine appropriate... |
blob | commitdiff | raw | diff to current |
2004-03-20 |
Vadim Zeitlin | added wxSetCCUnicodeFormat() and use it in wxTreeCtrl... |
blob | commitdiff | raw | diff to current |
2004-02-25 |
Julian Smart | Applied patch [ 903619 ] Win64 and Itanium support |
blob | commitdiff | raw | diff to current |
2004-02-09 |
Julian Smart | Changed no-remap to msw.remap |
blob | commitdiff | raw | diff to current |
2004-02-09 |
Julian Smart | Added no-remap system option so colourful toolbar buttons |
blob | commitdiff | raw | diff to current |
2004-02-07 |
Vadim Zeitlin | removed inclusion of malloc.h (part of patch 828250... |
blob | commitdiff | raw | diff to current |
2003-12-28 |
Julian Smart | Added wxUSE_POCKETPC_UI to distinguish between using |
blob | commitdiff | raw | diff to current |
2003-09-27 |
Vadim Zeitlin | suppress compiler warning about uninit var |
blob | commitdiff | raw | diff to current |
2003-09-26 |
Vadim Zeitlin | fixes to radio button handling (patch 803360) |
blob | commitdiff | raw | diff to current |
2003-08-14 |
Chris Elliott | fix bugs when compiling with dmars |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-08-05 |
Stefan Csomor | xti extensions |
blob | commitdiff | raw | diff to current |
2003-08-03 |
Vadim Zeitlin | added wrapper for <commctrl.h> as well |
blob | commitdiff | raw | diff to current |
2003-08-02 |
Vadim Zeitlin | avoid using _WIN32_IE |
blob | commitdiff | raw | diff to current |
2003-07-31 |
Julian Smart | Suppressed some flicker in standard wxToolBar |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Vadim Zeitlin | more warning fixes; removed references to wxToolBarBase... |
blob | commitdiff | raw | diff to current |
2003-07-18 |
Mattia Barbon | MSVC 5 compilation fixes. |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Mattia Barbon | STL-ification patch for wxMSW and wxGTK. |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Vadim Zeitlin | correction to the separators in vertical toolbar after... |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Vadim Zeitlin | added wxTB_HORZ_TEXT (patch 713813); documented it... |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Julian Smart | Applied patch [ 761138 ] Replaces references to wxT... |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Julian Smart | Partially applied patch [ 763900 ] fix for vertical... |
blob | commitdiff | raw | diff to current |
2003-05-23 |
Julian Smart | Applied patch [ 736322 ] Remove TWINE support, merge... |
blob | commitdiff | raw | diff to current |
2003-03-23 |
Vadim Zeitlin | removed unneeded #include dib.h |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
blob | commitdiff | raw | diff to current |
2003-01-10 |
Vadim Zeitlin | removed style parameter from MSWCreateToolbar(), it... |
blob | commitdiff | raw | diff to current |
2002-12-27 |
Julian Smart | Added a necessary pixel to height if wxTB_NODIVIDER... |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-09-15 |
Vadim Zeitlin | compilation fix for !MSVC |
blob | commitdiff | raw | diff to current |
2002-09-14 |
Vadim Zeitlin | recreate the toolbar entirely when its text/icons style... |
blob | commitdiff | raw | diff to current |
2002-08-30 |
Julian Smart | Mods for Wine compilation |
blob | commitdiff | raw | diff to current |
2002-08-26 |
Guillermo Rodrigue... | Removed compilation warnings (mostly mismatches between... |
blob | commitdiff | raw | diff to current |
2002-06-20 |
Vadim Zeitlin | fixed setting tooltips for slider by moving the code... |
blob | commitdiff | raw | diff to current |
2002-05-02 |
Mattia Barbon | Generate EVT_TOOL_ENTER when the user moves the mouse... |
blob | commitdiff | raw | diff to current |
2002-04-04 |
Julian Smart | Added wxTB_NODIVIDER and wxTB_NOALIGN so native Windows... |
blob | commitdiff | raw | diff to current |
2002-03-31 |
Robert Roebling | Minor tweak (up-ported from 2.2.9) to make |
blob | commitdiff | raw | diff to current |
2002-03-26 |
Vadim Zeitlin | fixed compilation error |
blob | commitdiff | raw | diff to current |
2002-03-26 |
Vadim Zeitlin | fix for toolbar radio buttons event generation |
blob | commitdiff | raw | diff to current |
2002-03-26 |
Vadim Zeitlin | made radio buttons and the toolbat text work for Win32... |
blob | commitdiff | raw | diff to current |
2002-03-25 |
Vadim Zeitlin | fixed compilation for wxMSW after the recent changes |
blob | commitdiff | raw | diff to current |
2002-03-15 |
Vadim Zeitlin | fixed a bug with client rect calculation in the recent... |
blob | commitdiff | raw | diff to current |
2002-03-15 |
Vadim Zeitlin | erase separators shown behind the controls added to... |
blob | commitdiff | raw | diff to current |
2002-03-05 |
Vadim Zeitlin | compilation fix for WXWIN_COMPATIBILITY_2_2 == 0 case |
blob | commitdiff | raw | diff to current |
2002-02-16 |
Mattia Barbon | Fixed toolbar crash for MinGW/Cygwin |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Ron Lee | fix for mingw which has TBSTYLE_FLAT but not TBSTYLE_TR... |
blob | commitdiff | raw | diff to current |
2002-01-28 |
Vadim Zeitlin | Windows XP appearance fixes for status and tool bars... |
blob | commitdiff | raw | diff to current |
2002-01-13 |
Vadim Zeitlin | 0. extracted toolbar colour mapping stuff to its own... |
blob | commitdiff | raw | diff to current |
2002-01-13 |
Vadim Zeitlin | compilation fix |
blob | commitdiff | raw | diff to current |
2002-01-13 |
Vadim Zeitlin | really fixed toolbar mapping bug (finally, it was the... |
blob | commitdiff | raw | diff to current |
2002-01-13 |
Vadim Zeitlin | fixed toolbar mapping bug (optimizer bug?) in the relea... |
blob | commitdiff | raw | diff to current |
2002-01-08 |
Václav Slavík | use the new wxSystemSettings API everywhere |
blob | commitdiff | raw | diff to current |
2002-01-07 |
Vadim Zeitlin | unfortunately the fuzzy colour comparison is really... |
blob | commitdiff | raw | diff to current |
2001-12-31 |
Vadim Zeitlin | attemps to speed up wxToolBar::MapBitmap() - failed |
blob | commitdiff | raw | diff to current |
2001-11-19 |
Mattia Barbon | Fixed Cygwin crash on toolbar tooltip |
blob | commitdiff | raw | diff to current |
2001-11-02 |
Vadim Zeitlin | ignore the border flags for the toolbar |
blob | commitdiff | raw | diff to current |
2001-10-27 |
Vadim Zeitlin | position the controls correctly in the vertical toolbars |
blob | commitdiff | raw | diff to current |
2001-10-23 |
Vadim Zeitlin | applied patch 473558: fixes for CW compilation under MSW |
blob | commitdiff | raw | diff to current |
2001-09-24 |
Mattia Barbon | Fixed wxToolbar95::FindToolForPosition |
blob | commitdiff | raw | diff to current |
2001-09-24 |
Vadim Zeitlin | added wxTLW for MSW |
blob | commitdiff | raw | diff to current |
2001-09-24 |
Vadim Zeitlin | ~wxToolBar() checks if the frame is being deleted in... |
blob | commitdiff | raw | diff to current |
2001-09-23 |
Mattia Barbon | * Fixed wxToolbar95 and wxToolbarGTK to emit TOOL_ENTER... |
blob | commitdiff | raw | diff to current |
2001-08-02 |
Vadim Zeitlin | applied patch 446014 (misc mingw fixes from Mattia) |
blob | commitdiff | raw | diff to current |
2001-07-14 |
Vadim Zeitlin | merged MapBitmap() from 2.2 branch |
blob | commitdiff | raw | diff to current |
2001-07-07 |
Vadim Zeitlin | applied patch 439186 (mingw and VC5 fixes) |
blob | commitdiff | raw | diff to current |
2001-06-08 |
Julian Smart | Support for Cygwin 1.0 (thought it worked before, but...) |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Julian Smart | Applied patch #420395 (adding wxCLIP_SIBBLINGS capabili... |
blob | commitdiff | raw | diff to current |
2001-05-02 |
Kendall Bennett | Updates to fix Watcom C/C++ 11.0 compiler warning probl... |
blob | commitdiff | raw | diff to current |
2001-03-10 |
Vadim Zeitlin | fixed wxToolBar::DeleteTool and losing the rows number... |
blob | commitdiff | raw | diff to current |
2001-01-22 |
Julian Smart | Fixed wxToolBar colour mapping problem (I hope) |
blob | commitdiff | raw | diff to current |
2000-10-06 |
Julian Smart | Added DECLARE/IMLEMENT_CLASS for wxToolBarBase |
blob | commitdiff | raw | diff to current |
2000-10-04 |
Julian Smart | Removed wxWS_EX_NO_AUTOFOCUS (use AcceptsFocus instead) |
blob | commitdiff | raw | diff to current |
2000-10-04 |
Julian Smart | Speed fix for wxGenericDirCtrl, starting to add text... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-16 |
Vadim Zeitlin | tooltip fix: compile-time test removed, comment explain... |
blob | commitdiff | raw | diff to current |
2000-02-08 |
Julian Smart | Added ShowFullScreen |
blob | commitdiff | raw | diff to current |
2000-01-15 |
Vadim Zeitlin | 1. fixed small bug with toolbar size updates |
blob | commitdiff | raw | diff to current |
2000-01-12 |
Robin Dunn | fix for red to blue mapping in toolbar buttons |
blob | commitdiff | raw | diff to current |
2000-01-06 |
Vadim Zeitlin | MSW compilation fixes for !wxUSE_VALIDATORS |
blob | commitdiff | raw | diff to current |
2000-01-05 |
Robin Dunn | Fixed a bug so the toggle flag is set correctly |
blob | commitdiff | raw | diff to current |
2000-01-05 |
Vadim Zeitlin | 1. compilation fixes for TB_REPLACEBITMAP and FONTENUMPROC |
blob | commitdiff | raw | diff to current |
1999-12-20 |
Julian Smart | Mostly Mingw32/Cygwin corrections |
blob | commitdiff | raw | diff to current |
1999-12-15 |
Vadim Zeitlin | merging in the toolbar changes |
blob | commitdiff | raw | diff to current |
1999-12-14 |
Václav Slavík | removed USE_SHARED_LIBRARY(IES) |
blob | commitdiff | raw | diff to current |
1999-12-14 |
George Tasker | Fixed the #include of tbar95.h, which referenced the... |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Vadim Zeitlin | 1. wxGetOsDescription() function added |
blob | commitdiff | raw | diff to current |
1999-11-26 |
Vadim Zeitlin | more compilation fixes |
blob | commitdiff | raw | diff to current |
1999-11-26 |
Vadim Zeitlin | 1. wxBase compiles/links again |
blob | commitdiff | raw | diff to current |
1999-11-16 |
Vadim Zeitlin | wxFrameBase class for wxMSW and wxGTK |
blob | commitdiff | raw | diff to current |
1999-11-14 |
Julian Smart | Watcom C++ fixup in tbar95.cpp; removed WXWIN_COMPATIBI... |
blob | commitdiff | raw | diff to current |
1999-11-12 |
Vadim Zeitlin | mingw32 compilation fixes (unfortunately, this effectiv... |
blob | commitdiff | raw | diff to current |
1999-11-12 |
Vadim Zeitlin | compilation fix |
blob | commitdiff | raw | diff to current |
next |