summaryrefslogtreecommitdiff
path: root/apps/filetree.c
AgeCommit message (Expand)Author
2021-05-03FS#13287 - Load a newly saved playlist and resume where it wasDana Conrad
2020-10-11hosted: Add ROLO support for hosted targetsSolomon Peachy
2020-08-25filetree.c fix null entry check fs#13222William Wilgus
2020-08-17Add open_plugin to coreWilliam Wilgus
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy
2018-12-14filetree.c add checks for invalid file entriesWilliam Wilgus
2018-12-14Fix tree.c->tree_get_entry_at() buffer overflowWilliam Wilgus
2018-07-25Fix truncation warnings in tree.c, filetree.cWilliam Wilgus
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis
2014-03-10Implement time-based resume and playback start.Michael Sevakis
2013-01-02Use crc32 of filename to resume tracksRichard Quirk
2011-11-28playlist handling: revert part of r30177.Jonathan Gordon
2011-11-20Update filetree.c to use global_settings.glyphs_to_cacheFred Bauer
2011-11-08Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f...Jonathan Gordon
2011-10-22Add functions font_set_ui() and font_get_ui(). The font returned by FONT_UI u...Fred Bauer
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon
2011-08-30GSoC/Buflib: Enable compaction in buflib.Thomas Martitz
2011-08-14GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz
2011-08-03Cleanup tree.c cache handling a bit.Thomas Martitz
2011-07-20FS#11808 - Major playlist handling changes (on disk playlists)Jonathan Gordon
2011-05-04Avoid false warnings of full dirs when the number of visible entries in a dir...Magnus Holmgren
2011-04-30Don't (partially) apply changes to max entries in the file browser immediatel...Magnus Holmgren
2010-12-15remaining of FS#11777. Use rockbox_browse() to display playlists in Playlist ...Teruaki Kawashima
2010-12-14FS#11777: enhancement for rockbox_browse()Teruaki Kawashima
2010-09-08Oops, remove left-over DEBUGFs.Thomas Martitz
2010-09-08Revert r27972 to fix FS#11610 (but in a way android builds still work).Thomas Martitz
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz
2010-08-16"Fix" FS#11349... %cs got confused because for some reason when the root menu...Jonathan Gordon
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz
2010-05-12FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tagsJonathan Gordon
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-03-06cleanup statusbar+base skin relationship...Jonathan Gordon
2010-02-14FS#10984 - multifont! 2 major additions:Jonathan Gordon
2010-01-29skin rework (FS#10922) notable changes:Jonathan Gordon
2010-01-07RTL language enhancements by Tomers Shalev and I.Jonathan Gordon
2009-12-09FS#10824 - viewport/statusbar API rework.Jonathan Gordon
2009-11-16Fix some drawing problems when displaying the WPS initially with sbs enabled....Thomas Martitz
2009-10-28Add support for running Lua games/apps from the Plugins menuMaurus Cuelenaere
2009-10-19Remove a few superfluous calls and use the correct symbol.Thomas Martitz
2009-10-19Add a browse (remote) custom statusbar item in the theme settings.Thomas Martitz
2009-10-19Don't introduce a new string, instead reuse LANG_FAILED.Tomer Shalev
2009-10-19Splash error message when loading language from dir browser failsTomer Shalev
2009-10-19Initial custom statusbar commit.Thomas Martitz
2009-10-18Change the .lng files to contain strings from multiple users. Still hard-code...Tom Ross
2009-10-16Revert r23212, I committed it accidentally.Thomas Martitz
2009-10-16initial custom statusbar commitThomas Martitz
2009-10-09Fix a few problems with RTL, statusbar and custom ui viewport.Thomas Martitz
2009-09-20Redraw the list after exiting the context menu to get rid of various non-bloc...Thomas Martitz
2009-08-16User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz