]> git.saurik.com Git - wxWidgets.git/history - src/gtk/stattext.cpp
Minor resize probs solved.
[wxWidgets.git] / src / gtk / stattext.cpp
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