index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
playlist_catalog.c
Age
Commit message (
Expand
)
Author
2008-12-31
Decouple the statusbar drawing from the rest of the screen drawing. it is not...
Jonathan Gordon
2008-10-12
Minor clean up, move common define to a header file and use TIME_AFTER macro
Nils Wallménius
2008-08-15
FS#9281 Rename of splash functions.
Nils Wallménius
2008-07-29
Only voice track insertion splash if voice menus enabled - fix for FS#9223
Steve Bavin
2008-07-15
Voice the playlist catalog.
Stéphane Doyon
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-29
total removal of gui_textarea. The only thing using the text_message struct i...
Jonathan Gordon
2008-05-25
Fix part of FS#9032 - "create playlist" appends the playlist instead of overw...
Jonathan Gordon
2008-05-12
Const police raid.
Steve Bavin
2008-05-04
use the playlist catalog code to generate the playlists under Playlist > Crea...
Jonathan Gordon
2008-04-28
Update source files to include the header file for the functions they impleme...
Bertrik Sikken
2008-04-26
Const police raid, making a lot of pointers to lang strings const and removin...
Nils Wallménius
2008-04-16
Use file_exists and dir_exists functions where appropriate, fix one wrong fil...
Nils Wallménius
2008-04-09
Pass the buffer length to the list_get_name callback functions instead of usi...
Nils Wallménius
2008-03-26
the menu and list now accepts a parent viewport to draw in (and the menu can ...
Jonathan Gordon
2008-01-29
Move the playlist catalog config into the standard config files. 1 less disk ...
Jonathan Gordon
2007-10-30
Make the playlist catalog use the following settings as appropriate: show fil...
Magnus Holmgren
2007-09-17
minor update to gui_synclist_do_button() which will hopefully simplify things...
Jonathan Gordon
2007-08-05
*** Lang v2 cleanup (FS#6574) ***
Nils Wallménius
2007-07-22
remove the need for action_signalscreenchange().
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-02-03
Removed unused 'mode' parameter from mkdir() for consistency with creat().
Jens Arnold
2006-12-03
Make playlist catalog and playlist save screen handle .m3u/.m3u8 better. Also...
Magnus Holmgren
2006-11-06
dont allow the volume setting to wrap
Jonathan Gordon
2006-08-18
create the playlist directory instead of warning it doesnt exist when enterin...
Jonathan Gordon
2006-08-15
Finally, the new button action system is here, thanks to Jonathan Gordon. Som...
Linus Nielsen Feltzing
2006-07-18
Patch #5179 by Sebastian Henriksen and Hardeep Sidhu - Playlist catalog
Linus Nielsen Feltzing