summaryrefslogtreecommitdiffstats
path: root/apps/cuesheet.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken1-1/+0
2008-04-16Use file_exists and dir_exists functions where appropriate, fix one wrong fil...Nils Wallménius1-5/+3
2008-04-09Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius1-4/+5
2008-04-07Some more debug output disabling.Nicolas Pennequin1-1/+1
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon1-1/+1
2008-02-05Fix a possible crash in the cuesheet code if the filename lacks a slash, whic...Nicolas Pennequin1-2/+12
2007-11-17Code police, declare pointers in .c and expor themNils Wallménius1-0/+3
2007-11-12FS#6944 - honour the default codepage setting when reading cue sheetsRobert Kukla1-2/+4
2007-09-17minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon1-1/+1
2007-07-26Set properties for the files I added.Nicolas Pennequin1-1/+1
2007-07-22remove the need for action_signalscreenchange().Jonathan Gordon1-1/+0
2007-05-28Fix the warning.Nicolas Pennequin1-1/+0
2007-05-28Add the possibility to store cuesheets in /.rockbox/cue. The code will look f...Nicolas Pennequin1-14/+23
2007-05-14Add an item to the WPS context menu to browse a currently playing cuesheet. T...Nicolas Pennequin1-1/+1
2007-05-07Minor header file cleanup - try and include the minimal number of files, and ...Dave Chapman1-0/+1
2007-04-21General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis1-1/+1
2007-04-03Better check when using the plugin buffer to store a temp cuesheet.Nicolas Pennequin1-2/+2
2007-04-02Improve ID3 "spoofing" to allow detection of missing information by the WPS.Nicolas Pennequin1-9/+10
2007-03-29Cuesheet tweaks:Nicolas Pennequin1-11/+15
2007-03-28Fix the warning.Nicolas Pennequin1-4/+3
2007-03-28Improved cuesheet parser. Among other improvements, the use of quotation mark...Nicolas Pennequin1-52/+58
2007-03-28Use isspace() instead of a naive comparison.Nicolas Pennequin1-1/+1
2007-03-26Add support for the SONGWRITER cuesheet command, displayed as composer in the...Nicolas Pennequin1-2/+16
2007-03-22Add the necessary action_signalscreenchange call to avoid going back one leve...Nicolas Pennequin1-0/+1
2007-03-21Further error checking that I shouldn't have forgotten earlier.Nicolas Pennequin1-1/+1
2007-03-21Add a bit more error checking to prevent possible crashes.Nicolas Pennequin1-2/+2
2007-03-01Hook up .cue file detection via a callback klugde on HWCODEC, to make cue she...Jens Arnold1-0/+10
2007-02-28Unpause after seeking on archos.Jens Arnold1-1/+3
2007-02-16Make a couple of private functions 'static'Nils Wallménius1-4/+4
2007-02-14Oops, no need to allocate that much memory. Thanks to Lear for noticing this.Nicolas Pennequin1-2/+2
2007-02-14Cuesheet support by Jonathan Gordon and me (FS #6460).Nicolas Pennequin1-0/+360