| Commit message (Expand) | Author | Age | Files | Lines |
* | Forward-port a GtkAdjustment compatibility fix | Matthias Clasen | 2009-05-03 | 1 | -0/+6 |
* | Bug 495320 - GtkRange does not use gdk_event_request_motions | Xan Lopez | 2009-02-25 | 1 | -5/+4 |
* | Bug 569240 - Crasher when using markers | Bastien Nocera | 2009-01-26 | 1 | -0/+2 |
* | Bug 565656 – Add marks to scales | Matthias Clasen | 2009-01-20 | 1 | -1/+118 |
* | Bug 553765 – Add orientation API to GtkRange | Michael Natterer | 2008-11-11 | 1 | -11/+86 |
* | get rid of the deprecated aliases NONE and BOOL. | Michael Natterer | 2008-08-13 | 1 | -1/+1 |
* | 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 | -5/+5 |
* | gtk/gtkadjustment.c gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkiconview.c | Sven Neumann | 2008-08-08 | 1 | -5/+5 |
* | gtk/gtkcombobox.c gtk/gtkiconview.c gtk/gtkrange.c gtk/gtkscrolledwindow.c | Michael Natterer | 2008-08-06 | 1 | -6/+0 |
* | Bug 429427 – Add "arrow-spacing" style property to GtkRange | Matthias Clasen | 2008-08-02 | 1 | -3/+20 |
* | 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 |
* | Seal GtkRange | Tim Janik | 2008-06-20 | 1 | -1/+1 |
* | removed code that forced range repaints upon every motion event, because | 13:37:28 Tim Janik | 2007-09-06 | 1 | -15/+29 |
* | Small doc fixes | Matthias Clasen | 2007-07-12 | 1 | -0/+13 |
* | Some doc updates | Matthias Clasen | 2007-06-10 | 1 | -16/+14 |
* | Document new api | Matthias Clasen | 2007-05-26 | 1 | -5/+11 |
* | Queue a redraw when the grab changes. (#396470, Benjamin Berg) | Matthias Clasen | 2007-01-16 | 1 | -2/+6 |
* | beep when a keybinding didn't change adjustment->value. | Michael Natterer | 2007-01-02 | 1 | -3/+8 |
* | Typo fix. (#352121, Clytie Siddall) | Matthias Clasen | 2006-12-31 | 1 | -1/+1 |
* | Avoid spurious redraws. | Matthias Clasen | 2006-12-26 | 1 | -17/+12 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -10/+3 |
* | Add new infrastructure for notifications of failed keyboard navigation and | Michael Natterer | 2006-11-16 | 1 | -0/+36 |
* | added properties "fill-level", "show-fill-level" and | Michael Natterer | 2006-11-15 | 1 | -17/+309 |
* | consume the Escape key only if we actually cancel a drag. Fixes bug | Michael Natterer | 2006-10-30 | 1 | -5/+6 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -1/+0 |
* | remember the sensitivity of the steppers in GtkRangeLayout, update it in | Michael Natterer | 2006-07-18 | 1 | -32/+53 |
* | added new style properties "trough-side-details" and | Michael Natterer | 2006-06-09 | 1 | -78/+317 |
* | canonicalize the name of the "activate-slider" style property and use | Michael Natterer | 2006-05-18 | 1 | -10/+13 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Fix doc typos. | Matthias Clasen | 2006-05-08 | 1 | -2/+2 |
* | Chain up, to make bindings work. Noticed by Al Puzzuoli. | Matthias Clasen | 2006-05-07 | 1 | -2/+2 |
* | More abstract types | Matthias Clasen | 2006-05-07 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -40/+8 |
* | Allow to cancel a drag with ESC. (#58389, Søren Sandmann) | Matthias Clasen | 2006-03-11 | 1 | -0/+24 |
* | Add a style property ::activate_slider that allows themes to draw the | Matthias Clasen | 2006-03-11 | 1 | -3/+32 |
* | Turn off prelighting when gtk-touchscreen-mode is enabled (#135666) | Ross Burton | 2006-03-09 | 1 | -5/+10 |
* | deprecated floating/sink API and implemented it in terms of the GObject | Tim Janik | 2005-11-23 | 1 | -2/+1 |
* | Made button-press timeouts which work like key repeat timeouts | Michael Natterer | 2005-11-22 | 1 | -13/+21 |
* | Added per-stepper API for GtkRange's stepper sensitivity as discussed in | Michael Natterer | 2005-11-11 | 1 | -19/+166 |
* | patch from maemo-gtk that changes GtkRange to render its arrows | Tim Janik | 2005-11-09 | 1 | -5/+25 |
* | 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 |
* | Make it compile | Matthias Clasen | 2005-08-20 | 1 | -4/+4 |
* | Don't queue a draw if the layout has not changed. (#313991, Benjamin Berg) | Matthias Clasen | 2005-08-20 | 1 | -6/+42 |
* | Handle broken grabs. | Matthias Clasen | 2005-06-30 | 1 | -0/+22 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -7/+7 |
* | Stop scrolling when the widget is unmapped. (#168791, Ryan Lortie) | Matthias Clasen | 2005-03-22 | 1 | -2/+5 |