summaryrefslogtreecommitdiff
path: root/uisimulator
AgeCommit message (Expand)Author
2005-07-12Removed picky warningsLinus Nielsen Feltzing
2005-07-10Fixed a simulator crash while trying to play a song. Fixed crossfadeMiika Pekkarinen
2005-07-08Simulator fixes: H120 Win32 simulator build working. H120 X11 simulator uses ...Jens Arnold
2005-07-08Remote LCD support for the Win32 H1x0 simulator.Jens Arnold
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold
2005-06-25Core functions taking advantage of the new, optimised lcd_hline() and lcd_vli...Jens Arnold
2005-06-24Fix bug #1174245: Win32 simulator didn't keep track of pressed keys properly.Jens Arnold
2005-06-18make it build fine for H300 (keypads) as wellDaniel Stenberg
2005-06-17Simulator stub for remote lcd flip.Jens Arnold
2005-06-17Rename UI-v2.bmp to UI-recorderv2.bmp (Rec v2 win32 sim now builds)Dave Chapman
2005-05-30Added dummy function and simulator stub.Jens Arnold
2005-05-24No second (explicit) call to build libcomsim.aJens Arnold
2005-05-23Remote LCD support added to the x11 simulator, take 1. The win32 simulatorDaniel Stenberg
2005-05-11Simplification.Jens Arnold
2005-05-07Fixed makefiles for autoconf.g include.Daniel Stenberg
2005-04-04More audio code restructuring, mostly renaming functions so farLinus Nielsen Feltzing
2005-03-19X11 simulator: Always restore the x11 button autorepeat setting, regardless a...Jens Arnold
2005-03-18Major rework of the x11 simulator button handling. (1) Button repeat should a...Jens Arnold
2005-03-18Extensive code policing (indentation levels, tab characters).Jens Arnold
2005-03-09remove extra kludge we used to kill warnings on very old mingw cross-compileDaniel Stenberg
2005-03-09Simulators: more efficient implementation of sim_filesize().Jens Arnold
2005-03-08attempt to kill two annoying win32 cross-compiler warningsDaniel Stenberg
2005-03-07X11 simulator improvements: Proper thread stopping and realtime ticks, based ...Jens Arnold
2005-03-06adjusted to use the new Make include file to create the SRC variable fromDaniel Stenberg
2005-03-06Win32 simulator performance optimisation: Invalidate onle the part of the win...Jens Arnold
2005-03-05Simulator: sim_rename() must not use off_t in the argument for the same reaso...Jens Arnold
2005-03-03dummy button_hold() function to fix iriver sim builds.Michiel Van Der Kolk
2005-02-28Simulators: lseek() working again for systems with an off_t datatype differin...Jens Arnold
2005-02-28Added common simulator Makefile.Jens Arnold
2005-02-28Fix: really clear the button queue when it is meant to be cleared.Jens Arnold
2005-02-24Win32 simulator also needs open() option manglingJens Arnold
2005-02-22Proper disk statistics for the win32 simulator.Jens Arnold
2005-02-22Killed some simulator warnings; proper plugin error reporting for Win32 simul...Jens Arnold
2005-02-22file.h is not accessible for the simulated-functions filesDaniel Stenberg
2005-02-22removedDaniel Stenberg
2005-02-22Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg
2005-02-18make the proto match the one used in rockboxDaniel Stenberg
2005-02-18charcell code only on charcell simsDaniel Stenberg
2005-02-18Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg
2005-02-11Simulators: Made the mp3 buffer size depend on the MEMORYSIZE setting for bet...Jens Arnold
2005-02-11Fixed gmini X11 simulator.Jens Arnold
2005-02-11I said 'correct'...Jens Arnold
2005-02-11Print correct button assignments.Jens Arnold
2005-02-07long policyJean-Philippe Bernardy
2005-02-07long policyJean-Philippe Bernardy
2005-01-28Use internal strcasestr implementation, since not all compilers provide it.Björn Stenberg
2005-01-26Changed several places to use button_clear_queue() to empty the button queue....Jens Arnold
2005-01-25Win32 simulator rework: (1) Better downscaling on resize & for the player lcd...Jens Arnold
2005-01-24more int -> longJean-Philippe Bernardy
2005-01-24Fixed red build...Björn Stenberg