summaryrefslogtreecommitdiff
path: root/uisimulator
AgeCommit message (Expand)Author
2007-11-11fix fs#8131 - if --debugwps is used with the sim, the mouse coordinates will ...Jonathan Gordon
2007-11-08Code police; trailing spaces mainly.Steve Bavin
2007-11-08Add --root option to allow overriding of simulator root menu.Steve Bavin
2007-11-07compile talk.c on hwcodec sim. it wont actually talk thoughJonathan Gordon
2007-11-04woops, lasttn does need to be globalJonathan Gordon
2007-11-03fix redJonathan Gordon
2007-11-03mouse support for HAVE_TOUCHPAD target simulatorJonathan Gordon
2007-11-02Fix sims: sim_codec_load_ram() needed an updateNicolas Pennequin
2007-10-28Improve the fake interrupt stuff on the sim a bit.Michael Sevakis
2007-10-27Add queue_peek to the kernel (written by Mike Sevakis), and use it to improve...Nicolas Pennequin
2007-10-26Correct some commenting left from an earlier set_irq_level version.Michael Sevakis
2007-10-26Argh. Forgot to 'svn add' as usual.Michael Sevakis
2007-10-26Implement as genuine a set_irq_level function for the sim as possible. The yi...Michael Sevakis
2007-10-21More M:Robe work including a fix to lcd-as-memframe for larger screens thanks...Karl Kurbjun
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin
2007-10-17Remove some dead codeDave Chapman
2007-10-16Fix a warning (no newline at end of file).Michael Sevakis
2007-10-16Fix the redMichael Sevakis
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis
2007-10-13Fixes a problem where the sim would try to start the WPS on HAVE_RTC_ALARM si...Jonathan Gordon
2007-10-09fix yellow and some house cleaningRobert Kukla
2007-10-09FS#7487 - mpegplayer - video start time seek with resumeRobert Kukla
2007-10-09Fix crosscompiling the uisim with mingw32 by adding a definition of CLOSEJonas Häggqvist
2007-10-09Keep track of the number of opened files in the sim to enforce the same limit...Nicolas Pennequin
2007-10-07Fix some yellow that went unnoticed earlier.Michael Sevakis
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis
2007-09-30Enable auto reply for queue messages sent with queue_send. It's only nescessa...Michael Sevakis
2007-09-25Dithering option for mpegplayer on gigabeat-f/x and e200. Assembly IDCT for A...Michael Sevakis
2007-09-13UISIMULATOR: Trying to make it snappy for everyone. Remove forced thread yiel...Michael Sevakis
2007-09-13FS #7752 by Catalin Patulea: Stop 'Rockbox Info' from crashing multivolume ta...Jens Arnold
2007-09-10Accept FS #7750: simulator: add missing newlines after SDL errorsPeter D'Hoye
2007-09-10UISIMULATOR: Do a graceful shutdown of all threads and avoid (mostly lockup) ...Michael Sevakis
2007-09-09More Simulator tweaking. Back to the counter but with 0 delay. Forget the sem...Michael Sevakis
2007-09-09UISIMULATOR: Give the host OS some needed context switching hints (which _is_...Michael Sevakis
2007-09-08Make sleep(0) in the sim behave more like on target.Jens Arnold
2007-09-08Fix some warnings in sim kernel.Michael Sevakis
2007-09-08Sim I/O and threading that runs more like on target. Tweakable if any genuine...Michael Sevakis
2007-09-08Allow the volume keys to be used in lists. Fix the sim buttons.Mark Arigo
2007-09-08Make the uisim build for the Sansa c200.Mark Arigo
2007-09-04More FILES updating.Jonas Häggqvist
2007-08-14Moved archos power handling into target tree. * Tuner power handling cleaned ...Jens Arnold
2007-08-13Fix wheel in sansa simulator, closes FS#7591Nils Wallménius
2007-08-12Enable a lot more features for simulators and add stubs where necessary, simu...Nils Wallménius
2007-08-12Fix red simulator builds. queue_broadcast() was missing...Jens Arnold
2007-08-10Remove the 'USB' menu item from the sim system menu, press the 'u' key to dis...Nils Wallménius
2007-08-05Added iPod 1st/2nd gen simulator bits.Jens Arnold
2007-08-01Slightly less hacky sim queue_send(), fixes simulator crashes FS#7051 and FS#...Steve Bavin
2007-07-31not to self: should recompile after adding comments...Jonathan Gordon
2007-07-31working volume control in the simJonathan Gordon
2007-07-29Use multi-screen api for metronome plugin, and made it run in the simulator b...Kevin Ferrare