summaryrefslogtreecommitdiff
path: root/apps/playlist.c (follow)
Commit message (Expand)AuthorAge
* Reverted to the earlier modulo method for creating a range of random numbers,...Linus Nielsen Feltzing2004-11-06
* a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn2004-09-28
* Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg2004-09-19
* Added check for missing .rockbox directory to playlist code.Henrik Backe2004-09-10
* adjustment for the Ondio: button driver has an Odio part, for now it has a Pl...Jörg Hohensohn2004-09-10
* Since open() does now handle O_TRUNC correctly, the previous fix is no longer...Jens Arnold2004-09-06
* Bug fix: Longish .playlist_control files got corrupted when doing ON->resume ...Jens Arnold2004-09-01
* Reverted an erroneous const, and fixed & optimized relative path handling. Th...Jens Arnold2004-08-31
* Const policed pointer arguments to functions, part 3Jens Arnold2004-08-18
* Added extra error reportingHardeep Sidhu2004-08-02
* Slightly better randomness when shufflingLinus Nielsen Feltzing2004-07-23
* Abort resume if control file doesn't end with a newline. Fixes hang when res...Hardeep Sidhu2004-07-14
* Some code cleanupLinus Nielsen Feltzing2004-04-09
* Third step of the voice-UI: numerical settings are spoken (composed at runtim...Jörg Hohensohn2004-03-19
* First step of the voice-UI: the menus can talk. You need a "voicefont" file i...Jörg Hohensohn2004-03-14
* Fixed bug when inserting playlists where comment and empty lines were not bei...Hardeep Sidhu2004-01-29
* Modified playlist handling to allow for multiple playlists to be edited at th...Hardeep Sidhu2004-01-26
* Added Benjamin Metzlers bookmarking feature (patch #669440)Björn Stenberg2004-01-14
* The splash() function's second argument (keymask) is now removed, as itDaniel Stenberg2004-01-08
* Initial suppport for building Rockbox for Neo. The Neo has a differentDaniel Stenberg2003-12-12
* Added viewer for currently playing playlist. Accessed from Menu->Playlist Op...Hardeep Sidhu2003-12-10
* Don't write playlist shuffle settings immediately to disk. Instead, save the...Hardeep Sidhu2003-12-09
* table-driven internal handling of file types, so we can have many of themJörg Hohensohn2003-12-07
* Brian King's .rockbox browsing patchBjörn Stenberg2003-09-29
* Don't delete queued tracks in repeat one mode.Hardeep Sidhu2003-08-11
* The creation of the playlist control file failed when control_fd == 0Linus Nielsen Feltzing2003-07-08
* Allow playing even if we are unable to access the playlist control file (e.g....Hardeep Sidhu2003-07-06
* Dos-style pathnames were being copied incorrectly.Hardeep Sidhu2003-07-02
* Added "Ask" option to recursive dir insert which, if enabled, will ask users ...Hardeep Sidhu2003-07-02
* Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis...Hardeep Sidhu2003-07-01
* The playlist buffer was too small, causing all kinds of weird errors when pla...Linus Nielsen Feltzing2003-05-29
* Configurable dir browser file buffer size. No more 400-file limit. No more wh...Linus Nielsen Feltzing2003-05-09
* Changed to runtime playlist initializationBjörn Stenberg2003-04-24
* init the playlist struct so that fd is -1 at startup, which then no longerDaniel Stenberg2003-04-23
* Keep the playlist open all the time, to reduce mid-song times caused by theDaniel Stenberg2003-04-23
* Better handling of next/prevLinus Nielsen Feltzing2003-04-11
* Improved responsiveness for dirplay, plus fixed a bug that could cause a file...Linus Nielsen Feltzing2003-04-08
* make use of the splash screen, kill displays we don't need anymoreRobert Hak2003-03-18
* The simulators can't use the mp3 buffer.Björn Stenberg2003-03-07
* I am silly. We need the dedicated buffer for ram playlists (dir play). Now on...Björn Stenberg2003-03-07
* Wrong declaration order.Björn Stenberg2003-03-07
* Use mp3buf for playlist loading instead of a dedicated buffer. Speeds up load...Björn Stenberg2003-03-07
* Remove use of rockbox-mode.el in local variables list.Mats Lidell2003-01-24
* Use lang definition for shuffling.Mats Lidell2003-01-15
* Comments.Hardeep Sidhu2003-01-09
* The much-anticipated queue patch by Hardeep Sidhu. Queue a file by holding do...Björn Stenberg2003-01-09
* Remove bogus dirs from beginning of playlist file path. Patch by Hardeep Sidhu.Björn Stenberg2003-01-09
* %pn now allows for conditional checkingRobert Hak2002-10-17
* missed an snprintf argRobert Hak2002-10-15
* added %pn (playlist name) to wpsRobert Hak2002-10-15