Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop local config.h includes. | Robert Tari | 2021-04-21 | 1 | -1/+0 |
| | | | | Fixes AyatanaIndicators/ayatana-ido#25 | ||||
* | Centre volume control/Stretch calendar horizontally | Robert Tari | 2020-07-28 | 1 | -50/+50 |
| | |||||
* | Avoid deprecated g_type_class_add_private. | Mike Gabriel | 2019-12-03 | 1 | -44/+72 |
| | |||||
* | IdoCalendarMenuItem: disconnect from parent signals on item destruction (LP: ↵ | Marco Trevisan (Treviño) | 2017-05-15 | 1 | -8/+41 |
| | | | | #1506427) | ||||
* | IdoCalendarMenuItem: add crash guard on ido_calendar_menu_item_key_press | Marco Trevisan (Treviño) | 2015-07-22 | 1 | -0/+2 |
| | | | | | It's quite weird that data is NULL at this point (considering how the callback is initialized), but it does happen, so it's just better to warn here instead of crashing. | ||||
* | ido_calendar_menu_item_new_from_model: initialize local variables with NULL | Lars Uebernickel | 2013-11-26 | 1 | -2/+2 |
| | | | | | | Both of these variables will be passed to g_free() without checking whether g_menu_item_get_attribute() failed. | ||||
* | fix time_t issue in idocalendarmenuitem's gmenu code | Charles Kerr | 2013-06-14 | 1 | -5/+5 |
| | |||||
* | add ido_calendar_menu_item_new_from_model() | Charles Kerr | 2013-06-14 | 1 | -3/+174 |
| | |||||
* | Add introspection and Vala support to IDO | Robert Ancell | 2012-12-14 | 1 | -7/+77 |
| | |||||
* | the calendar widget shouldn't eat the ESC key. | Charles Kerr | 2012-09-19 | 1 | -1/+2 |
| | |||||
* | remove the gtk2 conditional compiles for IdoCalendarMenuItem | Charles Kerr | 2012-08-22 | 1 | -28/+0 |
| | |||||
* | require gtk3 | Charles Kerr | 2012-05-07 | 1 | -4/+0 |
| | |||||
* | removed deprecations from gtk3 and fixed sizing issues with idemessagedialog ↵ | Ken VanDine | 2011-12-14 | 1 | -0/+6 |
| | | | | (LP: #888392) | ||||
* | Freeing the new event | Ted Gould | 2011-09-16 | 1 | -0/+3 |
| | |||||
* | Putting the new code as GTK3 only | Ted Gould | 2011-09-16 | 1 | -0/+5 |
| | |||||
* | Removing a bunch of debug messages | Ted Gould | 2011-09-16 | 1 | -23/+2 |
| | |||||
* | Use get_origin instead of position and uncomment out our adjustments | Ted Gould | 2011-09-16 | 1 | -6/+4 |
| | |||||
* | Use the root position in the event instead of finding it | Ted Gould | 2011-09-16 | 1 | -4/+3 |
| | |||||
* | Clean up some debug and such | Ted Gould | 2011-09-16 | 1 | -3/+3 |
| | |||||
* | Reformating | Ted Gould | 2011-09-15 | 1 | -54/+52 |
| | |||||
* | A check point | Ted Gould | 2011-09-15 | 1 | -1/+50 |
| | |||||
* | 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 |
| | | |||||
* | | fix build errors with gtk2 | Michael Terry | 2011-06-01 | 1 | -3/+26 |
| | | |||||
* | | fix various unused-variable warnings; not directly related to gtk3 work, but ↵ | Michael Terry | 2011-06-01 | 1 | -7/+0 |
| | | | | | | | | helps focus on actual problems | ||||
* | | porting to gtk3, WIP | Ken VanDine | 2011-05-27 | 1 | -19/+21 |
|/ | |||||
* | 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 | 1 | -2/+9 |
|\ | |||||
| * | Adding back lost API | Ted Gould | 2011-03-02 | 1 | -0/+8 |
| |\ | |||||
| | * | Added ido_calendar_menu_item_get_calendar back to prevent a ABI break | Ken VanDine | 2011-02-24 | 1 | -0/+8 |
| | | | |||||
| * | | compile fix | Michael Terry | 2011-02-25 | 1 | -2/+1 |
| | | | |||||
* | | | Added new API to the calendar menu item so we can change the selected day/date. | karl-qdh | 2011-03-06 | 1 | -1/+53 |
|/ / | | | | | | | | | | | | | | | | | 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 |
| | | |||||
* | | Added missing getter for calendar display options | karl-qdh | 2011-02-25 | 1 | -0/+6 |
|/ | |||||
* | Added get_date, pretty critical function | karl-qdh | 2011-02-23 | 1 | -0/+9 |
| | |||||
* | 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 | 1 | -8/+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 | 1 | -0/+24 |
| | |||||
* | bleh | Cody Russell | 2010-07-29 | 1 | -7/+1 |
| | |||||
* | 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 | 1 | -0/+233 |