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
2010-05-31
Add a tool to compare the binsizes of plugins and codecs of 2 build dirs
Rafaël Carré
1
-0
/
+159
2010-05-31
Only build firmware_flash plugin on archos
Rafaël Carré
2
-6
/
+7
2010-05-30
Use version.sh in manual builds
Rafaël Carré
2
-0
/
+3
2010-05-30
Smaller & faster grey blitting on greyscale ipods, based on an idea by Mike S...
Jens Arnold
1
-44
/
+33
2010-05-30
Update Czech language
Michael Chicoine
1
-0
/
+14
2010-05-30
Catalan language update
Michael Chicoine
1
-45
/
+59
2010-05-30
Update Samsung YP-S3 bootloader demo
Bertrik Sikken
4
-11
/
+23
2010-05-30
french translation update
Rafaël Carré
1
-0
/
+65
2010-05-30
Fix LANG_TAGNAVI_UNTAGGED source string
Rafaël Carré
1
-1
/
+1
2010-05-30
Fix FS#9193. Remove recording source <Mic> for iPod Video and iPod nano 1G. T...
Andree Buschmann
2
-2
/
+2
2010-05-30
Submit FS#11240 by Raphael Jakse. Allows to reduce volume on WM8985 to -89 dB...
Andree Buschmann
5
-20
/
+63
2010-05-30
inttypes.h: remove excessive PRI*PTR declaration when long isn't 64 bits
Rafaël Carré
1
-5
/
+0
2010-05-30
inttypes.h: add (some) iso c99 fprintf format specifiers
Rafaël Carré
1
-1
/
+73
2010-05-30
fix red. no replaygain on hwcodec
Jonathan Gordon
1
-0
/
+2
2010-05-30
Accept FS#11313 by Chris Savery. Add composer to the track info screen and so...
Jonathan Gordon
3
-22
/
+37
2010-05-30
add support for the possible viewport colour tags (%Vf and %Vb). use -c to di...
Jonathan Gordon
1
-2
/
+45
2010-05-30
Slovak language update
Bertrik Sikken
1
-19
/
+184
2010-05-30
Applied JdGordon's patch to add tokens to the Theme Editor tag table
Robert Bieber
2
-181
/
+400
2010-05-30
and woops
Jonathan Gordon
1
-1
/
+1
2010-05-30
zip up the output after doing all the skins
Jonathan Gordon
1
-1
/
+1
2010-05-30
Theme Editor: Fixed parsing bug that allowed comments to form a new logical l...
Robert Bieber
1
-0
/
+4
2010-05-30
Theme Editor: Got a barely functional treeview in place
Robert Bieber
4
-21
/
+54
2010-05-30
Themeditor: Got the ParseTreeNode class in good shape, preparing to start on ...
Robert Bieber
4
-62
/
+170
2010-05-29
fuze*/e200v2 YUV lcd code: remove a useless instruction forgotten in r21795
Rafaël Carré
1
-1
/
+0
2010-05-29
No need to break after a return
Frank Gevaerts
1
-3
/
+0
2010-05-29
Commit FS#10887 by me. Change the check for software poweroff to be that the...
Michael Giacomelli
1
-1
/
+1
2010-05-29
Change the software hold button combo from select + home to just holding home...
Michael Giacomelli
2
-3
/
+7
2010-05-29
fix broken case handling in storage_present() and storage_removable(). Those ...
Frank Gevaerts
1
-18
/
+19
2010-05-29
manual: add key combo for clip+ software hold
Rafaël Carré
1
-1
/
+2
2010-05-29
Consolidate the information on album art into one place.
Alex Parker
3
-47
/
+45
2010-05-29
Only show the section on radio tags if the target has a radio.
Alex Parker
1
-0
/
+2
2010-05-29
Add a brief description of radio art to the manual. Closes FS#11279.
Alex Parker
1
-0
/
+7
2010-05-29
Fuze: don't change gate scan position if lcd_set_flip() is not used
Rafaël Carré
1
-0
/
+2
2010-05-29
cpucache_invalidate: use bx reg instead of mov pc, reg to return
Rafaël Carré
1
-1
/
+1
2010-05-29
Correct manual keymaps for plugins recently converted to PLA, and use manual ...
Alex Parker
14
-379
/
+159
2010-05-29
Correct typos in D2 keymap file.
Alex Parker
1
-5
/
+5
2010-05-29
Add non-defined remote actions to the manual keymap files
Alex Parker
3
-2
/
+9
2010-05-29
Add the plugin lib actions to the manual keymap files.
Alex Parker
23
-4
/
+338
2010-05-29
Correction to clobber lists of several codec's inline assembly.
Andree Buschmann
9
-66
/
+78
2010-05-29
Small changes to asm for better readability.
Andree Buschmann
2
-46
/
+49
2010-05-29
e200v2: revert r26353
Rafaël Carré
1
-3
/
+11
2010-05-29
make the script zip the output
Jonathan Gordon
1
-3
/
+2
2010-05-29
Fuzev1/v2 : lcd_set_flip()
Rafaël Carré
4
-34
/
+45
2010-05-29
be smarter about %xd so it only eats 2 letters if that image has subimages
Jonathan Gordon
1
-3
/
+15
2010-05-29
fix error when a comment is on the last line of the file
Jonathan Gordon
1
-1
/
+1
2010-05-29
Doom plugin: Missed properly making a few 'unsigned' on my second pass.
Michael Sevakis
3
-4
/
+4
2010-05-29
Doom plugin: In anticipation of moving to the EABI toolchain, because of its ...
Michael Sevakis
25
-191
/
+260
2010-05-29
Theme Editor: Got code generation tentatively working along with a solid C++ ...
Robert Bieber
7
-91
/
+245
2010-05-28
Upgrade the ARM eabi toolchain to gcc 4.4.4
Thomas Martitz
2
-3
/
+3
2010-05-28
sd-as3525.c: Do not wait for TRAN state after transfer is over.
Jack Halpin
1
-5
/
+0
[next]