Age | Commit message (Expand) | Author |
2009-04-07 | Revert FS#9531 / r19723 - It did not fix the problem, and it caused the index... | Boris Gjenero |
2009-03-08 | Fix insert/queue next, last and replace to update the last insert position too, | Thomas Martitz |
2009-03-08 | Fix playlist "Insert" a bit. | Thomas Martitz |
2009-03-08 | Clean up some #includes | Bertrik Sikken |
2009-01-08 | Commit patch by JdGordon to fix FS#9531 (which applied to all targets) - corr... | Marianne Arnold |
2008-11-01 | Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ... | Frank Gevaerts |
2008-10-12 | Minor clean up, move common define to a header file and use TIME_AFTER macro | Nils Wallménius |
2008-10-08 | Make the array static const char, and use it for direct lookup, saving binsiz... | Jens Arnold |
2008-10-08 | Fix FS#8949 - Alphabetical directory listing reversed after "Error Accessing ... | Nils Wallménius |
2008-10-07 | add HAVE_DISK_STORAGE, and use that instead of HAVE_FLASH_STORAGE when checki... | Frank Gevaerts |
2008-09-24 | Clean up use of snprintf where strncpy if suited, avoid useless copying of co... | Nils Wallménius |
2008-09-21 | more slight playlist resume cleanuping... dont bother saving the playlist fir... | Jonathan Gordon |
2008-09-20 | FS#9408 - dont bother saving the random seed in global status. I'm 99.9% sure... | Jonathan Gordon |
2008-08-15 | FS#9281 Rename of splash functions. | Nils Wallménius |
2008-08-11 | r10544 changed the playlist reloading so you couldnt actually abort the proce... | Jonathan Gordon |
2008-08-09 | Fix problem with utf8 playlists containing a BOM breaking all entries but the... | Dominik Riebeling |
2008-08-02 | Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in se... | Dominik Riebeling |
2008-07-29 | Only voice track insertion splash if voice menus enabled - fix for FS#9223 | Steve Bavin |
2008-07-02 | fix the random folder behaviour by not letting it start folders which dont ha... | Jonathan Gordon |
2008-06-29 | fix FS#9119 (crash if random folder list has no entries) | Jonathan Gordon |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
2008-06-24 | When saving a .m3u8 playlist, include a byte order mark (BOM), as some applic... | Magnus Holmgren |
2008-06-23 | FS#9051 - remove LCD margins... use viewports if you need them... | Jonathan Gordon |
2008-05-12 | Const police raid. | Steve Bavin |
2008-04-30 | remove the 2nd last evil use of ata_disk_is_active() in apps/ | Jonathan Gordon |
2008-04-28 | Moved atoi declaration to stdlib.h. Deleted atoi.h | Bertrik Sikken |
2008-04-20 | Renamed remove_all_tracks to playlist_remove_all_tracks to make it consistent... | Bertrik Sikken |
2008-04-07 | Remove unused playlist_checkend(), it really should never be needed. | Steve Bavin |
2008-04-07 | Use file_exists instead of duplicating what it does. | Nicolas Pennequin |
2008-04-02 | Fix for FS#8601 by pondlife: the disk no longer spins up on a track change wh... | Nicolas Pennequin |
2008-04-02 | remove some really old and out of date code... (drawing API changed about 3 t... | Jonathan Gordon |
2008-01-09 | Fix FS#5797 (Codec failure with directory skip when in file browser, with dir... | Nicolas Pennequin |
2007-11-13 | Improve insert of playlists. Decode M3U files using current code page and str... | Magnus Holmgren |
2007-10-25 | Factor out some common code, for simplicity (I hope...) and to save size. | Magnus Holmgren |
2007-10-19 | FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just... | Steve Bavin |
2007-10-16 | Finally full multicore support for PortalPlayer 502x targets with an eye towa... | Michael Sevakis |
2007-10-12 | Fix a bug whereby ACTION_TREE_WPS (GO_TO_PREVIOUS_MUSIC) brings us to the | Stéphane Doyon |
2007-09-21 | Remove annoying 'Shuffling' splash | Nils Wallménius |
2007-08-06 | Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ... | Nils Wallménius |
2007-08-05 | *** Lang v2 cleanup (FS#6574) *** | Nils Wallménius |
2007-08-01 | Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuf... | Nils Wallménius |
2007-07-20 | Makes apps and plugins interract with directories using a posix-like api inst... | Kevin Ferrare |
2007-05-15 | Accept FS#7170 - fix a bug with random folder advance | Jonathan Gordon |
2007-04-18 | Move the inbuilt filetype info into filetypes.c and rename the defines. | Jonathan Gordon |
2007-03-16 | Get rid of the 'center' parameter for splashes. There were only 2 of almost 5... | Jens Arnold |
2007-03-04 | Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ... | Daniel Ankers |
2007-02-17 | #if => #ifdef | Daniel Stenberg |
2007-01-24 | Split the system status variables out of global_settings and put them into a ... | Jonathan Gordon |
2006-12-27 | Fix fs#6293. Repeat Shuffle will now shuffle the playlist if shuffle is | Jonathan Gordon |
2006-12-26 | Accept FS#6464 by Chris Taylor. Adds a "Play Next" playlist insertion | Jonathan Gordon |