aboutsummaryrefslogtreecommitdiff
path: root/src/idoscalemenuitem.c
Commit message (Expand)AuthorAgeFilesLines
* Drop local config.h includes.Robert Tari2021-04-211-3/+0
* Centre volume control/Stretch calendar horizontallyRobert Tari2020-07-281-1/+2
* Avoid deprecated g_type_class_add_private.Mike Gabriel2019-12-031-33/+42
* idoscalemenuitem: set focus flag on scaleLars Uebernickel2015-03-101-0/+2
* idoscalemenuitem: translate motion event coordinatesLars Uebernickel2015-03-101-0/+9
* idoscalemenuitem: remove extraneous lineLars Uebernickel2015-01-211-1/+0
* idoscalemenuitem: only forward button events that are inside the scaleLars Uebernickel2015-01-211-5/+23
* idoscalemenuitem: don't translate event coordinatesLars Uebernickel2015-01-211-50/+5
* Put some space between scale and min/max buttonsLars Uebernickel2014-03-121-1/+1
* Remove toggle-size-allocate handlerLars Uebernickel2014-03-121-15/+0
* idoscalemenuitem: use the scale's actual size allocation for eventsLars Uebernickel2014-03-121-95/+33
* IdoScaleMenuItem: allow changing value with left/right and +/- keysLars Uebernickel2013-11-281-2/+72
|\
| * Also allow using + and - keys to change the sliderLars Uebernickel2013-10-241-0/+4
| * IdoScaleMenuItem: intercept left and right keysLars Uebernickel2013-10-211-0/+78
* | idoscalemenuitem: disconnect signal from parentLars Uebernickel2013-10-311-20/+13
|/
* idoscalemenuitem: request a minimum width of 200pxLars Uebernickel2013-10-101-0/+2
* idoscalemenuitem: don't update the action state when the action state changesLars Uebernickel2013-09-251-9/+59
* Revert slider movement when scrolling by defaultLars Uebernickel2013-09-151-1/+4
* Fixing some small introspection errorsTed Gould2013-07-021-1/+1
* idoscalemenuitem: look "{min,max}-icon" on the GMenuItemLars Uebernickel2013-06-071-9/+9
* Add support for creating scale menu items from a menu modelLars Uebernickel2013-05-311-0/+127
* idoscalemenuitem: make the scale expand and fill in the menu itemLars Uebernickel2013-05-311-3/+3
* 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