summaryrefslogtreecommitdiff
path: root/gtk/gtkrange.c
Commit message (Expand)AuthorAgeFilesLines
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-3/+5
* Set horizontal/vertical style classes to GtkRangesCarlos Garnacho2011-01-191-0/+1
* Fix a typoMatthias Clasen2011-01-151-1/+1
* Add accessors for GtkRange::round-digitsMatthias Clasen2011-01-151-9/+68
* Fixed issues with "hierarchy-changed" signal.Tristan Van Berkom2011-01-061-1/+1
* range: Update adjustment usage for sealingBenjamin Otte2011-01-051-68/+67
* range: Rewrite attachment setters to use sealed APIBenjamin Otte2011-01-051-14/+20
* API: range: Remove update policyBenjamin Otte2011-01-051-158/+1
* Move docs for gtkmain inlineMatthias Clasen2011-01-041-1/+1
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-0/+1
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-1/+0
* Port GtkRange widgets to GtkStyleContextCarlos Garnacho2010-12-131-166/+176
* gtk: properly indent calls to gdk_threads_add_timeout()Michael Natterer2010-12-021-7/+9
* gtk: Allow hiding the trough/slider in GtkScaleBastien Nocera2010-12-011-1/+19
* gtk: fix C99-style variable declarations in various sourcesChun-wei Fan2010-11-101-1/+2
* Remove size_request from GtkRangeMatthias Clasen2010-10-271-9/+42
* Fix a problem with 'resize grip avoidance' in scrollbarsMatthias Clasen2010-10-081-22/+38
* Get scrollbars out of the way of the window's resize gripMatthias Clasen2010-10-081-4/+96
* Remove unneded castsJavier Jardón2010-09-291-1/+1
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-8/+5
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-7/+7
* range: Port to draw vfuncBenjamin Otte2010-09-261-16/+5
* range: Make drawing use a single cairo contextBenjamin Otte2010-09-261-71/+58
* Tons of transfer annotationsMatthias Clasen2010-09-211-2/+2
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-1/+1
* range: Unused variableBenjamin Otte2010-09-031-1/+0
* Remove GtkRange::activate-sliderMatthias Clasen2010-09-011-24/+3
* Remove GtkRange::stepper-position-detailsMatthias Clasen2010-09-011-61/+30
* Remove GtkRange::trough-side-detailsMatthias Clasen2010-09-011-28/+1
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-82/+82
* GtkRange: move public members to private structureJavier Jardón2010-08-231-696/+840
* Added _gtk_range_set_steppers () internal functionJavier Jardón2010-08-231-0/+13
* Added _gtk_range_set_round_digits() insternal functionJavier Jardón2010-08-231-0/+7
* gtkrange: Add some checks to gtk_range_set_slider_size_fixed()Javier Jardón2010-08-231-3/+6
* 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