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
/
target
/
hosted
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-16
Android: Implement app shutdown and thus, sleep timer.
Thomas Martitz
2
-6
/
+32
2011-03-16
Android: Partly revert r29569 and only call the new getJavaEnvironment() when...
Thomas Martitz
7
-39
/
+42
2011-03-14
Listen to and follow external Android volume changes. (Based on FS#11914 by M...
Björn Stenberg
1
-0
/
+25
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
2
-0
/
+6
2011-03-08
Return -1 for not implemented RTC functions.
Thomas Martitz
1
-1
/
+1
2011-03-08
RaaA: Add RTC support
Thomas Jarosch
1
-0
/
+40
2011-03-08
Bring idle poweroff to RaaA and the sim
Thomas Jarosch
3
-15
/
+1
2011-03-05
Android: Fix black display after unzipping libmisc.so.
Thomas Martitz
1
-2
/
+0
2011-03-05
Change the thread api a bit.
Thomas Martitz
1
-10
/
+12
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 compilation issues for sdl when HAVE_BUTTON_DATA is not defined
Frank Gevaerts
1
-0
/
+4
2011-03-02
Introduce "power" thread for RaaA
Thomas Jarosch
2
-5
/
+57
2011-03-01
Expose sys_poweroff() and cancel_shutdown() to RaaA. Hopefully fixes android ...
Thomas Jarosch
2
-10
/
+0
2011-02-28
Move sleep timer code outside of PLATFORM_NATIVE ifdef so RaaA can access it
Thomas Jarosch
1
-11
/
+0
2011-02-28
brackets are important! fix the mouse being hidden in sims
Jonathan Gordon
1
-1
/
+1
2011-02-28
Hopefully get shutdown/exit handling on SDL/maemo right.
Thomas Martitz
5
-41
/
+45
2011-02-28
Pandora port: Exit rockbox by pressing the SELECT button
Thomas Jarosch
1
-0
/
+6
2011-02-27
RaaA: Add initial Pandora support
Thomas Jarosch
2
-3
/
+3
2011-02-23
Android:
Thomas Martitz
2
-53
/
+54
2011-02-19
Android: Rewrite lcd subsystem to use the SurfaceView API.
Thomas Martitz
2
-81
/
+61
2011-02-19
N900: Prevent stuck up/down keys on systems with shared up/down cursor mapping
Thomas Jarosch
1
-1
/
+15
2011-02-18
Fix red caused by incorrect includes.
Thomas Martitz
1
-1
/
+1
2011-02-18
Implement cooperative threads on hosted platforms using C code.
Thomas Martitz
7
-14
/
+461
2011-02-15
Fix the shutdown sequence for maemo, SDL and simulator builds
Thomas Jarosch
2
-0
/
+11
2011-02-08
Initial maemo platform support
Thomas Jarosch
8
-2
/
+822
2011-01-29
Add widgets to android port.
Antoine Cellerier
1
-1
/
+1
2011-01-20
Fix FS#11881. Patch by Thomas Jarosch
Thomas Martitz
1
-1
/
+2
2010-12-29
Return thread ID as a string for name when a thread isn't named or name canno...
Michael Sevakis
1
-2
/
+2
2010-12-29
interrupt_level should've been volatile as well when I changed this file. Obt...
Michael Sevakis
1
-1
/
+1
2010-12-28
UISimulator: Need a 'while' not an 'if' in sim_enter_irq_handler. Add comment...
Michael Sevakis
1
-5
/
+14
2010-12-27
Vastly increase speed of SDL screen updates for RGB565.
Thomas Martitz
2
-9
/
+40
2010-12-27
Return interval in the SDL timer callback as it should happen in periodic tim...
Thomas Martitz
1
-1
/
+1
2010-12-23
RaaA: Improve tagcache search to make the database built.
Thomas Martitz
1
-12
/
+23
2010-12-13
Android: Protect lcd updates with a mutex.
Thomas Martitz
1
-0
/
+6
2010-12-10
Android: Replace the java based tick timer implemented with a not as bloated ...
Thomas Martitz
3
-51
/
+63
2010-12-08
MPIO HD300 simulator. FS#11796 by Michael Leslie
Marcin Bukat
1
-0
/
+7
2010-12-06
Get rid of get_user_file_path and do the path handling in wrappers for open()...
Thomas Martitz
2
-4
/
+18
2010-12-04
Android: Fix yellow
Thomas Martitz
1
-1
/
+1
2010-12-02
Android: Make lcd updates synchronous, doesn't make it faster but smoother (n...
Thomas Martitz
1
-10
/
+35
2010-12-02
Change the gcc options for sdl builds to allow for gnu99 features, it needs s...
Thomas Martitz
1
-2
/
+2
2010-11-12
Android: Change how detecting call state (introduced in r27746) works, from p...
Thomas Martitz
3
-24
/
+70
[next]