Restore case-insensitivity for file name matching under Windows.
[wxWidgets.git] / src / msw / bmpbuttn.cpp
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-14  Vadim ZeitlinRefactor wxButton and wxToggleButton to derive from...
2011-05-03  Vadim ZeitlinFix assert when creating wxBitmapButton without a valid...
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-08-10  Vadim ZeitlinFix wxBitmapButton initial best size determination...
2009-09-23  Paul Cornettbuild fixes for wxUSE_VALIDATORS==0
2009-06-28  Vadim Zeitlinalways use wxBU_NOTEXT and wxBU_EXACTFIT for wxBitmapBu...
2009-06-17  Vadim Zeitlinsuppress harmless gcc warning about not handling all...
2009-06-17  Vadim Zeitlinadded wxBU_NOTEXT style to allow creating bitmap button...
2009-06-15  Vadim Zeitlinimplement wxBitmapButton as just a wrapper for wxButton...
2009-06-14  Vadim Zeitlinpreparation work for implementing images support in...
2008-07-16  Vadim Zeitlinclean up wxBitmapButton::Create(); override MSWGetStyle...
2008-02-28  Vadim Zeitlinmore /Wp64 warning fixes: mostly use UINT_PTR instead...
2008-02-24  Vadim Zeitlindon't include wx/msw/dc.h from wx/msw/private.h, this...
2008-01-06  Vadim Zeitlinuse wxWindowIDRef to transparently implement auto-gener...
2007-09-12  Vadim Zeitlinfix assert for bitmaps buttons created without bitmap...
2007-07-15  Vadim Zeitlincreate greyed image for wxBitmapButton in MSW automatic...
2007-04-08  Vadim ZeitlinCall wxTLW::SetDefaultItem() from wxButtonBase::SetDefa...
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-09-22  Vadim Zeitlindon't release the DC which we don't own in wxUSE_UXTHEM...
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-06-24  Vadim Zeitlinadded back 2 extra pixels for the best size under XP
2006-06-22  Vadim Zeitlinmore tweaks to bitmap button borders:
2006-06-19  Jamie GaddAdd required padding to DoGetBestSize() for small bitma...
2006-06-19  Vadim Zeitlinmore tweaks to the margins: don't need them to be so...
2006-06-15  Vadim Zeitlinbitmap button size was too small when uxtheme functions...
2006-06-01  Włodzimierz Skibauxtheme.h provides symbols regardless wxUSE_UXTHEME...
2006-05-31  Robin DunnForward port of changes for using themed drawing of...
2006-05-26  Włodzimierz SkibaInclude wx/wx/bmpbuttn.h according to precompiled heade...
2005-12-25  Vadim Zeitlindisallow creation of wxDC objects and made wxDC an...
2005-12-19  Włodzimierz Skiba__WIN95__ removed (used to differ win3.1 vs. 'modern...
2005-11-03  Vadim Zeitlinuse focused bitmap as fallback for the hover one
2005-11-03  Vadim Zeitlinadded SetHoverBitmap() and implemented it under wxMSW...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-07  Włodzimierz SkibaFirst part of '[ 1216148 ] cleanup: unused variables...
2005-05-18  Robin DunnPatch #1203934: enable best size caching for MSW widgets
2004-10-28  Vadim Zeitlinundid last change to wxBitmapButton::GetBestSize()...
2004-10-28  Vadim Zeitlinfixed wxBU_EXACTFIT handling in wxBitmapButton (closes...
2004-10-03  Vadim Zeitlinupdate the disabled buttons appearance when system...
2004-09-18  Vadim Zeitlinconstruct brush used for painting disabled bitmap butto...
2004-08-19  Włodzimierz SkibaSource cleaning: whitespaces,-1/wxID_ANY,TRUE/true...
2004-06-24  Robin Dunn* Implemented BestSize cache
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-15  Vadim Zeitlinmake XTI compile with VC6 (patch 896614)
2004-03-23  Julian SmartAdded wxBU_EXACTFIT support to wxBitmapButton on wxMSW
2004-03-16  Robin Dunnimplment wxBitmapButton::DoGetBestSize
2004-01-24  Dimitri SchoolwerthRenamed PATPAINT to PATTERNPAINT (The former is an...
2004-01-23  Vadim Zeitlinjust clarified an incorrect comment
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-09-24  Vadim Zeitlinreplaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN...
2003-09-15  Vadim Zeitlinadded wxVALIDATOR_PARAM and use it to avoid warnings...
2003-09-04  Stefan Csomormacro naming changes
2003-08-24  Julian SmartAdded some window style metadata
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Stefan Csomorxti extensions
2003-07-11  Julian SmartMore WinCE mods
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-06-02  Julian SmartAttempt to make wxWindows play better with XP themes
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
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...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-01  Guillermo Rodrigue... wxBitmapButton transparency fixed by using wxDC API...
2000-02-27  Guillermo Rodrigue... Added support for bitmap buttons with standard Win95...
2000-02-15  Vadim Zeitlinfix for drawing bitmap buttons under Win95 (untested)
2000-01-06  Vadim ZeitlinMSW compilation fixes for !wxUSE_VALIDATORS
1999-12-16  Vadim ZeitlinWin16 compilation fixes
1999-12-15  Vadim Zeitlinfixed wxBitmapButton bug with bitmaps with masks
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-14  Vadim Zeitlincompilation fix
1999-12-13  Vadim Zeitlinmask corrections
1999-11-26  Vadim Zeitlinmingw32 compilation fixes
1999-11-14  Vadim Zeitlin1. wxBitmap copy ctor and operator=() taking wxIcon...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-28  Vadim Zeitlin1. wxSpinButton fixed: it now sends EVT_SPIN_UP/DOWN...
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-01-24  Vadim Zeitlin1. wxLoad/SaveFileSelector return "wxString" instead...
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-11-24  Vadim Zeitlin1. new wxList code
1998-11-22  Julian SmartChanges to WXDLLEXPORT keyword position for VC++ 6...
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-08-10  Julian SmartVarious Dialog Editor-related mods; Dlg Ed. getting...
1998-07-17  Julian SmartAdded STRICT corrections.
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten Ballüderadded some wxMSW stuff