summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/sdl
AgeCommit message (Expand)Author
2011-09-01Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis
2011-08-14Remove a couple of duplicate #includesBertrik Sikken
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis
2011-05-25Fix SDL touch screen handling on the screen edgesThomas Jarosch
2011-04-16Define LCD dpi for n900, n8xx and the pandoraThomas Jarosch
2011-03-05Change the thread api a bit.Thomas Martitz
2011-03-05Add svn:keywords to firmware/target/hosted source filesThomas Jarosch
2011-03-03Fix compilation issues for sdl when HAVE_BUTTON_DATA is not definedFrank Gevaerts
2011-03-01Expose sys_poweroff() and cancel_shutdown() to RaaA. Hopefully fixes android ...Thomas Jarosch
2011-02-28brackets are important! fix the mouse being hidden in simsJonathan Gordon
2011-02-28Hopefully get shutdown/exit handling on SDL/maemo right.Thomas Martitz
2011-02-28Pandora port: Exit rockbox by pressing the SELECT buttonThomas Jarosch
2011-02-27RaaA: Add initial Pandora supportThomas Jarosch
2011-02-19N900: Prevent stuck up/down keys on systems with shared up/down cursor mappingThomas Jarosch
2011-02-18Fix red caused by incorrect includes.Thomas Martitz
2011-02-18Implement cooperative threads on hosted platforms using C code.Thomas Martitz
2011-02-15Fix the shutdown sequence for maemo, SDL and simulator buildsThomas Jarosch
2011-02-08Initial maemo platform supportThomas Jarosch
2011-01-20Fix FS#11881. Patch by Thomas JaroschThomas Martitz
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