defer calling SetCanFocus() on wxGTK until after creation
[wxWidgets.git] / src / gtk / statbox.cpp
2013-07-31  Paul Cornettdefer calling SetCanFocus() on wxGTK until after creation
2013-07-31  Paul Cornettfix tab traversal of wxStaticBox children, closes ...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-11-25  Paul CornettSimplify GetDefaultAttributesFromGTKWidget() by passing...
2012-06-30  Paul Cornettsupport for GTK3
2012-06-30  Vadim ZeitlinDon't hard code horizontal border for wxStaticBox in...
2012-06-30  Vadim ZeitlinFix vertical offset for wxGTK wxStaticBox without label.
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-01-04  Stefan Csomormerging back XTI branch part 2
2009-12-05  Paul Cornettminor cleanup
2009-12-02  Vadim ZeitlinCompilation fix after r62754.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-04-25  Francesco Montorsiallow windows which are placed inside wxStaticBoxes...
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2008-02-02  Paul Cornettlabel clipping hack is not needed for GTK+ >= 2.12
2007-10-23  Vadim Zeitlinuse -Wunused-parameter with gcc for consistency with...
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-09  Vadim Zeitlintruncate the static box label to fit the control size...
2006-05-23  Robin DunnI've now seen 2 or 3 themes that need this extra space...
2006-03-12  Vadim Zeitlinsupport mnemonics for wxStatic/RadioBox and made it...
2006-01-22  Mart RaudseppNuke GTK1 from src/gtk
2005-12-18  Vadim Zeitlin1. changed wxControl::GetLabel() to return the original...
2005-09-25  Vadim Zeitlinuse wxIsSameDouble() and wxIsNullDouble() for warning...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-04-13  Robert Roebling Correct vertical alignment for lables in static boxes.
2004-07-04  Vadim Zeitlin(blind) compilation fix for GTK+ 1.x after last commit
2004-07-03  Václav Slavíka better way of applying style changes to label_widget
2004-07-03  Robert Roebling Not sure how important that is, but now you
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-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-06  Robin DunnGet(Class)DefaultAttributes() for wxGTK controls
2004-05-04  Robin DunnAdded wxControl::PostCreation for wxGTK. Moved calls to
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2002-08-05  Robert Roebling Lots of updates for Unicode and GTK 2.0 support.
2002-07-23  Vadim Zeitlinfix to not show ampersands in the static box title...
2002-06-07  Robin DunnFixed bug that showed a small gap on the wxStaticBox...
2002-05-31  Vadim Zeitlinreplaced wxWindowGTK::m_isStaticBox with a virtual...
2002-01-11  Vadim Zeitlinadded support for wxALIGN_XXX in wxStaticBox
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-01-06  Robert Roebling Themes again.
2000-01-04  Robert Roebling New colour, font, theme and size code..
1999-11-21  Robert Roebling Added speed-up for font-loading (a bit simplistic),
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-27  Robert Roebling Small distrib updates,
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-04-15  Ove KaavenA couple more.
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-12  Robert Roebling Added scrollbar size to settings
1998-11-03  Robert Roebling Fix for TextCtrl problem as reported by Vegh
1998-10-29  Robert Roebling Big color update with the newest information
1998-10-27  Robert Roebling Added background colour again
1998-09-07  Robert Roebling Much more aggressive for intercepting events and
1998-09-06  Robert Roebling Fillid in many more missing functions (such as Enable())
1998-09-06  Robert Roebling SetFont() the second
1998-07-23  Vadim Zeitlinoops... a typo in just checked in file corrected
1998-07-23  Vadim Zeitlincall to SetLabel in Create() added to strip "&" charact...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision