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
2007-09-20
Oops, what did that do there?
Marianne Arnold
1
-1
/
+1
2007-09-20
More cosmetic/syntax fixes to languages.
Jonas Häggqvist
2
-2
/
+4
2007-09-20
small cleanups
Marcoen Hirschberg
1
-11
/
+1
2007-09-20
Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max...
Marianne Arnold
65
-54
/
+341
2007-09-20
Get rid of macros and do these calculations only once instead
Nils Wallménius
1
-19
/
+20
2007-09-20
Fix FS#7766 - crash at track transition if A-B repeat is enabled but no B mar...
Steve Bavin
1
-1
/
+1
2007-09-19
A few small languagefile syntax fixes. Not sure if these actually caused any ...
Jonas Häggqvist
3
-4
/
+2
2007-09-19
Corrected timescreen buttons
Björn Stenberg
1
-4
/
+4
2007-09-19
Forgot to bump plugin API version.
Thom Johansen
1
-2
/
+2
2007-09-19
Remove the ID3 tag version priority setting on the grounds of it being pretty...
Thom Johansen
14
-44
/
+26
2007-09-18
Simplify initing of the screens[] struct by using an initializer, also some r...
Nils Wallménius
3
-165
/
+150
2007-09-17
minor update to gui_synclist_do_button() which will hopefully simplify things...
Jonathan Gordon
21
-59
/
+61
2007-09-16
Change e200 to e200,c200 in all occurances except for LANG_BUTTONLIGHT_TIMEOU...
Jonas Häggqvist
15
-283
/
+305
2007-09-16
Sudoku: Optionally display coloured numbers on colour targets.
Jens Arnold
13
-39
/
+117
2007-09-15
Fixed an out of buffer boundaries lookup when database has been loaded in ram.
Miika Pekkarinen
1
-1
/
+1
2007-09-15
Disable wrapping of the bass and treble settings and do the same for volume i...
Nils Wallménius
3
-6
/
+7
2007-09-15
Remove some unrequired SIMULATOR checks - the CPU_* family of defines are nev...
Dave Chapman
3
-6
/
+6
2007-09-15
Updated Swedish translation.
Magnus Holmgren
1
-18
/
+205
2007-09-13
Remove the ability to restart chessbox with a button (combo). It became redun...
Marianne Arnold
1
-13
/
+0
2007-09-13
Update german translation - include 'c200' where needed and be a bit more acc...
Marianne Arnold
1
-20
/
+24
2007-09-13
Slight code simplification
Nils Wallménius
1
-22
/
+10
2007-09-13
fix two bugs related to no-existing settings/bookmark files and simplify the ...
Robert Kukla
1
-56
/
+53
2007-09-12
code police (and commit test)
Peter D'Hoye
1
-13
/
+23
2007-09-11
Make sure that the apps directory exists when building the apps/features file
Linus Nielsen Feltzing
1
-2
/
+2
2007-09-10
Code police and keep backlight on while in mazezam
Peter D'Hoye
2
-54
/
+108
2007-09-10
Make logf builds compile again since the clean up of hard-coded paths
Barry Wardell
1
-0
/
+1
2007-09-10
Clean up hard-coded paths
Nils Wallménius
11
-17
/
+19
2007-09-10
FS#7742 by Sofian Babai - add missing voice string in francais.lang
Linus Nielsen Feltzing
1
-2
/
+2
2007-09-10
UISIMULATOR: Do a graceful shutdown of all threads and avoid (mostly lockup) ...
Michael Sevakis
1
-0
/
+1
2007-09-09
Repair mpegplayer on 64 bit sims. No reason for doing fancy bitshifting opts,...
Jens Arnold
1
-7
/
+7
2007-09-09
battery_bench: Fix battery voltage logging for voltages >4.095V by separating...
Jens Arnold
1
-13
/
+13
2007-09-09
Fix missing quote.
Jens Arnold
1
-1
/
+1
2007-09-09
Make peakmeters work for real in swcodec simulators instead of just showing r...
Jens Arnold
1
-2
/
+2
2007-09-09
Fix rockbox warnings. sramfile is a static array so will never be NULL.
Michael Sevakis
1
-2
/
+2
2007-09-08
Sim I/O and threading that runs more like on target. Tweakable if any genuine...
Michael Sevakis
5
-12
/
+16
2007-09-07
Stop libmad from crashing on 64 bit simulators.
Jens Arnold
3
-15
/
+20
2007-09-07
Ooops, rror ;)
Jens Arnold
1
-1
/
+1
2007-09-07
Better (and consistent between .lng and .voice) translation for 'playlist'.
Jens Arnold
1
-43
/
+42
2007-09-06
Update of Dutch language file
Peter D'Hoye
1
-16
/
+16
2007-09-06
Credits: better counter when scrolling manually
Peter D'Hoye
1
-2
/
+3
2007-09-06
Updated italian translation.
Alessio Lenzi
1
-27
/
+27
2007-09-06
Sansa c200 port. Rockbox works with sound. Several features are disabled incl...
Mark Arigo
6
-24
/
+391
2007-09-05
stop non-live settings from beign accepted even if cancel was chosen
Jonathan Gordon
1
-1
/
+1
2007-09-05
Add missing translation
Jens Arnold
1
-2
/
+2
2007-09-04
Fix some tabs (one caused a voice string to not be used).
Jens Arnold
1
-2
/
+2
2007-09-04
Fix a few voice strings, and adjust a few others.
Jens Arnold
1
-6
/
+6
2007-09-04
Include split up shortcuts plugin in tarball
Nils Wallménius
1
-0
/
+2
2007-09-04
Fix a few errors that I missed. The translation is missing a few strings to b...
Jonas Häggqvist
1
-10
/
+10
2007-09-04
Add Brazillian Portuguese translation by Adilson Vicente Xavier. Update sapi_...
Jonas Häggqvist
1
-0
/
+11047
2007-09-04
FS #7691 - improved USB detection on PP devices. This patch modifies the tar...
Dave Chapman
1
-1
/
+1
[next]