summaryrefslogtreecommitdiffstats
path: root/firmware/target/hosted/sdl/button-sdl.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-06Rockbox as an application: Add an 320x240 SDL application target.Thomas Martitz1-2/+2
2010-06-15SDL target: remove mouse polling and replace it with an event-based mechanism...Maurus Cuelenaere1-35/+31
2010-06-06Fix most reds, I have no idea what's wrong with the gigabeats (yet).Thomas Martitz1-1/+33
2010-06-06Move target-simulating specific keymaps out of button-sdl.c into a file perThomas Martitz1-1659/+11
2010-06-05Mini2440: Fix simulator. It's touchscreen so there's button clashes when tryi...Thomas Martitz1-34/+1
2010-05-27SDL Simulator: Get thread shutdown and properly handled and fix a minor memor...Michael Sevakis1-3/+4
2010-05-26Since the sdl to target tree move, the main thread cannot be removed anymore,Thomas Martitz1-1/+0
2010-05-25sdl: call SDL_Quit() before exiting when receiving the SDL_QUIT event. It is ...Amaury Pouly1-0/+1
2010-05-17Fix FS#11280Thomas Martitz1-6/+8
2010-05-16Fix building on cygwin.Thomas Martitz1-0/+1
2010-05-15- Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...Thomas Martitz1-0/+2018