summaryrefslogtreecommitdiffstats
path: root/uisimulator/sdl/uisdl.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-09Put the display colours for monochrome and greyscale targets into the target ...Jens Arnold1-8/+4
2009-01-08The simulator background logic is now reversed, such that it defaults to bein...Jonas Häggqvist1-5/+5
2008-12-04Sansa Clip Simulator: emulate the real screen at the price of some CPU (FS#9521)Rafaël Carré1-1/+5
2008-08-23Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREENMaurus Cuelenaere1-2/+2
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-15Setup the touchpads to have two modes - stylus and button - and set them in b...Jonathan Gordon1-0/+6
2008-03-25Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis1-37/+1
2007-12-03Simplify the uisimulator I/O routine and let the rockbox thread calling the f...Michael Sevakis1-6/+0
2007-11-11fix fs#8131 - if --debugwps is used with the sim, the mouse coordinates will ...Jonathan Gordon1-0/+8
2007-11-08Add --root option to allow overriding of simulator root menu.Steve Bavin1-11/+37
2007-10-26Implement as genuine a set_irq_level function for the sim as possible. The yi...Michael Sevakis1-1/+16
2007-10-13Fixes a problem where the sim would try to start the WPS on HAVE_RTC_ALARM si...Jonathan Gordon1-0/+5
2007-09-10Accept FS #7750: simulator: add missing newlines after SDL errorsPeter D'Hoye1-2/+2
2007-09-10UISIMULATOR: Do a graceful shutdown of all threads and avoid (mostly lockup) ...Michael Sevakis1-18/+15
2007-09-09UISIMULATOR: Give the host OS some needed context switching hints (which _is_...Michael Sevakis1-3/+3
2007-09-08Sim I/O and threading that runs more like on target. Tweakable if any genuine...Michael Sevakis1-9/+6
2007-07-22Add a verbosity level command line option to the chackwps tool. This should m...Nicolas Pennequin1-0/+1
2007-04-24Add a new commandline switch to the simulator: "--debugwps". It enables print...Nicolas Pennequin1-1/+7
2007-03-31Charcell lcd driver: Preparations for switching to non-immediate LCD updates,...Jens Arnold1-1/+1
2007-02-20Fix build errors.Barry Wardell1-1/+1
2006-10-22Make the SDL simulator a console app on cygwin, and circumvent SDL_main. Debu...Jens Arnold1-0/+5
2006-07-28X5 remote LCD drawing. This will break target linking atm - lcd_remote_update...Jens Arnold1-1/+1
2006-03-19code policed // commentsDaniel Stenberg1-2/+2
2006-03-17Fix some incorrectly declared functions in the sim.Dan Everton1-2/+2
2006-02-21using --zoom with no number given defaults to 2 and no longer segfaultsDaniel Stenberg1-1/+4
2006-02-21Proper working sound in the SDL sim. Add option to write raw audio to a file,...Dan Everton1-2/+8
2006-02-13Backlight support for 8-bit targets in SDL sim. Redo sound handling. Still do...Dan Everton1-18/+1
2006-02-09Refactor SDL sim source so drawing routines are written once. Split bitmap, r...Dan Everton1-7/+31
2006-02-09Made backgrounds runtime optional in SDL sim. Use --background to turn them o...Dan Everton1-12/+53
2006-02-03Patch #1417462 by Dan Everton - Improved SDL simulatorLinus Nielsen Feltzing1-164/+123
2006-01-09SDL simulator brought by Nathan Hand and Nick Lanham. This is added as a thirdDaniel Stenberg1-0/+226