summaryrefslogtreecommitdiff
path: root/gtk/gtkrange.c
Commit message (Expand)AuthorAgeFilesLines
* removed code that forced range repaints upon every motion event, because13:37:28 Tim Janik2007-09-061-15/+29
* Small doc fixesMatthias Clasen2007-07-121-0/+13
* Some doc updatesMatthias Clasen2007-06-101-16/+14
* Document new apiMatthias Clasen2007-05-261-5/+11
* Queue a redraw when the grab changes. (#396470, Benjamin Berg)Matthias Clasen2007-01-161-2/+6
* beep when a keybinding didn't change adjustment->value.Michael Natterer2007-01-021-3/+8
* Typo fix. (#352121, Clytie Siddall)Matthias Clasen2006-12-311-1/+1
* Avoid spurious redraws.Matthias Clasen2006-12-261-17/+12
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-10/+3
* Add new infrastructure for notifications of failed keyboard navigation andMichael Natterer2006-11-161-0/+36
* added properties "fill-level", "show-fill-level" andMichael Natterer2006-11-151-17/+309
* consume the Escape key only if we actually cancel a drag. Fixes bugMichael Natterer2006-10-301-5/+6
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-1/+0
* remember the sensitivity of the steppers in GtkRangeLayout, update it inMichael Natterer2006-07-181-32/+53
* added new style properties "trough-side-details" andMichael Natterer2006-06-091-78/+317
* canonicalize the name of the "activate-slider" style property and useMichael Natterer2006-05-181-10/+13
* More of the sameMatthias Clasen2006-05-141-1/+1
* Fix doc typos.Matthias Clasen2006-05-081-2/+2
* Chain up, to make bindings work. Noticed by Al Puzzuoli.Matthias Clasen2006-05-071-2/+2
* More abstract typesMatthias Clasen2006-05-071-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-40/+8
* Allow to cancel a drag with ESC. (#58389, Søren Sandmann)Matthias Clasen2006-03-111-0/+24
* Add a style property ::activate_slider that allows themes to draw theMatthias Clasen2006-03-111-3/+32
* Turn off prelighting when gtk-touchscreen-mode is enabled (#135666)Ross Burton2006-03-091-5/+10
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-2/+1
* Made button-press timeouts which work like key repeat timeoutsMichael Natterer2005-11-221-13/+21
* Added per-stepper API for GtkRange's stepper sensitivity as discussed inMichael Natterer2005-11-111-19/+166
* patch from maemo-gtk that changes GtkRange to render its arrowsTim Janik2005-11-091-5/+25
* Intern some more strings.Matthias Clasen2005-09-011-5/+5
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Make it compileMatthias Clasen2005-08-201-4/+4
* Don't queue a draw if the layout has not changed. (#313991, Benjamin Berg)Matthias Clasen2005-08-201-6/+42
* Handle broken grabs.Matthias Clasen2005-06-301-0/+22
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-7/+7
* Stop scrolling when the widget is unmapped. (#168791, Ryan Lortie)Matthias Clasen2005-03-221-2/+5
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-9/+10
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-7/+7
* Make power a double. (gtk_range_class_init): s/digits/decimal digits/ inMatthias Clasen2004-11-101-3/+3
* Replace a really gross way of rounding to a specified number of digits.Matthias Clasen2004-10-061-5/+8
* Remove unnecessary g_return_if_fail()s from virtual functions. (#153469,Matthias Clasen2004-09-221-4/+0
* fix gtk_range_real_change_value args. Addresses part of #152518.Manish Singh2004-09-131-6/+4
* Provide information about how an adjustment change in a range widgetMatthias Clasen2004-08-271-15/+78
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* New internal function returning a good step value for the mouse wheel. ForSoeren Sandmann2004-02-291-9/+39
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-18/+18
* Undo the last change, since it broke logical keynav. Fix stepper directionMatthias Clasen2003-12-131-31/+16
* Fix direction of steppers in inverted scrollbars. (#129084, OlexiyMatthias Clasen2003-12-111-9/+38
* brooooooooken pipe.Kristian Rietveld2003-09-031-2/+2