summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Document Itdb_Track->album_idTodd Zullinger2009-01-031-0/+2
* Link with -lm since we are using round and ceil in ithumb-writer.cChristophe Fergeau2009-01-021-1/+1
* Fix static nano4g artwork information tablesChristophe Fergeau2009-01-011-4/+7
* Add Itdb_Track::album_id to prevent future ABI breakageChristophe Fergeau2009-01-011-0/+1
* Add serial number for pink and silver 16GB nanosChristophe Fergeau2008-12-291-3/+5
* Remove unwanted addition of model name in last commitChristophe Fergeau2008-12-221-1/+0
* Add ipod shuffle info from Neil CampbellChristophe Fergeau2008-12-221-0/+3
* Add serial numbers for yellow and green 16GB nano4gChristophe Fergeau2008-12-221-0/+2
* Add serial number for 16GB Purple Nano 4gChristophe Fergeau2008-12-181-0/+1
* * src/itdb_plist.c: substitute g_base64_decode() between versionJorg Schuler2008-12-152-0/+14
* Add hardcoded tables for nano4g artworkChristophe Fergeau2008-12-121-0/+24
* Add SN for 16GB orange nano4gChristophe Fergeau2008-12-121-0/+1
* Update API documentationTodd Zullinger2008-12-0814-1078/+1983
* Whitespace cleanupTodd Zullinger2008-12-0813-265/+181
* * itdb_itunesdb.c (jump_table_letter): don't terminate whenJorg Schuler2008-12-071-1/+1
* * src/db-parse-context.h: remove unneeded G_GNUC_INTERNAL at theJorg Schuler2008-11-301-1/+1
* Attempt at fixing an artwork display bug on the nano4gChristophe Fergeau2008-11-171-7/+16
* Stricter sanity checkChristophe Fergeau2008-11-171-2/+6
* Add overflow checks when computing sizes to use as a malloc argChristophe Fergeau2008-11-171-14/+32
* Remove chapterdata_raw and chapterdata_raw_length from Itdb_TrackTodd Zullinger2008-11-141-8/+0
* * src/itdb_device.c: SN YX6 corresponds to a Shuffle model B225Christophe Fergeau2008-10-221-1/+1
* Use SysInfoExtended if available for itdb_device_supports_photoChristophe Fergeau2008-10-211-2/+4
* Add SN for 16GB blue nanoChristophe Fergeau2008-10-201-0/+1
* Add serial number for 16GB Black NanoChristophe Fergeau2008-10-151-0/+1
* Fix printf modifiers for more portabilityChristophe Fergeau2008-10-081-13/+13
* Fix data sizes used in Itdb_ArtworkFormatChristophe Fergeau2008-10-081-3/+3
* Fix itdb_device_supports_artwork to use info from SysInfoExtendedChristophe Fergeau2008-10-071-2/+4
* Adjust SysInfoExtended parsing to the plist parser changesChristophe Fergeau2008-10-071-13/+11
* Fix blank node handling in the plist parserChristophe Fergeau2008-10-071-5/+9
* Add array support to the plist parserChristophe Fergeau2008-10-071-19/+71
* * src/itdb_device.c: add serial number for the 8GB Silver Nano 4gChristophe Fergeau2008-10-041-1/+2
* A few more fixes in the ipod model tablesChristophe Fergeau2008-10-011-3/+3
* Add missing name for the Yellow 4g nanoChristophe Fergeau2008-10-011-0/+1
* * src/itdb_device.c: and add SN for the 8GB Red NanoChristophe Fergeau2008-10-011-0/+1
* * src/itdb_device.c: add SN for 16GB Red NanoChristophe Fergeau2008-10-011-0/+1
* * src/itdb.h: add enum entries for the new ipod classic and the newChristophe Fergeau2008-10-012-8/+103
* 2008-09-11 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2008-09-111-0/+1
* 2008-08-09 Paul Richardson <phantom_sf at users.sourceforge.net>P.G. Richardson2008-08-093-0/+4
* Remove uses of deprecated itdb_time_* functionsTodd Zullinger2008-08-091-7/+4
* 2008-08-03 Jorg Schuler <jcsjcs at users.sourceforge.net>Jorg Schuler2008-08-031-15/+3
* Fix typo in itdb_track_get_thumbnail() doc commentTodd Zullinger2008-08-021-1/+1
* Move ITDB_DEVICE_ERROR from itdb_plist.h to itdb_device.hChristophe Fergeau2008-08-013-6/+8
* Rename unk146 to explicit_flag in Itdb_Track now that it's purpose is knownTodd Zullinger2008-07-302-4/+5
* Fix a few issues in the API doc after the API changes that went onChristophe Fergeau2008-07-291-4/+2
* itdb_thumb_to_pixbufs API docChristophe Fergeau2008-07-291-0/+17
* Some public API work, hide ItdbThumbType as well as ItdbThumbIpodChristophe Fergeau2008-07-293-20/+41
* Mask symbols from the SysInfoExtended parserChristophe Fergeau2008-07-291-3/+8
* Add gtk-doc documentationChristophe Fergeau2008-07-292-0/+104
* Use GError in SysInfoExtended parsingChristophe Fergeau2008-07-293-4/+7
* Add error handling to the plist XML parserChristophe Fergeau2008-07-294-33/+86