]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk/bmpbuttn.h
Added wxWindow::GTKHandleRealized() virtual method to wxGTK.
[wxWidgets.git] / include / wx / gtk / bmpbuttn.h
2009-06-27  Vadim Zeitlinset the initial size of bitmap buttons correctly again...
2009-06-17  Vadim Zeitlinadded wxBU_NOTEXT style to allow creating bitmap button...
2009-06-16  Vadim Zeitlinimplement wxGTK wxBitmapButton in terms of wxButton
2008-03-18  Paul Cornettrevert removal of wxBU_AUTODRAW, now that it is again...
2008-03-17  Paul Cornettfix a huge number of build errors
2008-02-22  Václav Slavíkfixed wxBitmapButton to use focus and hover bitmaps...
2008-01-21  Václav Slavíkprefix implementation methods of wxBitmapButton with...
2007-04-08  Vadim ZeitlinCall wxTLW::SetDefaultItem() from wxButtonBase::SetDefa...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2005-12-18  Vadim Zeitlinremoved GetLabel() which didn't do anything but forward...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-02  Michael WetherellAdd import/export attributes
2004-10-18  Václav Slavíkfixed previous revision: call wxControl's, not wxButton...
2004-10-18  Václav SlavíkwxBitmapButton doesn't need own DoGetBestSize, wxContro...
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-03-16  Robin Dunnimplement wxBitmapButton::DoGetBestSize
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2002-09-07  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-05-04  Vadim Zeitlininitialize wxBitmapButton members
2001-06-26  Vadim Zeitlincompilation fixes - wxGTK compiles but not links
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-07-15  Bryan Pettymerged 2.2 branch
1999-11-22  Robert Roebling Headers moved a bit.
1999-10-11  Robert Roebling added SpinCtrl,
1999-08-16  Robert Roebling Added Prepend() and Remove() methods to wxSizer,
1999-07-15  Guilhem Lavaux* wxMemoryStreams updates
1999-06-28  Robert Roebling Applied fixes for AIX (GTK 1.0 compilation).
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-01-04  Robert Roebling configure and #ifdef wxUSE_XXX updates
1998-11-15  Robert Roebling Added new wxBitmapButton implementation
1998-10-29  Robert Roebling Big color update with the newest information
1998-10-26  Robert Roebling Implemented wxScreenDC the hard way
1998-10-24  Robert Roebling Removed usage of GdkImlib
1998-08-14  Robert Roebling Added validation support
1998-08-14  Robert Roebling Added wxRadioButton (not tested)
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-28  Robert RoeblingGTK wxBitmapButton added
1998-05-20  Karsten BallüderInitial revision