]> Pileus Git - ~andy/gtk/history - gtk/gtkspinner.c
spinner: Define desired size at top of file
[~andy/gtk] / gtk / gtkspinner.c
2010-09-13 Benjamin Ottespinner: Define desired size at top of file
2010-09-08 Mike GorseRemove a duplicate variable
2010-08-22 Javier Jardóngtk/gtkspinner.c: use accessor functions to access...
2010-07-26 Benjamin Ottespinner: We want the default colormap, not the RGB...
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-13 Javier Jardóngtkspinner: Remove GET_PRIVATE macro
2010-07-13 Javier JardónUse accessor functions to access GtkAccesible variables
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-04-21 Tristan Van BerkomMega commit backing out everything from the native...
2010-04-19 Tristan Van BerkomFixed GtkSpinner to request 12x12 at init time instead...
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_IS_SENSITIVE
2010-03-06 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)
2010-03-03 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_IS_SENSITIVE
2009-11-27 Matthias ClasenAdd customary args to gtk_style_paint_spinner()
2009-11-27 Matthias ClasenMerge branch 'master' into toolpalette
2009-11-05 Christian DywanImprove accessibility context and description of the...
2009-10-30 Javier JardónUse "Since: 2.x" instead "Since 2.x"
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-10-15 Xan LopezDo not assign the parent class twice
2009-10-15 Paolo BorelliNotify the "active" property of the spinner only when...
2009-10-15 Bastien NoceraFix GtkSpinner using style before it's set
2009-10-14 Bastien NoceraFix property links in GtkSpinner
2009-10-14 Bastien NoceraAdd GtkSpinner::animation-duration style property
2009-10-14 Matthias ClasenDocumentation and stylistic fixups
2009-10-14 Bastien NoceraFix "active" property not being notified
2009-10-14 Bastien NoceraCapitalise a11y description for GtkSpinner
2009-10-14 Bastien NoceraBug 319607 – Add a throbber (activity widget) to GTK+