summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* * src/hal-common.c: reverse order of include statements to fixJorg Schuler2005-12-091-2/+2
* * src/itdb_artwork.c: fix compilation problem when gdkpixbuf isJorg Schuler2005-12-091-1/+3
* * src/ithumb-writer.c: create Artwork directory when attempting toJorg Schuler2005-12-091-0/+9
* * src/itdb_itunesdb.c: change g_assert to g_return_if_fail (don'tJorg Schuler2005-12-063-7/+7
* * src/itdb_track.c: take care of artwork_size/_count a littleJorg Schuler2005-12-044-65/+152
* One more detail for the consistent size stuff.Jorg Schuler2005-12-041-1/+1
* Fix warning about Artwork sizes when importing database.Jorg Schuler2005-12-041-1/+1
* * src/db-artwork-writer.c, src/itdb_itunesdb.c,Jorg Schuler2005-12-046-34/+26
* * src/db-artwork-writer/parser.c: Create ArtworkDB when it doesJorg Schuler2005-12-042-8/+25
* 2005-11-30 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-11-301-3/+5
* 2005-11-28 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-11-283-0/+15
* New API for thumbnail support: see src/itdb.h for details.Jorg Schuler2005-11-2810-452/+1011
* * overall changes to support itdb_image_get_gdk_pixbuf(). RunJorg Schuler2005-11-246-49/+135
* 2005-11-23 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-11-238-198/+247
* 2005-11-23 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-11-231-0/+1
* 2005-11-22 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-11-221-3/+2
* 2005-11-22 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-11-221-1/+2
* 2005-11-21 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-11-211-1/+2
* 2005-11-21 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-11-211-0/+39
* 2005-11-21 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-11-212-54/+19
* 2005-11-21 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-11-211-5/+2
* 2005-11-21 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-11-216-9/+13
* 2005-11-21 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-11-213-28/+16
* * itdb_itunesdb.c: (itdb_rename_files) also remove "iTunesShuffle"Jorg Schuler2005-11-191-1/+22
* * itdb_playlist.c: added itdb_spl_update_live() for convenienceJorg Schuler2005-11-192-5/+22
* * itdb_playlist.c: simplified API for itdb_spl_update() andJorg Schuler2005-11-192-12/+23
* 2005-11-15 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-11-151-1/+5
* * src/itdb_itunesdb.c:Jorg Schuler2005-11-132-15/+25
* * src/itdb_itunesdb.c: when new rating is set on the iPod,Jorg Schuler2005-11-132-5/+15
* * src/itdb_track.c: (itdb_track_set_defaults) only change unk208Jorg Schuler2005-11-121-14/+20
* * src/itdb_itunesdb.c: (itdb_set_mountpoint) do not callJorg Schuler2005-11-122-21/+16
* 2005-11-08 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-11-082-3/+3
* 2005-11-08 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-11-082-2/+2
* 2005-11-08 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-11-083-7/+15
* 2005-11-06 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-11-062-0/+6
* 2005-11-05 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-11-051-5/+21
* 2005-11-05 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-11-052-9/+102
* 2005-11-04 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-11-044-7/+15
* 2005-11-04 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-11-041-0/+1
* 2005-11-02 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-11-021-6/+30
* 2005-11-02 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-11-022-1/+15
* * itdb_itunesdb.c: used GUINTxx_TO/FROM_xE() instead of "#ifJorg Schuler2005-11-011-40/+14
* * itdb_itunesdb.c (get16lint): fixed bug affecting big endianJorg Schuler2005-10-311-4/+4
* * itdb_itunesdb.c (get_mhip): fixed handling for iTunesDBJorg Schuler2005-10-251-5/+17
* * itdb_itunesdb.c (itdb_parse): added comment, check for itdbJorg Schuler2005-10-252-14/+26
* * (itdb_write): remove mountpoint as parameter as not used.Jorg Schuler2005-10-234-26/+14
* 2005-10-17 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-10-173-8/+8
* fixed 64 bit isssues (forgot one G_UINT_TO_POINTER)Jorg Schuler2005-10-152-16/+20
* * src/itdb_itunesdb.c,itdb_private.h: fixes for 64 bit systemsJorg Schuler2005-10-154-201/+274
* 2005-10-14 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-10-143-11/+6