Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / gtk1 / spinctrl.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-09-20  Jouk Jansenbackport wxspinctrl::get/setbase form gtk ->gtk1
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-09-07  Paul Cornettnon-pch build fix
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-01-04  Stefan Csomormerging back XTI branch part 2
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2006-06-06  Włodzimierz SkibaInclude wx/textctrl.h according to precompiled headers...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-03-28  Włodzimierz SkibaMake wxPASSWORD and wxPROCESS_ENTER really deprecated.
2006-01-23  Mart RaudseppRemove GTK2 stuff from src/gtk1. Rename wx/gtk includes...
2006-01-14  Mart RaudseppRemove stray whitespaces
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-06-24  Robin Dunn* Implemented BestSize cache
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
2004-03-01  Robert Roebling Only when wxTE-PROCESS_ENTER has been set.
2004-03-01  Robert Roebling Spin control now emits TEXT_ENTER commands.
2004-03-01  Robert Roebling Make multi-line text control focussable
2004-01-22  Vadim Zeitlinimplemented SetSelection
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-08  Robert Roebling Added Theme patch.
2003-01-07  Ron LeeDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
2002-08-05  Robert Roebling Lots of updates for Unicode and GTK 2.0 support.
2002-06-02  Robert Roebling Updates to (behaviour of) wxComboBox and wxSpinCtrl.
2002-03-26  Vadim Zeitlinfixed compilation warnings with GTK+ 2.0
2002-02-04  Vadim Zeitlinfixed crash when return is pressed in a spinctrl inside...
2001-07-30  Vadim Zeitlincompilation fixes for wxGTK
2001-03-10  Vadim Zeitlintrying to fix wxSpinCtrl update behaviour
2000-12-16  Robert Roebling Added wxCommandEvent::IsSeection for listbox,
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-24  Robert Roebling Minor optical things.
2000-01-06  Robert Roebling Themes again.
2000-01-04  Robert Roebling New colour, font, theme and size code..
2000-01-03  Robert Roebling Corrected spin control, which ignored hand typed...
2000-01-02  Robert Roebling wxSpinCtrl no longer emits event when changed program...
2000-01-01  Robert Roebling Some Resize/GetBestSize() changes.
1999-12-29  Vadim Zeitlin1. wxCalendarCtrl
1999-12-22  Vadim Zeitlin1. corrected some owner-drawn buttons bugs
1999-12-07  Robert Roebling Compile fix.
1999-12-04  Robert Roebling String changes for translations,
1999-11-28  Robert Roebling More broken pipes.
1999-11-27  Robin Dunnfixed to correctly use #if wxUSE_SPINCTRL
1999-11-02  Vadim Zeitlinmany warnings fixed (from HP-UX compilation log)
1999-10-30  Robert Roebling Some work on tabbing and menu accels,
1999-10-29  Robert Roebling Renamed GtkMyFixed to GtkPizza,
1999-10-29  Ove KaavenUnicode fixes
1999-10-28  Vadim ZeitlinwxGTK::wxSpinCtrl API synchronised with wxMSW
1999-10-11  Robert Roebling added SpinCtrl,