aboutsummaryrefslogtreecommitdiff
path: root/src/idoscalemenuitem.c
Commit message (Expand)AuthorAgeFilesLines
...
* Try to remove offscreen fuCody Russell2010-05-101-130/+36
* reverse-scroll-events property only affects GDK_SCROLL_UP and GDK_SCROLL_DOWNCody Russell2010-04-141-2/+14
* Don't capture up/down keys. Compile fixes for latest gtk+.Cody Russell2010-03-151-3/+3
* Fix for grab/release signals. If you grab the slider and then release it whi...Cody Russell2010-03-091-4/+58
* Add grab/release signalsCody Russell2010-03-051-0/+32
* Make 'ido-offscreen-scale' the name of the GtkOffscreenWindow, not the GtkScale.0.1.3Cody Russell2010-03-041-1/+1
* Name the offscreen scale 'ido-offscreen-scale'Cody Russell2010-03-041-0/+1
* Support reversing scroll eventsCody Russell2010-02-131-2/+25
* fixed build failure where secondary_padding wasn't initializedKen VanDine2010-02-111-1/+1
* Merge initial-slider-value branchCody Russell2010-02-091-1/+2
|\
| * Add support for initial value to ido_scale_menu_item_new_with_range()Cody Russell2010-02-091-1/+2
* | Merge scale-icons branchCody Russell2010-02-091-33/+187
|\ \ | |/ |/|
| * Upper/lower clamping on icon clickCody Russell2010-02-091-36/+4
| * Add support for primary/secondary icons.Cody Russell2010-02-061-33/+219
* | Test ARM fixCody Russell2010-02-051-4/+8
|/
* Scale spacing fixesCody Russell2010-02-041-7/+50
* Copyright/license fuCody Russell2010-02-041-13/+16
* Merge offscreen scale branchCody Russell2010-02-011-176/+61
|\
| * Unref the pixbufCody Russell2010-02-011-0/+2
| * Use GtkOffscreenWindow to manage rendering of the scale.Cody Russell2010-01-201-176/+59
* | Add ido_scale_menu_item_get_scale() functionCody Russell2010-01-251-0/+12
|/
* IDO initial commit, scale menuitemCody Russell2010-01-191-0/+449