summaryrefslogtreecommitdiff
path: root/gdata/services/calendar/gdata-calendar-calendar.c
Commit message (Expand)AuthorAgeFilesLines
* remove deprecated calendar service apisDaniel Kolesa2021-06-171-83/+0
* drop usage of deprecated gobject functionsDaniel Kolesa2021-06-031-3/+2
* docs: Replace ‘**/’ gtk-doc comment endings with ‘*/’Philip Withnall2017-01-241-20/+20
* Release version 0.17.2LIBGDATA_0_17_2Philip Withnall2015-07-101-5/+5
* calendar: Re-enable support for ACLs with version 3 of the APIPhilip Withnall2015-05-271-2/+87
* calendar: Port to the Calendar API version 3Philip Withnall2015-05-041-127/+184
* core: Mark all API as stable and impose API and ABI stability guaranteesPhilip Withnall2014-11-031-1/+1
* core: Use g_ascii_strto[u]ll() instead of strto[u]l()Philip Withnall2014-08-091-1/+1
* core: Rename gdata_parser_int64_from_element()Philip Withnall2012-04-141-1/+1
* calendar: Expand the documentation for GDataCalendarCalendar:color slightlyPhilip Withnall2011-07-021-1/+2
* calendar: Disable ETag support in GDataCalendarCalendarPhilip Withnall2011-07-021-1/+12
* core: Remove the old authentication API in favour of a new GDataAuthorizer APIPhilip Withnall2011-06-051-1/+10
* calendar: Fix some typos in code examplesPhilip Withnall2010-12-301-0/+1
* calendar: Add a code example for listing calendarsPhilip Withnall2010-12-301-0/+40
* core: Use gint64 timestamps instead of GTimeValsPhilip Withnall2010-10-041-14/+16
* [calendar] Move initialisation code to constructor() in Calendar servicePhilip Withnall2010-08-111-7/+22
* [introspection] Add missing annotations to GDataCalendarCalendarPhilip Withnall2010-08-031-3/+3
* [introspection] Add (out) annotations to GTimeVal parametersPhilip Withnall2010-08-021-1/+1
* [core] Move kind support to GDataEntryPhilip Withnall2010-06-161-0/+3
* [core] Whitespace fixesPhilip Withnall2010-04-121-39/+40
* [core] Tidy up preconditionsPhilip Withnall2010-04-101-20/+20
* [core] Make function order consistentPhilip Withnall2010-04-031-6/+6
* [docs] More documentation warning fixesPhilip Withnall2010-03-271-1/+1
* [calendar] Add #defines for Google Calendar objectsPhilip Withnall2010-03-271-2/+4
* [core] Add #defines for GDataAccessRule-related thingsPhilip Withnall2010-03-261-1/+5
* [core] Removed unnecessary *_GET_PRIVATE macros everywherePhilip Withnall2010-03-251-3/+2
* [core] Add namespace checks to all parse_xml() functionsPhilip Withnall2010-03-251-53/+58
* [core] Move all GTimeVal parsing into a single functionPhilip Withnall2010-03-251-18/+11
* [core] Move all boolean property parsing into one functionPhilip Withnall2010-03-251-10/+4
* [core] Constify GTimeVals and GDataColors where possiblePhilip Withnall2010-03-221-1/+1
* [core] Use GLib memory functions with libxml2Philip Withnall2010-01-221-4/+3
* [core] Added a method to escape text and append it to a GStringPhilip Withnall2009-08-031-5/+2
* [core] Link element names and namespaces to the relevant classesPhilip Withnall2009-06-281-19/+0
* [core] Converted GData structs to GObjectsPhilip Withnall2009-06-141-4/+3
* [core] Converted Atom structs to GObjectsPhilip Withnall2009-06-141-11/+9
* Bug 584417 – Strings are not properly formed for localisationPhilip Withnall2009-06-031-16/+14
* [core] Abstract XML parsing from GDataFeed and GDataEntry into GDataParsablePhilip Withnall2009-05-171-6/+10
* [calendar] Implement ACL functionality on GDataCalendarCalendarPhilip Withnall2009-05-171-1/+16
* [calendar] Add the remaining XML output to GDataCalendarCalendarPhilip Withnall2009-05-101-10/+20
* Bug 581706 – translation issuesPhilip Withnall2009-05-071-2/+6
* Bug 581706 – translation issuesPhilip Withnall2009-05-071-0/+3
* [core] Corrected uses of deprecated libxml APIPhilip Withnall2009-04-271-1/+1
* [docs] Added "Since" clauses to all relevant documentationPhilip Withnall2009-04-241-0/+12
* [docs] Standardised documentation a little betterPhilip Withnall2009-04-241-1/+1
* General API cleanupPhilip Withnall2009-04-221-1/+1
* Added API documentation for GDataCalendarCalendarPhilip Withnall2009-04-221-96/+209
* Compiler warning fixesPhilip Withnall2009-04-181-8/+9
* Bug 578661 – ETag supportPhilip Withnall2009-04-161-0/+3
* Refactored entry creation a littlePhilip Withnall2009-04-161-37/+1
* Improve namespace handling regarding unhandled XML elementsPhilip Withnall2009-04-161-4/+5