summaryrefslogtreecommitdiff
path: root/gtk/gtkscalebutton.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Bug 442042 – GtkScaleButton is too limitedMichael Natterer2008-06-271-89/+244
* gtk/gtkscalebutton.c remove redundant init() and class_init() prototypes,Michael Natterer2008-06-261-46/+40
* Revert GtkScaleButton accesses for plus/minus buttons, as per #539944Johan Dahlin2008-06-241-36/+0
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Add missing accessor for sealed fields GtkScaleButton->plus_button andJohan Dahlin2008-06-201-0/+36
* Fix gtk-doc syntax, add missing trailing colon.Johan Dahlin2008-06-201-6/+5
* Unify the handling of various "Enter" keysyms all over the place.Matthias Clasen2008-02-121-0/+2
* Add a second volume button.Matthias Clasen2007-10-041-0/+3
* Fix the value typeMatthias Clasen2007-09-131-1/+1
* Fix some doc formatting errorsMatthias Clasen2007-07-231-1/+1
* Apply a patch by Guillaume Cottenceau to improve the signal docs.Matthias Clasen2007-07-161-4/+30
* Small doc fixesMatthias Clasen2007-07-121-0/+1
* Add parentheses to fix the operator order in the icon selection.Jan Arne Petersen2007-07-011-1/+1
* Fix code style and warts in GtkScaleButtonEmmanuele Bassi2007-06-101-44/+63
* Add an icons property, make gtk_scale_button_new() a convenience function.Matthias Clasen2007-06-101-37/+65
* Bring docs in shapeMatthias Clasen2007-05-261-15/+14
* Add some missing symbols.Matthias Clasen2007-05-231-3/+5
* Make it work better with multiple monitors.Tor Lillqvist2007-05-211-3/+3
* reviewed by: Matthias Clasen <mclasen@redhat.com>Bastien Nocera2007-05-191-0/+1246