summaryrefslogtreecommitdiff
path: root/apps/cuesheet.c (follow)
Commit message (Expand)AuthorAge
* Code police, declare pointers in .c and expor themNils Wallménius2007-11-17
* FS#6944 - honour the default codepage setting when reading cue sheetsRobert Kukla2007-11-12
* minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon2007-09-17
* Set properties for the files I added.Nicolas Pennequin2007-07-26
* remove the need for action_signalscreenchange().Jonathan Gordon2007-07-22
* Fix the warning.Nicolas Pennequin2007-05-28
* Add the possibility to store cuesheets in /.rockbox/cue. The code will look f...Nicolas Pennequin2007-05-28
* Add an item to the WPS context menu to browse a currently playing cuesheet. T...Nicolas Pennequin2007-05-14
* Minor header file cleanup - try and include the minimal number of files, and ...Dave Chapman2007-05-07
* General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis2007-04-21
* Better check when using the plugin buffer to store a temp cuesheet.Nicolas Pennequin2007-04-03
* Improve ID3 "spoofing" to allow detection of missing information by the WPS.Nicolas Pennequin2007-04-02
* Cuesheet tweaks:Nicolas Pennequin2007-03-29
* Fix the warning.Nicolas Pennequin2007-03-28
* Improved cuesheet parser. Among other improvements, the use of quotation mark...Nicolas Pennequin2007-03-28
* Use isspace() instead of a naive comparison.Nicolas Pennequin2007-03-28
* Add support for the SONGWRITER cuesheet command, displayed as composer in the...Nicolas Pennequin2007-03-26
* Add the necessary action_signalscreenchange call to avoid going back one leve...Nicolas Pennequin2007-03-22
* Further error checking that I shouldn't have forgotten earlier.Nicolas Pennequin2007-03-21
* Add a bit more error checking to prevent possible crashes.Nicolas Pennequin2007-03-21
* Hook up .cue file detection via a callback klugde on HWCODEC, to make cue she...Jens Arnold2007-03-01
* Unpause after seeking on archos.Jens Arnold2007-02-28
* Make a couple of private functions 'static'Nils Wallménius2007-02-16
* Oops, no need to allocate that much memory. Thanks to Lear for noticing this.Nicolas Pennequin2007-02-14
* Cuesheet support by Jonathan Gordon and me (FS #6460).Nicolas Pennequin2007-02-14