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
/
sdl
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-05
Mini2440: Fix simulator. It's touchscreen so there's button clashes when tryi...
Thomas Martitz
1
-34
/
+1
2010-05-27
Simulator: get rid of SDL_mutex* parameter to sim_do_exit.
Michael Sevakis
3
-14
/
+22
2010-05-27
SDL Simulator: Get thread shutdown and properly handled and fix a minor memor...
Michael Sevakis
4
-29
/
+90
2010-05-26
UISimulator: cleaner startup using semaphore only to tell when event_thread i...
Michael Sevakis
1
-26
/
+11
2010-05-26
Since the sdl to target tree move, the main thread cannot be removed anymore,
Thomas Martitz
2
-2
/
+6
2010-05-25
sdl: call SDL_Quit() before exiting when receiving the SDL_QUIT event. It is ...
Amaury Pouly
1
-0
/
+1
2010-05-24
Cleanup r26253 red and yellow.
Michael Sevakis
1
-1
/
+1
2010-05-24
Make PCM->driver interface about as simple as it will get. Registered callbac...
Michael Sevakis
1
-16
/
+2
2010-05-18
Rename sdl lcd initialization to (remote_)lcd_init_device which enables remov...
Thomas Martitz
5
-9
/
+6
2010-05-17
A bit further cleanup in system-sdl.c.
Thomas Martitz
1
-3
/
+2
2010-05-17
Fix another warning which strangely only occurs on cygwin.
Thomas Martitz
1
-0
/
+1
2010-05-17
Restore changes of r25809 that got lost in the target tree movement and fix s...
Thomas Martitz
2
-3
/
+8
2010-05-17
Fix FS#11280
Thomas Martitz
3
-13
/
+73
2010-05-16
memset is in string.h, not memory.h.
Thomas Martitz
1
-1
/
+1
2010-05-16
Fix building on cygwin.
Thomas Martitz
1
-0
/
+1
2010-05-15
Correct button_read_device prototype for HAVE_BUTTON_DATA.
Thomas Martitz
1
-0
/
+4
2010-05-15
Fix last reds, database tool definitely needs rework.
Thomas Martitz
1
-0
/
+2
2010-05-15
- Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...
Thomas Martitz
18
-0
/
+4963