Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / common / ctrlcmn.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-11-30  Paul Cornettsimplify code to return from the end of the function
2012-11-09  Vadim ZeitlinAdd wxControl::GetSizeFromTextSize() to size the contro...
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 ZeitlinAdd wxUSE_MARKUP and wrap SetLabelMarkup() in it.
2011-02-27  Vadim ZeitlinReplace wxST_MARKUP style with wxControl::SetLabelMarkup().
2011-02-15  Vadim ZeitlinMake the source file non-executable.
2011-02-09  Václav SlavíkDon't eliminate text completely in Ellipsize().
2011-02-09  Václav SlavíkCalculate ellipsized width exactly.
2011-02-09  Václav SlavíkDon't shorten text too much in wxControl::Ellipsize().
2011-02-09  Václav SlavíkEllipsization can't shorten 1-character string.
2011-02-09  Václav SlavíkRemove "safety margin" from wxControl::Ellipsize().
2011-01-31  Václav SlavíkAccount for first removal char with wxELLIPSIZE_MIDDLE.
2011-01-31  Václav SlavíkRemove chars one-by-one with wxELLIPSIZE_MIDDLE.
2011-01-08  Paul Cornettremove always-true test of unsigned >= 0
2010-10-22  Vadim ZeitlinNo real changes, just use const_cast<> instead of C...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-03-25  Jouk JansenUpdates to make wxWidgets compaile on OpenVMS again
2010-03-21  Francesco Montorsireorder GetLabel(), GetLabelText(), SetLabel() and...
2010-03-10  Francesco MontorsiFix function wxControlBase::DoEllipsizeSingleLine to...
2010-03-10  Francesco Montorsino real changes, just rename the variables to make...
2009-10-16  Vadim ZeitlinAdd ellipsization support to wxDataViewCtrl.
2009-10-16  Vadim ZeitlinRename wxEllipsizeFlags elements to avoid confusion...
2009-09-26  Vadim ZeitlinMove wxControl::GetCompositeControlsDefaultAttributes...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-02-09  Vadim Zeitlinfix MSVC warnings about possibly uninitialized variable...
2009-02-08  Francesco Montorsirevert insert=>append change; only for wxELLIPSIZE_END...
2009-02-08  Francesco Montorsisplit wxControl::Ellipsize() in two functions for bette...
2008-12-31  Vadim Zeitlinadded SetLabelText() and EscapeMnemonics()
2008-12-29  Francesco MontorsiPCH-less build fix
2008-12-29  Francesco Montorsiuse correct wxELLIPSIZE_* constants after r57625
2008-12-28  Francesco Montorsimove Ellipsize() to wxControl so it can be easily used...
2008-10-12  Vadim Zeitlinadd wxGenericStaticText (#9656)
2007-11-13  Julian SmartMore border rationalisation. GetDefaultBorder is now...
2007-11-12  Vadim Zeitlinmake various control names constants of type char,...
2007-04-01  Vadim Zeitlinadded support for ellipsization and markup in wxStaticT...
2006-07-25  Vadim Zeitlinadded possibility to strip only mnemonics, not accels...
2006-06-14  Włodzimierz SkibaInclude wx/bitmap.h according to precompiled headers...
2006-05-31  Włodzimierz SkibaInclude wx/statbmp.h according to precompiled headers...
2006-05-26  Robin DunnFixes for the DLL build
2006-05-26  Paul Cornettmove some data definitions to more appropriate places
2006-05-26  Włodzimierz SkibaInclude wx/control.h according to precompiled headers...
2006-02-12  Włodzimierz Skiba!WX_PRECOMP (wxPalm) build fix.
2006-02-12  Vadim Zeitlinit is not possible to show/hide the window from the...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-09-09  Włodzimierz SkibaSource cleaning: TRUE/true, FALSE/false, whitespaces...
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-04-07  Robin DunnwxStaticBitmapBase::DoGetBestSize
2004-04-01  Vadim Zeitlinremoved (well, kept empty shell to avoid breaking exist...
2004-03-30  Vadim Zeitlindon't inherit font from the parent by default
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-10-16  Vadim Zeitlinuse ShouldInheritColours()
2003-09-15  Vadim Zeitlinadded wxVALIDATOR_PARAM and use it to avoid warnings...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-08-05  David WebsterFont fix for OS/2 common control creation
2002-02-20  Vadim Zeitlindon't inherit the controls colours from the parent...
2002-01-07  Gilles Depeyrotimplement out-of-line destructors where needed instead...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-02-25  Vadim Zeitlin1. cursor fixes: frame does have hand cursor in the...
2000-01-06  Vadim Zeitlin1. more warnings fixes in gtk/region.cpp and common...
1999-11-19  David WebsterRemoval of previous wxValidtor code for wxOS2
1999-11-08  David WebsterOS/2 PM Fixeups for fonts, validators, and html
1999-10-12  Robert Roebling Refresh() problem from DialogEd solved
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  Robert Roebling Added tmake template for simple wxGTK makefile
1999-07-27  Vadim Zeitlinmissing wxMSW files