summaryrefslogtreecommitdiff
path: root/gtk/gtkrange.c
Commit message (Expand)AuthorAgeFilesLines
* gtk/gtkrange.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-72/+94
* gtk_range_set_min_slider_size() should receive an gint, not a gbooleanJavier Jardón2010-08-131-1/+1
* Use accessor functions to access GtkScaleJavier Jardón2010-07-131-1/+1
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
* Differentiate between stepper B and C in the detail stringMatthias Clasen2010-06-281-2/+2
* Add context to detail strings when drawing steppersMatthias Clasen2010-06-261-21/+104
* Update documentation for orientablesMatthias Clasen2010-06-031-1/+1
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-18/+59
* Document GtkRange::adjust-boundsMatthias Clasen2010-05-251-1/+4
* Revert "Forward-port a GtkAdjustment compatibility fix"Javier Jardón2010-05-241-6/+0
* Move documentation to inline comments: GtkRangeJavier Jardón2010-05-211-4/+25
* GtkRange: Redraw if GtkRange is a GtkScale and value is drawn.Jan Arne Petersen2010-05-181-1/+3
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-2/+2
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-3/+2
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-011-3/+3
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-1/+3
* [annotations] Add allow-noneJohan Dahlin2010-02-191-2/+2
* Bug 607082 - Add accessors for sealed GtkRange membersMichael Natterer2010-01-221-0/+149
* Deprecate widget flag: GTK_WIDGET_CAN_FOCUSJavier Jardón2010-01-071-2/+2
* Add accessors for sealed member "flippable"Michael Natterer2009-08-271-0/+46
* Forward-port a GtkAdjustment compatibility fixMatthias Clasen2009-05-031-0/+6
* Bug 495320 - GtkRange does not use gdk_event_request_motionsXan Lopez2009-02-251-5/+4
* Bug 569240 - Crasher when using markersBastien Nocera2009-01-261-0/+2
* Bug 565656 – Add marks to scalesMatthias Clasen2009-01-201-1/+118
* Bug 553765 – Add orientation API to GtkRangeMichael Natterer2008-11-111-11/+86
* get rid of the deprecated aliases NONE and BOOL.Michael Natterer2008-08-131-1/+1
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-2/+1
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-5/+5
* gtk/gtkadjustment.c gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkiconview.cSven Neumann2008-08-081-5/+5
* gtk/gtkcombobox.c gtk/gtkiconview.c gtk/gtkrange.c gtk/gtkscrolledwindow.cMichael Natterer2008-08-061-6/+0
* Bug 429427 – Add "arrow-spacing" style property to GtkRangeMatthias Clasen2008-08-021-3/+20
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Seal GtkRangeTim Janik2008-06-201-1/+1
* 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