Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / gtk / spinctrl.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-11-25  Paul CornettSimplify GetDefaultAttributesFromGTKWidget() by passing...
2012-11-20  Vadim ZeitlinImplement GetSizeFromTextSize() for wxSpinCtrl.
2012-10-17  Paul CornettDisconnect all GTK signals referencing a wx object...
2012-10-02  Paul Cornettremove some unnecessary casts
2012-08-30  Vadim ZeitlinAdd wxSpinCtrl::SetBase() to allow entering hexadecimal...
2012-08-30  Vadim ZeitlinRemove wxRTTI macros from wxSpinCtrlGTKBase.
2012-06-30  Paul Cornettsupport for GTK3
2012-06-07  Paul Cornettfix warnings about conversion to bool, closes #14381
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-09-29  Vadim ZeitlinPreserve page size when changing increment in wxGTK...
2010-09-29  Vadim ZeitlinFix wrong return value of wxGTK wxSpinCtrlDouble::GetIn...
2009-11-10  Paul CornettwxSpinCtrl values are always integral, they don't need...
2009-11-08  Paul Cornettavoid causing idle event from GetValue(), fixes #11013
2009-03-22  Vadim Zeitlinuse wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to...
2009-03-22  Vadim Zeitlinadd alignment flags support to wxSpinCtrl[Double] ...
2009-01-08  Robert Roeblinguse wxRound(x), not int(x+0.5)
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2008-03-18  Vadim Zeitlinadded wxSpinCtrlDouble (slightly modified patch 1835864)
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-09-14  Paul Cornettbuild fix
2007-09-14  Paul Cornettmore value updating fixes
2007-09-13  Robert RoeblingUse GTK_SPIN_BUTTON() not (GtkSpinButton*)
2007-09-13  Robert Roebling[ 1793012 ] wxSpinCtrl::SetValue() doesn't update inter...
2007-07-10  Robert RoeblingBlock all events in wxSpinCtrl::SetValue etc.
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-19  Paul CornettReorganize idle system code.
2007-03-31  Vadim Zeitlinset string field of wxCommandEvent object generated...
2007-03-26  Vadim Zeitlinuse native TAB traversal for GTK+ 2
2006-08-25  Vadim ZeitlinMany changes:
2006-05-18  Paul Cornettgtk spinctrl code simplification
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-03-09  Vadim Zeitlinmoved wxapp_install_idle_handler and g_isIdle from...
2006-01-22  Mart RaudseppUse g_signal* instead of deprecated gtk_signal*. Use...
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,