Age | Commit message (Expand) | Author |
2009-02-27 | FS#9964 take 2. Including the whole patch is a good idea. | Steve Bavin |
2009-02-27 | FS#9964 - Fix simulator file i/o when the --root option is used. | Steve Bavin |
2009-02-27 | Small bit from my GSoC work: Unify the way the simulator accesses voice strin... | Tom Ross |
2009-02-20 | Add a rockbox kernel thread for simulator specific tasks, and use that for ca... | Jens Arnold |
2009-01-10 | Red build fix. | Björn Stenberg |
2009-01-08 | Fix yellow. Don't know how I missed that testing sim build. :\ | Michael Sevakis |
2009-01-08 | Allow sims to shut down normally from panic code. | Michael Sevakis |
2009-01-08 | Clean up panicf and introduce system_exception_wait to do further target task... | Michael Sevakis |
2009-01-03 | Fix remaining red. | Nils Wallménius |
2008-12-24 | Simplify powermgmt thread loops so it calls functions turn (no more power_thr... | Michael Sevakis |
2008-12-15 | Moved database builder into a separate directory, and gave it its' own Makefi... | Björn Stenberg |
2008-12-04 | stop printing "storage_sleep()" in the sim output | Jonathan Gordon |
2008-12-03 | Fix some red. The stubs in bootloaders are giving some trouble. | Michael Sevakis |
2008-12-03 | Straighten out some powermanagement stuff. Give target complete control over ... | Michael Sevakis |
2008-11-24 | Renamed simulator disk directory from 'archos' to 'simdisk'. | Björn Stenberg |
2008-11-02 | put stubs in the proper place | Frank Gevaerts |
2008-07-03 | Implement FS#8947 - Add a stub in the simulator for ata_disk_is_active. This ... | Bertrik Sikken |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
2008-06-14 | lcd-common.h hasn't contained code in nearly 6 years. | Michael Giacomelli |
2008-05-29 | Fix red while keeping menu item. | Michael Sevakis |
2008-05-05 | Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ... | Nicolas Pennequin |
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-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-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 |
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-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-02 | Fix sims: sim_codec_load_ram() needed an update | Nicolas Pennequin |
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 |
2007-10-13 | Fixes a problem where the sim would try to start the WPS on HAVE_RTC_ALARM si... | Jonathan Gordon |
2007-10-09 | Fix crosscompiling the uisim with mingw32 by adding a definition of CLOSE | Jonas Häggqvist |
2007-10-09 | Keep track of the number of opened files in the sim to enforce the same limit... | Nicolas Pennequin |
2007-09-13 | FS #7752 by Catalin Patulea: Stop 'Rockbox Info' from crashing multivolume ta... | Jens Arnold |
2007-09-10 | UISIMULATOR: Do a graceful shutdown of all threads and avoid (mostly lockup) ... | Michael Sevakis |
2007-09-09 | UISIMULATOR: Give the host OS some needed context switching hints (which _is_... | Michael Sevakis |
2007-09-08 | Sim I/O and threading that runs more like on target. Tweakable if any genuine... | Michael Sevakis |
2007-08-14 | Moved archos power handling into target tree. * Tuner power handling cleaned ... | Jens Arnold |
2007-08-12 | Enable a lot more features for simulators and add stubs where necessary, simu... | Nils Wallménius |
2007-08-10 | Remove the 'USB' menu item from the sim system menu, press the 'u' key to dis... | Nils Wallménius |
2007-07-14 | Fix all the red this time? | Michael Sevakis |
2007-07-14 | Do some planned radio interface cleanup since adding in the LV24020LP. | Michael Sevakis |
2007-07-08 | Add lcd_sleep stub to sim too. | Michael Sevakis |