]> Pileus Git - ~andy/gtk/history - gtk/gtkspinner.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkspinner.c
2012-09-18 Matthias ClasenForce spinners to be square
2012-03-03 Benjamin Ottetypes: Clean up gtkwidget.h includes
2012-02-27 Javier JardónChange FSF Address
2012-01-09 Rui Matosspinner: Stop setting state flags on the style context...
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-02 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-27 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-08 Federico Mena QuinteroMerge bgo593793-filechooser-recent-folders-master branch.
2011-07-05 Matthias ClasenFix the build
2011-07-05 Matthias ClasenMove GtkSpinnerAccessible to a11y/
2011-07-05 Matthias ClasenInitial conversion of GailWidget to GtkWidgetAccessible
2011-07-05 Matthias ClasenGtkSpinner: set a suitable role for the accessible
2011-06-17 Matthias ClasenRemove unnecessary includes
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-01-24 Matthias ClasenSilence new gcc warnings
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-06 Matthias ClasenRemove deprecated GtkSpinner style properties
2010-12-08 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-05 Matthias ClasenFix abi check after recent merges
2010-12-04 Alexander LarssonMerge branch 'master' into broadway
2010-12-04 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-04 Carlos GarnachoGtkSpinner: Use style context for rendering.
2010-12-02 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-11-30 Cosimo CecchiMerge branch 'open-with-dialog'
2010-11-30 Cosimo CecchiMerge branch 'master' into open-with-dialog
2010-11-30 Guillaume Desmottesgtkspinner: don't setup the timeout twice (#636129)
2010-11-30 Emmanuele Bassia11y: Use ATK macros and clean up/2 - GtkSpinner
2010-09-26 Benjamin OtteMove GtkSizeRequest into GtkWidget
2010-09-26 Benjamin OtteAPI: Rename gtk_cairo_paint_*() to gtk_paint_*()
2010-09-26 Benjamin Ottespinner: Port to draw vfunc
2010-09-26 Benjamin Ottespinner: We're a no-window widget, so setting a colorma...
2010-09-15 Javier Jardónspinner: timeout should add/remove in map/unmap, not...
2010-09-13 Benjamin Ottespinner: Don't inherit from drawing area
2010-09-13 Benjamin Ottespinner: Implement the size request interface
2010-09-13 Benjamin Ottespinner: Move G_DEFINE_TYPE() below function definitions
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+