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
2009-10-15
Fix %Sp expansion in wps
Thomas Martitz
2
-3
/
+5
2009-10-15
Correct a small misaligned brace.
Thomas Martitz
1
-1
/
+1
2009-10-15
Use the center align viewport flag to draw top and bottom text centered.
Thomas Martitz
1
-7
/
+7
2009-10-15
Pitchscreen: Don't clear the whole display, but only the parent viewport.
Thomas Martitz
1
-1
/
+2
2009-10-15
Add Jonas Aaberg to the credits.
Rob Purchase
1
-0
/
+1
2009-10-15
Touchscreen support for newer Cowon D2+ hardware revisions (using TSC200x tou...
Rob Purchase
8
-137
/
+369
2009-10-15
AMS Sansa: FS#10669 Reimplement Voltage scaling.
Jack Halpin
2
-4
/
+24
2009-10-15
Show track length too for tracks tagged with the discnumber tag in the database.
Thomas Martitz
1
-1
/
+1
2009-10-15
FS#10554: Rockpaint: enable to set canvas size.
Teruaki Kawashima
1
-11
/
+38
2009-10-15
Add support for detecting build version in a bzr checkout (for bzr-svn users).
Torne Wuff
1
-0
/
+26
2009-10-15
Add myself to committers. HI!
Torne Wuff
1
-0
/
+1
2009-10-15
Sansa Fuze & e200v2 : do not enable USBSTACK in the bootloader
Rafaël Carré
3
-0
/
+14
2009-10-15
Sansa AMS USB driver : still not working
Rafaël Carré
2
-26
/
+26
2009-10-15
Sansa AMS SD driver: cleanup defines and comments
Rafaël Carré
1
-50
/
+16
2009-10-14
Remove private memcpy wrapper that is no longer needed since r19847 and may c...
Nils Wallménius
2
-8
/
+0
2009-10-14
Working Nano2G UI sim. UI-ipodnano2g.bmp courtesy of Marianne Arnold, based ...
Dave Chapman
2
-4
/
+4
2009-10-14
Fix a compiler warning showing up with newer gcc versions.
Dominik Riebeling
1
-1
/
+2
2009-10-14
Add cache index file to HttpGet class to maintain a list of hash - file origi...
Dominik Riebeling
1
-0
/
+18
2009-10-14
Don't trace every device in the machine when scanning for USB devices on Wind...
Dominik Riebeling
1
-1
/
+0
2009-10-14
Whoops, I had that warning turned off locally.
Thomas Martitz
1
-3
/
+3
2009-10-14
Remove wps_reset(), and rename skin_data_init to skin_data_reset() and extend...
Thomas Martitz
6
-78
/
+68
2009-10-14
Full set of 2nd gen Nano images for a manual (svg, png and pdf).
Marianne Arnold
3
-0
/
+605
2009-10-13
Add the left brace again that was unintentionally lost.
Dominik Riebeling
1
-1
/
+1
2009-10-13
Fix building Rockbox Utility when using newer versions of libspeex.
Dominik Riebeling
2
-3
/
+9
2009-10-13
Changes to make the Nano2G sim build. It is still missing a UI-ipodnano2g.bmp
Dave Chapman
2
-0
/
+9
2009-10-13
rbutil: rework and rename the "dont overwrite talkfiles" option so it really ...
Dominik Wenger
4
-8
/
+21
2009-10-13
The Nano2G also qualifies for HAVE_WHEEL_POSITION
Dave Chapman
1
-0
/
+3
2009-10-13
Changes to build a Nano2G manual. It is now just missing the ipodnano2g-fron...
Dave Chapman
7
-14
/
+39
2009-10-13
Add HAVE_SCROLLWHEEL for the Nano2G, as they have a scrollwheel.
Dave Chapman
1
-0
/
+3
2009-10-13
rbutil: split tts.cpp/h into individual files.
Dominik Wenger
13
-850
/
+1002
2009-10-13
USB: Use explicit casting when setting wTotalLength field in descriptor
Tomer Shalev
1
-1
/
+1
2009-10-13
Sansa AMS PCM : replace buggy and confusing one-liner
Rafaël Carré
1
-3
/
+8
2009-10-13
Add ipodnano2g
Dave Chapman
1
-0
/
+1
2009-10-13
Fix Nano2G bootloader installation - no longer assume that the OSOS image is ...
Dave Chapman
1
-1
/
+1
2009-10-13
rbutil: YH820 Unstable support
Rafaël Carré
1
-2
/
+1
2009-10-13
brickmania: There are only 9 powerups
Robert Kukla
1
-2
/
+3
2009-10-13
Fixed a confusing typo
Michael Sparmann
1
-1
/
+1
2009-10-13
Re-commit r23070 - reboot to disk mode on the Nano2G when USB is inserted. T...
Dave Chapman
1
-11
/
+20
2009-10-13
Fix iPod Nano 2G charging detection
Michael Sparmann
1
-2
/
+2
2009-10-13
Don't touch the clocks in Nano2G bootloader - this breaks the Apple firmware ...
bootloader_ipodpatcher_v4
Dave Chapman
1
-1
/
+3
2009-10-13
ipodpatcher and rbutil support for the Nano2G - FS#10609 with a few further c...
Dave Chapman
5
-35
/
+531
2009-10-12
rbutil: store the voice language in the correct setting.
Dominik Wenger
1
-1
/
+1
2009-10-12
fix a redraw bug when a static token (like %C) is the only token on a sub/lin...
Jonathan Gordon
1
-1
/
+1
2009-10-12
Nano2G bootloader - fix dual-booting the Apple firmware.
Dave Chapman
3
-11
/
+15
2009-10-12
Replace a couple of magic numbers with the appropriate constants.
Rob Purchase
1
-4
/
+4
2009-10-12
AMS Sansa: Remove BUSWIDTH and BLOCKLEN commands and revise strategy for Hig...
Jack Halpin
1
-26
/
+26
2009-10-12
Change the Windows crosscompiling logic:
Jonas Häggqvist
1
-33
/
+38
2009-10-12
fix yellow
Nils Wallménius
1
-1
/
+1
2009-10-12
Fix typo from r19579 that prevented this code from building, avoid copying la...
Nils Wallménius
1
-11
/
+10
2009-10-12
Move to only CC-BY-SA 3.0 for future changes.
Jonas Häggqvist
1
-2
/
+2
[next]