summaryrefslogtreecommitdiffstats
path: root/apps/playlist.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz1-3/+9
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-1/+1
2010-05-07Minor const police raid.Steve Bavin1-1/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-4/+3
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-3/+3
2010-02-05Aceppt FS#10945 by Tomasz Kowalczyk - Fix playlists not returning to the orig...Jonathan Gordon1-0/+2
2010-01-21fix FS#10288 by Tomasz Kowalczyk. Fixes issues where resuming a "insert shuff...Jonathan Gordon1-6/+7
2009-12-21Fix FS#9660 - make warn on playlist erase work correctly when creating a new ...Jonathan Gordon1-1/+4
2009-12-06FS#10834 by Alex Bennee, fixing off-by-one bug in code calling format_track_pathNils Wallménius1-3/+2
2009-10-28Committing FS#10717 by Tomasz Kowalyczyk: add PLAYLIST_INSERT_LAST_SHUFFLED (...Dave Hooper1-13/+27
2009-10-20Correct wrong usage of event callbacks all over the place. It's not supposed ...Thomas Martitz1-2/+2
2009-07-14FS#10080Nils Wallménius1-12/+9
2009-07-08Fix bug in playlist_move where the track would end up one place too early / t...Dave Hooper1-5/+7
2009-05-31playlist start can only have 1 return value (0), so make it return nothing.Thomas Martitz1-3/+1
2009-04-07Revert FS#9531 / r19723 - It did not fix the problem, and it caused the index...Boris Gjenero1-1/+0
2009-03-08Fix insert/queue next, last and replace to update the last insert position too,Thomas Martitz1-3/+4
2009-03-08Fix playlist "Insert" a bit.Thomas Martitz1-2/+1
2009-03-08Clean up some #includesBertrik Sikken1-0/+1
2009-01-08Commit patch by JdGordon to fix FS#9531 (which applied to all targets) - corr...Marianne Arnold1-0/+1
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts1-1/+1
2008-10-12Minor clean up, move common define to a header file and use TIME_AFTER macroNils Wallménius1-3/+1
2008-10-08Make the array static const char, and use it for direct lookup, saving binsiz...Jens Arnold1-15/+10
2008-10-08Fix FS#8949 - Alphabetical directory listing reversed after "Error Accessing ...Nils Wallménius1-29/+45
2008-10-07add HAVE_DISK_STORAGE, and use that instead of HAVE_FLASH_STORAGE when checki...Frank Gevaerts1-1/+1
2008-09-24Clean up use of snprintf where strncpy if suited, avoid useless copying of co...Nils Wallménius1-4/+4
2008-09-21more slight playlist resume cleanuping... dont bother saving the playlist fir...Jonathan Gordon1-24/+2
2008-09-20FS#9408 - dont bother saving the random seed in global status. I'm 99.9% sure...Jonathan Gordon1-33/+0
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-31/+30
2008-08-11r10544 changed the playlist reloading so you couldnt actually abort the proce...Jonathan Gordon1-4/+9
2008-08-09Fix problem with utf8 playlists containing a BOM breaking all entries but the...Dominik Riebeling1-4/+4
2008-08-02Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in se...Dominik Riebeling1-32/+14
2008-07-29Only voice track insertion splash if voice menus enabled - fix for FS#9223Steve Bavin1-1/+1
2008-07-02fix the random folder behaviour by not letting it start folders which dont ha...Jonathan Gordon1-9/+7
2008-06-29fix FS#9119 (crash if random folder list has no entries)Jonathan Gordon1-1/+4
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-24When saving a .m3u8 playlist, include a byte order mark (BOM), as some applic...Magnus Holmgren1-0/+6
2008-06-23FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon1-9/+0
2008-05-12Const police raid.Steve Bavin1-10/+12
2008-04-30remove the 2nd last evil use of ata_disk_is_active() in apps/Jonathan Gordon1-13/+20
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken1-1/+0
2008-04-20Renamed remove_all_tracks to playlist_remove_all_tracks to make it consistent...Bertrik Sikken1-4/+4
2008-04-07Remove unused playlist_checkend(), it really should never be needed.Steve Bavin1-13/+0
2008-04-07Use file_exists instead of duplicating what it does.Nicolas Pennequin1-19/+4
2008-04-02Fix for FS#8601 by pondlife: the disk no longer spins up on a track change wh...Nicolas Pennequin1-0/+13
2008-04-02remove some really old and out of date code... (drawing API changed about 3 t...Jonathan Gordon1-6/+0
2008-01-09Fix FS#5797 (Codec failure with directory skip when in file browser, with dir...Nicolas Pennequin1-5/+5
2007-11-13Improve insert of playlists. Decode M3U files using current code page and str...Magnus Holmgren1-34/+91
2007-10-25Factor out some common code, for simplicity (I hope...) and to save size.Magnus Holmgren1-70/+44
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin1-1/+1
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis1-3/+3