summaryrefslogtreecommitdiffstats
path: root/uisimulator
AgeCommit message (Expand)AuthorFilesLines
2009-08-17M:Robe 500: Correct UI simulator.Karl Kurbjun2-6/+6
2009-08-09Remove underscore from YH modelnames as discussed on IRC.Dominik Riebeling3-0/+0
2009-07-26initial commit of remote support for m:robe 100 courtesy of lowlight; simulat...Robert Kukla5-11/+30
2009-07-08Make the Sansa Clip and Fuze sim keymapping more like other Sansas with regar...Thomas Martitz1-1/+7
2009-07-07Change the button definitions for the SA9200 sim tooMark Arigo1-4/+4
2009-06-29Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré1-2/+1
2009-06-19Philips SA9200: add the UI simMark Arigo3-1/+44
2009-06-18c200v2 simulatorRafaël Carré2-1/+5
2009-06-17Commit FS#10324 from Jeffrey Goode.Dan Everton1-1/+12
2009-06-15Onda VX747 simulator: add some more usefull keysMaurus Cuelenaere1-0/+3
2009-06-13M:Robe 500: Fix up 256 color blitting when in portrait mode, fix a mistake in...Karl Kurbjun1-0/+11
2009-05-253 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio wor...Mark Arigo5-0/+54
2009-05-05Remove an #ifdef SIMULATOR in favor of using a stubThomas Martitz2-0/+6
2009-04-29Fix reds. libuisimulator.a apparently needs to be linked twice (aka quick fix...Thomas Martitz1-2/+3
2009-04-29Simulate lcd_enable and lcd_sleep in the simulator. Therefore, turn backlight...Thomas Martitz6-52/+157
2009-04-26Set keywords and eol-style properties for the new backlight-sim.h.Thomas Martitz1-1/+1
2009-04-26Move the sim stubs into a seperate file to clean backlight.c up a bit.Thomas Martitz1-0/+68
2009-04-20beginings of a working touchscreen interface for the WPS. 2 new tags:Jonathan Gordon1-0/+6
2009-04-18M:Robe 500: Cleanup the simulator image.Karl Kurbjun2-5/+5
2009-04-05Add a few simulator keys for the e200 (in case you don't have a numpad)Antoine Cellerier1-0/+4
2009-03-17Actually do the renaming of the stub.Thomas Martitz1-1/+1
2009-03-17Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...Thomas Martitz1-1/+1
2009-03-09Also add support for the Onda VX747+Maurus Cuelenaere2-1/+5
2009-03-09Add support for Onda VX747 simulator (and yes, it needs a better picture)Maurus Cuelenaere3-12/+23
2009-03-04Fix update rectangle calculation. This caused the black artifacts outside the...Jens Arnold1-12/+8
2009-03-01Silence warning from 'ar' if the archive had to be created.Jens Arnold1-1/+1
2009-02-27FS#9964 take 2. Including the whole patch is a good idea.Steve Bavin1-104/+21
2009-02-27FS#9964 - Fix simulator file i/o when the --root option is used.Steve Bavin1-22/+19
2009-02-27Small bit from my GSoC work: Unify the way the simulator accesses voice strin...Tom Ross1-4/+0
2009-02-23Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg1-1/+1
2009-02-20Add a rockbox kernel thread for simulator specific tasks, and use that for ca...Jens Arnold4-1/+98
2009-02-11Fix the Playersim as well.Jens Arnold1-2/+2
2009-02-10Move screendump from apps to firmware, solving two nasty firmware-to-apps cal...Jens Arnold3-12/+11
2009-02-10Simulate backlight for colour targets. Implements the idea from FS #9884, but...Jens Arnold2-5/+22
2009-02-09More compact screendump routines for core and greylib. The core routine might...Jens Arnold1-12/+12
2009-02-09Fix red and yellow.Jens Arnold1-1/+3
2009-02-09Put the display colours for monochrome and greyscale targets into the target ...Jens Arnold9-464/+184
2009-01-24Simulator: Fix an almost 3 years old colour init bug both on startup and on g...Jens Arnold1-7/+23
2009-01-10Red build fix.Björn Stenberg1-0/+5
2009-01-08The simulator background logic is now reversed, such that it defaults to bein...Jonas Häggqvist1-5/+5
2009-01-08threads_exit should be volatile being polled in a loop on a sim thread and be...Michael Sevakis1-1/+1
2009-01-08Fix yellow. Don't know how I missed that testing sim build. :\Michael Sevakis1-0/+1
2009-01-08Allow sims to shut down normally from panic code.Michael Sevakis3-4/+18
2009-01-08Clean up panicf and introduce system_exception_wait to do further target task...Michael Sevakis1-0/+10
2009-01-07fix m200v4 simulator.Dominik Wenger3-5/+21
2009-01-03Fix remaining red.Nils Wallménius2-4/+6
2009-01-02Add the sim build for the Philips HDD1630.Mark Arigo3-0/+51
2008-12-24Simplify powermgmt thread loops so it calls functions turn (no more power_thr...Michael Sevakis2-0/+161
2008-12-15Moved database builder into a separate directory, and gave it its' own Makefi...Björn Stenberg1-8/+10
2008-12-12Bring consistency to pcm implementation and samplerate handling. Less low-lev...Michael Sevakis1-34/+7