summaryrefslogtreecommitdiff
path: root/gtk/gtkspinner.c
Commit message (Expand)AuthorAgeFilesLines
* gadget: Add builtin icon gadgetBenjamin Otte2015-12-161-73/+4
* spinner: Use a gadgetMatthias Clasen2015-12-151-108/+159
* spinner: Active spinners should be :checked, not :activeBenjamin Otte2015-12-021-2/+2
* spinner: Use the element name spinnerMatthias Clasen2015-10-251-5/+5
* GtkSpinner: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-1/+2
* spinner: Implement clipBenjamin Otte2014-05-241-0/+27
* spinner: Don't arbitrarily limit sizes anymoreBenjamin Otte2014-05-141-6/+0
* spinner: Remove unneeded checksBenjamin Otte2014-05-011-10/+5
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-1/+1
* spinner: don't expand to fill the allocated spaceWilliam Jon McCann2013-10-111-1/+7
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-7/+2
* Force spinners to be squareMatthias Clasen2012-09-171-3/+10
* types: Clean up gtkwidget.h includesBenjamin Otte2012-03-031-3/+4
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* spinner: Stop setting state flags on the style context for drawingRui Matos2012-01-091-3/+0
* Fix the buildMatthias Clasen2011-07-051-1/+1
* Move GtkSpinnerAccessible to a11y/Matthias Clasen2011-07-051-63/+1
* Initial conversion of GailWidget to GtkWidgetAccessibleMatthias Clasen2011-07-051-82/+12
* GtkSpinner: set a suitable role for the accessibleMatthias Clasen2011-07-051-0/+1
* Remove unnecessary includesMatthias Clasen2011-06-161-1/+0
* Silence new gcc warningsMatthias Clasen2011-01-231-2/+0
* Remove deprecated GtkSpinner style propertiesMatthias Clasen2011-01-051-37/+0
* Fix abi check after recent mergesMatthias Clasen2010-12-051-4/+4
* GtkSpinner: Use style context for rendering.Carlos Garnacho2010-12-041-135/+22
* gtkspinner: don't setup the timeout twice (#636129)Guillaume Desmottes2010-11-301-1/+2
* a11y: Use ATK macros and clean up/2 - GtkSpinnerEmmanuele Bassi2010-11-301-129/+71
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-19/+16
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-1/+1
* spinner: Port to draw vfuncBenjamin Otte2010-09-261-16/+10
* spinner: We're a no-window widget, so setting a colormap does nothingBenjamin Otte2010-09-261-23/+0
* spinner: timeout should add/remove in map/unmap, not realize/unrealize.Javier Jardón2010-09-151-18/+14
* spinner: Don't inherit from drawing areaBenjamin Otte2010-09-141-1/+1
* spinner: Implement the size request interfaceBenjamin Otte2010-09-141-4/+37
* spinner: Move G_DEFINE_TYPE() below function definitionsBenjamin Otte2010-09-141-4/+2
* spinner: Define desired size at top of fileBenjamin Otte2010-09-141-2/+4
* Remove a duplicate variableMike Gorse2010-09-081-1/+0
* gtk/gtkspinner.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-6/+10
* spinner: We want the default colormap, not the RGB colormapBenjamin Otte2010-07-261-1/+1
* gtkspinner: Remove GET_PRIVATE macroJavier Jardón2010-07-131-3/+3
* Use accessor functions to access GtkAccesible variablesJavier Jardón2010-07-131-1/+1
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* 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-1/+1
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-011-1/+1
* Add customary args to gtk_style_paint_spinner()Matthias Clasen2009-11-271-1/+5
* Improve accessibility context and description of the spinnerChristian Dywan2009-11-061-2/+2
* Use "Since: 2.x" instead "Since 2.x"Javier Jardón2009-10-301-1/+1
* Do not assign the parent class twiceXan Lopez2009-10-151-2/+0
* Notify the "active" property of the spinner only when neededPaolo Borelli2009-10-151-56/+78
* Fix GtkSpinner using style before it's setBastien Nocera2009-10-151-4/+45