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