summaryrefslogtreecommitdiff
path: root/gtk/gtkprogressbar.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 654266 — No longer possible to set empty text on a GtkProgressBarPhilip Withnall2011-07-231-1/+21
* progressbar: Fix a signed/unsigned comparisonPhilip Withnall2011-07-181-1/+1
* Convert GailProgressBar to GtkProgressBarAccessibleMatthias Clasen2011-07-051-0/+4
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-1/+1
* progressbar: fetch the padding without the trough style classCosimo Cecchi2011-05-061-2/+1
* GtkProgressBarPrivate: Improve struct packingMatthias Clasen2011-04-121-7/+2
* progressbar: remove needless is_drawable() check before queue_resize()Benjamin Otte2011-03-291-10/+5
* Add gtkorientableprivate.h headerMatthias Clasen2011-01-301-1/+1
* Redo patch in efae64b (Set vertical/horizontal class...)Carlos Garnacho2011-01-121-13/+1
* Set vertical/horizontal class on all widgets overriding GtkOrientable::orient...Carlos Garnacho2011-01-121-0/+13
* Adding missing gtk-doc annotations.Tristan Van Berkom2011-01-081-0/+10
* Make GtkProgressBar use GtkStyleContextCarlos Garnacho2010-12-281-96/+129
* docs: Move documentation to inline comments: GtkProgressBarPatrick Bernaud2010-11-091-0/+35
* Remove size_request from GtkProgressBarMatthias Clasen2010-10-301-33/+82
* progressbar: Remove declaration of nonexisting functionBenjamin Otte2010-10-211-1/+0
* Make GtkProgressBar a no-window widgetMatthias Clasen2010-10-211-48/+1
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-6/+6
* progressbar: Port to new draw signalBenjamin Otte2010-09-261-80/+91
* gtk: Don't set colormap anymore when creating GDK windowsBenjamin Otte2010-09-261-2/+1
* Make GtkProgressBar implement GtkOrientableMatthias Clasen2010-09-011-41/+10
* Split the GtkProgressBar::orientation propertyMatthias Clasen2010-09-011-131/+169
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-20/+20
* gtk/gtkprogressbar.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-72/+106
* Bug 596125 — Property string fixesPhilip Withnall2010-08-101-6/+6
* Remove some unused variablesJavier Jardón2010-08-031-3/+0
* progressbar: Remove act_mode_enter vfuncBenjamin Otte2010-07-311-3/+1
* progressbar: Remove offscreen pixmapBenjamin Otte2010-07-311-105/+35
* progressbar: Remove paint vfuncBenjamin Otte2010-07-311-2/+1
* progressbar: Remove unused update vfuncBenjamin Otte2010-07-311-1/+0
* progressbar: Use cairo instead of gdk_draw_drawable()Benjamin Otte2010-07-261-7/+7
* GtkProgressBar: Move public members to private structureJavier Jardón2010-07-131-147/+179
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
* Remove some useless definesMatthias Clasen2010-06-141-3/+0
* Get rid of GtkProgressMatthias Clasen2010-06-091-434/+533
* Make progressbars render progress againChristian Dywan2010-06-041-4/+6
* Remove deprecated functions from GtkProgressBarJavier Jardón2010-05-071-107/+0
* Remove GTK_WIDGET_* macrosJavier Jardón2010-05-031-1/+1
* Don't use old toolbar API in toolbar stress testChristian Dywan2010-05-031-149/+48
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-4/+4
* [annotations] Add allow-noneJohan Dahlin2010-02-191-1/+1
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-0/+8
* build with GTK_DISABLE_DEPRECATED again.Michael Natterer2008-08-041-1/+3
* Bug 429411 – add style properties to set minimum progressbarMatthias Clasen2008-08-021-11/+67
* remove #if HAVE_CONFIG_H and clean up other include weirdness in thisMichael Natterer2008-07-051-9/+3
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Use g_object_new instead of gtk_widget_newJohan Dahlin2008-06-191-2/+2
* More default property value fixesMatthias Clasen2007-12-281-1/+1
* Be more careful when overdrawing antialiased text. (#352435, Alex Jones,Matthias Clasen2006-12-111-11/+49
* introduced ::xspacing and ::yspacing style properties which make allTim Janik2006-08-291-31/+40