aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Listen to GtkMenuItem's 'toggle-size-allocate' signal to get the toggle size ...Cody Russell2010-10-071-1/+16
* Cleanup, and update to latest geis API.Cody Russell2010-09-241-3/+45
* Merge geis updates.Cody Russell2010-09-142-181/+168
|\
| * Fix properties.Cody Russell2010-09-141-41/+24
| * GEIS updates.Cody Russell2010-09-142-152/+156
* | Merge fix for bug #635370Cody Russell2010-09-131-13/+0
|\ \ | |/ |/|
| * When we grab focus, it seemed to also select all the text.Cody Russell2010-09-101-13/+0
* | fix distcheck; thanks to seb128David Barth2010-09-081-0/+1
* | Feel up your widgets.Cody Russell2010-08-153-1/+854
|/
* Fix for armel build. Patch by David Sugar.Cody Russell2010-08-033-3/+3
* blehCody Russell2010-07-293-16/+4
* Need to update the last progress.Cody Russell2010-07-271-1/+1
* ido_timeline_set_progress()Cody Russell2010-07-222-0/+23
* Calendar keyboard navigation.Cody Russell2010-07-201-0/+38
* Fix something.Cody Russell2010-07-201-2/+0
* Small cleanupsCody Russell2010-07-201-5/+8
* CalendarCody Russell2010-07-193-0/+299
* Force IdoRange to style itself by name rather than by class. Otherwise they ...Cody Russell2010-07-151-2/+5
* Fix for distcheckCody Russell2010-07-151-0/+1
* Merge scale-size branch.Cody Russell2010-07-152-57/+96
|\
| * Different range size styles.Cody Russell2010-07-152-57/+96
* | Fix compile for ARMCody Russell2010-07-141-1/+1
|/
* Merge in range branch.Cody Russell2010-07-135-25/+561
|\
| * Add IdoRange, and modify IdoScaleMenuItem to use it.Cody Russell2010-07-135-25/+561
* | Fix IdoMessageDialog to compile with deprecated gtk+ for Meerkat.Cody Russell2010-07-081-14/+20
|/
* Fix licenseCody Russell2010-07-082-24/+30
* Fixes for distCody Russell2010-07-082-1/+12
* Merge up with trunk.Cody Russell2010-07-081-15/+33
|\
| * Send button-press and button-release events to the entry. Also grab focus at ...Cody Russell2010-07-071-15/+33
* | Start the morph on focus-in-event rather than button-press-event.Cody Russell2010-07-081-10/+6
* | Set focus-on-map to FALSE.Cody Russell2010-07-021-0/+2
* | IdoMessageDialog - a morphing message dialog.Cody Russell2010-05-128-1/+1412
|/
* 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 return TRUE if keyval is GDK_Return.Cody Russell2010-03-181-2/+6
* Don't capture up/down keys. Compile fixes for latest gtk+.Cody Russell2010-03-152-6/+24
* Button press event fixes.Cody Russell2010-03-101-9/+14
* Don't forward the event to the entry if the user hit the Esc key.Cody Russell2010-03-091-1/+3
* Fix for grab/release signals. If you grab the slider and then release it whi...Cody Russell2010-03-091-4/+58
* Fix keyboard navigation issues in the entry widget, fixes bug #533284.Cody Russell2010-03-081-0/+2
|\
| * Return TRUE after forwarding the event to priv->entryCody Russell2010-03-081-0/+2
* | 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-092-1/+3
|\
| * Add support for initial value to ido_scale_menu_item_new_with_range()Cody Russell2010-02-092-1/+3
* | Merge scale-icons branchCody Russell2010-02-092-41/+197
|\ \ | |/ |/|