Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / gtk / button.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-11-25  Paul Cornettavoid functions deprecated in GTK3
2012-11-25  Paul CornettSimplify GetDefaultAttributesFromGTKWidget() by passing...
2012-06-30  Paul Cornettsupport for GTK3
2012-06-07  Paul Cornettfix warnings about conversion to bool, closes #14381
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-22  Vadim ZeitlinNo changes, just add wxGtkList to ensure g_list_free...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-19  Paul Cornettfix GTKGetLabel() and DoApplyWidgetStyle(): children...
2011-06-14  Vadim ZeitlinRefactor wxButton and wxToggleButton to derive from...
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2011-03-26  Václav SlavíkUse accessor functions instead of deprecated GTK+ macros.
2011-03-08  Vadim ZeitlinAdd another missing #if wxUSE_MARKUP check.
2011-02-27  Vadim ZeitlinImplement support for markup labels for wxGTK wxButton.
2011-01-04  Stefan Csomorfixing duplicate rti info for gtk
2010-03-01  Robin DunnInvalidate best size when the bitmap or bitmap position...
2009-12-05  Paul Cornettsimplify Enable()
2009-06-27  Vadim Zeitlincheck whether we show bitmaps at all in GTKUpdateBitmap...
2009-06-18  Vadim Zeitlinset use-underline button property when setting its...
2009-06-17  Vadim Zeitlinadded wxBU_NOTEXT style to allow creating bitmap button...
2009-06-16  Vadim Zeitlinimplement wxGTK wxBitmapButton in terms of wxButton
2009-06-16  Vadim Zeitlinimplement support for bitmaps for all states in wxGTK...
2009-06-16  Vadim Zeitlinimplement support for button bitmaps (normal state...
2009-02-13  Robert RoeblingMore GTK prefixing for internal methods
2009-01-18  Julian SmartWorkaround for GTK+ sensitivity bug
2008-09-05  Paul Cornettfix memory leak
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2008-08-10  Paul Cornettdon't modify position for default border if button...
2008-06-12  Vadim Zeitlinpropagate style changes correctly to buttons with image...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-05  Robert RoeblingMinimum is now GTK+ 2.4
2007-06-21  Paul Cornettfix reversed left/top variables
2007-06-18  Mart Raudseppgtk_border_free is for freeing GtkBorder's, not g_free.
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-19  Paul CornettReorganize idle system code.
2007-04-08  Vadim ZeitlinCall wxTLW::SetDefaultItem() from wxButtonBase::SetDefa...
2007-03-26  Vadim Zeitlinuse native TAB traversal for GTK+ 2
2006-08-25  Vadim ZeitlinMany changes:
2006-07-25  Włodzimierz SkibaPCH build fix.
2006-07-25  Vadim Zeitlinmove default button handling code from wxControlContain...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-03-09  Vadim Zeitlinmoved wxapp_install_idle_handler and g_isIdle from...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-02-03  Mart RaudseppRemove obsolete GTK1 compatibility macros. Patch #14134...
2006-01-22  Mart RaudseppUse g_signal* instead of deprecated gtk_signal*. Use...
2006-01-22  Mart RaudseppNuke GTK1 from src/gtk
2005-12-18  Vadim Zeitlin1. changed wxControl::GetLabel() to return the original...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-04  Mart Raudsepp-Wundef fixes
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2005-03-13  Robert Roebling Query for "default_border" not "default_outside_borde...
2005-03-04  Robert Roebling Try to catch theme change on the fly in button in
2005-02-27  Robert Roebling SetLabel() no longer invalidates the font which
2005-02-05  Robert Roebling _conncect_after() should be used for controls emitting
2004-12-05  Robert Roebling Implemented run-time checks for the GTK version
2004-09-01  Robin DunnIf wxGetStockGtkID returns NULL (such as with wx.ID_IND...
2004-08-30  Václav Slavíknew stock buttons API
2004-08-15  Václav Slavíkfixes for stock items not known to some GTK+ versions
2004-08-15  Václav Slavíkcompilation fix for GTK2 < 2.4
2004-08-15  Václav Slavík1. added stock buttons support
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-02  Robin DunnOn wxGTK2 the label woudl not be realigned if SetLabel...
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
2004-04-25  Vadim Zeitlinunused var warning
2004-04-17  Robin DunnSetDefault should call parent->SetDefaultItem
2004-04-01  Vadim Zeitlinfixed DoGetBestSize() for default buttons
2004-03-11  Robin DunnSome themes round the edges of the buttons, overwriting...
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-03-04  Václav Slavíkadded support for GTK2 label mnemonics (patch #689573)
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-02  Vadim Zeitlinno changes
2002-08-26  Robert Roebling Applied button aligment patch.
2002-08-05  Robert Roebling Lots of updates for Unicode and GTK 2.0 support.
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2002-01-12  Robert Roebling Applied patches for wxBU_EXACTFIT to button.cpp and...
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-12-28  Robert Roebling Calling a Refresh() before the window is created...
1999-12-06  Robert Roebling Patch for stream.cpp for non-flushable stream,
1999-11-22  Robert Roebling Headers moved a bit.
1999-10-30  Robert Roebling Some work on tabbing and menu accels,
1999-10-29  Robert Roebling Renamed GtkMyFixed to GtkPizza,
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-11  Robert Roebling Did somework on the generic dialogs,
1999-08-09  Robert Roebling Replaced old wxSizer,
1999-07-27  Robert Roebling Small distrib updates,
1999-07-05  Karsten BallüderMade icons configurable via a wxMApp virtual function...
1999-07-04  Robert Roebling Small changed to wxExtDialog
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-11  Robert Roebling Implememted IsBeingDeleted() -> buttons work again
1999-05-10  Robert Roebling Changed wxSizer::GetSize() to DoGetSize() (and others)
next