summaryrefslogtreecommitdiffstats
path: root/firmware/target/hosted/sdl
AgeCommit message (Expand)AuthorFilesLines
2010-12-08MPIO HD300 simulator. FS#11796 by Michael LeslieMarcin Bukat1-0/+7
2010-12-02Change the gcc options for sdl builds to allow for gnu99 features, it needs s...Thomas Martitz1-2/+2
2010-11-10Touchscreen: Improved scroll thresholdThomas Martitz1-0/+6
2010-11-05Make --zoom option of the sdl port correctly work with mouse clicks.Thomas Martitz1-7/+15
2010-10-21HDD6330: add the simulator.Szymon Dziok1-0/+7
2010-10-13fix button maps and assign some buttons for uisimulator.Teruaki Kawashima2-2/+7
2010-08-26Move to a proper sdl key config instead of using the d2 pad. make the mouse w...Jonathan Gordon4-27/+93
2010-08-12Move memset6() declaration to string-extra.h, kills a warning compiling for a...Thomas Martitz1-1/+1
2010-07-15Don't duplicate byteswap code. Invent system where NEED_GENERIC_BYTESWAPS is ...Nils Wallménius1-0/+3
2010-07-10Fix red in app buildsThomas Martitz1-1/+1
2010-07-10SDL: fix typoRafaël Carré1-1/+1
2010-07-10SDL enhancements:Rafaël Carré3-99/+127
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