summaryrefslogtreecommitdiff
path: root/gtk/gtkprogress.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-2/+1
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-1/+0
* introduced ::xspacing and ::yspacing style properties which make allTim Janik2006-08-291-14/+10
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-1/+1
* Documentation additions and fixes.Matthias Clasen2006-06-291-1/+2
* Fix #344543Matthias Clasen2006-06-121-2/+2
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-36/+3
* fix adopted from maemo-gtk. gtk_progress_create_pixmap(): clear out theTim Janik2006-01-171-0/+7
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-2/+1
* 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-4/+4
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-4/+5
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-4/+4
* Fix many sparse warnings.Matthias Clasen2004-10-281-2/+2
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-8/+8
* added a missing cast.Sven Neumann2003-06-021-1/+1
* Always queue a resize ... we rely on the size-allocate to do the update,Owen Taylor2003-05-211-4/+28
* Return 0 if lower == upper. (#109155)Matthias Clasen2003-04-021-3/+3
* Use g_printf instead of system printf. (#99327)Matthias Clasen2002-12-151-13/+13
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-201-11/+13
* Deprecation cleanupManish Singh2002-10-081-22/+26
* cpp macros aren't ``;'' terminatedJacob Berkman2002-09-241-1/+1
* Restore back to the default format instead of an empty format.Owen Taylor2002-09-231-10/+14
* Minor documentation fixesSoren Sandmann2002-08-101-1/+1
* Improve a warning.Matthias Clasen2002-04-301-2/+2
* coalescing property notifiesHans Breuer2001-08-111-0/+2
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-18/+0
* Remove leaks.Alexander Larsson2001-03-301-56/+97
* Handle quoting of / with \; properly handle __ in paths, quote " and \n inOwen Taylor2001-03-191-12/+12
* Applied patch from Nils Barth (bug # 51041) to replace "gint" withHavoc Pennington2001-03-161-6/+6
* 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/+13
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-32/+52
* Merges from gtk-1-2Owen Taylor2000-03-141-1/+1
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+7
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* changed scrolled window inheritance, it inherits from GtkBin now.Tim Janik1998-11-281-4/+4
* make a saner default adjustment (from 0 to 100) instead. I'm not sure ifManish Singh1998-11-231-1/+1
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-9/+122
* Unref the adjustment.Owen Taylor1998-09-011-0/+2
* Introduced generic GtkProgress widget. Derived GtkProgressBar fromStefan Jeske1998-07-191-0/+540