summaryrefslogtreecommitdiff
path: root/uisimulator/common (follow)
Commit message (Expand)AuthorAge
...
* Fix crosscompiling the uisim with mingw32 by adding a definition of CLOSEJonas Häggqvist2007-10-09
* Keep track of the number of opened files in the sim to enforce the same limit...Nicolas Pennequin2007-10-09
* FS #7752 by Catalin Patulea: Stop 'Rockbox Info' from crashing multivolume ta...Jens Arnold2007-09-13
* UISIMULATOR: Do a graceful shutdown of all threads and avoid (mostly lockup) ...Michael Sevakis2007-09-10
* UISIMULATOR: Give the host OS some needed context switching hints (which _is_...Michael Sevakis2007-09-09
* Sim I/O and threading that runs more like on target. Tweakable if any genuine...Michael Sevakis2007-09-08
* Moved archos power handling into target tree. * Tuner power handling cleaned ...Jens Arnold2007-08-14
* Enable a lot more features for simulators and add stubs where necessary, simu...Nils Wallménius2007-08-12
* Remove the 'USB' menu item from the sim system menu, press the 'u' key to dis...Nils Wallménius2007-08-10
* Fix all the red this time?Michael Sevakis2007-07-14
* Do some planned radio interface cleanup since adding in the LV24020LP.Michael Sevakis2007-07-14
* Add lcd_sleep stub to sim too.Michael Sevakis2007-07-08
* Oops. I should respect the simulator #ifdefs more.Steve Bavin2007-06-11
* As ususual, fix the sim errors.Michael Sevakis2007-06-06
* A bit more readable code. Also saves one buffer.Jens Arnold2007-04-20
* a little extra poke to get the sim to buildDaniel Stenberg2007-04-20
* Make the simulator work with unicode filenames on windows. This includes both...Jens Arnold2007-04-19
* Fix sim crashes on long filenames. Patch by Sean Morrisey with some minor cha...Peter D'Hoye2007-04-12
* Declare struct sim_dirent the same way as rockbox core's struct dirent. Fixe...Jens Arnold2007-04-07
* Fix redPeter D'Hoye2007-04-06
* Fix file date and time reading in the simulator (used by the properties plugin)Peter D'Hoye2007-04-06
* It's not necessary (anymore?) to map lcd_icon() to sim_lcd_icon() for the sim...Jens Arnold2007-04-03
* Fix flickering battery icon in the player sim.Jens Arnold2007-04-02
* Charcell lcd driver: Preparations for switching to non-immediate LCD updates,...Jens Arnold2007-03-31
* Implement remove_thread for SDL simulatorSteve Bavin2007-03-30
* First step of charcell LCD code rework: * Make it fully unicode aware so that...Jens Arnold2007-03-26
* Cast some more to keep both 32 bit and 64 bit simulator platforms happy.Jens Arnold2007-03-17
* FM Radio mishmash: Make a quieter screen for the SWCODEC targets esp. for the...Michael Sevakis2007-03-16
* Audio Init: Just can't stand that heirarchy. Add one level of abstraction. Mi...Michael Sevakis2007-03-11
* Add audiohw_postinit() stub for the sims.Michael Sevakis2007-03-11
* Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers2007-03-04
* Fix remaining CONFIG_TUNER checks.Jens Arnold2007-02-18
* Icons in the menus. Thanks midkay for them.Jonathan Gordon2007-02-14
* Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold2007-02-03
* Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold2007-02-01
* Support building tagcache db natively on PC using the core of theMiika Pekkarinen2006-11-10
* Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold2006-10-27
* Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold2006-10-23
* Allow UI simulator to be build on OS (Slightly updated version of FS5767)Barry Wardell2006-09-29
* Improve simulator use of multiple codecsSteve Bavin2006-09-28
* Fixed settings persistence for simulatorsSteve Bavin2006-09-28
* Oops - fix warnings and add a simulator version of remove_thread_on_core()Daniel Ankers2006-09-03
* FS#5884 Fix simulator file delete/rename with dircache.Miika Pekkarinen2006-08-26
* Moved the X5 button driver to the target treeLinus Nielsen Feltzing2006-07-27
* Contrast setting cleanup: * Only include contrast setting for targets where i...Jens Arnold2006-07-25
* Simulator: two codecs may be loaded at same time if voice is enabled.Hardeep Sidhu2006-06-17
* Don't pass NULL to dlclose. Stops the simulator crashing if there's a problem...Dan Everton2006-03-11
* Simulators: Fix pointer size vs. int size problems (64bit hosts) in plugin lo...Jens Arnold2006-03-02
* Protect against text-mode files in Windows by using open() instead of creat()Linus Nielsen Feltzing2006-02-22
* Reworked player simulator icons to fit the changed charcell scale factor and ...Jens Arnold2006-02-20