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