summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrendererprogress.c
Commit message (Expand)AuthorAgeFilesLines
* cell renderer progress: Avoid warningsMatthias Clasen2015-11-201-1/+1
* stylecontext: Split render functions out into gtkrender.[ch]Benjamin Otte2014-10-031-1/+2
* Progress widgets: Better typographyMatthias Clasen2014-09-291-2/+2
* gtk: Don't use gtk_render_activity()Benjamin Otte2014-08-161-7/+8
* GtkCellRendererProgress: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-25/+36
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-1/+1
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Fix handling of GtkCellRendererProgress::invertedMatthias Clasen2011-10-241-1/+1
* cellrendererprogress: don't force drawing inside the borderCosimo Cecchi2011-05-061-6/+5
* Move documentation to inline comments: GtkCellRendererProgressJavier Jardón2011-04-111-0/+12
* Make GtkCellRendererProgress use GtkStyleContextCarlos Garnacho2011-01-271-39/+49
* Fix spacing.Brian Cameron2010-12-221-1/+1
* Fix bug #637721, fix function prototype.Brian Cameron2010-12-221-1/+1
* Do not bother starting a draw call if bar_size <= 0Kristian Rietveld2010-12-051-6/+7
* Make GdkRectangle arguments in GtkCellRenderer use const consistentlyMatthias Clasen2010-10-041-8/+8
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-5/+5
* API: Change cellrenderer->render vfunc to take a cairo_tBenjamin Otte2010-09-261-37/+53
* Convert GtkCellRendererProgress to a GtkOrientableMatthias Clasen2010-09-011-33/+33
* gtk/gtkcellrendererprogress.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-10/+13
* gtkcellrendererprogress: unseal private pointerJavier Jardón2010-07-131-6/+6
* Use accessor functions to access GtkCellRendererJavier Jardón2010-07-131-7/+12
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Don't try to keep state in a cell renderer between two paint calls. ItMatthias Clasen2008-12-131-2/+2
* Use C_() instead of Q_(). String change!Matthias Clasen2008-10-271-3/+2
* 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