summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrendererprogress.c
Commit message (Expand)AuthorAgeFilesLines
* Add orientation property and some slight refactoring here and there.Kristian Rietveld2007-06-131-29/+135
* add text-[xy]align properties for aligning the text label of the progressKristian Rietveld2007-06-061-4/+68
* fix docs.Kristian Rietveld2007-01-021-1/+1
* Implement activity mode for GtkCellRendererProgress. (#377851, BradMatthias Clasen2007-01-021-60/+167
* do not use xthickness/ythickness, they aren't used any longer for drawing.Carlos Garnacho2006-12-071-3/+3
* broooooooken pipeKristian Rietveld2006-12-061-26/+25
* Make sure [xy]_offset are always being initialized, fix pixbuf rendererKristian Rietveld2006-12-031-0/+3
* More of the sameMatthias Clasen2006-05-141-1/+1
* This commit includes a fix for #169463, Stefan Kost.Kristian Rietveld2005-06-191-1/+14
* Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in toOwen Taylor2005-05-111-10/+15
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-4/+3
* : Mark param spec strings as static.Matthias Clasen2005-03-211-2/+4
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+3
* Add a translator hint. (#163889)Matthias Clasen2005-01-141-0/+1
* gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.cManish Singh2004-11-191-4/+4
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+2
* Add a Q_() macro.Matthias Clasen2004-05-171-35/+30
* Add a progress cell renderer, based on the one found in Epiphany.Matthias Clasen2004-05-121-0/+381