Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / gtk / tglbtn.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-11-25  Paul CornettSimplify GetDefaultAttributesFromGTKWidget() by passing...
2012-10-17  Paul CornettDisconnect all GTK signals referencing a wx object...
2012-06-30  Paul Cornettsupport for GTK3
2011-11-27  Vadim ZeitlinDon't crash when changing label of label-less wxToggleB...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-14  Vadim ZeitlinRefactor wxButton and wxToggleButton to derive from...
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2009-12-05  Paul Cornettsimplify Enable()
2009-02-13  Robert RoeblingMore GTK prefixing for internal methods
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-01-18  Julian SmartWorkaround for GTK+ sensitivity bug
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2008-10-06  Robert RoeblingWrong order of calls
2008-09-01  Robert Roeblinguse gtk_block_event instead of m_block event field
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2008-07-18  Paul Cornettfix masking of disabled bitmaps with some themes
2007-12-08  Robert RoeblingDocument wxBitmapToggleButton, add update UI event...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-19  Paul CornettReorganize idle system code.
2007-03-26  Vadim Zeitlinuse native TAB traversal for GTK+ 2
2006-10-15  Robert Roebling Implement mnemnic support for wxToggleButton.
2006-10-14  Paul Cornettreplace use of deprecated GtkPixmap
2006-08-25  Vadim ZeitlinMany changes:
2006-08-22  Robert Roebling Add the new showOnIdle code to various other
2006-05-17  Włodzimierz SkibaInclude wx/button.h according to precompiled headers...
2006-03-09  Vadim Zeitlinmoved wxapp_install_idle_handler and g_isIdle from...
2006-02-20  Mart RaudseppMake everything compile with GTK_DISABLE_DEPRECATED...
2006-02-03  Mart RaudseppGTK2: gtk_label_set -> gtk_label_set_text
2006-02-03  Mart RaudseppRemove obsolete GTK1 compatibility macros. Patch #14134...
2006-01-22  Mart RaudseppUse g_signal* instead of deprecated gtk_signal*. Use...
2005-06-08  Włodzimierz SkibaSecond part of '[ 1216148 ] cleanup: unused variables...
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2004-11-22  Julian SmartChanged Rocketeer licence to wxWindows licence, by...
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-05-06  Robin DunnGet(Class)DefaultAttributes() for wxGTK controls
2004-05-04  Robin DunnAdded wxControl::PostCreation for wxGTK. Moved calls to
2004-03-07  Robert Roebling Added wxToggleBitmapButton (it compiles).
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-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2002-08-05  Robert Roebling Lots of updates for Unicode and GTK 2.0 support.
2002-04-17  Robert Roebling Various changes to focus handling when TLW start.
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-11-17  Robert Roebling More changes to various controls for more reliably
2001-11-08  Robert Roebling wxListBox mouse events now report coords relative
2001-02-08  Vadim Zeitlinapplied (slightly modified) wxToggleButton patch from...