summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrendererprogress.c
Commit message (Expand)AuthorAgeFilesLines
* Port GtkCellRendererProgress to preferred size vfuncsEmmanuele Bassi2020-11-281-240/+245
* Clean up lots of GTK+ -> GTKMatthias Clasen2020-09-121-2/+0
* Drop style class definesMatthias Clasen2020-08-141-4/+4
* Replace "gfloat" with "float"Benjamin Otte2020-07-251-3/+3
* Replace "gchar" with "char"Benjamin Otte2020-07-251-9/+9
* Replace "gint" with "int"Benjamin Otte2020-07-251-37/+37
* cell renderer progress: Drop the priv pointerMatthias Clasen2019-05-261-18/+15
* cell renderer progress: Make finalMatthias Clasen2019-05-261-0/+16
* gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.hBenjamin Otte2019-03-191-0/+1
* snapshot: Redo debug messagesBenjamin Otte2018-04-241-6/+3
* The big versioning cleanupMatthias Clasen2018-02-061-12/+0
* snapshot: Redo pop() APIBenjamin Otte2017-01-131-3/+3
* cellrendererprogress: Implement snapshot()Benjamin Otte2016-12-231-35/+44
* Use Unicode in translatable stringsPiotr Drąg2016-12-191-1/+1
* API: stylecontext: Remove state argument from gettersBenjamin Otte2016-10-161-1/+1
* 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