summaryrefslogtreecommitdiff
path: root/gtk/gtkscalebutton.c
Commit message (Expand)AuthorAgeFilesLines
* types: Move GtkAdustment declaration to gtktypes.hBenjamin Otte2012-03-031-1/+3
* scalebutton: Set GDK_SCROLL_MASK explicitlyCarlos Garnacho2012-03-011-0/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Use the workarea when placing popupsMatthias Clasen2011-12-181-1/+1
* Use G_VALUE_INITJavier Jardón2011-10-151-1/+1
* More include cleanupsMatthias Clasen2011-08-281-1/+1
* Convert GailScaleButton to GtkScaleButtonAccessibleMatthias Clasen2011-07-051-0/+3
* Silence new gcc warningsMatthias Clasen2011-01-231-25/+14
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-3/+4
* scalebutton: Update adjustment usage for sealingBenjamin Otte2011-01-051-31/+31
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-1/+1
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-3/+0
* Move all GdkDevice members to private and add one missing accessorMichael Natterer2010-11-231-1/+1
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-10-311-1/+1
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-1/+1
* Remove unneded castsJavier Jardón2010-09-291-2/+3
* gtk_adjustment_new() should return a GtkAdjustment*Javier Jardón2010-09-291-1/+1
* Remove GtkObject completelyMatthias Clasen2010-09-261-3/+3
* Move classes that currently derive from GtkObject to GInitiallyUnownedJavier Jardón2010-09-261-1/+1
* Fix a couple of broken annotationsJohan Dahlin2010-09-231-1/+1
* Tons of transfer annotationsMatthias Clasen2010-09-211-4/+4
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-7/+7
* gtkscalebutton: use accessor functions to access GtkRangeJavier Jardón2010-08-231-10/+10
* gtk/gtkscalebutton.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-27/+36
* GtkScaleButton: Move public members to private structureJavier Jardón2010-07-131-18/+20
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-42/+102
* Move documentation to inline comments: GtkScaleButtonJavier Jardón2010-05-161-0/+13
* Remove deprecated GtkScaleButton functionsChristian Dywan2010-05-031-40/+0
* [annotations] Add allow-noneJohan Dahlin2010-02-191-1/+1
* Deprecate some widget flagsJavier Jardón2010-01-071-1/+1
* Change GtkIconSize to int in params/return valuesDan Winship2009-12-191-1/+1
* Bug 461944 – pressing the volume icon in full screen shuts down the soundBastien Nocera2009-06-221-5/+16
* add static function gtk_scale_button_set_orientation_private() and use itMichael Natterer2009-03-181-47/+54
* don't call gtk_orientable_set_orientation() because that callsMichael Natterer2009-03-061-1/+1
* make the orientation flipping much simpler by using the GtkOrientableMichael Natterer2009-02-191-158/+102
* Bug 566532 – GtkScaleButton implementation of GtkOrientableChristian Dywan2009-01-131-11/+13
* Bug 555523 – gtk_scale_button_set_adjustment should accept NULLChristian Dywan2008-10-091-7/+13
* Don't #define _GNU_SOURCE on Windows as it confuses newest mingw headers.Tor Lillqvist2008-10-011-0/+2
* Doc fixesMatthias Clasen2008-07-211-0/+4
* remove _gtk_binding_signal_new().Michael Natterer2008-07-211-14/+14
* Doc updatesMatthias Clasen2008-07-041-0/+2
* Bug 539944 – Add GtkScaleButton API so struct fields can be marked asMichael Natterer2008-07-041-1/+33
* Fix make checkMatthias Clasen2008-07-041-13/+13
* Add gtk_scale_button_get_popupMatthias Clasen2008-07-031-0/+16
* remove "_from_bindings" suffix from the names of binding signalMichael Natterer2008-07-031-7/+7
* Revert name changeCody Russell2008-07-011-1/+1
* Bug 442042 – GtkScaleButton is too limitedMichael Natterer2008-06-301-47/+125
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Bug 442042 – GtkScaleButton is too limitedMichael Natterer2008-06-271-0/+1