summaryrefslogtreecommitdiffstats
path: root/uisimulator
AgeCommit message (Expand)AuthorFilesLines
2008-02-24Driver for the Synaptics touchpad on the m:robe 100 based on the 3-wire inter...Mark Arigo1-18/+16
2008-02-08UI Simulator for Gigabeat S.Will Robertson3-0/+49
2008-01-23Shiny new bitmap for the D2 simRob Purchase2-4/+4
2008-01-23Renamed 'archos' to 'modelname' in the configure script and the MakefilesDaniel Stenberg1-4/+4
2008-01-22D2 simulator build (plugins not built yet)Rob Purchase3-0/+49
2008-01-20compile uisimulator for m:robe 100, button definitions taken from h10 for nowRobert Kukla3-0/+47
2008-01-19Do some simplification in switch_thread regarding interrupt enabling which si...Michael Sevakis2-13/+3
2008-01-18Finally, out goes struct spinlock for anything but mutiprocessor targets wher...Michael Sevakis1-47/+1
2008-01-10Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make...Jonathan Gordon1-2/+2
2008-01-03Initial WVS for mpegplayer. Adjusts to the user's preferred font and uses FF/...Michael Sevakis1-1/+1
2007-12-03Simulate the effects of sector caching a bit. Bypass I/O yield if a byte coun...Michael Sevakis1-9/+21
2007-12-03Simplify the uisimulator I/O routine and let the rockbox thread calling the f...Michael Sevakis4-112/+40
2007-11-11fix fs#8131 - if --debugwps is used with the sim, the mouse coordinates will ...Jonathan Gordon2-0/+11
2007-11-08Code police; trailing spaces mainly.Steve Bavin1-14/+14
2007-11-08Add --root option to allow overriding of simulator root menu.Steve Bavin2-22/+57
2007-11-07compile talk.c on hwcodec sim. it wont actually talk thoughJonathan Gordon1-47/+0
2007-11-04woops, lasttn does need to be globalJonathan Gordon1-1/+1
2007-11-03fix redJonathan Gordon1-3/+3
2007-11-03mouse support for HAVE_TOUCHPAD target simulatorJonathan Gordon1-8/+45
2007-11-02Fix sims: sim_codec_load_ram() needed an updateNicolas Pennequin1-15/+2
2007-10-28Improve the fake interrupt stuff on the sim a bit.Michael Sevakis1-1/+9
2007-10-27Add queue_peek to the kernel (written by Mike Sevakis), and use it to improve...Nicolas Pennequin1-0/+20
2007-10-26Correct some commenting left from an earlier set_irq_level version.Michael Sevakis1-4/+3
2007-10-26Argh. Forgot to 'svn add' as usual.Michael Sevakis1-0/+32
2007-10-26Implement as genuine a set_irq_level function for the sim as possible. The yi...Michael Sevakis4-48/+175
2007-10-21More M:Robe work including a fix to lcd-as-memframe for larger screens thanks...Karl Kurbjun3-1/+56
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin1-18/+2
2007-10-17Remove some dead codeDave Chapman3-299/+0
2007-10-16Fix a warning (no newline at end of file).Michael Sevakis1-1/+1
2007-10-16Fix the redMichael Sevakis1-0/+4
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis3-78/+311
2007-10-13Fixes a problem where the sim would try to start the WPS on HAVE_RTC_ALARM si...Jonathan Gordon2-1/+8
2007-10-09fix yellow and some house cleaningRobert Kukla1-1/+1
2007-10-09FS#7487 - mpegplayer - video start time seek with resumeRobert Kukla1-0/+5
2007-10-09Fix crosscompiling the uisim with mingw32 by adding a definition of CLOSEJonas Häggqvist1-0/+1
2007-10-09Keep track of the number of opened files in the sim to enforce the same limit...Nicolas Pennequin1-5/+30
2007-10-07Fix some yellow that went unnoticed earlier.Michael Sevakis1-0/+2
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis1-197/+53
2007-09-30Enable auto reply for queue messages sent with queue_send. It's only nescessa...Michael Sevakis1-0/+16
2007-09-25Dithering option for mpegplayer on gigabeat-f/x and e200. Assembly IDCT for A...Michael Sevakis1-0/+204
2007-09-13UISIMULATOR: Trying to make it snappy for everyone. Remove forced thread yiel...Michael Sevakis1-8/+1
2007-09-13FS #7752 by Catalin Patulea: Stop 'Rockbox Info' from crashing multivolume ta...Jens Arnold1-1/+13
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 Sevakis4-68/+175
2007-09-09More Simulator tweaking. Back to the counter but with 0 delay. Forget the sem...Michael Sevakis1-18/+8
2007-09-09UISIMULATOR: Give the host OS some needed context switching hints (which _is_...Michael Sevakis6-15/+66
2007-09-08Make sleep(0) in the sim behave more like on target.Jens Arnold1-1/+1
2007-09-08Fix some warnings in sim kernel.Michael Sevakis1-1/+1
2007-09-08Sim I/O and threading that runs more like on target. Tweakable if any genuine...Michael Sevakis5-104/+554
2007-09-08Allow the volume keys to be used in lists. Fix the sim buttons.Mark Arigo1-2/+2