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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-03-21
Always display the 'Press ENTER to exit sansapatcher' prompt when there is an...
Dave Chapman
1
-63
/
+66
2007-03-21
Fix FS#6875 - can't change shuffle setting in quickscreen on Sansa.
Barry Wardell
1
-0
/
+1
2007-03-21
Correct some color unpacking macros.
Michael Sevakis
1
-3
/
+3
2007-03-21
revert the last commit... setting wasnt worth the space
Jonathan Gordon
5
-32
/
+5
2007-03-21
Add a setting to force the backlight to stay on (or act normally) when
Jonathan Gordon
5
-5
/
+32
2007-03-21
Fix FS#6863 - infinite looping with "Nothing to resume"
Jonathan Gordon
1
-0
/
+2
2007-03-21
Explain how to get from the OF back to Rockbox on H10. Also explain about the...
Barry Wardell
2
-0
/
+11
2007-03-21
H10 is ready for dual-boot straight after bootloader installation.
Barry Wardell
1
-8
/
+2
2007-03-21
Add description of H10 for blind users.
Barry Wardell
1
-1
/
+19
2007-03-20
Update H10 installation instructions now that we support booting encrypted mi4s.
Barry Wardell
2
-9
/
+11
2007-03-20
Fix build errors.
Barry Wardell
1
-1
/
+2
2007-03-20
Oops, shouldn't have committed this just yet.
Barry Wardell
2
-9
/
+9
2007-03-20
Oops, the mi4 magic was being looked for in the wrong place when decrypting. ...
Barry Wardell
3
-13
/
+20
2007-03-20
We should check the CRC32 whether it is encrypted or not.
Barry Wardell
1
-36
/
+29
2007-03-20
Add support for encrypted mi4 bootloaders.
Barry Wardell
1
-46
/
+237
2007-03-20
Fix more Warnings, and also a bug with checking the dirstructure for themes i...
Dominik Wenger
4
-28
/
+24
2007-03-20
Add GodEater to the credits in RbUtil
Dominik Wenger
2
-3
/
+4
2007-03-20
Fix warnings in rbutil. FS#6865 thanx to GodEater
Dominik Wenger
5
-12
/
+9
2007-03-20
FS#6864 - iriver H340 doesn't connect via USB - should be fixed. Registered t...
Michael Sevakis
1
-1
/
+1
2007-03-20
More logf fixes. speex.c wants to format 64bit args so I didn't change that o...
Michael Sevakis
5
-28
/
+29
2007-03-20
Oops. Should've used the unsigned local variables.
Michael Sevakis
1
-8
/
+8
2007-03-20
Add %u and %lu formats to format(). Coming up: logf fixes.
Michael Sevakis
1
-0
/
+20
2007-03-20
Fix ipod installation instructions
Nils Wallménius
1
-13
/
+10
2007-03-20
remove the debug output again
Daniel Stenberg
1
-1
/
+1
2007-03-20
fix binary extension check
Daniel Stenberg
1
-1
/
+1
2007-03-20
Hopefully fix CRC32 errors when loading the Sansa OF from the firmware partit...
Barry Wardell
1
-6
/
+6
2007-03-20
FS#6840 - Move rockbox.* inside .rockbox on targets that allow it.
Barry Wardell
1
-0
/
+6
2007-03-20
Make changes to installation chapter to reflect that the rockbox.whatever fil...
Nils Wallménius
1
-14
/
+36
2007-03-20
Sansa LCD: Make the second framebuffer static
Daniel Ankers
1
-1
/
+1
2007-03-20
Improved LCD driver for Sansa. Uses double-buffering to cure the flickering....
Daniel Ankers
1
-10
/
+40
2007-03-20
PP bootloader:
Barry Wardell
1
-6
/
+6
2007-03-20
Do the sprintf .precision format in a safer way.
Barry Wardell
1
-3
/
+4
2007-03-19
Rrrr. Editor shouldn't have left those tabs. Will check settings.
Michael Sevakis
1
-6
/
+6
2007-03-19
Oops. Left an unneeded test line in SOURCES.
Michael Sevakis
1
-1
/
+0
2007-03-19
SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the...
Michael Sevakis
10
-242
/
+579
2007-03-19
Make the Iaudio uninstall instruction appear in the right place and make it a...
Nils Wallménius
2
-25
/
+27
2007-03-19
Further simplification of constraints in libspeex arm asm.
Jens Arnold
1
-9
/
+9
2007-03-19
Draw peakmeter scale marks in foreground color instead of inversed background...
Nils Wallménius
1
-2
/
+1
2007-03-19
The model and type strings are only 4 characters long. Also remove the 20 at ...
Barry Wardell
1
-5
/
+5
2007-03-19
Add support for the .precision format in the sprintf()-like functions to allo...
Barry Wardell
1
-1
/
+14
2007-03-18
There is no need to hide CONFIG_RTC in the bootloader - it's harmless. Fixes...
Dave Chapman
7
-14
/
+0
2007-03-18
The UI sim simulates the RTC, so there is no need to disable it - affects all...
Dave Chapman
7
-14
/
+28
2007-03-18
Archos player: Introduce lcd_write_command_e (only one data byte) in the lcd ...
Jens Arnold
3
-79
/
+112
2007-03-18
Volume control for mpegplayer - based on FS #6814 by Jacob Gardner and Pascal...
Dave Chapman
2
-0
/
+49
2007-03-18
Player: Improve usaibiliy of wps volume adjustment in wps, and allow ON as 'o...
Jens Arnold
1
-3
/
+4
2007-03-18
Dont boost so often, fixes FS#6845
Jonathan Gordon
1
-6
/
+0
2007-03-18
Remove buffer overflow in solatiare menu
Jonathan Gordon
2
-2
/
+15
2007-03-18
Fix several printf-style warnings in logf builds.
Magnus Holmgren
6
-23
/
+23
2007-03-18
Exit the preset context menu correctly after editing/deleting preset
Jonathan Gordon
1
-4
/
+4
2007-03-18
fix red
Jonathan Gordon
1
-1
/
+1
[next]