summaryrefslogtreecommitdiff
path: root/uisimulator/common
AgeCommit message (Expand)Author
2007-02-18Fix remaining CONFIG_TUNER checks.Jens Arnold
2007-02-14Icons in the menus. Thanks midkay for them.Jonathan Gordon
2007-02-03Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold
2006-11-10Support building tagcache db natively on PC using the core of theMiika Pekkarinen
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold
2006-09-29Allow UI simulator to be build on OS (Slightly updated version of FS5767)Barry Wardell
2006-09-28Improve simulator use of multiple codecsSteve Bavin
2006-09-28Fixed settings persistence for simulatorsSteve Bavin
2006-09-03Oops - fix warnings and add a simulator version of remove_thread_on_core()Daniel Ankers
2006-08-26FS#5884 Fix simulator file delete/rename with dircache.Miika Pekkarinen
2006-07-27Moved the X5 button driver to the target treeLinus Nielsen Feltzing
2006-07-25Contrast setting cleanup: * Only include contrast setting for targets where i...Jens Arnold
2006-06-17Simulator: two codecs may be loaded at same time if voice is enabled.Hardeep Sidhu
2006-03-11Don't pass NULL to dlclose. Stops the simulator crashing if there's a problem...Dan Everton
2006-03-02Simulators: Fix pointer size vs. int size problems (64bit hosts) in plugin lo...Jens Arnold
2006-02-22Protect against text-mode files in Windows by using open() instead of creat()Linus Nielsen Feltzing
2006-02-20Reworked player simulator icons to fit the changed charcell scale factor and ...Jens Arnold
2006-02-18Fix permissions of directories created in the sim.Dan Everton
2006-02-13Backlight support for 8-bit targets in SDL sim. Redo sound handling. Still do...Dan Everton
2006-02-09Refactor SDL sim source so drawing routines are written once. Split bitmap, r...Dan Everton
2006-02-04Bah, O_BINARY is of course Win32 onlyLinus Nielsen Feltzing
2006-02-04Fixed the codec loading problem in the Win32 SDL simulatorLinus Nielsen Feltzing
2006-02-03Patch #1417462 by Dan Everton - Improved SDL simulatorLinus Nielsen Feltzing
2006-01-25First steps towards SDL sim for windowsLinus Nielsen Feltzing
2006-01-22Fixed the red builds.Miika Pekkarinen
2006-01-18New codec loader, using the same mechanism as the new plugin loader. API vers...Jens Arnold
2006-01-16Model & version check for simulator plugins.Jens Arnold
2005-12-11Fix red sim builds - add rtc_read_datetime and rtc_write_datetime functions f...Dave Chapman
2005-11-28silence picky gcc4 warningsDaniel Stenberg
2005-11-22Added multi-screen support for quickscreen (mostly rewritten from scratch) an...Kevin Ferrare
2005-11-21Backlight handling: * Added 'Caption Backlight' and 'Backlight On When Chargi...Jens Arnold
2005-11-1516bit colour support (H300) for the win32 simulator.Jens Arnold
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold
2005-08-20Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen
2005-08-16FM radio simulation working againLinus Nielsen Feltzing
2005-07-22Fixed the simulator.Miika Pekkarinen
2005-07-22More accurate playback position calculation.Miika Pekkarinen
2005-07-21Fixed the simulator.Miika Pekkarinen
2005-07-21Crossfade (and pcm buffer size) length is now configurable.Miika Pekkarinen
2005-07-19Win32 needs the mode bits for open too.Magnus Holmgren
2005-07-15Enable crossfade for simulator.Miika Pekkarinen
2005-07-14First take at PCM playback in the X11 sim on Linux.Daniel Stenberg
2005-07-14introducing H1x0 style grayscale support in the X11 simDaniel Stenberg
2005-07-13Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen
2005-07-10Fixed a simulator crash while trying to play a song. Fixed crossfadeMiika Pekkarinen
2005-06-17Simulator stub for remote lcd flip.Jens Arnold
2005-05-30Added dummy function and simulator stub.Jens Arnold
2005-05-23Remote LCD support added to the x11 simulator, take 1. The win32 simulatorDaniel Stenberg