Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use gtk_render_background | Robert Carr | 2011-09-06 | 2 | -26/+16 |
| | |||||
* | Whoops copyright headers | Robert Carr | 2011-09-02 | 2 | -1/+50 |
| | |||||
* | Implement an IdoOffscreenProxy object to work around GtkRange/Scale needing ↵ | Robert Carr | 2011-09-02 | 4 | -14/+535 |
| | | | | grabs, change IdoScaleMenuItem to make use of this. Fixes lp: #804009 | ||||
* | Commenting out boiler plate code that is causing a warning | Ted Gould | 2011-06-21 | 1 | -1/+1 |
| | |||||
* | Avoid duplicate events | Ted Gould | 2011-06-21 | 1 | -6/+0 |
|\ | |||||
| * | fixed multiple signal issue which caused calendar jumps bug #768956 | Karl Lattimer | 2011-05-12 | 1 | -6/+0 |
| | | |||||
* | | use const not G_CONST_RETURN | Michael Terry | 2011-06-20 | 2 | -4/+4 |
| | | |||||
* | | drop deprecated use of event_window | Michael Terry | 2011-06-01 | 1 | -5/+0 |
| | | |||||
* | | adjustments aren't widgets | Michael Terry | 2011-06-01 | 3 | -4/+4 |
| | | |||||
* | | fix build errors with gtk2 | Michael Terry | 2011-06-01 | 2 | -3/+50 |
| | | |||||
* | | fix various unused-variable warnings; not directly related to gtk3 work, but ↵ | Michael Terry | 2011-06-01 | 4 | -20/+5 |
| | | | | | | | | helps focus on actual problems | ||||
* | | some further automake magic for dual versioning | Michael Terry | 2011-06-01 | 1 | -1/+1 |
| | | |||||
* | | allow building either gtk2 or gtk3 versions; some deprecation cleanups | Michael Terry | 2011-06-01 | 3 | -14/+21 |
| | | |||||
* | | porting to gtk3, WIP | Ken VanDine | 2011-05-27 | 9 | -52/+52 |
|/ | |||||
* | Bug in closure | karl-qdh | 2011-03-15 | 1 | -6/+4 |
| | |||||
* | minor fixes | karl-qdh | 2011-03-06 | 1 | -5/+8 |
| | |||||
* | Merge with trunk | karl-qdh | 2011-03-06 | 3 | -2/+11 |
|\ | |||||
| * | Adding back lost API | Ted Gould | 2011-03-02 | 2 | -0/+9 |
| |\ | |||||
| | * | Added ido_calendar_menu_item_get_calendar back to prevent a ABI break | Ken VanDine | 2011-02-24 | 2 | -0/+9 |
| | | | |||||
| * | | compile fix | Michael Terry | 2011-02-25 | 2 | -2/+2 |
| | | | |||||
* | | | Added new API to the calendar menu item so we can change the selected day/date. | karl-qdh | 2011-03-06 | 2 | -1/+57 |
|/ / | | | | | | | | | | | | | | | | | Also added new signals for selecting days and selecting with double click. In indicator-datetime these signals will be connected to either launching evolution (double), or invoking a re-building of the appointments menu (single) from the selected day forward. In this case we should also set the date of the calendar to today by default when opening the menu. | ||||
* | | Added return if fails to public api | karl-qdh | 2011-02-25 | 1 | -2/+14 |
| | | |||||
* | | Gmf. | karl-qdh | 2011-02-25 | 1 | -1/+1 |
| | | |||||
* | | Merging with trunk | karl-qdh | 2011-02-25 | 1 | -5/+5 |
|\| | |||||
| * | Fixed missing semicolon. Also the code formatting was all messed up so I ↵ | Cody Russell | 2011-02-24 | 1 | -5/+5 |
| | | | | | | | | fixed that because I'm kind of a code formatting nazi. Sie müssen Antretenbzr diff | ||||
* | | Added missing getter for calendar display options | karl-qdh | 2011-02-25 | 2 | -0/+7 |
|/ | |||||
* | Added get_date, pretty critical function | karl-qdh | 2011-02-23 | 2 | -1/+13 |
| | |||||
* | Removed useless marshal include | karl-qdh | 2011-02-23 | 1 | -1/+0 |
| | |||||
* | Fixed building of api changes | karl-qdh | 2011-02-23 | 1 | -6/+10 |
| | |||||
* | Removed get_calendar, we don't want it and it's unnecessary to do this | karl-qdh | 2011-02-22 | 2 | -9/+0 |
| | |||||
* | Added month change signal too, slight cleanup of tabs | karl-qdh | 2011-02-21 | 1 | -4/+21 |
| | |||||
* | Added additional API for marking days and setting options | karl-qdh | 2011-02-21 | 2 | -3/+31 |
| | |||||
* | Remove IdoGestureManager | Cody Russell | 2011-01-18 | 3 | -884/+1 |
| | |||||
* | Listen to GtkMenuItem's 'toggle-size-allocate' signal to get the toggle size ↵ | Cody Russell | 2010-10-07 | 1 | -1/+16 |
| | | | | instead of using the GSEAL'd GtkMenuItem::toggle_size value. | ||||
* | Cleanup, and update to latest geis API. | Cody Russell | 2010-09-24 | 1 | -3/+45 |
| | |||||
* | Merge geis updates. | Cody Russell | 2010-09-14 | 2 | -181/+168 |
|\ | |||||
| * | Fix properties. | Cody Russell | 2010-09-14 | 1 | -41/+24 |
| | | |||||
| * | GEIS updates. | Cody Russell | 2010-09-14 | 2 | -152/+156 |
| | | |||||
* | | Merge fix for bug #635370 | Cody Russell | 2010-09-13 | 1 | -13/+0 |
|\ \ | |/ |/| | |||||
| * | When we grab focus, it seemed to also select all the text. | Cody Russell | 2010-09-10 | 1 | -13/+0 |
| | | |||||
* | | fix distcheck; thanks to seb128 | David Barth | 2010-09-08 | 1 | -0/+1 |
| | | |||||
* | | Feel up your widgets. | Cody Russell | 2010-08-15 | 3 | -1/+854 |
|/ | |||||
* | Fix for armel build. Patch by David Sugar. | Cody Russell | 2010-08-03 | 3 | -3/+3 |
| | |||||
* | bleh | Cody Russell | 2010-07-29 | 3 | -16/+4 |
| | |||||
* | Need to update the last progress. | Cody Russell | 2010-07-27 | 1 | -1/+1 |
| | |||||
* | ido_timeline_set_progress() | Cody Russell | 2010-07-22 | 2 | -0/+23 |
| | |||||
* | Calendar keyboard navigation. | Cody Russell | 2010-07-20 | 1 | -0/+38 |
| | |||||
* | Fix something. | Cody Russell | 2010-07-20 | 1 | -2/+0 |
| | |||||
* | Small cleanups | Cody Russell | 2010-07-20 | 1 | -5/+8 |
| | |||||
* | Calendar | Cody Russell | 2010-07-19 | 3 | -0/+299 |
| |