Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / gtk1 / stattext.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-01-04  Stefan Csomormerging back XTI branch part 2
2006-02-05  Vadim Zeitlinuse GTKRemoveMnemonics instead of wxStripMenuCodes
2006-01-31  Julian SmartwxControl::SetLabel no longer strips out codes so do...
2006-01-23  Mart RaudseppRemove GTK2 stuff from src/gtk1. Rename wx/gtk includes...
2006-01-14  Mart RaudseppRemove stray whitespaces
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-04-16  Robert Roebling This should make the GTK statictext control wrap
2005-04-07  Robert Roebling Implemented text wrapping for GTK (1.2 and 2.X).
2004-06-27  Václav Slavíkfixed typo
2004-06-27  Václav Slavíkfixed setting colour of wxStaticText in case the label...
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-06-14  Václav Slavíkfixed GTK styles handling:
2004-06-06  Václav Slavíkrestored colour labels until we have more information...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-15  Robert Roebling The markup code for wxStaticText doesn't work.
2004-05-06  Robin DunnGet(Class)DefaultAttributes() for wxGTK controls
2004-05-04  Robin DunnAdded wxControl::PostCreation for wxGTK. Moved calls to
2004-03-29  Robert Roebling Applied SetForegorund colour patch for GTK2.
2003-12-03  Robin DunnUse InheritAttributes for wxGTK widgets so they will...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-10  Vadim Zeitlincorrected bug with alignment of static labels with...
2002-08-17  Robert Roebling Another UNicode conversion fix.
2002-08-13  Robert Roebling Forgot Unicode conversion in wxStaticText.
2002-08-05  Robert Roebling Lots of updates for Unicode and GTK 2.0 support.
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-07-19  Ove KaavenUse GTK_OBJECT_GET_CLASS macro.
2000-01-06  Robert Roebling Minor resize probs solved.
2000-01-06  Robert Roebling Themes again.
2000-01-04  Robert Roebling New colour, font, theme and size code..
2000-01-03  Robert Roebling Corrected spin control, which ignored hand typed...
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-11-18  Robert Roebling Added wxEvtHandler::Disconect()
1999-11-14  Robert Roebling Small change to SetFont() logic.
1999-10-24  Vadim Zeitlin1. corrected client data deletion in wxListBox (no...
1999-10-20  Robert Roebling Minor Reparent() and SetToolBar() fix for wxFrame.
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-20  Robert Roebling Changed a few #include <xxx.h> to #include "xxx.h"
1999-08-16  Robert Roebling compile fixes for EMX
1999-07-27  Robert Roebling Small distrib updates,
1999-05-11  Vadim Zeitlinlabels respect alignment now even with GTK 1.2
1999-05-11  Karsten BallüderThis one-liner seems to fix the wxStaticText alignment.
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-04-15  Ove KaavenA couple more.
1999-04-07  Vadim ZeitlinSetLabel() adjusts the label size
1999-02-18  Robert Roebling Dialog items inherit parent's font now
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-12-19  Robert Roebling Added more keyboard handling to wxTreeCtrl
1998-12-11  Robert Roebling ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
1998-11-03  Robert Roebling Fix for TextCtrl problem as reported by Vegh
1998-10-30  Robert Roebling Fixes to fonts, static text, radiobox, frame
1998-10-29  Robert Roebling Big color update with the newest information
1998-10-27  Robert Roebling Added background colour again
1998-09-06  Robert Roebling SetFont() the second
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-18  Robert Roebling Added the static text patch for multiline text
1998-07-23  Vadim Zeitlinremoves "&" from wxControl's label (also for buttons...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-06-26  Vadim Zeitlinadded support for label alignments in wxStaticText...
1998-05-20  Karsten BallüderInitial revision