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
/
uisimulator
/
sdl
/
uisdl.c
Age
Commit message (
Expand
)
Author
2008-04-15
Setup the touchpads to have two modes - stylus and button - and set them in b...
Jonathan Gordon
2008-03-25
Add a complete priority inheritance implementation to the scheduler (all mute...
Michael Sevakis
2007-12-03
Simplify the uisimulator I/O routine and let the rockbox thread calling the f...
Michael Sevakis
2007-11-11
fix fs#8131 - if --debugwps is used with the sim, the mouse coordinates will ...
Jonathan Gordon
2007-11-08
Add --root option to allow overriding of simulator root menu.
Steve Bavin
2007-10-26
Implement as genuine a set_irq_level function for the sim as possible. The yi...
Michael Sevakis
2007-10-13
Fixes a problem where the sim would try to start the WPS on HAVE_RTC_ALARM si...
Jonathan Gordon
2007-09-10
Accept FS #7750: simulator: add missing newlines after SDL errors
Peter D'Hoye
2007-09-10
UISIMULATOR: Do a graceful shutdown of all threads and avoid (mostly lockup) ...
Michael Sevakis
2007-09-09
UISIMULATOR: Give the host OS some needed context switching hints (which _is_...
Michael Sevakis
2007-09-08
Sim I/O and threading that runs more like on target. Tweakable if any genuine...
Michael Sevakis
2007-07-22
Add a verbosity level command line option to the chackwps tool. This should m...
Nicolas Pennequin
2007-04-24
Add a new commandline switch to the simulator: "--debugwps". It enables print...
Nicolas Pennequin
2007-03-31
Charcell lcd driver: Preparations for switching to non-immediate LCD updates,...
Jens Arnold
2007-02-20
Fix build errors.
Barry Wardell
2006-10-22
Make the SDL simulator a console app on cygwin, and circumvent SDL_main. Debu...
Jens Arnold
2006-07-28
X5 remote LCD drawing. This will break target linking atm - lcd_remote_update...
Jens Arnold
2006-03-19
code policed // comments
Daniel Stenberg
2006-03-17
Fix some incorrectly declared functions in the sim.
Dan Everton
2006-02-21
using --zoom with no number given defaults to 2 and no longer segfaults
Daniel Stenberg
2006-02-21
Proper working sound in the SDL sim. Add option to write raw audio to a file,...
Dan Everton
2006-02-13
Backlight support for 8-bit targets in SDL sim. Redo sound handling. Still do...
Dan Everton
2006-02-09
Refactor SDL sim source so drawing routines are written once. Split bitmap, r...
Dan Everton
2006-02-09
Made backgrounds runtime optional in SDL sim. Use --background to turn them o...
Dan Everton
2006-02-03
Patch #1417462 by Dan Everton - Improved SDL simulator
Linus Nielsen Feltzing
2006-01-09
SDL simulator brought by Nathan Hand and Nick Lanham. This is added as a third
Daniel Stenberg