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