summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/sdl/button-sdl.c
AgeCommit message (Expand)Author
2020-08-24SDL: If our eventloop fails, log the reason!Solomon Peachy
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy
2020-07-06sdl: Get rid of duplicate instantiation of 'button_queue'Solomon Peachy
2020-04-05simulator: Fix sim build for sdl/hosted targetsSolomon Peachy
2014-03-18Fix (unintentional) linkage of HAVE_BUTTON_DATA with HAVE_TOUCHSCREENSebastian Leonhardt
2014-02-23simulator: Simulate external storage for HAVE_MULTIDRIVE.Thomas Martitz
2014-02-23storage: Add STORAGE_HOSTFSThomas Martitz
2014-02-02sim/sdlapp: Do not quit immediately on panicf, but wait for quit.Thomas Martitz
2013-09-05fix redAmaury Pouly
2013-09-05touch devices: Disable touch on softlock.Jean-Louis Biasini
2012-01-07Only use lcd-remote.h #ifdef HAVE_REMOTE_LCDRafaël Carré
2011-11-17Fix yellow.Thomas Martitz
2011-11-17Remove sim_tasks from the sdl application build.Thomas Martitz
2011-11-17Simulate usb plugging on the sim better using sim_tasks.Thomas Martitz
2011-10-28Fix FS#12351: The poweroff timer was not reset on scroll wheel activity for e...Andree Buschmann
2011-09-08Exit of SDL_WaitEvent() returns an error.Thomas Martitz
2011-08-14Remove a couple of duplicate #includesBertrik Sikken
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-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-15Fix the shutdown sequence for maemo, SDL and simulator buildsThomas Jarosch
2011-02-08Initial maemo platform supportThomas Jarosch
2010-11-05Make --zoom option of the sdl port correctly work with mouse clicks.Thomas Martitz
2010-08-26Move to a proper sdl key config instead of using the d2 pad. make the mouse w...Jonathan Gordon
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-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-27SDL Simulator: Get thread shutdown and properly handled and fix a minor memor...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-17Fix FS#11280Thomas Martitz
2010-05-16Fix building on cygwin.Thomas Martitz
2010-05-15- Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...Thomas Martitz