summaryrefslogtreecommitdiff
path: root/gdata/gd
Commit message (Expand)AuthorAgeFilesLines
* core: Mark all API as stable and impose API and ABI stability guaranteesPhilip Withnall2014-11-0311-11/+11
* core: Add padding members to class structuresPhilip Withnall2014-11-0311-0/+55
* core: Use g_ascii_strto[u]ll() instead of strto[u]l()Philip Withnall2014-08-092-4/+4
* gd: Fix comparison of GDataGDReminders with non-equal relative timesPhilip Withnall2013-08-311-6/+7
* gd: Include URI in comparisons between GDataGDPhoneNumbersPhilip Withnall2013-08-311-1/+17
* gd: Fix documentation commentPhilip Withnall2013-08-281-0/+3
* Bug 662290 — Can't update contact that has no full namePhilip Withnall2011-10-201-1/+11
* Release version 0.10.0LIBGDATA_0_10_0Philip Withnall2011-08-202-15/+15
* gd: Don't output empty department elements for gd:organizationPhilip Withnall2011-08-181-1/+1
* Bug 618587 — Implement GDataGDFeedLinkRichard Schwarting2011-07-092-0/+526
* core: Use gint64 timestamps instead of GTimeValsPhilip Withnall2010-10-044-94/+88
* gd: Fix parsing and output of country codes in GDataGDPostalAddressPhilip Withnall2010-09-301-16/+30
* gd: Fix attribute escaping for GDataGDWhoPhilip Withnall2010-09-301-2/+2
* gd: Fix attribute escaping for GDataGDWherePhilip Withnall2010-09-301-1/+1
* gd: Fix attribute escaping for GDataGDWhenPhilip Withnall2010-09-301-1/+1
* gd: Fix attribute escaping for GDataGDReminderPhilip Withnall2010-09-301-1/+1
* gd: Fix attribute escaping for GDataGDPostalAddressPhilip Withnall2010-09-301-1/+1
* gd: Fix attribute escaping for GDataGDPhoneNumberPhilip Withnall2010-09-301-2/+2
* gd: Fix attribute escaping for GDataGDOrganizationPhilip Withnall2010-09-301-1/+1
* gd: Fix attribute escaping for GDataGDIMAddressPhilip Withnall2010-09-301-4/+3
* gd: Fix attribute escaping for GDataGDEmailAddressPhilip Withnall2010-09-301-2/+2
* [introspection] Add missing annotations to GDataGDWhoPhilip Withnall2010-08-031-6/+6
* [introspection] Add missing annotations to GDataGDWherePhilip Withnall2010-08-031-6/+6
* [introspection] Add missing annotations to GDataGDWhenPhilip Withnall2010-08-031-3/+3
* [introspection] Add missing annotations to GDataGDReminderPhilip Withnall2010-08-031-4/+4
* [introspection] Add missing annotations to GDataGDPostalAddressPhilip Withnall2010-08-031-19/+18
* [introspection] Add missing annotations to GDataGDPhoneNumberPhilip Withnall2010-08-031-6/+6
* [introspection] Add missing annotations to GDataGDOrganizationPhilip Withnall2010-08-031-13/+13
* [introspection] Add missing annotations to GDataGDNamePhilip Withnall2010-08-031-8/+8
* [introspection] Add missing annotations to GDataGDIMAddressPhilip Withnall2010-08-031-8/+8
* [introspection] Add missing annotations to GDataGDEmailAddressPhilip Withnall2010-08-031-5/+5
* [introspection] Add (out) annotations to GTimeVal parametersPhilip Withnall2010-08-022-3/+3
* [introspection] Add (element-type) annotationsPhilip Withnall2010-07-161-1/+1
* [core] Add a GDataComparable interfacePhilip Withnall2010-06-1520-390/+215
* [core] Mark most getter functions as purePhilip Withnall2010-04-1610-67/+67
* [core] Whitespace fixesPhilip Withnall2010-04-1215-258/+259
* [core] Tidy up preconditionsPhilip Withnall2010-04-1010-0/+35
* [core] Add G_GNUC_MALLOC to all functions returning allocated dataPhilip Withnall2010-04-0110-10/+12
* [docs] More documentation warning fixesPhilip Withnall2010-03-2710-26/+46
* [calendar] Add #defines for Google Calendar objectsPhilip Withnall2010-03-271-0/+81
* [gd] Add #defines for GData namespace objectsPhilip Withnall2010-03-2716-12/+467
* [core] Removed unnecessary *_GET_PRIVATE macros everywherePhilip Withnall2010-03-2510-10/+0
* [core] Add namespace checks to all parse_xml() functionsPhilip Withnall2010-03-254-25/+29
* [core] Tidy up some objects' parsing methodsPhilip Withnall2010-03-253-16/+5
* [core] Move all element object parsing into two functionsPhilip Withnall2010-03-253-31/+34
* [core] Move all element string content parsing into one functionPhilip Withnall2010-03-254-75/+47
* [core] Move all boolean property parsing into one functionPhilip Withnall2010-03-255-80/+31
* [core] Constify GTimeVals and GDataColors where possiblePhilip Withnall2010-03-224-10/+10
* [docs] Added missing Since tagsPhilip Withnall2010-03-2219-9/+51
* [gd] Ensure comparisons of two NULL values return 0Philip Withnall2010-03-2210-10/+10