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
/
tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-09
Fix red
Jeffrey Goode
1
-0
/
+2
2010-05-09
FS#11250: Hotkey setting method changed to menu item vs button pres in contex...
Jeffrey Goode
1
-1
/
+4
2010-05-07
Minor const police raid.
Steve Bavin
1
-1
/
+1
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
1
-2
/
+1
2010-04-09
Corrects bug in r25558 that could have resumed the wrong file under a certain...
Jeffrey Goode
1
-1
/
+3
2010-04-09
Partial fix for FS#10614. Can now resume from a bookmark even if the bookmar...
Jeffrey Goode
1
-1
/
+5
2010-04-01
FS#11081 - Hotkey patch. Many targets supported, but some keymaps need work ...
Jeffrey Goode
1
-2
/
+4
2010-02-07
Remove more tabs
Andree Buschmann
1
-13
/
+13
2010-01-09
Make a few global variables static instead of global where possible
Bertrik Sikken
1
-1
/
+1
2009-12-16
Fix FS#10289 - screens showing a list need to check the show_icons setting be...
Jonathan Gordon
1
-2
/
+4
2009-12-09
FS#10824 - viewport/statusbar API rework.
Jonathan Gordon
1
-1
/
+0
2009-11-23
crappy band-aid fix for statusbar being screwed after leaving plugins...
Jonathan Gordon
1
-0
/
+3
2009-10-19
Add a browse (remote) custom statusbar item in the theme settings.
Thomas Martitz
1
-0
/
+10
2009-09-20
Redraw the list after exiting the context menu to get rid of various non-bloc...
Thomas Martitz
1
-0
/
+8
2009-08-20
Make the formatter functions used by the settings return a pointer to avoid u...
Nils Wallménius
1
-2
/
+2
2009-08-03
part two of the grand overall wps/skinning engine cleanup work:
Jonathan Gordon
1
-1
/
+1
2009-08-01
Fix FS#10478 - Used wrong directory in Browse theme files by explicitely sett...
Thomas Martitz
1
-1
/
+3
2009-07-27
Start of some apps/ and wps cleanup work... Move everything related to the ac...
Jonathan Gordon
1
-2
/
+1
2009-07-14
FS#10080
Nils Wallménius
1
-2
/
+2
2009-07-11
Fix type mismatch warnings and errors exposed when building with EABI toolchain.
Andrew Mahone
1
-1
/
+1
2009-06-22
Center the list on the currently loaded file in the following screens (FS#100...
Jonas Häggqvist
1
-0
/
+53
2009-05-17
Fix duplicate #includes
Bertrik Sikken
1
-1
/
+0
2009-05-09
Remove unneeded #include "backdrop.h"
Bertrik Sikken
1
-1
/
+0
2009-04-25
Remove unnecessary #include "backlight.h"
Bertrik Sikken
1
-1
/
+0
2009-03-08
Clean up some #includes
Bertrik Sikken
1
-3
/
+0
2009-02-25
fix FS#9796 - playlist resume from plugins didnt work
Jonathan Gordon
1
-2
/
+12
2009-01-15
redraw the lists once before going into the button loop to make things look m...
Jonathan Gordon
1
-0
/
+1
2009-01-07
remove some useless/unused stuff from gwps.c
Jonathan Gordon
1
-2
/
+0
2009-01-01
bah, the filetree does the same spindown handling as the WPS so fix it there ...
Jonathan Gordon
1
-1
/
+1
2008-12-31
Decouple the statusbar drawing from the rest of the screen drawing. it is not...
Jonathan Gordon
1
-6
/
+1
2008-11-17
move the scrobbler and playlist shutdown/restart calls out of tree.c and move...
Jonathan Gordon
1
-3
/
+0
2008-11-01
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...
Frank Gevaerts
1
-2
/
+2
2008-10-08
Fix FS#8949 - Alphabetical directory listing reversed after "Error Accessing ...
Nils Wallménius
1
-0
/
+2
2008-09-02
Fix FS#9352 - allow .talk clips for single-character filenames.
Steve Bavin
1
-4
/
+1
2008-08-15
FS#9281 Rename of splash functions.
Nils Wallménius
1
-6
/
+6
2008-07-18
Remove unnecessary #include
Bertrik Sikken
1
-1
/
+0
2008-07-15
talk.c helper functions to voice a filename, in a more generic way
Stéphane Doyon
1
-34
/
+16
2008-06-28
Removed unneeded #include "plugin.h"
Bertrik Sikken
1
-1
/
+0
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-05-29
Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR in...
Peter D'Hoye
1
-3
/
+3
2008-05-11
more textarea to viewport conversion... yes/no screen...
Jonathan Gordon
1
-1
/
+0
2008-05-04
use the playlist catalog code to generate the playlists under Playlist > Crea...
Jonathan Gordon
1
-91
/
+2
2008-05-04
a bit of code cleanup.. use a single function to get the statusbar height (or...
Jonathan Gordon
1
-51
/
+5
2008-05-03
Viewported quickscreen (take 2 :D) (FS#8553)
Jonathan Gordon
1
-0
/
+1
2008-04-26
Const police raid, making a lot of pointers to lang strings const and removin...
Nils Wallménius
1
-2
/
+2
2008-04-16
Use file_exists and dir_exists functions where appropriate, fix one wrong fil...
Nils Wallménius
1
-11
/
+3
2008-04-09
Pass the buffer length to the list_get_name callback functions instead of usi...
Nils Wallménius
1
-2
/
+3
2008-04-03
Small fix to be able to use F3 to quit the F3 quick menu on the Archos Recorder
Linus Nielsen Feltzing
1
-1
/
+1
2008-03-29
Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...
Dave Chapman
1
-3
/
+0
2008-03-26
the menu and list now accepts a parent viewport to draw in (and the menu can ...
Jonathan Gordon
1
-1
/
+1
[prev]
[next]