summaryrefslogtreecommitdiff
path: root/gtk/gtkscalebutton.c
Commit message (Expand)AuthorAgeFilesLines
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-2/+2
* docs: don't use <anchor>William Jon McCann2014-02-071-2/+2
* docs: use proper apostropheWilliam Jon McCann2014-02-071-2/+2
* docs: Use markup for linksWilliam Jon McCann2014-02-071-2/+2
* scalebutton: Apply a shape on the popoverCarlos Garnacho2014-02-041-0/+4
* GtkScaleButton: Use a popoverMatthias Clasen2014-02-031-621/+89
* resources: move resources into a subdirectoryWilliam Jon McCann2014-01-231-1/+1
* ScaleButton: make the popup transient to the button's windowEmilio Pozuelo Monfort2013-12-141-0/+3
* all: Add names to timeoutsBastien Nocera2013-10-231-0/+1
* Another round of template binding api changesMatthias Clasen2013-07-261-7/+7
* Rename the widget template APIEmmanuele Bassi2013-07-261-15/+15
* widget: Use a real offset in gtk_widget_class_automate_childAlexander Larsson2013-07-261-7/+7
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-5/+2
* Start migrating internals away from GtkStockWilliam Jon McCann2013-06-241-4/+3
* GtkScaleButton: Define children with a GtkBuilder templateTristan Van Berkom2013-04-081-103/+67
* gtk: Add get_type() function declarations for private objectsBenjamin Otte2012-10-021-0/+2
* 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