The rounded corners look really dumb at this size.
[wxWidgets.git] / src / msw / statbmp.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-02-09  Vadim ZeitlinRefresh wxMSW wxStaticBitmap when its size changes.
2012-06-01  Vadim ZeitlinUse wxCLASSINFO() instead of deprecated CLASSINFO().
2012-05-09  Vadim ZeitlinFix wxStaticBitmap best size calculation in wxMSW.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2008-10-27  Vadim Zeitlindisable workaround for lack of alpha support in native...
2008-07-16  Vadim Zeitlincheck for comctl32.dll version and not OS one as an...
2008-07-16  Vadim Zeitlinuse parent background and not ours unless one was expli...
2008-02-25  Václav Slavíkcompilation fix for pch-less build
2008-01-06  Vadim Zeitlindraw the bitmap manually under Win9x and 2000 because...
2007-11-13  Julian SmartMore border rationalisation. GetDefaultBorder is now...
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-05-04  Włodzimierz SkibaInclude wx/window.h according to precompiled headers...
2006-01-19  Julian SmartDon't use Windows handles directly in headers
2006-01-17  Julian SmartApplied patch [ 1382552 ] Fixes GDI-ressource leak...
2005-12-19  Vadim Zeitlinreturn a valid bitmap from GetBitmap() even if we creat...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-30  Vadim Zeitlingenerate mouse events for all static controls, not...
2005-05-18  Robin DunnPatch #1203934: enable best size caching for MSW widgets
2005-02-25  Julian SmartMake HTCLIENT code off by default
2005-02-24  Julian SmartRestored mouse sensitivity for static box and static...
2005-01-19  Vadim Zeitlindon't return HTCLIENT for static bitmaps, this breaks...
2004-09-04  Włodzimierz SkibaSource cleaning: whitespaces, tabs, ::, -1/wxID_ANY...
2004-07-16  Włodzimierz SkibaFixes to warnings about assigning unused values.
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-04-07  Robin DunnPut back wxMSW's wxStaticBitmap::DoGetBestSize because...
2004-04-07  Robin DunnwxStaticBitmapBase::DoGetBestSize
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-02-25  Julian SmartApplied patch [ 903619 ] Win64 and Itanium support
2003-09-24  Vadim Zeitlinreplaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN...
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-07-06  Vadim Zeitlinimplemented GetDefaultBorder() in wxControl, override...
2003-05-26  Julian SmartFurther border style corrections.
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-10  Vadim Zeitlinremoved style parameter from MSWCreate(), it is unneeded
2002-12-21  Vadim Zeitlinuse SS_CENTERIMAGE to prevent wxStaticBitmap from stret...
2001-11-06  Mattia Barbon* Fixed wxStaticBitmap::SetBitmap so that it does not...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-16  Julian SmartApplied patch #420395 (adding wxCLIP_SIBBLINGS capabili...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-15  Julian SmartVarious compiler changes
2000-02-16  Julian SmartDrawLine normalized; wxStaticBitmap fixed for Dialog...
2000-02-02  Vadim Zeitlin1. wxStaticBitmap now uses mask even for bitmaps (and...
2000-01-13  Julian SmartSet RADIOBTN_PARENT_IS_RADIOBOX to 0 (sorry, but.....
1999-12-16  Vadim ZeitlinWin16 compilation fixes
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-30  Patrick AlbertRemoving most of level 4 warnings, particulary in 16...
1999-07-02  Vadim Zeitlin1. DoSetSize() simplified, DoGetBestSize() introduced
1999-06-20  Vadim Zeitlinbetter update rect calculation
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-05  Brian MacyAttempt at getting mingw32 working again... still doesn...
1999-04-04  Julian SmartWin16 corrections
1999-03-24  Vadim Zeitlinhack to allow icons in wxStaticBitmap as well as bitmaps
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-01-07  Julian SmartDoc & Symantec C++ fixes
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-20  Vadim ZeitlinwxStaticBitmaps were created invisible - corrected
1998-08-10  Julian SmartVarious Dialog Editor-related mods; Dlg Ed. getting...
1998-07-27  Julian SmartwxToolBar API changes; now frames manage their toolbar...
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