support for GTK3
[wxWidgets.git] / src / gtk / stattext.cpp
2012-06-30  Paul Cornettsupport for GTK3
2012-01-23  Vadim ZeitlinAdd support for stricken-through fonts.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-02-27  Vadim ZeitlinAdd wxUSE_MARKUP and wrap SetLabelMarkup() in it.
2011-02-27  Vadim ZeitlinReplace wxST_MARKUP style with wxControl::SetLabelMarkup().
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-07-11  Vadim ZeitlinFix setting wxStaticText alignment under wxGTK.
2010-03-28  Francesco Montorsino real changes: just a small optimization on wxStaticT...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2008-06-27  Robert Roeblinggtk wxStaticText and wxALIGN_CENTER_VERTICAL
2008-02-02  Paul CornettEnable best size caching, remove unnecessary GetLabel...
2008-02-02  Paul Cornettfix wxALIGN_RIGHT in RTL mode
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-01  Vadim Zeitlinadded support for ellipsization and markup in wxStaticT...
2007-03-30  Vadim Zeitlindon't call gtk_label_set_line_wrap() from DoGetBestSize...
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2007-02-16  Vadim Zeitlinsuppress warning about casting -1 to guint
2007-02-02  Vadim Zeitlinadded support for underlined fonts
2006-09-10  Robert Roebling Implemented window coord mirroring for RTL. This
2006-06-08  Robin DunnAdd 1 to the width returned by DoGetBestSize in order...
2006-03-12  Vadim Zeitlinsupport mnemonics for wxStatic/RadioBox and made it...
2006-02-05  Vadim Zeitlinhonour the mnemonics; don't use gtk_label_set_markup...
2006-02-04  Mart RaudseppGTK2: gtk_radio_button_group -> _set_group; A missed...
2006-01-31  Julian SmartwxControl::SetLabel no longer strips out codes so do...
2006-01-22  Mart RaudseppUse g_signal* instead of deprecated gtk_signal*. Use...
2006-01-22  Mart RaudseppNuke GTK1 from src/gtk
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