| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk: Don't use gtk_render_activity() | Benjamin Otte | 2014-08-16 | 1 | -7/+8 |
* | GtkCellRendererProgress: Use G_PARAM_EXPLICIT_NOTIFY | Matthias Clasen | 2014-06-09 | 1 | -25/+36 |
* | docs: use Returns: consistently | William Jon McCann | 2014-02-19 | 1 | -1/+1 |
* | gtk: Use new macros for defining private data | Emmanuele Bassi | 2013-07-09 | 1 | -6/+2 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | Fix handling of GtkCellRendererProgress::inverted | Matthias Clasen | 2011-10-24 | 1 | -1/+1 |
* | cellrendererprogress: don't force drawing inside the border | Cosimo Cecchi | 2011-05-06 | 1 | -6/+5 |
* | Move documentation to inline comments: GtkCellRendererProgress | Javier Jardón | 2011-04-11 | 1 | -0/+12 |
* | Make GtkCellRendererProgress use GtkStyleContext | Carlos Garnacho | 2011-01-27 | 1 | -39/+49 |
* | Fix spacing. | Brian Cameron | 2010-12-22 | 1 | -1/+1 |
* | Fix bug #637721, fix function prototype. | Brian Cameron | 2010-12-22 | 1 | -1/+1 |
* | Do not bother starting a draw call if bar_size <= 0 | Kristian Rietveld | 2010-12-05 | 1 | -6/+7 |
* | Make GdkRectangle arguments in GtkCellRenderer use const consistently | Matthias Clasen | 2010-10-04 | 1 | -8/+8 |
* | API: Rename gtk_cairo_paint_*() to gtk_paint_*() | Benjamin Otte | 2010-09-26 | 1 | -5/+5 |
* | API: Change cellrenderer->render vfunc to take a cairo_t | Benjamin Otte | 2010-09-26 | 1 | -37/+53 |
* | Convert GtkCellRendererProgress to a GtkOrientable | Matthias Clasen | 2010-09-01 | 1 | -33/+33 |
* | gtk/gtkcellrendererprogress.c: use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -10/+13 |
* | gtkcellrendererprogress: unseal private pointer | Javier Jardón | 2010-07-13 | 1 | -6/+6 |
* | Use accessor functions to access GtkCellRenderer | Javier Jardón | 2010-07-13 | 1 | -7/+12 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+0 |
* | Don't try to keep state in a cell renderer between two paint calls. It | Matthias Clasen | 2008-12-13 | 1 | -2/+2 |
* | Use C_() instead of Q_(). String change! | Matthias Clasen | 2008-10-27 | 1 | -3/+2 |
* | Add orientation property and some slight refactoring here and there. | Kristian Rietveld | 2007-06-13 | 1 | -29/+135 |
* | add text-[xy]align properties for aligning the text label of the progress | Kristian Rietveld | 2007-06-06 | 1 | -4/+68 |
* | fix docs. | Kristian Rietveld | 2007-01-02 | 1 | -1/+1 |
* | Implement activity mode for GtkCellRendererProgress. (#377851, Brad | Matthias Clasen | 2007-01-02 | 1 | -60/+167 |
* | do not use xthickness/ythickness, they aren't used any longer for drawing. | Carlos Garnacho | 2006-12-07 | 1 | -3/+3 |
* | broooooooken pipe | Kristian Rietveld | 2006-12-06 | 1 | -26/+25 |
* | Make sure [xy]_offset are always being initialized, fix pixbuf renderer | Kristian Rietveld | 2006-12-03 | 1 | -0/+3 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | This commit includes a fix for #169463, Stefan Kost. | Kristian Rietveld | 2005-06-19 | 1 | -1/+14 |
* | Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to | Owen Taylor | 2005-05-11 | 1 | -10/+15 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -4/+3 |
* | : Mark param spec strings as static. | Matthias Clasen | 2005-03-21 | 1 | -2/+4 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+3 |
* | Add a translator hint. (#163889) | Matthias Clasen | 2005-01-14 | 1 | -0/+1 |
* | gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c | Manish Singh | 2004-11-19 | 1 | -4/+4 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+2 |
* | Add a Q_() macro. | Matthias Clasen | 2004-05-17 | 1 | -35/+30 |
* | Add a progress cell renderer, based on the one found in Epiphany. | Matthias Clasen | 2004-05-12 | 1 | -0/+381 |