summaryrefslogtreecommitdiff
path: root/gtk/gtkprogressbar.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move activity bar offset and size calculations to separate function.Tim Janik2006-06-161-21/+57
* Fix #344543Matthias Clasen2006-06-121-2/+23
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-29/+1
* Mention that %NULL is allowed. (#336937, Christian Neumair)Matthias Clasen2006-04-031-1/+1
* Fix drawing issues in progress bars. (#328081, Christian Persch)Matthias Clasen2006-01-231-57/+42
* Set minimum for activity-step property to 0 instead of -G_MAXUINT.Johan Dahlin2006-01-051-1/+1
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-5/+0
* Intern some more strings.Matthias Clasen2005-09-011-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-5/+5
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-10/+11
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+3
* Typo fix in the docs.Matthias Clasen2005-03-171-1/+1
* More canonical property names.Matthias Clasen2005-03-091-5/+5
* Don't pass NULL to pango_context_get_metrics. UseAnders Carlsson2005-01-091-1/+1
* Add an ellipsize property with getter and setter. (#156845, MortenMatthias Clasen2004-10-311-14/+111
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-18/+18
* don't offset one pixel when calculating the x position of the text.Soeren Sandmann2002-11-261-3/+3
* draw text twice, once with the prelight state and clipped to the progressSoeren Sandmann2002-11-251-28/+73