summaryrefslogtreecommitdiff
path: root/gtk/gtkprogress.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of GtkProgressMatthias Clasen2010-06-091-120/+0
* Fix a typoMatthias Clasen2008-12-291-1/+1
* no need to include <gdk/gdk.h> in any widget header, it's included viaMichael Natterer2008-10-301-2/+1
* build with GTK_DISABLE_DEPRECATED again.Michael Natterer2008-08-041-4/+4
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* use G_TYPE macros for type checking instead of GTK_CHECK ones because it'sMichael Natterer2008-06-171-5/+5
* Bill Skaggs <weskaggs@primate.ucdavis.edu>William Skaggs2006-06-291-4/+4
* Documentation additions and fixes.Matthias Clasen2006-06-291-5/+5
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-7/+2
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-201-5/+5
* Massive padding addition to class structures.Owen Taylor2002-02-231-0/+6
* Handle quoting of / with \; properly handle __ in paths, quote " and \n inOwen Taylor2001-03-191-10/+10
* Applied patch from Nils Barth (bug # 51041) to replace "gint" withHavoc Pennington2001-03-161-2/+2
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-0/+5
* Use G_GNUC_CONST.Elliot Lee2000-08-301-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Implement new sane, 5-function API for using GtkProgressBar. SeeHavoc Pennington2000-07-251-0/+4
* Merges from gtk-1-2Owen Taylor2000-03-141-1/+1
* s/refcount/ref_count/.Tim Janik2000-02-131-0/+1
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+7
* changed scrolled window inheritance, it inherits from GtkBin now.Tim Janik1998-11-281-1/+1
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-6/+8
* Introduced generic GtkProgress widget. Derived GtkProgressBar fromStefan Jeske1998-07-191-0/+101