index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
tree.c
Age
Commit message (
Expand
)
Author
2021-07-24
tree.c use strlcpy to avoid buffer ovfl
William Wilgus
2021-05-24
Allow Softlock to happen in most contexts
Dana Conrad
2021-04-04
Enable QuickScreen in filtered dir modes & playlist viewer
Christian Soffke
2021-03-07
Shortcuts.c -- Update
William Wilgus
2021-02-27
Fix skin rendering issue entering dirbrowse
Christian Soffke
2020-10-08
get rid of ACTION_F3 (leftover from Archos days)
Solomon Peachy
2020-08-17
Add open_plugin to core
William Wilgus
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
2020-07-24
[3/4] Completely remove HWCODEC support
Solomon Peachy
2020-07-24
[2/4] get rid of HAVE_LCD_CHARCELLS
Solomon Peachy
2020-07-24
[1/4] Remove SH support and all archos targets
Solomon Peachy
2020-07-22
keyboard add ability to specify temporary custom layouts
William Wilgus
2019-08-18
Playlist rework
William Wilgus
2019-08-17
Playlist Fix failure to append default file name pt2
William Wilgus
2019-02-07
Fix tree.c static allocation detection during buffer move
William Wilgus
2018-12-20
Fix tree.c->dirbrowse panic from database browser
William Wilgus
2018-12-15
FS#6323: Speech for ID3 viewer, playlist catalog and playlist viewer
Solomon Peachy
2018-12-14
Fix tree.c->tree_get_entry_at() buffer overflow
William Wilgus
2018-10-18
Fix menu warnings
William Wilgus
2018-07-25
Fix truncation warnings in tree.c, filetree.c
William Wilgus
2018-07-25
Fix truncation warning playlist.c, tree.c
William Wilgus
2018-06-05
Add file view menu to file browser
William Wilgus
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
2014-03-10
Implement time-based resume and playback start.
Michael Sevakis
2012-01-12
keyclick: Add a callback so screens can cancel a click. Add a generic list ca...
Jonathan Gordon
2011-12-14
FS#12378 : Remove various unused code, and comment out some unused code and d...
Boris Gjenero
2011-11-15
FS#12251 - User shortcuts in the main menu.
Jonathan Gordon
2011-10-15
Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...
Björn Stenberg
2011-09-21
fix FIX_PTR macro so it actually fixes every pointer (was skipping x == curre...
Jonathan Gordon
2011-09-17
Fix some 'set but not used' warnings.
Andree Buschmann
2011-08-30
Dircache: Allow dircache to be enabled without reboot.
Thomas Martitz
2011-08-30
GSoC/Buflib: Enable compaction in buflib.
Thomas Martitz
2011-08-30
GSoC/Buflib: Add buflib memory alocator to the core.
Thomas Martitz
2011-08-03
Fix oops in r30242. I didn't want to change/reduce the buffer size.
Thomas Martitz
2011-08-03
Cleanup tree.c cache handling a bit.
Thomas Martitz
2011-08-01
Remove dead rolo related code (boot_changed was never set to true).
Thomas Martitz
2011-07-20
FS#11808 - Major playlist handling changes (on disk playlists)
Jonathan Gordon
2011-05-04
Avoid false warnings of full dirs when the number of visible entries in a dir...
Magnus Holmgren
2011-04-30
Don't (partially) apply changes to max entries in the file browser immediatel...
Magnus Holmgren
2010-12-15
Rename the NO_CONTEXT flag to NO_CONTEXT_MENU so that the name more clearly c...
Alexander Levin
2010-12-15
remaining of FS#11777. Use rockbox_browse() to display playlists in Playlist ...
Teruaki Kawashima
2010-12-14
FS#11777: enhancement for rockbox_browse()
Teruaki Kawashima
2010-12-06
Get rid of get_user_file_path and do the path handling in wrappers for open()...
Thomas Martitz
2010-10-22
simplify rockbox_browse a bit and reuse buffer.
Teruaki Kawashima
2010-10-04
New setting to control the file browser start location.
Jonathan Gordon
2010-08-27
Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.
Thomas Martitz
2010-08-27
Make getcwd match the posix variant, make get_current_file() behave similar t...
Thomas Martitz
2010-08-17
Fix FS#11547 - When selecting radio skin the currently loaded skin is not hil...
Michael Chicoine
2010-08-16
"Fix" FS#11349... %cs got confused because for some reason when the root menu...
Jonathan Gordon
2010-08-11
Fix FS#11175. playlist_peek() wasn't thread safe (due to a static filename bu...
Magnus Holmgren
[next]