aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.2.900.2.90Ted Gould2011-06-211-1/+1
* Commenting out boiler plate code that is causing a warningTed Gould2011-06-211-1/+1
* Making sure the menu example doesn't use a menu proxyTed Gould2011-06-211-0/+2
|\
| * don't export export menus over dbus, that won't work...David Barth2010-08-191-0/+2
* | Avoid duplicate eventsTed Gould2011-06-211-6/+0
|\ \
| * | fixed multiple signal issue which caused calendar jumps bug #768956Karl Lattimer2011-05-121-6/+0
* | | Updating to GTK3Ted Gould2011-06-2115-88/+159
|\ \ \ | |/ / |/| |
| * | use const not G_CONST_RETURNMichael Terry2011-06-202-4/+4
| * | drop deprecated use of event_windowMichael Terry2011-06-011-5/+0
| * | adjustments aren't widgetsMichael Terry2011-06-013-4/+4
| * | fix build errors with gtk2Michael Terry2011-06-012-3/+50
| * | fix various unused-variable warnings; not directly related to gtk3 work, but ...Michael Terry2011-06-014-20/+5
| * | some further automake magic for dual versioningMichael Terry2011-06-013-6/+12
| * | allow building either gtk2 or gtk3 versions; some deprecation cleanupsMichael Terry2011-06-016-21/+59
| * | porting to gtk3, WIPKen VanDine2011-05-2710-53/+53
|/ /
* | 0.2.20.2.2Ted Gould2011-03-161-1/+1
* | add signals for select/activate and a set date function - merge of karl-qdh b...David Barth2011-03-161-6/+4
|\ \
| * | Bug in closurekarl-qdh2011-03-151-6/+4
* | | Be able to set active date and signal when it changesTed Gould2011-03-142-2/+61
|\| |
| * | minor fixeskarl-qdh2011-03-061-5/+8
| * | Merge with trunkkarl-qdh2011-03-063-2/+11
| |\ \ | |/ / |/| |
* | | Adding back lost APITed Gould2011-03-022-0/+9
|\ \ \
| * | | Added ido_calendar_menu_item_get_calendar back to prevent a ABI breakKen VanDine2011-02-242-0/+9
* | | | integrating Karl & mterry's API for exposing calendar display optionsDavid Barth2011-02-283-2/+21
|\ \ \ \ | |/ / / |/| | |
| * | | compile fixMichael Terry2011-02-252-2/+2
| | * | Added new API to the calendar menu item so we can change the selected day/date.karl-qdh2011-03-062-1/+57
| |/ /
| * | Added return if fails to public apikarl-qdh2011-02-251-2/+14
| * | Gmf.karl-qdh2011-02-251-1/+1
| * | Merging with trunkkarl-qdh2011-02-252-6/+6
| |\ \ | |/ / |/| |
* | | Fixed missing semicolon. Also the code formatting was all messed up so I fixe...Cody Russell2011-02-241-5/+5
* | | Bump versionCody Russell2011-02-241-1/+1
* | | Adding API to the calendar menu itemTed Gould2011-02-232-8/+59
|\ \ \
| | * | Added missing getter for calendar display optionskarl-qdh2011-02-252-0/+7
| |/ /
| * | Added get_date, pretty critical functionkarl-qdh2011-02-232-1/+13
| * | 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-222-9/+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-212-3/+31
|/ /
* | Remove IdoGestureManagerCody Russell2011-01-186-1078/+1
* | Fix linker problems in Natty.Cody Russell2011-01-181-3/+3
|\ \
| * | Add GTK_LIBS to the example programs' LDADDCody Russell2011-01-181-3/+3
|/ /
* | 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-144-380/+174
|\ \
| * | Remove gtk-doc.makeCody Russell2010-09-141-230/+0
| * | Fix properties.Cody Russell2010-09-143-78/+93
| * | GEIS updates.Cody Russell2010-09-143-155/+164
* | | 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