aboutsummaryrefslogtreecommitdiff
path: root/src/idoscalemenuitem.c
Commit message (Expand)AuthorAgeFilesLines
* Add introspection and Vala support to IDORobert Ancell2012-12-141-22/+62
* Merge lp:~larsu/ido/remove-slider-hack-953757Lars Uebernickel2012-08-271-20/+0
|\
| * Remove slider mouse button hackLars Uebernickel2012-03-161-20/+0
* | require gtk3Charles Kerr2012-05-071-32/+0
|/
* fix regression that broke mousewheel operations on the idoscaleCharles Kerr2012-03-141-0/+2
* alter mouse button 2 clicks to behave like mouse button 2 clicks for lp bug #...Charles Kerr2012-03-121-0/+20
* add primary-clicked and secondary-clicked signals for lp bug #921065Charles Kerr2012-03-101-31/+87
* small code cleanup in update_packing()Charles Kerr2012-03-091-43/+19
* Fix LP Bug #906050 by removing idoscalemenuitem's offscreen proxy.Charles Kerr2012-03-091-51/+0
* don't override widget_class.state_changed in idoscalemenuitem ... that was pr...Charles Kerr2012-03-091-8/+0
* removed deprecations from gtk3 and fixed sizing issues with idemessagedialog ...Ken VanDine2011-12-141-0/+14
* one more fix for armel FTBFSKen VanDine2011-10-061-1/+1
* Fixed FTBFS on armel (LP: #866039)Ken VanDine2011-10-051-1/+1
* Only use the offscreen proxy stuff in GTK3Robert Carr2011-09-131-3/+61
* Use gtk_render_backgroundRobert Carr2011-09-061-1/+0
* Implement an IdoOffscreenProxy object to work around GtkRange/Scale needing g...Robert Carr2011-09-021-12/+20
* use const not G_CONST_RETURNMichael Terry2011-06-201-2/+2
* drop deprecated use of event_windowMichael Terry2011-06-011-5/+0
* adjustments aren't widgetsMichael Terry2011-06-011-2/+2
* fix various unused-variable warnings; not directly related to gtk3 work, but ...Michael Terry2011-06-011-7/+5
* allow building either gtk2 or gtk3 versions; some deprecation cleanupsMichael Terry2011-06-011-4/+3
* porting to gtk3, WIPKen VanDine2011-05-271-3/+3
* Listen to GtkMenuItem's 'toggle-size-allocate' signal to get the toggle size ...Cody Russell2010-10-071-1/+16
* Fix for armel build. Patch by David Sugar.Cody Russell2010-08-031-1/+1
* blehCody Russell2010-07-291-2/+2
* Different range size styles.Cody Russell2010-07-151-57/+93
* Add IdoRange, and modify IdoScaleMenuItem to use it.Cody Russell2010-07-131-23/+280
* Fake out the grab stuff by setting GTK_HAS_GRAB on the scale widget before fo...Cody Russell2010-05-101-0/+4
* 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