Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / gtk1 / slider.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2011-01-04  Stefan Csomormerging back XTI branch part 2
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2006-07-06  Włodzimierz SkibawxRound() workaround to avoid unexpected compile and...
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-01-23  Mart RaudseppRemove GTK2 stuff from src/gtk1. Rename wx/gtk includes...
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)
1998-08-02  Robert Roebling Fixed Fontdialog
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-06-26  Julian SmartNew wxEventType for event type enum, and corresponding...
1998-05-20  Karsten BallüderInitial revision