| Commit message (Expand) | Author | Age | Files | Lines |
* | Add accessors for GtkRange::round-digits | Matthias Clasen | 2011-01-15 | 1 | -3/+4 |
* | API: range: Remove update policy | Benjamin Otte | 2011-01-05 | 1 | -4/+0 |
* | Add padding to class structs | Matthias Clasen | 2010-10-19 | 1 | -0/+1 |
* | Use GtkFooPrivate instead GtkFooPriv | Javier Jardón | 2010-08-27 | 1 | -4/+4 |
* | GtkRange: move public members to private structure | Javier Jardón | 2010-08-23 | 1 | -47/+2 |
* | Added _gtk_range_set_steppers () internal function | Javier Jardón | 2010-08-23 | 1 | -1/+5 |
* | Added _gtk_range_set_round_digits() insternal function | Javier Jardón | 2010-08-23 | 1 | -0/+2 |
* | gtk_range_set_min_slider_size() should receive an gint, not a gboolean | Javier Jardón | 2010-08-13 | 1 | -1/+1 |
* | Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES | Michael Natterer | 2010-05-03 | 1 | -1/+1 |
* | Bug 607082 - Add accessors for sealed GtkRange members | Michael Natterer | 2010-01-22 | 1 | -0/+14 |
* | Add accessors for sealed member "flippable" | Michael Natterer | 2009-08-27 | 1 | -0/+4 |
* | Bug 565656 – Add marks to scales | Matthias Clasen | 2009-01-20 | 1 | -0/+6 |
* | Bug 553765 – Add orientation API to GtkRange | Michael Natterer | 2008-11-11 | 1 | -0/+1 |
* | no need to include <gdk/gdk.h> in any widget header, it's included via | Michael Natterer | 2008-10-30 | 1 | -1/+0 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | gtk/gtkaccellabel.h gtk/gtkactiongroup.h gtk/gtkalignment.h gtk/gtkarrow.h | Michael Natterer | 2008-06-20 | 1 | -1/+2 |
* | Switch to "guint GSEAL (foo) : width;" when packing fields in guints. | Tim Janik | 2008-06-20 | 1 | -10/+10 |
* | Seal GtkRange | Tim Janik | 2008-06-20 | 1 | -23/+23 |
* | whitespace cleanup: remove trailing whitespace and excess newlines and | Michael Natterer | 2008-05-28 | 1 | -7/+7 |
* | define __GTK_H_INSIDE__ around including all other headers. | Michael Natterer | 2008-05-28 | 1 | -0/+4 |
* | added properties "fill-level", "show-fill-level" and | Michael Natterer | 2006-11-15 | 1 | -1/+11 |
* | Added per-stepper API for GtkRange's stepper sensitivity as discussed in | Michael Natterer | 2005-11-11 | 1 | -23/+33 |
* | Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit | Matthias Clasen | 2005-06-21 | 1 | -6/+3 |
* | Provide information about how an adjustment change in a range widget | Matthias Clasen | 2004-08-27 | 1 | -1/+4 |
* | New internal function returning a good step value for the mouse wheel. For | Soeren Sandmann | 2004-02-29 | 1 | -0/+2 |
* | docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml | Soeren Sandmann | 2002-11-08 | 1 | -1/+1 |
* | Deprecation cleanup | Manish Singh | 2002-10-04 | 1 | -6/+6 |
* | Massive padding addition to class structures. | Owen Taylor | 2002-02-23 | 1 | -0/+6 |
* | add new signal 'adjust_bounds' to potentialy change the bounds before | Jody Goldberg | 2002-02-15 | 1 | -0/+2 |
* | Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann) | Owen Taylor | 2001-11-15 | 1 | -0/+1 |
* | Fix stupid error introduced last night that was making things decidedly | Owen Taylor | 2001-06-24 | 1 | -0/+1 |
* | clamp the value to the range that was set | Havoc Pennington | 2001-06-05 | 1 | -9/+19 |
* | make this special-case hscale/vscale details, so we can use it for | Havoc Pennington | 2001-06-04 | 1 | -84/+51 |
* | fix some shell typos | Havoc Pennington | 2001-05-07 | 1 | -1/+2 |
* | voc Pennington <hp@redhat.com> | Havoc Pennington | 2001-04-28 | 1 | -4/+6 |
* | Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE | Owen Taylor | 2001-04-02 | 1 | -3/+5 |
* | Apply patch from Nils Barth fixing event return values. (#51041) | Owen Taylor | 2001-03-28 | 1 | -20/+20 |
* | Handle quoting of / with \; properly handle __ in paths, quote " and \n in | Owen Taylor | 2001-03-19 | 1 | -8/+8 |
* | hmm, someone changed GLib without fixing GTK | Havoc Pennington | 2001-02-19 | 1 | -28/+28 |
* | use the visual scroll steps. | Havoc Pennington | 2001-02-19 | 1 | -1/+1 |
* | convert the X coordinates so they're with respect to the line, rather than | Havoc Pennington | 2001-02-17 | 1 | -2/+7 |
* | Check for bind_textdomain_codeset | Robert Brady | 2000-10-22 | 1 | -0/+1 |
* | Use G_GNUC_CONST. | Elliot Lee | 2000-08-30 | 1 | -1/+1 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | s/refcount/ref_count/. | Tim Janik | 2000-02-13 | 1 | -0/+1 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+8 |
* | added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. | Tim Janik | 1998-11-23 | 1 | -4/+6 |
* | Merge from themes-2. See the ChangeLog for a somewhat detailed | Owen Taylor | 1998-11-06 | 1 | -1/+3 |
* | Changed LGPL address for FSF in all .h and .c files | PDT 1998 Shawn T. Amundson | 1998-04-13 | 1 | -2/+3 |