aboutsummaryrefslogtreecommitdiff
path: root/src/idocalendarmenuitem.c
Commit message (Expand)AuthorAgeFilesLines
* Drop local config.h includes.Robert Tari2021-04-211-1/+0
* Centre volume control/Stretch calendar horizontallyRobert Tari2020-07-281-50/+50
* Avoid deprecated g_type_class_add_private.Mike Gabriel2019-12-031-44/+72
* IdoCalendarMenuItem: disconnect from parent signals on item destruction (LP: ...Marco Trevisan (Treviño)2017-05-151-8/+41
* IdoCalendarMenuItem: add crash guard on ido_calendar_menu_item_key_pressMarco Trevisan (Treviño)2015-07-221-0/+2
* ido_calendar_menu_item_new_from_model: initialize local variables with NULLLars Uebernickel2013-11-261-2/+2
* fix time_t issue in idocalendarmenuitem's gmenu codeCharles Kerr2013-06-141-5/+5
* add ido_calendar_menu_item_new_from_model()Charles Kerr2013-06-141-3/+174
* Add introspection and Vala support to IDORobert Ancell2012-12-141-7/+77
* the calendar widget shouldn't eat the ESC key.Charles Kerr2012-09-191-1/+2
* remove the gtk2 conditional compiles for IdoCalendarMenuItemCharles Kerr2012-08-221-28/+0
* require gtk3Charles Kerr2012-05-071-4/+0
* removed deprecations from gtk3 and fixed sizing issues with idemessagedialog ...Ken VanDine2011-12-141-0/+6
* Freeing the new eventTed Gould2011-09-161-0/+3
* Putting the new code as GTK3 onlyTed Gould2011-09-161-0/+5
* Removing a bunch of debug messagesTed Gould2011-09-161-23/+2
* Use get_origin instead of position and uncomment out our adjustmentsTed Gould2011-09-161-6/+4
* Use the root position in the event instead of finding itTed Gould2011-09-161-4/+3
* Clean up some debug and suchTed Gould2011-09-161-3/+3
* ReformatingTed Gould2011-09-151-54/+52
* A check pointTed Gould2011-09-151-1/+50
* Commenting out boiler plate code that is causing a warningTed Gould2011-06-211-1/+1
* Avoid duplicate eventsTed Gould2011-06-211-6/+0
|\
| * fixed multiple signal issue which caused calendar jumps bug #768956Karl Lattimer2011-05-121-6/+0
* | fix build errors with gtk2Michael Terry2011-06-011-3/+26
* | fix various unused-variable warnings; not directly related to gtk3 work, but ...Michael Terry2011-06-011-7/+0
* | porting to gtk3, WIPKen VanDine2011-05-271-19/+21
|/
* Bug in closurekarl-qdh2011-03-151-6/+4
* minor fixeskarl-qdh2011-03-061-5/+8
* Merge with trunkkarl-qdh2011-03-061-2/+9
|\
| * Adding back lost APITed Gould2011-03-021-0/+8
| |\
| | * Added ido_calendar_menu_item_get_calendar back to prevent a ABI breakKen VanDine2011-02-241-0/+8
| * | compile fixMichael Terry2011-02-251-2/+1
* | | Added new API to the calendar menu item so we can change the selected day/date.karl-qdh2011-03-061-1/+53
|/ /
* | Added return if fails to public apikarl-qdh2011-02-251-2/+14
* | Gmf.karl-qdh2011-02-251-1/+1
* | Added missing getter for calendar display optionskarl-qdh2011-02-251-0/+6
|/
* Added get_date, pretty critical functionkarl-qdh2011-02-231-0/+9
* Removed useless marshal includekarl-qdh2011-02-231-1/+0
* Fixed building of api changeskarl-qdh2011-02-231-6/+10
* Removed get_calendar, we don't want it and it's unnecessary to do thiskarl-qdh2011-02-221-8/+0
* Added month change signal too, slight cleanup of tabskarl-qdh2011-02-211-4/+21
* Added additional API for marking days and setting optionskarl-qdh2011-02-211-0/+24
* blehCody Russell2010-07-291-7/+1
* 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-191-0/+233