index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
playlist_catalog.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-22
keyboard add ability to specify temporary custom layouts
William Wilgus
1
-1
/
+1
2019-08-18
Playlist rework
William Wilgus
1
-11
/
+19
2019-08-17
Playlist Fix failure to append default file name
William Wilgus
1
-0
/
+4
2019-07-10
Fix possible truncation playlist_catalog.c->catalog_add_to_a_playlist
William Wilgus
1
-3
/
+3
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
1
-1
/
+1
2011-07-20
FS#11808 - Major playlist handling changes (on disk playlists)
Jonathan Gordon
1
-6
/
+35
2011-07-17
Prefill the playlist filename with .m3u8 when creating a new playlist in the ...
Jonathan Gordon
1
-1
/
+1
2011-05-15
Prefill the playlist name when creating a new playlist from the file browser....
Frank Gevaerts
1
-1
/
+5
2010-12-15
Rename the NO_CONTEXT flag to NO_CONTEXT_MENU so that the name more clearly c...
Alexander Levin
1
-1
/
+1
2010-12-15
remaining of FS#11777. Use rockbox_browse() to display playlists in Playlist ...
Teruaki Kawashima
1
-189
/
+33
2010-12-06
Get rid of get_user_file_path and do the path handling in wrappers for open()...
Thomas Martitz
1
-5
/
+3
2010-10-22
simplify rockbox_browse a bit and reuse buffer.
Teruaki Kawashima
1
-1
/
+3
2010-08-27
Fix bug adding a playlist to another playlist doesn't finish if it has UTF-8 ...
Teruaki Kawashima
1
-2
/
+2
2010-08-01
Rockbox as an application: add get_user_file_path().
Thomas Martitz
1
-2
/
+8
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
1
-2
/
+1
2010-05-06
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...
Thomas Martitz
1
-1
/
+1
2010-04-01
FS#11081 - Hotkey patch. Many targets supported, but some keymaps need work ...
Jeffrey Goode
1
-1
/
+1
2010-02-17
playlist catalog: improve UTF-8 BOM handling. correct length of array passed ...
Teruaki Kawashima
1
-25
/
+23
2009-12-22
Fix FS#10368 - add some recursion protection in the "view playlist catalogue"...
Jonathan Gordon
1
-6
/
+9
2009-08-20
Make the formatter functions used by the settings return a pointer to avoid u...
Nils Wallménius
1
-2
/
+2
2009-07-14
FS#10080
Nils Wallménius
1
-3
/
+3
2009-05-09
Remove unneeded #include "backdrop.h"
Bertrik Sikken
1
-1
/
+0
2008-12-31
Decouple the statusbar drawing from the rest of the screen drawing. it is not...
Jonathan Gordon
1
-4
/
+0
2008-10-12
Minor clean up, move common define to a header file and use TIME_AFTER macro
Nils Wallménius
1
-1
/
+0
2008-08-15
FS#9281 Rename of splash functions.
Nils Wallménius
1
-7
/
+4
2008-07-29
Only voice track insertion splash if voice menus enabled - fix for FS#9223
Steve Bavin
1
-2
/
+2
2008-07-15
Voice the playlist catalog.
Stéphane Doyon
1
-8
/
+31
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-05-29
total removal of gui_textarea. The only thing using the text_message struct i...
Jonathan Gordon
1
-0
/
+1
2008-05-25
Fix part of FS#9032 - "create playlist" appends the playlist instead of overw...
Jonathan Gordon
1
-3
/
+10
2008-05-12
Const police raid.
Steve Bavin
1
-2
/
+2
2008-05-04
use the playlist catalog code to generate the playlists under Playlist > Crea...
Jonathan Gordon
1
-4
/
+10
2008-04-28
Update source files to include the header file for the functions they impleme...
Bertrik Sikken
1
-0
/
+1
2008-04-26
Const police raid, making a lot of pointers to lang strings const and removin...
Nils Wallménius
1
-5
/
+3
2008-04-16
Use file_exists and dir_exists functions where appropriate, fix one wrong fil...
Nils Wallménius
1
-5
/
+1
2008-04-09
Pass the buffer length to the list_get_name callback functions instead of usi...
Nils Wallménius
1
-2
/
+2
2008-03-26
the menu and list now accepts a parent viewport to draw in (and the menu can ...
Jonathan Gordon
1
-1
/
+1
2008-01-29
Move the playlist catalog config into the standard config files. 1 less disk ...
Jonathan Gordon
1
-25
/
+6
2007-10-30
Make the playlist catalog use the following settings as appropriate: show fil...
Magnus Holmgren
1
-12
/
+16
2007-09-17
minor update to gui_synclist_do_button() which will hopefully simplify things...
Jonathan Gordon
1
-1
/
+1
2007-08-05
*** Lang v2 cleanup (FS#6574) ***
Nils Wallménius
1
-6
/
+1
2007-07-22
remove the need for action_signalscreenchange().
Jonathan Gordon
1
-1
/
+0
2007-04-18
Move the inbuilt filetype info into filetypes.c and rename the defines.
Jonathan Gordon
1
-4
/
+5
2007-03-16
Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...
Jens Arnold
1
-4
/
+4
2007-02-03
Removed unused 'mode' parameter from mkdir() for consistency with creat().
Jens Arnold
1
-1
/
+1
2006-12-03
Make playlist catalog and playlist save screen handle .m3u/.m3u8 better. Also...
Magnus Holmgren
1
-3
/
+7
2006-11-06
dont allow the volume setting to wrap
Jonathan Gordon
1
-1
/
+1
2006-08-18
create the playlist directory instead of warning it doesnt exist when enterin...
Jonathan Gordon
1
-4
/
+10
2006-08-15
Finally, the new button action system is here, thanks to Jonathan Gordon. Som...
Linus Nielsen Feltzing
1
-38
/
+6
2006-07-18
Patch #5179 by Sebastian Henriksen and Hardeep Sidhu - Playlist catalog
Linus Nielsen Feltzing
1
-0
/
+504