summaryrefslogtreecommitdiff
path: root/uisimulator/common
AgeCommit message (Expand)Author
2008-07-03Implement FS#8947 - Add a stub in the simulator for ata_disk_is_active. This ...Bertrik Sikken
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-06-14lcd-common.h hasn't contained code in nearly 6 years.Michael Giacomelli
2008-05-29Fix red while keeping menu item.Michael Sevakis
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin
2008-04-13Make mpegplayer sleep the disk after buffering to save battery. * Add a simul...Jens Arnold
2008-04-07Best use C, not C++Steve Bavin
2008-04-07Remove some more simulator debugging output.Steve Bavin
2008-03-28Revert my earlier const madness, we'll keep the parameter lists simple.Steve Bavin
2008-03-28The const police raid playback.c, should be no change to behaviour.Steve Bavin
2008-03-24The blit functions shouldn't exist for the simulator.Jens Arnold
2008-03-24Oops, fix red.Jens Arnold
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold
2007-12-03Simulate the effects of sector caching a bit. Bypass I/O yield if a byte coun...Michael Sevakis
2007-12-03Simplify the uisimulator I/O routine and let the rockbox thread calling the f...Michael Sevakis
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-02Fix sims: sim_codec_load_ram() needed an updateNicolas Pennequin
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-13Fixes a problem where the sim would try to start the WPS on HAVE_RTC_ALARM si...Jonathan Gordon
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-09-13FS #7752 by Catalin Patulea: Stop 'Rockbox Info' from crashing multivolume ta...Jens Arnold
2007-09-10UISIMULATOR: Do a graceful shutdown of all threads and avoid (mostly lockup) ...Michael Sevakis
2007-09-09UISIMULATOR: Give the host OS some needed context switching hints (which _is_...Michael Sevakis
2007-09-08Sim I/O and threading that runs more like on target. Tweakable if any genuine...Michael Sevakis
2007-08-14Moved archos power handling into target tree. * Tuner power handling cleaned ...Jens Arnold
2007-08-12Enable a lot more features for simulators and add stubs where necessary, simu...Nils Wallménius
2007-08-10Remove the 'USB' menu item from the sim system menu, press the 'u' key to dis...Nils Wallménius
2007-07-14Fix all the red this time?Michael Sevakis
2007-07-14Do some planned radio interface cleanup since adding in the LV24020LP.Michael Sevakis
2007-07-08Add lcd_sleep stub to sim too.Michael Sevakis
2007-06-11Oops. I should respect the simulator #ifdefs more.Steve Bavin
2007-06-06As ususual, fix the sim errors.Michael Sevakis
2007-04-20A bit more readable code. Also saves one buffer.Jens Arnold
2007-04-20a little extra poke to get the sim to buildDaniel Stenberg
2007-04-19Make the simulator work with unicode filenames on windows. This includes both...Jens Arnold
2007-04-12Fix sim crashes on long filenames. Patch by Sean Morrisey with some minor cha...Peter D'Hoye
2007-04-07Declare struct sim_dirent the same way as rockbox core's struct dirent. Fixe...Jens Arnold
2007-04-06Fix redPeter D'Hoye
2007-04-06Fix file date and time reading in the simulator (used by the properties plugin)Peter D'Hoye
2007-04-03It's not necessary (anymore?) to map lcd_icon() to sim_lcd_icon() for the sim...Jens Arnold
2007-04-02Fix flickering battery icon in the player sim.Jens Arnold
2007-03-31Charcell lcd driver: Preparations for switching to non-immediate LCD updates,...Jens Arnold
2007-03-30Implement remove_thread for SDL simulatorSteve Bavin
2007-03-26First step of charcell LCD code rework: * Make it fully unicode aware so that...Jens Arnold
2007-03-17Cast some more to keep both 32 bit and 64 bit simulator platforms happy.Jens Arnold
2007-03-16FM Radio mishmash: Make a quieter screen for the SWCODEC targets esp. for the...Michael Sevakis