summaryrefslogtreecommitdiffstats
path: root/apps/tree.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-12/+4
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-12/+0
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy1-7/+1
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy1-21/+1
2020-07-22keyboard add ability to specify temporary custom layoutsWilliam Wilgus1-1/+1
2019-08-18Playlist reworkWilliam Wilgus1-3/+6
2019-08-17Playlist Fix failure to append default file name pt2William Wilgus1-6/+4
2019-02-07Fix tree.c static allocation detection during buffer moveWilliam Wilgus1-1/+1
2018-12-20Fix tree.c->dirbrowse panic from database browserWilliam Wilgus1-17/+17
2018-12-15FS#6323: Speech for ID3 viewer, playlist catalog and playlist viewerSolomon Peachy1-29/+34
2018-12-14Fix tree.c->tree_get_entry_at() buffer overflowWilliam Wilgus1-22/+47
2018-10-18Fix menu warningsWilliam Wilgus1-3/+3
2018-07-25Fix truncation warnings in tree.c, filetree.cWilliam Wilgus1-1/+7
2018-07-25Fix truncation warning playlist.c, tree.cWilliam Wilgus1-1/+1
2018-06-05Add file view menu to file browserWilliam Wilgus1-0/+1
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-23/+32
2014-03-10Implement time-based resume and playback start.Michael Sevakis1-4/+4
2012-01-12keyclick: Add a callback so screens can cancel a click. Add a generic list ca...Jonathan Gordon1-0/+3
2011-12-14FS#12378 : Remove various unused code, and comment out some unused code and d...Boris Gjenero1-10/+0
2011-11-15FS#12251 - User shortcuts in the main menu.Jonathan Gordon1-1/+4
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-2/+0
2011-09-21fix FIX_PTR macro so it actually fixes every pointer (was skipping x == curre...Jonathan Gordon1-1/+1
2011-09-17Fix some 'set but not used' warnings.Andree Buschmann1-1/+6
2011-08-30Dircache: Allow dircache to be enabled without reboot.Thomas Martitz1-1/+1
2011-08-30GSoC/Buflib: Enable compaction in buflib.Thomas Martitz1-22/+56
2011-08-30GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz1-3/+6
2011-08-03Fix oops in r30242. I didn't want to change/reduce the buffer size.Thomas Martitz1-1/+1
2011-08-03Cleanup tree.c cache handling a bit.Thomas Martitz1-23/+24
2011-08-01Remove dead rolo related code (boot_changed was never set to true).Thomas Martitz1-12/+1
2011-07-20FS#11808 - Major playlist handling changes (on disk playlists)Jonathan Gordon1-2/+9
2011-05-04Avoid false warnings of full dirs when the number of visible entries in a dir...Magnus Holmgren1-1/+1
2011-04-30Don't (partially) apply changes to max entries in the file browser immediatel...Magnus Holmgren1-9/+6
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-3/+1
2010-12-14FS#11777: enhancement for rockbox_browse()Teruaki Kawashima1-86/+62
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz1-2/+1
2010-10-22simplify rockbox_browse a bit and reuse buffer.Teruaki Kawashima1-24/+11
2010-10-04New setting to control the file browser start location.Jonathan Gordon1-1/+2
2010-08-27Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.Thomas Martitz1-2/+2
2010-08-27Make getcwd match the posix variant, make get_current_file() behave similar t...Thomas Martitz1-10/+19
2010-08-17Fix FS#11547 - When selecting radio skin the currently loaded skin is not hil...Michael Chicoine1-0/+14
2010-08-16"Fix" FS#11349... %cs got confused because for some reason when the root menu...Jonathan Gordon1-3/+8
2010-08-11Fix FS#11175. playlist_peek() wasn't thread safe (due to a static filename bu...Magnus Holmgren1-3/+7
2010-08-02A few post-fixes to the get_user_file_path() commit.Thomas Martitz1-2/+3
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz1-1/+3
2010-07-25Move the array to where it belongsThomas Martitz1-1/+1
2010-07-25Add default case back to silence gcc false positive abount ext and dir being ...Thomas Martitz1-0/+4
2010-07-25A bit more cleanup in rockbox_browse().Thomas Martitz1-10/+3
2010-07-25Rewrite r21464 in a more compact/readable way. Reduces code duplication as well.Thomas Martitz1-48/+50
2010-05-09Fix redJeffrey Goode1-0/+2