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-08-02
A bit of rework in bubbles:
Thomas Martitz
1
-87
/
+102
2009-08-02
Reversi: Implement dynamic legend/board sixing when necessary for landscape t...
Karl Kurbjun
1
-2
/
+8
2009-08-02
Remove redundant definitions of SCROLLBAR_WIDTH
Nils Wallménius
3
-6
/
+1
2009-08-02
Superdom: introduce new enum for value to be returned in many places instead ...
Teruaki Kawashima
1
-326
/
+268
2009-08-02
brickmania: improve game saving to save current status.
Teruaki Kawashima
1
-337
/
+330
2009-08-02
Don't mention having to run 'make reconf' when you're runing 'make reconf'
Antoine Cellerier
1
-0
/
+2
2009-08-02
Pluginlib: Add support for general buttons. Add menu and quit buttons to Rev...
Karl Kurbjun
12
-219
/
+438
2009-08-01
Fix red: only use SW_VOLUME_MIN if HAVE_SW_VOLUME_CONTROL is defined
Maurus Cuelenaere
1
-1
/
+4
2009-08-01
* Move DSP_CALLBACK_* enum to sound.h
Maurus Cuelenaere
6
-32
/
+52
2009-08-01
Metadata parser: make adjust_mp3entry() not depend on id3_is_genre_string(), ...
Maurus Cuelenaere
3
-14
/
+2
2009-08-01
MP3 metadata parser:
Maurus Cuelenaere
1
-4
/
+9
2009-08-01
Samsung YP-S3: update backlight brightness curve so backlight is still on at ...
Bertrik Sikken
1
-16
/
+18
2009-08-01
Meizu: update backlight brightness curve so backlight is still on at the mini...
Bertrik Sikken
1
-11
/
+12
2009-08-01
Philips SA9200: initialize i2c, i2s, and as3514 as the OF does. Fixes clicks/...
Mark Arigo
3
-0
/
+20
2009-08-01
Samsung YP-S3: implement button lights
Bertrik Sikken
2
-0
/
+25
2009-08-01
Samsung YP-S3: implement headphones detection
Bertrik Sikken
1
-0
/
+8
2009-08-01
Doom: re-add the missing modulus operation I removed in r22097
Maurus Cuelenaere
1
-1
/
+1
2009-08-01
Doom: prevent division by zero
Maurus Cuelenaere
1
-1
/
+4
2009-08-01
Ingenic Jz4740 timer driver: fix stupid mistake
Maurus Cuelenaere
1
-1
/
+1
2009-08-01
M:Robe 500/M66591: Add support for full-speed USB transfers, and fix the UART...
Karl Kurbjun
2
-20
/
+43
2009-08-01
Fix FS#10478 - Used wrong directory in Browse theme files by explicitely sett...
Thomas Martitz
1
-1
/
+3
2009-08-01
Samsung YP-S3: implement button driver for the touch keys (and the hold/power...
Bertrik Sikken
2
-2
/
+147
2009-08-01
Add png viewer plugin documentation
Frank Gevaerts
2
-0
/
+98
2009-08-01
pegbox: Fix bug it restarts the level when user choosed "Resume Game" in the ...
Teruaki Kawashima
1
-147
/
+124
2009-07-30
Meizu M3: check LCD_STATUS in the lcd driver instead of using delay loops
Bertrik Sikken
1
-2
/
+10
2009-07-30
Ingenic Jz4740 targets: don't use IRAM in plugins as there's almost none avai...
Maurus Cuelenaere
1
-2
/
+2
2009-07-30
fix deleteAnimation in calculator plugin.
Teruaki Kawashima
1
-24
/
+17
2009-07-30
Slight whitespace cleanup, add a const qualifier. No functional changes
Nils Wallménius
1
-9
/
+2
2009-07-29
Minor additions to floating point math functions.
Wincent Balin
1
-30
/
+19
2009-07-29
Start of a Rockbox port to the Samsung YP-S3.
Bertrik Sikken
11
-0
/
+1141
2009-07-29
Make gcc use -pipe instead of temporary files.
Björn Stenberg
1
-1
/
+1
2009-07-29
Check if parameter is NULL in plugins which only works as viewer.
Teruaki Kawashima
4
-0
/
+4
2009-07-29
fix page up/down in list (FS# 10435).
Teruaki Kawashima
1
-7
/
+8
2009-07-29
fix forcing scrolling title like "Scroll Speed Setting Example".
Teruaki Kawashima
1
-2
/
+2
2009-07-29
Onda VX7x7: fix error when compiling with USB_BOOT defined
Maurus Cuelenaere
1
-0
/
+5
2009-07-29
Reversi: Attempt to account for screen aspect, add preliminary absolute touch...
Karl Kurbjun
2
-43
/
+80
2009-07-29
Fix FS#5230 - reinit the opto-i2c after disabling hold so the buttons work again
Jonathan Gordon
1
-0
/
+1
2009-07-28
Clean up a lot of old and ugly comments. Wrap some long lines. Remove unnee...
Michael Giacomelli
4
-186
/
+182
2009-07-27
Meizu: fix mask for GPIO function selection used for fmradio
Bertrik Sikken
1
-2
/
+2
2009-07-27
Jz4740 timer driver: only init timer in timer_set() when start is true
Maurus Cuelenaere
1
-12
/
+19
2009-07-27
Jz4740 PCM driver: do 32-bit or 16-bit burst sizes if 16-byte ones won't fit ...
Maurus Cuelenaere
1
-8
/
+56
2009-07-27
Upps, fix to r22071
Johannes Schwarz
1
-1
/
+4
2009-07-27
Jz4740 PCM driver: check whether pcm_callback_for_more isn't NULL (fixes metr...
Maurus Cuelenaere
1
-3
/
+5
2009-07-27
Fix some tiny bugs in the help screen from solitaire and star
Johannes Schwarz
2
-7
/
+29
2009-07-27
Lua: implement the ^ and % operators
Maurus Cuelenaere
2
-22
/
+33
2009-07-27
this file isnt used anymore and should have been removed with the rest of the...
Jonathan Gordon
1
-546
/
+0
2009-07-27
Touchscreen targets: add basic progress bar & volume handling
Maurus Cuelenaere
4
-25
/
+84
2009-07-27
Change enum codecs in apps/codecs/librm/rm.h to follow the coding guidelines.
Mohamed Tarek
3
-8
/
+8
2009-07-27
Change the naming scheme for codecs found in different containers.
Mohamed Tarek
6
-16
/
+16
2009-07-27
Fix a bug spotted by Maurus Cuelenaere; rockbox crashed on viewing the porper...
Mohamed Tarek
2
-2
/
+3
[next]