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-12-25
Fix warnings on logf build
Michael Chicoine
1
-2
/
+2
2009-12-25
Merry Christmas Gogear HDD6330 owners! This is the start of the HDD6330 port....
Mark Arigo
28
-33
/
+1215
2009-12-24
Fix windows sim builds
Frank Gevaerts
2
-2
/
+2
2009-12-24
Fix building simulators (at least on linux. cygwin and mingw might need more ...
Frank Gevaerts
2
-1
/
+5
2009-12-24
Add support for errno in plugins.
Amaury Pouly
3
-0
/
+7
2009-12-24
Accept FS#8321 by Lee Kang Hyuk
Jonathan Gordon
1
-1
/
+1
2009-12-23
Assembler optimised bitreverse for ARM, again a little bit faster and smaller...
Jens Arnold
1
-20
/
+68
2009-12-23
Make read() and write() return -1/EISDIR on directories
Frank Gevaerts
1
-0
/
+5
2009-12-23
only get the file pointer if fd is actually valid.
Frank Gevaerts
1
-1
/
+4
2009-12-23
Describe how 'delete current file' works
Alexander Levin
1
-1
/
+4
2009-12-23
Improve typesetting and fix a typo
Alexander Levin
7
-18
/
+25
2009-12-23
Improved bitrev with approach suggested by Jens Arnold, gives 0.5%-1% speedup...
Nils Wallménius
1
-5
/
+25
2009-12-23
Rename player sections to match the platform section.
Dominik Riebeling
1
-42
/
+42
2009-12-23
Brickmania: Improve screen collision detection.
Karl Kurbjun
1
-24
/
+56
2009-12-22
Fix FM radio on VX777 (by Giovanni Zilli)
Maurus Cuelenaere
2
-1
/
+2
2009-12-22
Fix example command line for profile_reader.pl
Nils Wallménius
1
-1
/
+1
2009-12-22
Fix FS#10368 - add some recursion protection in the "view playlist catalogue"...
Jonathan Gordon
1
-6
/
+9
2009-12-21
Use optimised byteswap function in bitrev for a tiny speedup on coldfire and ...
Nils Wallménius
1
-2
/
+1
2009-12-21
blackjack: improve the menu and the buttons
Johannes Schwarz
1
-120
/
+67
2009-12-21
jpeg,png: Change "Off: Quit." to "Show Menu: Quit." so that the message is le...
Teruaki Kawashima
2
-33
/
+30
2009-12-21
properties,shortcuts_view: enable the theme while showing list.
Teruaki Kawashima
4
-13
/
+54
2009-12-21
Clarify action of Select button in WPS screen in the manual
Bryan Childs
1
-1
/
+1
2009-12-21
Fix FS#10215 - peakmeter updates breaks scrolling lines in conditionally enal...
Jonathan Gordon
1
-14
/
+20
2009-12-21
Fix FS#9660 - make warn on playlist erase work correctly when creating a new ...
Jonathan Gordon
3
-3
/
+6
2009-12-21
fix yello
Jonathan Gordon
1
-1
/
+1
2009-12-21
fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t...
Jonathan Gordon
13
-64
/
+72
2009-12-21
fix another bug from FS#10771 - list touchscreen handling needs to ignore pre...
Jonathan Gordon
1
-1
/
+6
2009-12-20
Make read-only struct const
Bertrik Sikken
1
-2
/
+2
2009-12-20
Make Meizu M3 bootloader compile again
Bertrik Sikken
3
-0
/
+103
2009-12-20
Code police: add missing header file, make some local functions static
Bertrik Sikken
3
-2
/
+3
2009-12-20
codebuster: save settings only if they are changed.
Teruaki Kawashima
1
-57
/
+62
2009-12-20
plugin: search,sort: Handle UTF-8 BOM at the start of file.
Teruaki Kawashima
4
-32
/
+46
2009-12-19
FS#8286 - utilise the buttons on the gigabeat cradle
Robert Kukla
1
-0
/
+12
2009-12-18
make sure plugin reset backlight setting before exit. do code polish.
Teruaki Kawashima
9
-71
/
+73
2009-12-18
jpeg,png: Separate code to load file from load_and_show().
Teruaki Kawashima
3
-310
/
+362
2009-12-18
Onda VX747/VX777: fix FM radio
Maurus Cuelenaere
2
-1
/
+3
2009-12-18
Forgot a file
Maurus Cuelenaere
1
-0
/
+5
2009-12-18
Onda VX747: add USBPOWER_BUTTON and USBPOWER_BTN_IGNORE
Maurus Cuelenaere
1
-0
/
+3
2009-12-18
Remove reference to dynamic playlists from bookmarking section; these cannot ...
Alex Parker
1
-2
/
+2
2009-12-18
Onda VX747/VX777: add ACTION_KBD_ABORT (fixes exiting boomshine)
Maurus Cuelenaere
2
-1
/
+3
2009-12-18
Fix some more places (sequel to r24053)
Alexander Levin
3
-8
/
+8
2009-12-18
FS#10855 3 minor sbs bugs, spotted and fixed by Teruaki Kawashima
Jonathan Gordon
3
-4
/
+5
2009-12-18
Fix FS#10433 - "Play Next" should use the "warn on playlist change" setting l...
Jonathan Gordon
1
-0
/
+2
2009-12-18
Accept FS #10271 by Christian Beier: Automatically disable voice upon rockdoo...
Karl Kurbjun
2
-0
/
+6
2009-12-18
Accept a form of FS #10561 by Clément Pit-Claudel: Fullscreen Brickmania for...
Karl Kurbjun
1
-6
/
+0
2009-12-18
Accept FS #10568 by Asael Reiter: Brickmania Lasers not working properly.
Karl Kurbjun
1
-5
/
+4
2009-12-17
Document that bookmarks don't work with dynamic playlists - closes FS#7295.
Alex Parker
2
-2
/
+4
2009-12-17
Update the NODO in the manual from the wiki and remove the changelog from the...
Alex Parker
2
-148
/
+29
2009-12-17
Add note to Bookmarking sections that bookmarking only works from the file br...
Alex Parker
2
-2
/
+11
2009-12-17
Remove scanning for Ipod from Ipod bootloader installation and clean it up a ...
Dominik Riebeling
2
-43
/
+23
[next]