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