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