Simplify wxGridCellAutoWrapStringRenderer::GetBestSize().
[wxWidgets.git] / src / msw / stattext.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-02-27  Vadim ZeitlinReplace wxST_MARKUP style with wxControl::SetLabelMarkup().
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-12-26  Vadim ZeitlinIncrease wxStaticText height in wxMSW to align its...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-03-21  Francesco Montorsireorder GetLabel(), GetLabelText(), SetLabel() and...
2009-12-18  Vadim ZeitlinDon't create labels with wxST_NO_AUTORESIZE flag with...
2009-06-22  Vadim ZeitlinAdded DoGetClientBestSize() and use it for a couple...
2008-12-29  Francesco Montorsicall SetLabel() in Create() in order to run markup...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2007-11-13  Julian SmartMore border rationalisation. GetDefaultBorder is now...
2007-07-27  Vadim Zeitlinmany compilation fixes for WinCE using VC8 (it now...
2007-04-01  Vadim Zeitlinadded support for ellipsization and markup in wxStaticT...
2006-07-25  Vadim Zeitlinuse GetLabelText() instead of wxStripMenuCodes() to...
2006-05-30  Włodzimierz SkibaInclude wx/stattext.h according to precompiled headers...
2005-11-16  Dimitri Schoolwerthapplied patch #1348053 "[msw] Strip mnemonics when...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-30  Vadim Zeitlingenerate mouse events for all static controls, not...
2005-07-29  Vadim Zeitlintake border into account in best size calculations
2005-05-18  Robin DunnPatch #1203934: enable best size caching for MSW widgets
2005-04-10  Vadim Zeitlinsimplifications and corrections to background drawing:
2005-03-14  Robin DunnIf the parents are nothing but a panel and a frame...
2005-03-12  Robin DunnAllow wxStaticText to have a custom fg without a custom bg
2005-02-20  Julian SmartFont correction
2005-02-15  Vadim Zeitlin!USE_PCH compilation fix after last check in
2005-02-15  Vadim Zeitlinreuse code from wxDC::GetMultiLineTextExtent() instead...
2004-09-04  Włodzimierz SkibaSource cleaning: whitespaces, tabs, ::, -1/wxID_ANY...
2004-06-24  Robin Dunn* Implemented BestSize cache
2004-06-21  Robin Dunnreverted m_adjustMinSize change prepatory for a new...
2004-06-19  Robin DunnControls will readjust their size and minsize when...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-03  Robin DunnInitial/Best size fixes for wxRadioBox, wxSlider and...
2004-04-15  Vadim Zeitlinmake XTI compile with VC6 (patch 896614)
2003-12-02  Julian SmartPatches from "Viktor Voroshylo" <viktor@voroshylo.com>
2003-09-24  Vadim Zeitlinreplaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN...
2003-09-04  Stefan Csomormacro naming changes
2003-08-25  Stefan Csomorunicode adaptions, menu support
2003-08-24  Julian SmartAdded some window style metadata
2003-08-23  Stefan Csomorxti property extensions, style bits additions
2003-08-19  Stefan Csomorswitching to wxEmptyString to satisfy linker after...
2003-08-18  Stefan CsomorRTTI simplifications
2003-08-14  Stefan Csomorrtti informations
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Stefan Csomorxti extensions
2003-07-06  Vadim Zeitlinimplemented GetDefaultBorder() in wxControl, override...
2003-05-06  Julian SmartRevamped border handling.
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-15  Vadim Zeitlinfix for the previous commit
2003-01-14  Vadim Zeitlinfixed wxStaticText best size calculation (closes bug...
2003-01-10  Vadim Zeitlinremoved style parameter from MSWCreate(), it is unneeded
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-05-08  Julian SmartAdded Ok() member for print data, print dialog, page...
2002-05-05  Julian SmartDoc tweaks
2001-12-19  Vadim Zeitlinfixed redraw problems in wxStaticText
2001-10-15  Vadim Zeitlinrefresh wxStaticText after changing its label if we...
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-02-20  Robin DunnAdded a SetFont method that behaves like SetLabel does...
2000-07-15  Bryan Pettymerged 2.2 branch
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-25  Vadim Zeitlin1. wxMDIParentFrame::~wxMDIParentFrame() bug fixed
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-11-14  Vadim Zeitlin1. wxBitmap copy ctor and operator=() taking wxIcon...
1999-10-24  Vadim Zeitlin1. corrected client data deletion in wxListBox (no...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-23  Ove KaavenCouple more Unicode fixes.
1999-07-02  Vadim Zeitlin1. DoSetSize() simplified, DoGetBestSize() introduced
1999-06-26  Vadim Zeitlin1. serious bug in wxRegConfig corrected - deleting...
1999-06-25  Vadim Zeitlinmulti line static controls now calculate their width...
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-04-07  Vadim Zeitlin::GetWindowText() -> wxGetWindowText
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-02-02  Julian SmartConsistent naming of e.g. wxUSE_CTRL
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-10-14  Vadim Zeitlinminor changes a bit everywhere + a small wxLog change...
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-07-27  Julian SmartwxToolBar API changes; now frames manage their toolbar...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten Ballüderadded some wxMSW stuff