summaryrefslogtreecommitdiff
path: root/gtk/gtkprogressbar.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Style improvements that I forgot about in last commit.Soeren Sandmann2002-11-251-7/+7
* Break this function into simpler functions: gtk_progress_bar_paint_text(),Soeren Sandmann2002-11-251-255/+203
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-201-32/+79
* Automatic RTL flipping for some more widgets.Matthias Clasen2002-11-021-9/+29
* Reset use_text_format to %TRUE for a %NULL text string. (#94157, onceOwen Taylor2002-10-181-2/+5
* Deprecation cleanupManish Singh2002-10-081-14/+16
* Reset the animation iter on unrealize as well as unmap. (#94336)Owen Taylor2002-09-271-11/+3
* Restore back to the default format instead of an empty format.Owen Taylor2002-09-231-1/+1
* Minor documentation fixesSoren Sandmann2002-08-101-1/+2
* Improve a warning.Matthias Clasen2002-04-301-1/+1
* Clarify documentation. (#69026)Matthias Clasen2002-01-181-0/+3
* don't cast a possible NULL pointer.Tim Janik2002-01-091-1/+1
* Fix a typo. Fix a typo.Kjartan Maraas2001-12-161-1/+1
* gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move the settingMatthias Clasen2001-08-281-3/+3
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-14/+0
* Add an extra parameter use_text to gtk_paint_label() to deal withOwen Taylor2001-04-301-0/+1
* Remove leaks.Alexander Larsson2001-03-301-107/+172
* Handle quoting of / with \; properly handle __ in paths, quote " and \n inOwen Taylor2001-03-191-13/+13
* fix screwup with shadowed variables that had broken size request in someHavoc Pennington2001-02-171-5/+8
* Add "getters" for all the non-deprecated set_foo functions. Added missingHavoc Pennington2001-01-181-5/+138