| Commit message (Expand) | Author | Age | Files | Lines |
* | scale: Fix marks for inverted scales | Stefan Sauer | 2012-01-20 | 1 | -25/+62 |
* | scale: remove the match argument from find_next_pos() | Stefan Sauer | 2012-01-20 | 1 | -7/+6 |
* | scale: backport orientation fix for vertical scales | Stefan Sauer | 2012-01-09 | 1 | -2/+5 |
* | gtkscale: fix bogus compare func | Stefan Sauer | 2012-01-09 | 1 | -1/+1 |
* | [GI] Add missing (out) and (array) annotations | Pavel Holejsovsky | 2011-03-16 | 1 | -2/+2 |
* | Backport a lot of GI transfer annotations | Martin Pitt | 2011-01-10 | 1 | -6/+6 |
* | 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 |
* | Don't bind GDK_Page_Up and GDK_Page_Down twice. (#168333, Hazael Maldonado | Matthias Clasen | 2005-05-17 | 1 | -4/+4 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -4/+4 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -5/+6 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+3 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -4/+4 |
* | 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 |
* | Fix various compilation problems (#134312, David Hawthorne) | Owen Taylor | 2004-02-13 | 1 | -1/+1 |
* | Fix for #104811, Padraig O'Briain: | Matthias Clasen | 2004-02-12 | 1 | -0/+128 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -10/+10 |
* | Deprecation cleanup | Manish Singh | 2002-10-04 | 1 | -16/+14 |
* | Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383) | Matthias Clasen | 2002-09-21 | 1 | -9/+12 |
* | fix revrted bug fix. (use a define for max digits). | Tim Janik | 2002-01-30 | 1 | -1/+1 |