Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / gtk1 / 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.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2006-05-17  Włodzimierz SkibaInclude wx/button.h according to precompiled headers...
2006-01-23  Mart RaudseppRemove GTK2 stuff from src/gtk1. Rename wx/gtk includes...
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...