aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Bump version to 0.1.12Cody Russell2010-09-091-1/+1
| | |
| * | Pull in gtk-doc.make from trunk.Cody Russell2010-09-091-61/+33
| | |
* | | Bump version to 0.2.0.Cody Russell2010-09-091-2/+2
| | |
* | | replace gtk-doc.make with the packaging version to avoid a merge conflictDavid Barth2010-09-091-69/+35
| | |
* | | fix distcheck; thanks to seb128David Barth2010-09-081-0/+1
| |/ |/|
* | Feel up your widgets.Cody Russell2010-08-157-5/+1055
|/
* Fix for armel build. Patch by David Sugar.Cody Russell2010-08-033-3/+3
|
* blehCody Russell2010-07-294-26/+8
|
* Bump version.Cody Russell2010-07-291-1/+1
|
* Need to update the last progress.Cody Russell2010-07-271-1/+1
|
* Bump versionCody Russell2010-07-221-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-195-4/+313
|
* Force IdoRange to style itself by name rather than by class. Otherwise they ↵Cody Russell2010-07-152-2/+18
| | | | all have the style used by the last one created.
* Fix for distcheckCody Russell2010-07-151-0/+1
|
* Bump version to 0.1.9Cody Russell2010-07-151-1/+1
|
* Merge scale-size branch.Cody Russell2010-07-153-58/+99
|\
| * Different range size styles.Cody Russell2010-07-153-58/+99
| |
* | Fix compile for ARMCody Russell2010-07-141-1/+1
|/
* Merge in range branch.Cody Russell2010-07-136-25/+562
|\
| * Add IdoRange, and modify IdoScaleMenuItem to use it.Cody Russell2010-07-136-25/+562
| |
* | Bump versionCody Russell2010-07-081-1/+1
| |
* | 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-083-34/+73
|
* Bump version to 0.1.7.Cody Russell2010-07-081-1/+1
|
* Merge up with trunk.Cody Russell2010-07-082-16/+34
|\
| * Send button-press and button-release events to the entry. Also grab focus at ↵Cody Russell2010-07-071-15/+33
| | | | | | | | the first key-press.
| * Bump version to 0.1.6Cody Russell2010-06-081-1/+1
| |
* | 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-1210-2/+1483
|/
* 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
|
* release 0.1.50.1.5David Barth2010-03-241-1/+1
| | | | | | | | - Don't return TRUE if keyval is GDK_Return. - Bump gtk+ requirement to 2.19.7 - Don't capture up/down keys. Compile fixes for latest gtk+. - Button press event fixes.
* Don't return TRUE if keyval is GDK_Return.Cody Russell2010-03-181-2/+6
|
* Bump gtk+ requirement to 2.19.7Cody Russell2010-03-161-1/+1
|
* Don't capture up/down keys. Compile fixes for latest gtk+.Cody Russell2010-03-162-6/+24
|\
| * Don't capture up/down keys. Compile fixes for latest gtk+.Cody Russell2010-03-152-6/+24
|/
* Button press event fixes.Cody Russell2010-03-111-9/+14
|\
| * Button press event fixes.Cody Russell2010-03-101-9/+14
| |
* | release 0.1.40.1.4David Barth2010-03-111-1/+1
|/
* 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 ↵Cody Russell2010-03-091-4/+58
| | | | while the mouse is outside the menu, it was not emitting the released signal.
* 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
| |