index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
target
/
hosted
/
sdl
/
button-sdl.c
Age
Commit message (
Expand
)
Author
2020-08-24
SDL: If our eventloop fails, log the reason!
Solomon Peachy
2020-07-24
[2/4] get rid of HAVE_LCD_CHARCELLS
Solomon Peachy
2020-07-06
sdl: Get rid of duplicate instantiation of 'button_queue'
Solomon Peachy
2020-04-05
simulator: Fix sim build for sdl/hosted targets
Solomon Peachy
2014-03-18
Fix (unintentional) linkage of HAVE_BUTTON_DATA with HAVE_TOUCHSCREEN
Sebastian Leonhardt
2014-02-23
simulator: Simulate external storage for HAVE_MULTIDRIVE.
Thomas Martitz
2014-02-23
storage: Add STORAGE_HOSTFS
Thomas Martitz
2014-02-02
sim/sdlapp: Do not quit immediately on panicf, but wait for quit.
Thomas Martitz
2013-09-05
fix red
Amaury Pouly
2013-09-05
touch devices: Disable touch on softlock.
Jean-Louis Biasini
2012-01-07
Only use lcd-remote.h #ifdef HAVE_REMOTE_LCD
Rafaël Carré
2011-11-17
Fix yellow.
Thomas Martitz
2011-11-17
Remove sim_tasks from the sdl application build.
Thomas Martitz
2011-11-17
Simulate usb plugging on the sim better using sim_tasks.
Thomas Martitz
2011-10-28
Fix FS#12351: The poweroff timer was not reset on scroll wheel activity for e...
Andree Buschmann
2011-09-08
Exit of SDL_WaitEvent() returns an error.
Thomas Martitz
2011-08-14
Remove a couple of duplicate #includes
Bertrik Sikken
2011-02-28
Hopefully get shutdown/exit handling on SDL/maemo right.
Thomas Martitz
2011-02-28
Pandora port: Exit rockbox by pressing the SELECT button
Thomas Jarosch
2011-02-19
N900: Prevent stuck up/down keys on systems with shared up/down cursor mapping
Thomas Jarosch
2011-02-18
Fix red caused by incorrect includes.
Thomas Martitz
2011-02-15
Fix the shutdown sequence for maemo, SDL and simulator builds
Thomas Jarosch
2011-02-08
Initial maemo platform support
Thomas Jarosch
2010-11-05
Make --zoom option of the sdl port correctly work with mouse clicks.
Thomas Martitz
2010-08-26
Move to a proper sdl key config instead of using the d2 pad. make the mouse w...
Jonathan Gordon
2010-07-10
Fix red in app builds
Thomas Martitz
2010-07-10
SDL: fix typo
Rafaël Carré
2010-07-10
SDL enhancements:
Rafaël Carré
2010-07-06
Rockbox as an application: Add an 320x240 SDL application target.
Thomas Martitz
2010-06-15
SDL target: remove mouse polling and replace it with an event-based mechanism...
Maurus Cuelenaere
2010-06-06
Fix most reds, I have no idea what's wrong with the gigabeats (yet).
Thomas Martitz
2010-06-06
Move target-simulating specific keymaps out of button-sdl.c into a file per
Thomas Martitz
2010-06-05
Mini2440: Fix simulator. It's touchscreen so there's button clashes when tryi...
Thomas Martitz
2010-05-27
SDL Simulator: Get thread shutdown and properly handled and fix a minor memor...
Michael Sevakis
2010-05-26
Since the sdl to target tree move, the main thread cannot be removed anymore,
Thomas Martitz
2010-05-25
sdl: call SDL_Quit() before exiting when receiving the SDL_QUIT event. It is ...
Amaury Pouly
2010-05-17
Fix FS#11280
Thomas Martitz
2010-05-16
Fix building on cygwin.
Thomas Martitz
2010-05-15
- Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...
Thomas Martitz