| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk: Allow hiding the trough/slider in GtkScale | Bastien Nocera | 2010-12-01 | 1 | -0/+5 |
* | Remove size_request from GtkScale | Matthias Clasen | 2010-10-27 | 1 | -16/+43 |
* | gtk_adjustment_new() should return a GtkAdjustment* | Javier Jardón | 2010-09-29 | 1 | -1/+1 |
* | Move classes that currently derive from GtkObject to GInitiallyUnowned | Javier Jardón | 2010-09-26 | 1 | -1/+1 |
* | API: Rename gtk_cairo_paint_*() to gtk_paint_*() | Benjamin Otte | 2010-09-26 | 1 | -5/+5 |
* | scale: Port to draw vfunc | Benjamin Otte | 2010-09-26 | 1 | -43/+39 |
* | GtkScale: Remove links from doc section title | Matthias Clasen | 2010-09-24 | 1 | -4/+4 |
* | Tons of transfer annotations | Matthias Clasen | 2010-09-21 | 1 | -6/+6 |
* | GDK: Prefix key names with KEY_ | Colin Walters | 2010-09-08 | 1 | -36/+36 |
* | gtkscale: move documentation to inline comments | Javier Jardón | 2010-09-01 | 1 | -0/+24 |
* | Use GtkFooPrivate instead GtkFooPriv | Javier Jardón | 2010-08-27 | 1 | -18/+18 |
* | gtkscale: use accessor functions to access GtkRange | Javier Jardón | 2010-08-23 | 1 | -43/+56 |
* | Added _gtk_range_set_round_digits() insternal function | Javier Jardón | 2010-08-23 | 1 | -5/+5 |
* | gtk/gtkscale.c: use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -32/+44 |
* | Don't allocate space for "" in scale marks | Matthias Clasen | 2010-08-04 | 1 | -1/+1 |
* | GtkScale: move public members to private structure | Javier Jardón | 2010-07-13 | 1 | -51/+77 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -5/+0 |
* | Make orientable base classes instantiable | Matthias Clasen | 2010-05-25 | 1 | -10/+8 |
* | Fix a problem with marks on vertical scales | Matthias Clasen | 2010-05-04 | 1 | -2/+5 |
* | Deprecate widget flag: GTK_WIDGET_MAPPED | Javier Jardón | 2010-03-03 | 1 | -1/+1 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS) | Javier Jardón | 2010-03-02 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_VISIBLE | Javier Jardón | 2010-03-01 | 1 | -2/+5 |
* | Deprecate widget flag: GTK_WIDGET_IS_SENSITIVE | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | [annotations] Add allow-none | Johan Dahlin | 2010-02-19 | 1 | -3/+3 |
* | Fix compilation warning: cast to GCompareFunc | Javier Jardón | 2010-02-11 | 1 | -1/+2 |
* | Avoid overlap of scale marks | Matthias Clasen | 2010-02-09 | 1 | -9/+79 |
* | marks_start_element(): initialize "value" to get rid of a compiler warning | Michael Natterer | 2009-08-27 | 1 | -1/+1 |
* | Remove some unused variables (GnomeBug:591218) | Javier Jardón | 2009-08-10 | 1 | -1/+0 |
* | Support scale marks in builder markup | Matthias Clasen | 2009-05-03 | 1 | -2/+254 |
* | Fix a resizing problem with marks on scales | Matthias Clasen | 2009-04-16 | 1 | -0/+4 |
* | Bug 565656 – Add marks to scales | Matthias Clasen | 2009-01-20 | 1 | -6/+334 |
* | Keep all these abstract for now | Matthias Clasen | 2008-12-31 | 1 | -1/+3 |
* | Doc fixes | Matthias Clasen | 2008-12-29 | 1 | -1/+1 |
* | Merge docs inline | Matthias Clasen | 2008-12-29 | 1 | -3/+76 |
* | Bug 553765 – Add orientation API to GtkRange | Michael Natterer | 2008-11-11 | 1 | -37/+269 |
* | consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance) | Michael Natterer | 2008-08-12 | 1 | -1/+1 |
* | gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtksocket.c gtk/gtkspinbutton.c | Sven Neumann | 2008-08-08 | 1 | -2/+2 |
* | 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 |
* | gtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.c | Michael Natterer | 2008-02-07 | 1 | -6/+3 |
* | Some doc updates | Matthias Clasen | 2007-06-10 | 1 | -10/+11 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Make GtkScale abstract again | Matthias Clasen | 2006-05-07 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -34/+3 |
* | Silence compiler warnings. | Matthias Clasen | 2006-04-11 | 1 | -1/+2 |
* | Insert an LRM, to prevent -20 to come out as 20- in RTL locales. (#322571, | Matthias Clasen | 2005-11-28 | 1 | -2/+2 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -5/+5 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Fix the default values of draw-value and value-pos to be the values we | Matthias Clasen | 2005-05-18 | 1 | -2/+2 |