index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
target
/
hosted
/
sdl
Age
Commit message (
Expand
)
Author
2010-12-29
Return thread ID as a string for name when a thread isn't named or name canno...
Michael Sevakis
2010-12-29
interrupt_level should've been volatile as well when I changed this file. Obt...
Michael Sevakis
2010-12-28
UISimulator: Need a 'while' not an 'if' in sim_enter_irq_handler. Add comment...
Michael Sevakis
2010-12-27
Vastly increase speed of SDL screen updates for RGB565.
Thomas Martitz
2010-12-27
Return interval in the SDL timer callback as it should happen in periodic tim...
Thomas Martitz
2010-12-08
MPIO HD300 simulator. FS#11796 by Michael Leslie
Marcin Bukat
2010-12-02
Change the gcc options for sdl builds to allow for gnu99 features, it needs s...
Thomas Martitz
2010-11-10
Touchscreen: Improved scroll threshold
Thomas Martitz
2010-11-05
Make --zoom option of the sdl port correctly work with mouse clicks.
Thomas Martitz
2010-10-21
HDD6330: add the simulator.
Szymon Dziok
2010-10-13
fix button maps and assign some buttons for uisimulator.
Teruaki Kawashima
2010-08-26
Move to a proper sdl key config instead of using the d2 pad. make the mouse w...
Jonathan Gordon
2010-08-12
Move memset6() declaration to string-extra.h, kills a warning compiling for a...
Thomas Martitz
2010-07-15
Don't duplicate byteswap code. Invent system where NEED_GENERIC_BYTESWAPS is ...
Nils Wallménius
2010-07-10
Fix red in app builds
Thomas Martitz
2010-07-10
SDL: fix typo
Rafaël Carré
2010-07-10
SDL enhancements:
Rafaël Carré
2010-07-06
Rockbox as an application: Add an 320x240 SDL application target.
Thomas Martitz
2010-07-04
sim: add spdif_measure_frequency() stub for HAVE_SPDIF_IN
Rafaël Carré
2010-07-04
Simulator: build recording code
Rafaël Carré
2010-06-17
Switch iPod 3G to use EABI toolchain. Make necessary threading changes to avo...
Michael Sevakis
2010-06-15
SDL target: remove mouse polling and replace it with an event-based mechanism...
Maurus Cuelenaere
2010-06-06
Fix most reds, I have no idea what's wrong with the gigabeats (yet).
Thomas Martitz
2010-06-06
Move target-simulating specific keymaps out of button-sdl.c into a file per
Thomas Martitz
2010-06-05
Mini2440: Fix simulator. It's touchscreen so there's button clashes when tryi...
Thomas Martitz
2010-05-27
Simulator: get rid of SDL_mutex* parameter to sim_do_exit.
Michael Sevakis
2010-05-27
SDL Simulator: Get thread shutdown and properly handled and fix a minor memor...
Michael Sevakis
2010-05-26
UISimulator: cleaner startup using semaphore only to tell when event_thread i...
Michael Sevakis
2010-05-26
Since the sdl to target tree move, the main thread cannot be removed anymore,
Thomas Martitz
2010-05-25
sdl: call SDL_Quit() before exiting when receiving the SDL_QUIT event. It is ...
Amaury Pouly
2010-05-24
Cleanup r26253 red and yellow.
Michael Sevakis
2010-05-24
Make PCM->driver interface about as simple as it will get. Registered callbac...
Michael Sevakis
2010-05-18
Rename sdl lcd initialization to (remote_)lcd_init_device which enables remov...
Thomas Martitz
2010-05-17
A bit further cleanup in system-sdl.c.
Thomas Martitz
2010-05-17
Fix another warning which strangely only occurs on cygwin.
Thomas Martitz
2010-05-17
Restore changes of r25809 that got lost in the target tree movement and fix s...
Thomas Martitz
2010-05-17
Fix FS#11280
Thomas Martitz
2010-05-16
memset is in string.h, not memory.h.
Thomas Martitz
2010-05-16
Fix building on cygwin.
Thomas Martitz
2010-05-15
Correct button_read_device prototype for HAVE_BUTTON_DATA.
Thomas Martitz
2010-05-15
Fix last reds, database tool definitely needs rework.
Thomas Martitz
2010-05-15
- Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...
Thomas Martitz