summaryrefslogtreecommitdiffstats
path: root/firmware/target/hosted/sdl
AgeCommit message (Expand)AuthorFilesLines
2010-07-06Rockbox as an application: Add an 320x240 SDL application target.Thomas Martitz11-2/+346
2010-07-04sim: add spdif_measure_frequency() stub for HAVE_SPDIF_INRafaël Carré1-0/+9
2010-07-04Simulator: build recording codeRafaël Carré1-4/+11
2010-06-17Switch iPod 3G to use EABI toolchain. Make necessary threading changes to avo...Michael Sevakis1-0/+5
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-27Simulator: get rid of SDL_mutex* parameter to sim_do_exit.Michael Sevakis3-14/+22
2010-05-27SDL Simulator: Get thread shutdown and properly handled and fix a minor memor...Michael Sevakis4-29/+90
2010-05-26UISimulator: cleaner startup using semaphore only to tell when event_thread i...Michael Sevakis1-26/+11
2010-05-26Since the sdl to target tree move, the main thread cannot be removed anymore,Thomas Martitz2-2/+6
2010-05-25sdl: call SDL_Quit() before exiting when receiving the SDL_QUIT event. It is ...Amaury Pouly1-0/+1
2010-05-24Cleanup r26253 red and yellow.Michael Sevakis1-1/+1
2010-05-24Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis1-16/+2
2010-05-18Rename sdl lcd initialization to (remote_)lcd_init_device which enables remov...Thomas Martitz5-9/+6
2010-05-17A bit further cleanup in system-sdl.c.Thomas Martitz1-3/+2
2010-05-17Fix another warning which strangely only occurs on cygwin.Thomas Martitz1-0/+1
2010-05-17Restore changes of r25809 that got lost in the target tree movement and fix s...Thomas Martitz2-3/+8
2010-05-17Fix FS#11280Thomas Martitz3-13/+73
2010-05-16memset is in string.h, not memory.h.Thomas Martitz1-1/+1
2010-05-16Fix building on cygwin.Thomas Martitz1-0/+1
2010-05-15Correct button_read_device prototype for HAVE_BUTTON_DATA.Thomas Martitz1-0/+4
2010-05-15Fix last reds, database tool definitely needs rework.Thomas Martitz1-0/+2
2010-05-15- Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...Thomas Martitz18-0/+4963