summaryrefslogtreecommitdiff
path: root/gtk/gtkscale.c
Commit message (Expand)AuthorAgeFilesLines
* Add a gtkscaleprivate.h headerMatthias Clasen2011-01-301-1/+1
* Silence new gcc warningsMatthias Clasen2011-01-231-7/+4
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-2/+2
* [GI] Add missing (allow-none) annotationsPavel Holejsovsky2011-01-181-2/+2
* Add accessors for GtkRange::round-digitsMatthias Clasen2011-01-151-4/+4
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-1/+0
* Reduce includes of gtktypeutils.h to a minimumMatthias Clasen2011-01-041-0/+1
* Port GtkRange widgets to GtkStyleContextCarlos Garnacho2010-12-131-32/+36
* gtk: Allow hiding the trough/slider in GtkScaleBastien Nocera2010-12-011-0/+5
* Remove size_request from GtkScaleMatthias Clasen2010-10-271-16/+43
* gtk_adjustment_new() should return a GtkAdjustment*Javier Jardón2010-09-291-1/+1
* Move classes that currently derive from GtkObject to GInitiallyUnownedJavier Jardón2010-09-261-1/+1
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-5/+5
* scale: Port to draw vfuncBenjamin Otte2010-09-261-43/+39
* GtkScale: Remove links from doc section titleMatthias Clasen2010-09-241-4/+4
* Tons of transfer annotationsMatthias Clasen2010-09-211-6/+6
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-36/+36
* gtkscale: move documentation to inline commentsJavier Jardón2010-09-011-0/+24
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-18/+18
* gtkscale: use accessor functions to access GtkRangeJavier Jardón2010-08-231-43/+56
* Added _gtk_range_set_round_digits() insternal functionJavier Jardón2010-08-231-5/+5
* gtk/gtkscale.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-32/+44
* Don't allocate space for "" in scale marksMatthias Clasen2010-08-041-1/+1
* GtkScale: move public members to private structureJavier Jardón2010-07-131-51/+77
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
* Make orientable base classes instantiableMatthias Clasen2010-05-251-10/+8
* Fix a problem with marks on vertical scalesMatthias Clasen2010-05-041-2/+5
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)Javier Jardón2010-03-021-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-2/+5
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-011-1/+1
* [annotations] Add allow-noneJohan Dahlin2010-02-191-3/+3
* Fix compilation warning: cast to GCompareFuncJavier Jardón2010-02-111-1/+2
* Avoid overlap of scale marksMatthias Clasen2010-02-091-9/+79
* marks_start_element(): initialize "value" to get rid of a compiler warningMichael Natterer2009-08-271-1/+1
* Remove some unused variables (GnomeBug:591218)Javier Jardón2009-08-101-1/+0
* Support scale marks in builder markupMatthias Clasen2009-05-031-2/+254
* Fix a resizing problem with marks on scalesMatthias Clasen2009-04-161-0/+4
* Bug 565656 – Add marks to scalesMatthias Clasen2009-01-201-6/+334
* Keep all these abstract for nowMatthias Clasen2008-12-311-1/+3
* Doc fixesMatthias Clasen2008-12-291-1/+1
* Merge docs inlineMatthias Clasen2008-12-291-3/+76
* Bug 553765 – Add orientation API to GtkRangeMichael Natterer2008-11-111-37/+269
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-1/+1
* gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtksocket.c gtk/gtkspinbutton.cSven Neumann2008-08-081-2/+2
* 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
* gtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.cMichael Natterer2008-02-071-6/+3
* Some doc updatesMatthias Clasen2007-06-101-10/+11