Age | Commit message (Expand) | Author |
2008-05-15 | 1) Add ZVM60GB and ZV simulator builds (ZVM60GB sim equals to ZVM30GB) | Maurus Cuelenaere |
2008-05-14 | Fix sim build | Maurus Cuelenaere |
2008-05-14 | Make ZVM30GB simulator work. | Maurus Cuelenaere |
2008-05-05 | Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ... | Nicolas Pennequin |
2008-04-15 | Setup the touchpads to have two modes - stylus and button - and set them in b... | Jonathan Gordon |
2008-04-13 | Make mpegplayer sleep the disk after buffering to save battery. * Add a simul... | Jens Arnold |
2008-04-07 | Best use C, not C++ | Steve Bavin |
2008-04-07 | Remove some more simulator debugging output. | Steve Bavin |
2008-04-02 | Greyscale library: * Implement linearisation curve flipping for 1st/2nd Gen i... | Jens Arnold |
2008-03-28 | Revert my earlier const madness, we'll keep the parameter lists simple. | Steve Bavin |
2008-03-28 | The const police raid playback.c, should be no change to behaviour. | Steve Bavin |
2008-03-27 | Revert "initial Meizu M6SL port" | Marcoen Hirschberg |
2008-03-27 | initial Meizu M6SL port | Marcoen Hirschberg |
2008-03-26 | kill the release script and build tarball from *everything* in SVN... | Daniel Stenberg |
2008-03-26 | Do core interrupt masking in a less general fashion and save some instruction... | Michael Sevakis |
2008-03-25 | Add a complete priority inheritance implementation to the scheduler (all mute... | Michael Sevakis |
2008-03-24 | The blit functions shouldn't exist for the simulator. | Jens Arnold |
2008-03-24 | Oops, fix red. | Jens Arnold |
2008-03-24 | Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(... | Jens Arnold |
2008-03-14 | More M3 work: Rockbox logo, keymap, sim definitions, sim bitmap. Simulator bu... | Jens Arnold |
2008-03-02 | fix red 2 | Robert Kukla |
2008-03-02 | simulator: | Robert Kukla |
2008-02-24 | Driver for the Synaptics touchpad on the m:robe 100 based on the 3-wire inter... | Mark Arigo |
2008-02-08 | UI Simulator for Gigabeat S. | Will Robertson |
2008-01-23 | Shiny new bitmap for the D2 sim | Rob Purchase |
2008-01-23 | Renamed 'archos' to 'modelname' in the configure script and the Makefiles | Daniel Stenberg |
2008-01-22 | D2 simulator build (plugins not built yet) | Rob Purchase |
2008-01-20 | compile uisimulator for m:robe 100, button definitions taken from h10 for now | Robert Kukla |
2008-01-19 | Do some simplification in switch_thread regarding interrupt enabling which si... | Michael Sevakis |
2008-01-18 | Finally, out goes struct spinlock for anything but mutiprocessor targets wher... | Michael Sevakis |
2008-01-10 | Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make... | Jonathan Gordon |
2008-01-03 | Initial WVS for mpegplayer. Adjusts to the user's preferred font and uses FF/... | Michael Sevakis |
2007-12-03 | Simulate the effects of sector caching a bit. Bypass I/O yield if a byte coun... | 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 | Code police; trailing spaces mainly. | Steve Bavin |
2007-11-08 | Add --root option to allow overriding of simulator root menu. | Steve Bavin |
2007-11-07 | compile talk.c on hwcodec sim. it wont actually talk though | Jonathan Gordon |
2007-11-04 | woops, lasttn does need to be global | Jonathan Gordon |
2007-11-03 | fix red | Jonathan Gordon |
2007-11-03 | mouse support for HAVE_TOUCHPAD target simulator | Jonathan Gordon |
2007-11-02 | Fix sims: sim_codec_load_ram() needed an update | Nicolas Pennequin |
2007-10-28 | Improve the fake interrupt stuff on the sim a bit. | Michael Sevakis |
2007-10-27 | Add queue_peek to the kernel (written by Mike Sevakis), and use it to improve... | Nicolas Pennequin |
2007-10-26 | Correct some commenting left from an earlier set_irq_level version. | Michael Sevakis |
2007-10-26 | Argh. Forgot to 'svn add' as usual. | Michael Sevakis |
2007-10-26 | Implement as genuine a set_irq_level function for the sim as possible. The yi... | Michael Sevakis |
2007-10-21 | More M:Robe work including a fix to lcd-as-memframe for larger screens thanks... | Karl Kurbjun |
2007-10-19 | FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just... | Steve Bavin |
2007-10-17 | Remove some dead code | Dave Chapman |