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
path:
root
/
firmware
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-12
Android: allocate native_buffer locally, which does away with the need to hold
Maurus Cuelenaere
1
-6
/
+9
2011-03-11
Android: Switch to pthread_cond+SIGEV_THREAD for tick task handling.
Thomas Martitz
1
-26
/
+19
2011-03-11
Create GlobalRef in surfaceCreated, in accordance to r29572.
Thomas Martitz
1
-8
/
+3
2011-03-11
Android: delete the global reference in surfaceDestroyed
Maurus Cuelenaere
2
-14
/
+5
2011-03-11
Android: no need to keep RockboxPCM_class around
Maurus Cuelenaere
1
-2
/
+1
2011-03-11
Partly revert "Android: use NewGlobalRef for references that are used globally"
Maurus Cuelenaere
3
-28
/
+8
2011-03-11
Android: Don't share the JNI environment across threads, but obtain it the
Maurus Cuelenaere
7
-8
/
+44
2011-03-11
Android: use NewGlobalRef for references that are used globally
Maurus Cuelenaere
3
-12
/
+43
2011-03-10
Enable volume keys in Android.
Björn Stenberg
3
-0
/
+9
2011-03-10
Enable A-B repeat on nano2g
Frank Gevaerts
1
-2
/
+2
2011-03-10
Don't compile handle_sleep_timer() code for the bootloader
Thomas Jarosch
1
-0
/
+2
2011-03-10
Don't call apps/ code from firmware/
Thomas Jarosch
1
-7
/
+1
2011-03-08
Return -1 for not implemented RTC functions.
Thomas Martitz
2
-2
/
+2
2011-03-08
RaaA: Add RTC support
Thomas Jarosch
7
-0
/
+56
2011-03-08
Bring idle poweroff to RaaA and the sim
Thomas Jarosch
5
-33
/
+18
2011-03-08
Move handle_auto_poweroff() down so RaaA can call it.
Thomas Jarosch
1
-53
/
+60
2011-03-08
Merge lcd_{alpha,mono}_bitmap_part() for both lcd-16bit. Add small loop optim...
Thomas Martitz
3
-965
/
+531
2011-03-05
Android: Fix black display after unzipping libmisc.so.
Thomas Martitz
1
-2
/
+0
2011-03-05
Add viewport clipping to lcd_alpha_bitmap_part as lcd_mono_bitmap_part also has.
Thomas Martitz
2
-4
/
+65
2011-03-05
Add lcd_alpha_bitmap_part suitable for vertical stride 16bit lcd.
Thomas Martitz
1
-0
/
+258
2011-03-05
Anti-Aliased Fonts support.
Thomas Martitz
4
-15
/
+281
2011-03-05
Change the thread api a bit.
Thomas Martitz
8
-48
/
+58
2011-03-05
Add rockbox copyright header with proper credits for kugel
Thomas Jarosch
1
-1
/
+23
2011-03-05
Add svn:keywords to firmware/target/hosted source files
Thomas Jarosch
1
-1
/
+1
2011-03-03
Fix FS#11973. iPod nano1G needed reboot after entering record mode to have au...
Andree Buschmann
2
-53
/
+51
2011-03-03
Fix compilation issues for sdl when HAVE_BUTTON_DATA is not defined
Frank Gevaerts
1
-0
/
+4
2011-03-03
Fix red in bootloader
Thomas Jarosch
1
-1
/
+5
2011-03-03
Fix bookmark creation on sleep timer. Fixes FS#11493
Thomas Jarosch
1
-2
/
+3
2011-03-02
RaaA: Fix write locations of plugins
Thomas Jarosch
2
-0
/
+17
2011-03-02
Remove redundant function prototype
Thomas Jarosch
1
-1
/
+0
2011-03-02
Fix red on Archos Recorder
Thomas Jarosch
1
-0
/
+3
2011-03-02
Fix red
Thomas Jarosch
1
-1
/
+1
2011-03-02
Introduce "power" thread for RaaA
Thomas Jarosch
4
-8
/
+63
2011-03-02
Enable hotkey on all the touchscreen targets
Jonathan Gordon
5
-5
/
+5
2011-03-02
Fix pretty colors from r29492 - PP5002 need sems too.
Michael Sevakis
1
-1
/
+1
2011-03-02
Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...
Michael Sevakis
34
-292
/
+276
2011-03-01
Fix red - 2nd try. Use same ifdef style as in firmware/drivers/pcf50606.c
Thomas Jarosch
1
-4
/
+2
2011-03-01
Fix red
Thomas Jarosch
1
-0
/
+2
2011-03-01
Expose sys_poweroff() and cancel_shutdown() to RaaA. Hopefully fixes android ...
Thomas Jarosch
3
-12
/
+3
2011-03-01
Move drivers/i2c.c into target tree as it contains SH specific bits. Leave as...
Marcin Bukat
2
-1
/
+1
2011-03-01
Move ata_mmc.c into target tree as it is SH (ondio) specific. Associated head...
Marcin Bukat
2
-3
/
+1
2011-03-01
Switch off ATA DMA for all PP targets. There is sufficient evidence that ATA ...
Andree Buschmann
15
-15
/
+15
2011-03-01
iPod Classic: Use DMA (and double buffering) for LCD updates
Michael Sparmann
2
-134
/
+103
2011-03-01
iPod Classic: Disable boosting, it seems to cause random lockups
Michael Sparmann
1
-1
/
+1
2011-02-28
Fix red
Thomas Jarosch
1
-3
/
+3
2011-02-28
Move sleep timer code outside of PLATFORM_NATIVE ifdef so RaaA can access it
Thomas Jarosch
3
-55
/
+51
2011-02-28
iPod Classic: Enable RGB LCD update assembler code
Michael Sparmann
1
-4
/
+0
2011-02-28
iPod Classic: Fix YUV blitting. Mpegplayer works now.
Michael Sparmann
3
-5
/
+10
2011-02-28
brackets are important! fix the mouse being hidden in sims
Jonathan Gordon
1
-1
/
+1
2011-02-28
Added dummy autoconf.h for fat test.
Björn Stenberg
1
-0
/
+9
[prev]
[next]