summaryrefslogtreecommitdiffstats
path: root/uisimulator/common
AgeCommit message (Expand)AuthorFilesLines
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 Sevakis1-106/+21
2007-11-08Code police; trailing spaces mainly.Steve Bavin1-14/+14
2007-11-08Add --root option to allow overriding of simulator root menu.Steve Bavin1-11/+20
2007-11-07compile talk.c on hwcodec sim. it wont actually talk thoughJonathan Gordon1-47/+0
2007-11-02Fix sims: sim_codec_load_ram() needed an updateNicolas Pennequin1-15/+2
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-13Fixes a problem where the sim would try to start the WPS on HAVE_RTC_ALARM si...Jonathan Gordon1-1/+3
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-09-13FS #7752 by Catalin Patulea: Stop 'Rockbox Info' from crashing multivolume ta...Jens Arnold1-1/+13
2007-09-10UISIMULATOR: Do a graceful shutdown of all threads and avoid (mostly lockup) ...Michael Sevakis1-6/+13
2007-09-09UISIMULATOR: Give the host OS some needed context switching hints (which _is_...Michael Sevakis1-1/+2
2007-09-08Sim I/O and threading that runs more like on target. Tweakable if any genuine...Michael Sevakis1-1/+168
2007-08-14Moved archos power handling into target tree. * Tuner power handling cleaned ...Jens Arnold1-4/+0
2007-08-12Enable a lot more features for simulators and add stubs where necessary, simu...Nils Wallménius1-0/+104
2007-08-10Remove the 'USB' menu item from the sim system menu, press the 'u' key to dis...Nils Wallménius1-6/+0
2007-07-14Fix all the red this time?Michael Sevakis1-0/+4
2007-07-14Do some planned radio interface cleanup since adding in the LV24020LP.Michael Sevakis1-3/+3
2007-07-08Add lcd_sleep stub to sim too.Michael Sevakis1-0/+4
2007-06-11Oops. I should respect the simulator #ifdefs more.Steve Bavin1-0/+13
2007-06-06As ususual, fix the sim errors.Michael Sevakis1-0/+13
2007-04-20A bit more readable code. Also saves one buffer.Jens Arnold1-12/+13
2007-04-20a little extra poke to get the sim to buildDaniel Stenberg1-8/+0
2007-04-19Make the simulator work with unicode filenames on windows. This includes both...Jens Arnold1-46/+120
2007-04-12Fix sim crashes on long filenames. Patch by Sean Morrisey with some minor cha...Peter D'Hoye1-29/+30
2007-04-07Declare struct sim_dirent the same way as rockbox core's struct dirent. Fixe...Jens Arnold1-2/+2
2007-04-06Fix redPeter D'Hoye1-1/+1
2007-04-06Fix file date and time reading in the simulator (used by the properties plugin)Peter D'Hoye1-2/+9
2007-04-03It's not necessary (anymore?) to map lcd_icon() to sim_lcd_icon() for the sim...Jens Arnold2-29/+0
2007-04-02Fix flickering battery icon in the player sim.Jens Arnold1-6/+6
2007-03-31Charcell lcd driver: Preparations for switching to non-immediate LCD updates,...Jens Arnold4-732/+593
2007-03-30Implement remove_thread for SDL simulatorSteve Bavin1-7/+0
2007-03-26First step of charcell LCD code rework: * Make it fully unicode aware so that...Jens Arnold1-5/+4
2007-03-17Cast some more to keep both 32 bit and 64 bit simulator platforms happy.Jens Arnold1-2/+2
2007-03-16FM Radio mishmash: Make a quieter screen for the SWCODEC targets esp. for the...Michael Sevakis1-2/+8
2007-03-11Audio Init: Just can't stand that heirarchy. Add one level of abstraction. Mi...Michael Sevakis1-6/+0
2007-03-11Add audiohw_postinit() stub for the sims.Michael Sevakis1-0/+6
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers1-6/+0
2007-02-18Fix remaining CONFIG_TUNER checks.Jens Arnold1-1/+1
2007-02-14Icons in the menus. Thanks midkay for them.Jonathan Gordon1-1/+0
2007-02-03Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold1-2/+1
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold1-15/+12
2006-11-10Support building tagcache db natively on PC using the core of theMiika Pekkarinen1-6/+47
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold1-5/+3
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold1-1/+1
2006-09-29Allow UI simulator to be build on OS (Slightly updated version of FS5767)Barry Wardell1-0/+3
2006-09-28Improve simulator use of multiple codecsSteve Bavin1-16/+19
2006-09-28Fixed settings persistence for simulatorsSteve Bavin1-3/+3