Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / gtk / slider.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 Cornettavoid functions deprecated in GTK3
2012-11-25  Paul CornettSimplify GetDefaultAttributesFromGTKWidget() by passing...
2012-11-19  Paul Cornettfix object referencing with wxSL_MIN_MAX_LABELS
2012-10-17  Paul CornettDisconnect all GTK signals referencing a wx object...
2012-06-30  Paul Cornettsupport for GTK3
2012-02-29  Paul Cornettremove unnecessary gtk_widget_show(m_widget) calls...
2011-04-02  Paul Cornettmake sure value label updates even if handle position...
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2011-01-04  Stefan Csomormerging back XTI branch part 2
2009-11-14  Vadim ZeitlinImplement support for wxSL_<DIR> in wxGTK, show them...
2009-11-14  Vadim ZeitlinNo changes, just removed trailing spaces.
2009-11-14  Robert RoeblingHide value label explicitly
2009-11-14  Robert RoeblingAlways position value lable left of a vertical slider
2009-11-14  Robert RoeblingImplement wxSL_VALUE_LABEL and wxSL_MIN_MAX_LABELS...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2007-11-30  Robert RoeblingGTK+ doesn't like slider with min=max values
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-10-23  Vadim Zeitlindon't compare initial slider position with uninitialize...
2007-09-14  Paul Cornettremove m_blockScrollEvent from wxWindowGTK
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
2007-03-03  Paul CornettDon't assert on value change which shouldn't occur...
2006-12-03  Paul Cornettbetter fix for keeping m_pos in sync
2006-11-07  Robin DunnKeep m_pos in sync in SetValue in case the value_change...
2006-08-25  Vadim ZeitlinMany changes:
2006-07-27  Mart Raudsepp[wxGTK] Implement wxSlider::GetLineSize and wxSlider...
2006-07-27  Mart RaudseppUse GTK casts.
2006-07-06  Włodzimierz SkibawxRound() workaround to avoid unexpected compile and...
2006-06-08  Paul Cornettuse "event-after" signal to send thumb release event
2006-06-02  Jouk Jansen Updated OpenVMS compile support
2006-05-31  Paul Cornettthreads fix
2006-05-19  Paul Cornettgtk slider code simplification and better event determi...
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-03-07  Vadim Zeitlindon't leave evtType uninitialized in gtk_slider_callbac...
2006-02-03  Mart RaudseppRemove obsolete GTK1 compatibility macros. Patch #14134...
2006-01-22  Mart RaudseppUse g_signal* instead of deprecated gtk_signal*. Use...
2006-01-22  Mart RaudseppNuke GTK1 from src/gtk
2005-12-24  Vadim Zeitlinalso generate wxEVT_SCROLL_CHANGED as under wxMSW
2005-12-24  Vadim Zeitlindetermine the slider event type more precisely (i.e...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2005-01-22  Kevin Hockgtk_range_set_inverted only available on GTK2
2005-01-21  Kevin HockAdd support for wxSL_INVERSE using gtk_range_set_inverted
2004-12-14  Włodzimierz Skibawx/math.h integration
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-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-08  Julian SmartApplied patch [ 590031 ] Slider: Events must be enabled...
2002-07-09  Robert Roebling Don't let wxSlider send events when programmatically...
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-06  Vadim Zeitlinfixed slider value rounding once again
2000-12-16  Robert Roebling Added wxCommandEvent::IsSeection for listbox,
2000-12-14  Vadim Zeitlinmerged in fix for GetValue() from the 2.2 branch
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-23  Robert Roebling Fixed small bug in tab code WRT to having only
2000-01-15  Robert Roebling Next try at avoiding too few or too many size events.
1999-11-28  Robert Roebling slider link fix 1.
1999-11-28  Robert Roebling Damn broken pipes.
1999-10-21  Robert Roebling wxSlider should now display int values,
1999-10-15  Vadim Zeitlinlet's not forget that \& has lower priority than =...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-01  Robert Roebling Improved wxFileDialog behaviour wrt to remembering...
1999-07-27  Robert Roebling Small distrib updates,
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
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-05-03  Robert Roebling Implemented flat toolbars
1999-04-29  Robert Roebling controls sample tests a bit more
1999-04-28  Robert Roebling Chnages to focus code with debug code
1999-04-27  Robert Roebling New idle handling. Only that.
1999-03-02  Robert Roebling Removed warnings from tbarsimpl
1999-02-28  Robert Roebling added wxMenu::Append( wxMenuItem )
1999-01-03  Robert Roebling new cursors
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-12-17  Robert Roebling I've put live into Vadim's wxNavigationKeyEvent idea
1998-11-18  Robert Roebling Added support for SCROLL_TOP and _BOTTOM events
1998-11-15  Robert Roebling Coompilation fixes for GTK 1.1.3
1998-11-14  Robert Roebling Doc corrections
1998-11-03  Robert Roebling Fix for TextCtrl problem as reported by Vegh
1998-10-29  Robert Roebling Big color update with the newest information
1998-10-26  Robert Roebling Did much work on colors. It doesn't work and I guess
1998-09-12  Robert Roebling Next try at removing the dancing sliders
1998-09-07  Robert Roebling Much more aggressive for intercepting events and
1998-09-07  Robert Roebling Tries unsuccesfully to cure a few more problems
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-14  Robert Roebling Added wxRadioButton (not tested)
next