Disconnect all GTK signals referencing a wx object which is being destructed
[wxWidgets.git] / src / gtk / spinbutt.cpp
2012-10-17  Paul CornettDisconnect all GTK signals referencing a wx object...
2012-06-30  Paul Cornettsupport for GTK3
2011-01-04  Stefan Csomormerging back XTI branch part 2
2009-12-05  Paul Cornettsimplify Enable()
2009-01-18  Julian SmartWorkaround for GTK+ sensitivity bug
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-09-14  Paul Cornettmore value updating fixes
2007-09-13  Paul Cornettfix SetValue
2007-07-10  Robert RoeblingBlock all events in wxSpinButton::SetValue etc.
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-19  Paul CornettReorganize idle system code.
2006-08-25  Vadim ZeitlinMany changes:
2006-05-18  Paul Cornettspinbutton code simplification
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-03-09  Vadim Zeitlinmoved wxapp_install_idle_handler and g_isIdle from...
2006-02-03  Mart RaudseppGTK2: gtk_widget_set_usize -> gtk_widget_set_size_request
2006-01-22  Mart RaudseppUse g_signal* instead of deprecated gtk_signal*. Use...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-08  Mart RaudseppExpand tabs, identation/whitespace fixes
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
2003-12-03  Robin DunnUse InheritAttributes for wxGTK widgets so they will...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2000-02-16  Julian SmartVarious VC++ 1.5 and other corrections
2000-01-24  Robert Roebling Added geometry.cpp and made it compile,
2000-01-24  Robert Roebling Corrected spinbutton events and made them vetoable.
1999-12-29  Vadim Zeitlin1. wxCalendarCtrl
1999-11-28  Robert Roebling More broken pipes.
1999-11-02  Vadim Zeitlinmany warnings fixed (from HP-UX compilation log)
1999-10-11  Robert Roebling added SpinCtrl,
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-22  Robert Roebling Added wxFFileStream base on wxFFile (as opposed to...
1999-08-04  Robert Roebling Minor changes to viusal appearance,
1999-07-28  Vadim Zeitlin1. wxSpinButton fixed: it now sends EVT_SPIN_UP/DOWN...
1999-07-27  Robert Roebling Corrected some more docs,
1999-07-27  Robert Roebling Small distrib updates,
1999-07-23  Vadim Zeitlin1. more wxMotif fixes
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-05-10  Robert Roebling Small modifications to Vadims changes
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-04-29  Robert Roebling controls sample tests a bit more
1999-04-27  Robert Roebling New idle handling. Only that.
1999-04-15  Ove KaavenA couple more.
1999-03-01  Vadim Zeitlinwarnings suppressed
1999-03-01  Vadim ZeitlinwxSpinButton works ok with negative values
1999-02-28  Robert Roebling added wxMenu::Append( wxMenuItem )
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-11-15  Robert Roebling Coompilation fixes for GTK 1.1.3
1998-11-14  Robert Roebling Added spinbutton