summaryrefslogtreecommitdiff
path: root/gdata/media
Commit message (Expand)AuthorAgeFilesLines
* media: Use memmove() instead of deprecated g_memmove()Philip Withnall2019-08-211-1/+1
* docs: Drop use of `<!-- -->` to delimit pluralsPhilip Withnall2019-07-241-3/+3
* build: Port from Autotools to mesonMayank Sharma2019-06-251-0/+53
* Remove use of foreach with wrong function prototype and use g_list_free_fullAlberto Ruiz2018-08-061-8/+2
* docs: Replace ‘**/’ gtk-doc comment endings with ‘*/’Philip Withnall2017-01-2410-75/+75
* media: Fix a strict aliasing problem with a castPhilip Withnall2015-04-301-7/+12
* media: Add JSON support to GDataMediaThumbnailPhilip Withnall2015-04-201-0/+29
* core: Mark all API as stable and impose API and ABI stability guaranteesPhilip Withnall2014-11-035-5/+5
* core: Add padding members to class structuresPhilip Withnall2014-11-035-0/+25
* core: Use g_ascii_strto[u]ll() instead of strto[u]l()Philip Withnall2014-08-092-8/+8
* Bug 647882 — Support rating schemesPhilip Withnall2011-07-292-16/+91
* core: Remove the old authentication API in favour of a new GDataAuthorizer APIPhilip Withnall2011-06-052-2/+2
* media: Handle media:rating elements which don't provide a country attributePhilip Withnall2011-04-151-7/+15
* media: Add a cancellable parameter to gdata_media_thumbnail_download()Philip Withnall2010-12-202-3/+9
* media: Add a cancellable parameter to gdata_media_content_download()Philip Withnall2010-12-202-3/+9
* core: Add a “cancellable” property to GDataDownloadStreamPhilip Withnall2010-12-202-2/+2
* media: Switch GDataMediaThumbnail to a stream-based download APIPhilip Withnall2010-12-102-42/+15
* media: Switch GDataMediaContent to a stream-based download APIPhilip Withnall2010-12-102-42/+14
* core: Fix a memory leak in GDataMediaGroupPhilip Withnall2010-12-101-0/+1
* media: Fix attribute escaping for GDataMediaGroupPhilip Withnall2010-12-021-2/+2
* media: Fix attribute escaping for GDataMediaCategoryPhilip Withnall2010-12-021-1/+1
* introspection: Add missing (transfer full) annotationsPhilip Withnall2010-09-302-2/+2
* [introspection] Add missing annotations to GDataMediaGroupPhilip Withnall2010-08-031-6/+6
* [media] Small documentation fixPhilip Withnall2010-08-032-3/+3
* [introspection] Add missing annotations to GDataMediaCategoryPhilip Withnall2010-08-031-4/+4
* [introspection] Add (element-type) annotationsPhilip Withnall2010-07-161-2/+2
* [core] Mark most getter functions as purePhilip Withnall2010-04-165-29/+31
* [core] Whitespace fixesPhilip Withnall2010-04-125-101/+105
* [core] Tidy up preconditionsPhilip Withnall2010-04-101-0/+7
* [youtube] Fix parsing of content elementsPhilip Withnall2010-04-081-1/+3
* [core] Add G_GNUC_MALLOC to all functions returning allocated dataPhilip Withnall2010-04-013-3/+7
* Bug 614253 — GDataMediaGroup:tags should be a string arrayPhilip Withnall2010-03-302-14/+78
* [docs] More documentation warning fixesPhilip Withnall2010-03-272-7/+7
* [core] Removed unnecessary *_GET_PRIVATE macros everywherePhilip Withnall2010-03-255-5/+0
* [core] Add namespace checks to all parse_xml() functionsPhilip Withnall2010-03-251-69/+71
* [core] Tidy up some objects' parsing methodsPhilip Withnall2010-03-252-12/+2
* [core] Move all element object parsing into two functionsPhilip Withnall2010-03-252-37/+18
* [core] Move all element string content parsing into one functionPhilip Withnall2010-03-252-10/+6
* [core] Move all boolean property parsing into one functionPhilip Withnall2010-03-251-10/+1
* [docs] Added missing Since tagsPhilip Withnall2010-03-224-1/+9
* [core] Use GLib memory functions with libxml2Philip Withnall2010-01-225-57/+32
* [docs] Fixed some gtk-doc warningsPhilip Withnall2009-12-291-2/+2
* [build] Reorganised to use non-recursive automake and added gcov supportPhilip Withnall2009-12-291-75/+0
* Bug 598649 — Download API for PicasaWeb images and thumbnailsRichard Schwarting2009-12-064-0/+123
* [media] Corrected Media RSS namespacePhilip Withnall2009-09-215-5/+5
* [media] Added tests for media:category, :content, :credit and :thumbnailPhilip Withnall2009-09-203-0/+6
* Bug 592124 — G_LOG_DOMAIN not set for subdirectoriesPhilip Withnall2009-08-181-4/+5
* [build] Added support for AM_SILENT_RULES and updated git.mkPhilip Withnall2009-08-061-2/+2
* [core] Added a method to escape text and append it to a GStringPhilip Withnall2009-08-032-26/+9
* [core] Made the get_xml functions use a single GString throughoutPhilip Withnall2009-07-031-5/+2