aboutsummaryrefslogtreecommitdiff
path: root/src/idoscalemenuitem.c
Commit message (Collapse)AuthorAgeFilesLines
* removed deprecations from gtk3 and fixed sizing issues with idemessagedialog ↵Ken VanDine2011-12-141-0/+14
| | | | (LP: #888392)
* 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 ↵Robert Carr2011-09-021-12/+20
| | | | grabs, change IdoScaleMenuItem to make use of this. Fixes lp: #804009
* 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
| | | | helps focus on actual problems
* 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
| | | | instead of using the GSEAL'd GtkMenuItem::toggle_size value.
* 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 ↵Cody Russell2010-05-101-0/+4
| | | | forwarding the event.
* 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 ↵Cody Russell2010-03-091-4/+58
| | | | while the mouse is outside the menu, it was not emitting the released signal.
* 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