Age | Commit message (Expand) | Author |
2004-08-18 | Const policed pointer arguments to functions, part 3 | Jens Arnold |
2004-08-02 | Added extra error reporting | Hardeep Sidhu |
2004-07-23 | Slightly better randomness when shuffling | Linus Nielsen Feltzing |
2004-07-14 | Abort resume if control file doesn't end with a newline. Fixes hang when res... | Hardeep Sidhu |
2004-04-09 | Some code cleanup | Linus Nielsen Feltzing |
2004-03-19 | Third step of the voice-UI: numerical settings are spoken (composed at runtim... | Jörg Hohensohn |
2004-03-14 | First step of the voice-UI: the menus can talk. You need a "voicefont" file i... | Jörg Hohensohn |
2004-01-29 | Fixed bug when inserting playlists where comment and empty lines were not bei... | Hardeep Sidhu |
2004-01-26 | Modified playlist handling to allow for multiple playlists to be edited at th... | Hardeep Sidhu |
2004-01-14 | Added Benjamin Metzlers bookmarking feature (patch #669440) | Björn Stenberg |
2004-01-08 | The splash() function's second argument (keymask) is now removed, as it | Daniel Stenberg |
2003-12-12 | Initial suppport for building Rockbox for Neo. The Neo has a different | Daniel Stenberg |
2003-12-10 | Added viewer for currently playing playlist. Accessed from Menu->Playlist Op... | Hardeep Sidhu |
2003-12-09 | Don't write playlist shuffle settings immediately to disk. Instead, save the... | Hardeep Sidhu |
2003-12-07 | table-driven internal handling of file types, so we can have many of them | Jörg Hohensohn |
2003-09-29 | Brian King's .rockbox browsing patch | Björn Stenberg |
2003-08-11 | Don't delete queued tracks in repeat one mode. | Hardeep Sidhu |
2003-07-08 | The creation of the playlist control file failed when control_fd == 0 | Linus Nielsen Feltzing |
2003-07-06 | Allow playing even if we are unable to access the playlist control file (e.g.... | Hardeep Sidhu |
2003-07-02 | Dos-style pathnames were being copied incorrectly. | Hardeep Sidhu |
2003-07-02 | Added "Ask" option to recursive dir insert which, if enabled, will ask users ... | Hardeep Sidhu |
2003-07-01 | Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis... | Hardeep Sidhu |
2003-05-29 | The playlist buffer was too small, causing all kinds of weird errors when pla... | Linus Nielsen Feltzing |
2003-05-09 | Configurable dir browser file buffer size. No more 400-file limit. No more wh... | Linus Nielsen Feltzing |
2003-04-24 | Changed to runtime playlist initialization | Björn Stenberg |
2003-04-23 | init the playlist struct so that fd is -1 at startup, which then no longer | Daniel Stenberg |
2003-04-23 | Keep the playlist open all the time, to reduce mid-song times caused by the | Daniel Stenberg |
2003-04-11 | Better handling of next/prev | Linus Nielsen Feltzing |
2003-04-08 | Improved responsiveness for dirplay, plus fixed a bug that could cause a file... | Linus Nielsen Feltzing |
2003-03-18 | make use of the splash screen, kill displays we don't need anymore | Robert Hak |
2003-03-07 | The simulators can't use the mp3 buffer. | Björn Stenberg |
2003-03-07 | I am silly. We need the dedicated buffer for ram playlists (dir play). Now on... | Björn Stenberg |
2003-03-07 | Wrong declaration order. | Björn Stenberg |
2003-03-07 | Use mp3buf for playlist loading instead of a dedicated buffer. Speeds up load... | Björn Stenberg |
2003-01-24 | Remove use of rockbox-mode.el in local variables list. | Mats Lidell |
2003-01-15 | Use lang definition for shuffling. | Mats Lidell |
2003-01-09 | Comments. | Hardeep Sidhu |
2003-01-09 | The much-anticipated queue patch by Hardeep Sidhu. Queue a file by holding do... | Björn Stenberg |
2003-01-09 | Remove bogus dirs from beginning of playlist file path. Patch by Hardeep Sidhu. | Björn Stenberg |
2002-10-17 | %pn now allows for conditional checking | Robert Hak |
2002-10-15 | missed an snprintf arg | Robert Hak |
2002-10-15 | added %pn (playlist name) to wps | Robert Hak |
2002-10-11 | Retrieve the first_index from playlist when updating resume settings instead ... | Hardeep Sidhu |
2002-10-09 | the playlist variables are now all static, and the wps code use the new | Daniel Stenberg |
2002-10-09 | added playlist_amount(), no longer trying to stop insane looping in the | Daniel Stenberg |
2002-10-06 | Store the first index of the playlist and use it when calculating the next in... | Hardeep Sidhu |
2002-10-04 | Repeat off/all/one toggle. By Hardeep Sidhu. | Björn Stenberg |
2002-09-18 | New language/string handling | Björn Stenberg |
2002-09-18 | Added play_selected option | Linus Nielsen Feltzing |
2002-09-12 | adi is stupid improvements | Robert Hak |