summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * configure.ac: properly detect newer libsgutils (the so name wasChristophe Fergeau2008-07-093-3/+16
* Fix up information from podsleuthChristophe Fergeau2008-07-062-6/+11
* Add a way to get an Itdb_ModelInfo from a serial numberChristophe Fergeau2008-07-062-18/+234
* Add missing 2GB ipod shuffle models and ipod shuffle redChristophe Fergeau2008-07-063-0/+13
* Pick itdb_device_get_storage_info from songbirdChristophe Fergeau2008-07-064-10/+70
* Use GMappedFile instead of directly using mmapChristophe Fergeau2008-07-064-45/+40
* Remove inner functions to make MSVC8 compat easierChristophe Fergeau2008-07-063-23/+28
* Remove non-useful argument to db_parse_context_destroy (patch from songbird)Christophe Fergeau2008-07-064-6/+15
* Fix bug in thumbnail resizing when not cropping which caused duplicated lines...Christophe Fergeau2008-07-062-20/+27
* Fix memleakChristophe Fergeau2008-07-052-0/+5
* Fix bug in thumbnail rearranging codeChristophe Fergeau2008-07-052-2/+8
* Properly set padding to 0 in mhod type 3Christophe Fergeau2008-07-052-0/+6
* Fix a memory leakChristophe Fergeau2008-07-052-0/+6
* fix typos: s/ipod/iPod/ s/availale/available/ s/of non-existent/if non-existent/Daniele Forsi2008-06-295-10/+15
* * src/ithumb-writer.c (itdb_write_ithumb_files): fix bug whenJorg Schuler2008-06-293-66/+154
* * src/ithumb-writer.c (itdb_write_ithumb_files): fix bug whenJorg Schuler2008-06-292-5/+12
* patch by: Mike Heffner <mikeh@fesnel.com>Christophe Fergeau2008-06-283-0/+13
* * src/itdb_device.c: rework timezone handling: handle timezones asChristophe Fergeau2008-06-243-80/+144
* * src/itdb_device.c: oops, forgot a ','Christophe Fergeau2008-06-142-1/+5
* Fix some ipod_model_table entriesChristophe Fergeau2008-06-142-3/+16
* Remove buggy function to test if an ipod supports videoChristophe Fergeau2008-06-142-19/+7
* * src/itdb_device.h:Christophe Fergeau2008-06-094-97/+235
* git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2013 f01d2...Christophe Fergeau2008-06-091-0/+8
* * src/db-artwork-writer.c:Christophe Fergeau2008-06-096-16/+73
* * src/itdb_device.c:Christophe Fergeau2008-06-095-100/+208
* * src/db-artwork-writer.c:Christophe Fergeau2008-06-097-142/+79
* * src/db-artwork-parser.c: remove duplicated artwork/photo supportChristophe Fergeau2008-06-0911-213/+269
* * src/gchecksum.c: fix compilation (it's only compiled on system withChristophe Fergeau2008-06-092-7/+6
* * src/db-artwork-writer.c:Christophe Fergeau2008-06-095-7/+31
* * src/itdb_track.c (itdb_track_remove_thumbnails): set mhii_linkJorg Schuler2008-06-053-0/+13
* * src/gchecksum.cJorg Schuler2008-06-0210-114/+1851
* * src/itdb_thumb.cJorg Schuler2008-06-012-7/+10
* * src/itdb_thumb.cJorg Schuler2008-05-305-8/+18
* forgot to add these new filesChristophe Fergeau2008-05-302-0/+576
* Patch from Ian StewartChristophe Fergeau2008-05-302-2/+10
* * src/Makefile.am:Christophe Fergeau2008-05-3014-906/+524
* Add missing static to function declarationsChristophe Fergeau2008-05-293-9/+14
* * src/db-artwork-parser.c (parse_mhii): removed artwork_fallbackJorg Schuler2008-05-282-27/+19
* * src/itdb_track.c (itdb_track_set_thumbnails_internal): setJorg Schuler2008-05-2815-74/+226
* * configure.ac: libxml presence is mandatory unlessChristophe Fergeau2008-05-252-10/+7
* * src/itdb_device.c: don't insert NULL firewire IDs in the SysInfoChristophe Fergeau2008-05-252-2/+9
* * configure.ac: rework libxml detectionChristophe Fergeau2008-05-255-9/+67
* * src/db-artwork-debug.c:Christophe Fergeau2008-05-257-40/+45
* * configure.ac: check libxml presenceChristophe Fergeau2008-05-2512-275/+999
* Add jump table support (mhod53)Christophe Fergeau2008-05-252-21/+187
* Factor some code out of ithumb_writer_write_thumbnail for better readabilityChristophe Fergeau2008-05-242-156/+165
* Handle cropping for thumbnails needing itChristophe Fergeau2008-05-244-59/+179
* Add missing #include unistd.hChristophe Fergeau2008-05-242-0/+9
* * tests/test-covers.c: print more info (marginally)Jorg Schuler2008-05-172-1/+8
* * src/itdb_photoalbum.cJorg Schuler2008-05-115-10/+26