| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk: Remove GtkRuler | Benjamin Otte | 2010-11-24 | 1 | -959/+0 |
* | Remove size_request from GtkRuler | Matthias Clasen | 2010-10-27 | 1 | -17/+40 |
* | Remove GtkObject completely | Matthias Clasen | 2010-09-26 | 1 | -0/+1 |
* | API: Rename gtk_cairo_paint_*() to gtk_paint_*() | Benjamin Otte | 2010-09-26 | 1 | -3/+3 |
* | ruler: Port to draw signal | Benjamin Otte | 2010-09-26 | 1 | -21/+12 |
* | API: ruler: Change draw_pos vfunc to take a cr, width and height | Benjamin Otte | 2010-09-26 | 1 | -80/+53 |
* | API: ruler: Remove private ruler draw functions from header | Benjamin Otte | 2010-09-26 | 1 | -2/+3 |
* | ruler: Change the way the ruler handles exposes | Benjamin Otte | 2010-09-26 | 1 | -10/+26 |
* | API: ruler: Change draw_ticks vfunc | Benjamin Otte | 2010-09-26 | 1 | -19/+28 |
* | ruler: Don't create two cairo_t's | Benjamin Otte | 2010-09-26 | 1 | -4/+0 |
* | gtk: Don't set colormap anymore when creating GDK windows | Benjamin Otte | 2010-09-26 | 1 | -2/+1 |
* | ruler: Make the backing store use a surface | Benjamin Otte | 2010-09-26 | 1 | -48/+44 |
* | gtk/gtkruler.c: use accessor functions to access GtkWidget | Javier Jardón | 2010-09-08 | 1 | -43/+72 |
* | Completely removed requisition cache from GtkWidget instance structure. | Tristan Van Berkom | 2010-09-08 | 1 | -4/+0 |
* | Use GtkFooPrivate instead GtkFooPriv | Javier Jardón | 2010-08-27 | 1 | -17/+17 |
* | ruler: Replace gdk_draw_drawable calls with Cairo | Benjamin Otte | 2010-07-26 | 1 | -26/+15 |
* | GtkRuler: move public member to private structure | Javier Jardón | 2010-07-13 | 1 | -110/+143 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -5/+0 |
* | Remove deprecated gdk_text_* and gdk_string_* functions | Javier Jardón | 2010-06-20 | 1 | -2/+1 |
* | Make orientable base classes instantiable | Matthias Clasen | 2010-05-25 | 1 | -3/+1 |
* | Don't use GTK_WIDGET_STATE in internal code anymore | Javier Jardón | 2010-03-09 | 1 | -2/+2 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED) | Javier Jardón | 2010-03-06 | 1 | -1/+2 |
* | Deprecate widget flag: GTK_WIDGET_REALIZED | Javier Jardón | 2010-03-03 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_DRAWABLE | Javier Jardón | 2010-03-01 | 1 | -5/+5 |
* | [annotations] Add allow-none | Johan Dahlin | 2010-02-19 | 1 | -3/+3 |
* | Some more | Matthias Clasen | 2008-12-31 | 1 | -0/+2 |
* | Bug 553585 – Add orientation API to GtkRuler | Michael Natterer | 2008-10-02 | 1 | -29/+450 |
* | gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.c | Michael Natterer | 2008-08-12 | 1 | -2/+1 |
* | consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance) | Michael Natterer | 2008-08-12 | 1 | -1/+1 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Move documentation of gtk_ruler_set_range() to source and fix nonsense. | Stefan Kost | 2007-08-09 | 1 | -0/+11 |
* | Don't leak no_gr_exp_gc. (#350050, Chris Wilson) | Matthias Clasen | 2006-08-15 | 1 | -3/+9 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Reinstate the ruler metrics strings, since they are used by glade, pointed | Matthias Clasen | 2006-05-12 | 1 | -3/+3 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -35/+3 |
* | Remove unused strings from the ruler_metrics structs, to avoid | Matthias Clasen | 2006-04-03 | 1 | -3/+3 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -1/+1 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Add docs. | Matthias Clasen | 2005-04-04 | 1 | -0/+7 |
* | Add a "metric" property. | Matthias Clasen | 2005-04-03 | 1 | -1/+21 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -1/+1 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -4/+5 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | Switch set_cairo_target() virtual function to ref_cairo_surface() | Owen Taylor | 2005-03-17 | 1 | -3/+0 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -1/+1 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -8/+8 |