]> Pileus Git - ~andy/gtk/history - gtk/gtkcellrendererprogress.c
Make GdkRectangle arguments in GtkCellRenderer use const consistently
[~andy/gtk] / gtk / gtkcellrendererprogress.c
2010-10-04 Matthias ClasenMake GdkRectangle arguments in GtkCellRenderer use...
2010-09-26 Benjamin OtteAPI: Rename gtk_cairo_paint_*() to gtk_paint_*()
2010-09-26 Benjamin OtteAPI: Change cellrenderer->render vfunc to take a cairo_t
2010-09-02 Matthias ClasenConvert GtkCellRendererProgress to a GtkOrientable
2010-08-22 Javier Jardóngtk/gtkcellrendererprogress.c: use accessor functions...
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-13 Javier Jardóngtkcellrendererprogress: unseal private pointer
2010-07-13 Javier JardónUse accessor functions to access GtkCellRenderer
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2008-12-13 Matthias ClasenDon't try to keep state in a cell renderer between...
2008-10-27 Matthias ClasenUse C_() instead of Q_(). String change!
2007-06-13 Kristian RietveldAdd orientation property and some slight refactoring...
2007-06-06 Kristian Rietveldadd text-[xy]align properties for aligning the text...
2007-01-02 Kristian Rietveldfix docs.
2007-01-02 Matthias ClasenImplement activity mode for GtkCellRendererProgress...
2006-12-07 Carlos Garnachodo not use xthickness/ythickness, they aren't used...
2006-12-06 Kristian Rietveldbroooooooken pipe
2006-12-03 Kristian RietveldMake sure [xy]_offset are always being initialized...
2006-05-14 Matthias ClasenMore of the same
2005-06-19 Kristian RietveldThis commit includes a fix for #169463, Stefan Kost.
2005-05-11 Owen TaylorUse a GtkAlignment rather than a GtkDrawingArea to...
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-21 Matthias Clasen: Mark param spec strings as static.
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-01-14 Matthias ClasenAdd a translator hint. (#163889)
2004-11-19 Manish Singhgdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-05-17 Matthias ClasenAdd a Q_() macro.
2004-05-12 Matthias ClasenAdd a progress cell renderer, based on the one found...