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.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
Age
Commit message (
Expand
)
Author
Files
Lines
2002-06-14
the shuffle says something if we don't have a playlist loaded
Daniel Stenberg
1
-5
/
+10
2002-06-13
allow CRLF or LF or in fact just CR too as line separators
Daniel Stenberg
1
-1
/
+1
2002-06-13
Don't try to scroll in an empty dir
Björn Stenberg
1
-4
/
+6
2002-06-13
Cosmetic change to playlist loader progress display
Björn Stenberg
1
-4
/
+15
2002-06-13
Loading playlists using 512 byte buffer. Added feedback display during load.
Björn Stenberg
1
-4
/
+19
2002-06-13
Added playlist shuffle menu option
Björn Stenberg
3
-5
/
+25
2002-06-12
make init() a void always, this should heal the build again
Daniel Stenberg
1
-3
/
+1
2002-06-12
remove WIN32 usage
Daniel Stenberg
1
-5
/
+1
2002-06-12
need to include "sprintf.h" for win32 simulator
Felix Arends
1
-0
/
+3
2002-06-12
included threads.h so that init_threads is defined.
Felix Arends
1
-2
/
+3
2002-06-12
Set margins when clearing screen
Björn Stenberg
1
-9
/
+2
2002-06-12
Removed erroneous {
Björn Stenberg
1
-1
/
+0
2002-06-12
Cleaned out a lot of #ifdefs
Björn Stenberg
1
-42
/
+20
2002-06-12
Fixed scroll screen garbage bug
Björn Stenberg
1
-1
/
+1
2002-06-12
playlist icon now displayed for playlists
Robert Hak
1
-4
/
+8
2002-06-12
uh, make sure we start with a slash when playing songs
Daniel Stenberg
1
-1
/
+3
2002-06-12
fix multiple slash problems
Daniel Stenberg
1
-6
/
+13
2002-06-11
Added simple scroll speed setting
Björn Stenberg
1
-1
/
+48
2002-06-11
Stop scrolling before leaving directory
Björn Stenberg
1
-0
/
+1
2002-06-11
Changed to correct target name for recorder
Björn Stenberg
1
-1
/
+1
2002-06-11
now that show_logo() doesn't mess with the disk we call it as early as
Daniel Stenberg
1
-2
/
+2
2002-06-11
we now handle playlists in a block of 255 bytes instead of a single byte at a...
Robert Hak
1
-33
/
+5
2002-06-11
we now handle playlists in a block of 255 bytes instead of a single byte at a...
Robert Hak
1
-5
/
+42
2002-06-10
Initializations done in the correct order
Linus Nielsen Feltzing
1
-2
/
+3
2002-06-10
Use only internally provided logotype, as we are too early in the init
Daniel Stenberg
1
-18
/
+22
2002-06-10
lcd_init() for player too
Björn Stenberg
1
-2
/
+0
2002-06-10
Added filename scrolling
Björn Stenberg
1
-10
/
+11
2002-06-10
Added simulator init
Björn Stenberg
1
-2
/
+14
2002-06-10
Added leading slash to the mp3 file name
Linus Nielsen Feltzing
1
-1
/
+5
2002-06-10
Changed prototype of playtune
Linus Nielsen Feltzing
3
-7
/
+8
2002-06-07
include string.h to remove compiler warning on target
Daniel Stenberg
1
-1
/
+1
2002-06-07
removed two compiler warnings, made the rand functions static
Daniel Stenberg
1
-5
/
+5
2002-06-07
include playlist.h to get rid of warning
Daniel Stenberg
1
-0
/
+1
2002-06-07
Killed a few warnings
Linus Nielsen Feltzing
1
-0
/
+2
2002-06-07
removed unused protos, added missing
Daniel Stenberg
1
-22
/
+2
2002-06-04
added some stupid faked random functions too, to build on target
Daniel Stenberg
1
-2
/
+19
2002-06-04
whoa! make the simulator take care of the mpeg_play() function instead
Daniel Stenberg
1
-2
/
+0
2002-06-04
pressing play on an .m3u file will run the playlist code
Daniel Stenberg
1
-20
/
+43
2002-06-04
Moved playlist code here from the firmware directory, also adjusted it
Daniel Stenberg
2
-0
/
+225
2002-06-04
sleep now references HZ
Robert Hak
1
-2
/
+2
2002-06-04
increased length of 'you lose' display
Robert Hak
1
-2
/
+2
2002-06-03
sprintf => snprintf and now we build on the recorder again
Daniel Stenberg
1
-1
/
+1
2002-05-31
Zoomed Screen
Felix Arends
1
-47
/
+90
2002-05-31
Fixed remove-line-bug.
Felix Arends
1
-4
/
+4
2002-05-31
included string.h for strlen function and sprintf.h for snprintf.
Felix Arends
1
-0
/
+2
2002-05-31
use proper ansi function declarations to reduce compiler warnings
Daniel Stenberg
1
-7
/
+7
2002-05-31
now uses the internal image/bitmap/icon called rockbox112x37 if there's no
Daniel Stenberg
1
-9
/
+18
2002-05-31
added this icon I call rockbox112x37, let's now all take a guess what it
Daniel Stenberg
2
-0
/
+54
2002-05-31
Added peek_next_track() for playing all files in a dir
Björn Stenberg
1
-8
/
+41
2002-05-31
Turn off double-height when displaying file list
Björn Stenberg
1
-1
/
+3
[next]