index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
filetree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-14
filetree.c add checks for invalid file entries
William Wilgus
1
-0
/
+12
2018-12-14
Fix tree.c->tree_get_entry_at() buffer overflow
William Wilgus
1
-1
/
+2
2018-07-25
Fix truncation warnings in tree.c, filetree.c
William Wilgus
1
-1
/
+6
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
1
-3
/
+1
2014-03-10
Implement time-based resume and playback start.
Michael Sevakis
1
-2
/
+3
2013-01-02
Use crc32 of filename to resume tracks
Richard Quirk
1
-0
/
+2
2011-11-28
playlist handling: revert part of r30177.
Jonathan Gordon
1
-4
/
+8
2011-11-20
Update filetree.c to use global_settings.glyphs_to_cache
Fred Bauer
1
-1
/
+2
2011-11-08
Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f...
Jonathan Gordon
1
-5
/
+2
2011-10-22
Add functions font_set_ui() and font_get_ui(). The font returned by FONT_UI u...
Fred Bauer
1
-1
/
+4
2011-09-24
FS#12273 - use buflib for font storage. thanks to the testers :)
Jonathan Gordon
1
-7
/
+11
2011-08-30
GSoC/Buflib: Enable compaction in buflib.
Thomas Martitz
1
-11
/
+20
2011-08-14
GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.
Thomas Martitz
1
-0
/
+1
2011-08-03
Cleanup tree.c cache handling a bit.
Thomas Martitz
1
-20
/
+20
2011-07-20
FS#11808 - Major playlist handling changes (on disk playlists)
Jonathan Gordon
1
-8
/
+4
2011-05-04
Avoid false warnings of full dirs when the number of visible entries in a dir...
Magnus Holmgren
1
-12
/
+12
2011-04-30
Don't (partially) apply changes to max entries in the file browser immediatel...
Magnus Holmgren
1
-1
/
+1
2010-12-15
remaining of FS#11777. Use rockbox_browse() to display playlists in Playlist ...
Teruaki Kawashima
1
-0
/
+1
2010-12-14
FS#11777: enhancement for rockbox_browse()
Teruaki Kawashima
1
-1
/
+6
2010-09-08
Oops, remove left-over DEBUGFs.
Thomas Martitz
1
-2
/
+0
2010-09-08
Revert r27972 to fix FS#11610 (but in a way android builds still work).
Thomas Martitz
1
-0
/
+2
2010-09-01
Ged rid of uisimulator/common/io.c for android builds.
Thomas Martitz
1
-8
/
+10
2010-08-16
"Fix" FS#11349... %cs got confused because for some reason when the root menu...
Jonathan Gordon
1
-23
/
+9
2010-08-01
Rockbox as an application: add get_user_file_path().
Thomas Martitz
1
-2
/
+3
2010-06-21
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
1
-1
/
+1
2010-05-12
FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tags
Jonathan Gordon
1
-0
/
+18
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
1
-1
/
+0
2010-03-06
cleanup statusbar+base skin relationship...
Jonathan Gordon
1
-6
/
+2
2010-02-14
FS#10984 - multifont! 2 major additions:
Jonathan Gordon
1
-3
/
+27
2010-01-29
skin rework (FS#10922) notable changes:
Jonathan Gordon
1
-7
/
+0
2010-01-07
RTL language enhancements by Tomers Shalev and I.
Jonathan Gordon
1
-0
/
+1
2009-12-09
FS#10824 - viewport/statusbar API rework.
Jonathan Gordon
1
-5
/
+0
2009-11-16
Fix some drawing problems when displaying the WPS initially with sbs enabled....
Thomas Martitz
1
-7
/
+3
2009-10-28
Add support for running Lua games/apps from the Plugins menu
Maurus Cuelenaere
1
-2
/
+11
2009-10-19
Remove a few superfluous calls and use the correct symbol.
Thomas Martitz
1
-4
/
+0
2009-10-19
Add a browse (remote) custom statusbar item in the theme settings.
Thomas Martitz
1
-1
/
+5
2009-10-19
Don't introduce a new string, instead reuse LANG_FAILED.
Tomer Shalev
1
-1
/
+1
2009-10-19
Splash error message when loading language from dir browser fails
Tomer Shalev
1
-6
/
+9
2009-10-19
Initial custom statusbar commit.
Thomas Martitz
1
-1
/
+20
2009-10-18
Change the .lng files to contain strings from multiple users. Still hard-code...
Tom Ross
1
-1
/
+1
2009-10-16
Revert r23212, I committed it accidentally.
Thomas Martitz
1
-16
/
+1
2009-10-16
initial custom statusbar commit
Thomas Martitz
1
-1
/
+16
2009-10-09
Fix a few problems with RTL, statusbar and custom ui viewport.
Thomas Martitz
1
-0
/
+1
2009-09-20
Redraw the list after exiting the context menu to get rid of various non-bloc...
Thomas Martitz
1
-7
/
+2
2009-08-16
User definable UI viewport, to be able to restrict the UI into a viewport for...
Thomas Martitz
1
-1
/
+14
2009-08-16
Fix loading of multiple .wps/.rwps files in a row, by reloading all wpses upo...
Thomas Martitz
1
-0
/
+2
2009-08-06
Add backdrop functions to the multiscreen api and add a enum backdrop_type pa...
Thomas Martitz
1
-2
/
+2
2009-08-03
A bit mroe wps/skin engine cleanup so that the structs the wps uses can be st...
Thomas Martitz
1
-3
/
+3
2009-08-03
part two of the grand overall wps/skinning engine cleanup work:
Jonathan Gordon
1
-3
/
+3
2009-07-27
Start of some apps/ and wps cleanup work... Move everything related to the ac...
Jonathan Gordon
1
-2
/
+1
[next]