summaryrefslogtreecommitdiffstats
path: root/uisimulator/win32
AgeCommit message (Expand)AuthorFilesLines
2006-02-28Allow building simulators on systems where errno is thread-local by using the...Jens Arnold1-5/+0
2006-02-20Reworked player simulator icons to fit the changed charcell scale factor and ...Jens Arnold1-2/+2
2006-02-19Adaptive button repeat: adapts repeat rate depending on the ability of the ap...Jens Arnold1-3/+13
2006-02-13Backlight support for 8-bit targets in SDL sim. Redo sound handling. Still do...Dan Everton2-0/+61
2006-02-13Add 4g grayscale support for the win32 simDave Chapman3-0/+16
2006-01-23New kernel function, queue_delete(struct event_queue *q)Linus Nielsen Feltzing1-0/+5
2006-01-16Model & version check for simulator plugins.Jens Arnold1-2/+1
2005-12-04Simplified yield() in the Win32 simulator. Now only hogs the CPU during playb...Magnus Holmgren1-15/+1
2005-11-26Win32 simulator: Fixed tick timer simulation for windows implementations with...Jens Arnold1-1/+3
2005-11-22Added iPod Nano to win32 simulator.Jens Arnold2-0/+10
2005-11-22added the stubs for the hold buttons on H300 simulatorKevin Ferrare1-1/+4
2005-11-22Properly added as binary. Replaced H300 image with smaller 8bit version.Jens Arnold2-0/+0
2005-11-22Removed for proper binary readdition.Jens Arnold2-0/+0
2005-11-22Win32 simulator now supports iPod Color. Fixed screendump() to correctly work...Jens Arnold4-3/+24
2005-11-21Backlight handling: * Added 'Caption Backlight' and 'Backlight On When Chargi...Jens Arnold3-3/+67
2005-11-17Win32 simulator: * Use a 16 bit display bitmap for 16bit target simulation. S...Jens Arnold2-114/+13
2005-11-1516bit colour support (H300) for the win32 simulator.Jens Arnold4-11/+109
2005-09-07Properly stop the audio in the win32 simulated playbackLinus Nielsen Feltzing1-0/+4
2005-08-21Sim build fixLinus Nielsen Feltzing1-1/+5
2005-08-19This code wasn't used at all.Jens Arnold2-38/+0
2005-08-16Enlarged the buffer for DEBUGF()Linus Nielsen Feltzing1-3/+1
2005-07-21Check the correct thread handle.Jens Arnold1-1/+1
2005-07-20Don't hog the CPU, but keep sound playback working. (This might need some twe...Magnus Holmgren1-4/+16
2005-07-19Sound playback for the Win32 simulator, based on WaveOut. Not yet enabled by ...Magnus Holmgren4-0/+190
2005-07-19Made Win32 thread management similar to the X11 one (previously yield() could...Magnus Holmgren5-22/+27
2005-07-14Win32 sim: better bitmap initialisation.Jens Arnold1-2/+8
2005-07-13Win32 simulators: Fixed button repeat handling when releasing buttons.Jens Arnold1-45/+45
2005-07-12Removed picky warningsLinus Nielsen Feltzing1-1/+1
2005-07-08Simulator fixes: H120 Win32 simulator build working. H120 X11 simulator uses ...Jens Arnold2-2/+2
2005-07-08Remote LCD support for the Win32 H1x0 simulator.Jens Arnold5-15/+120
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold3-76/+107
2005-06-24Fix bug #1174245: Win32 simulator didn't keep track of pressed keys properly.Jens Arnold1-1/+1
2005-06-17Rename UI-v2.bmp to UI-recorderv2.bmp (Rec v2 win32 sim now builds)Dave Chapman1-0/+0
2005-05-24No second (explicit) call to build libcomsim.aJens Arnold1-2/+0
2005-05-23Remote LCD support added to the x11 simulator, take 1. The win32 simulatorDaniel Stenberg1-5/+14
2005-05-07Fixed makefiles for autoconf.g include.Daniel Stenberg1-3/+5
2005-03-06adjusted to use the new Make include file to create the SRC variable fromDaniel Stenberg1-2/+3
2005-03-06Win32 simulator performance optimisation: Invalidate onle the part of the win...Jens Arnold1-8/+21
2005-03-03dummy button_hold() function to fix iriver sim builds.Michiel Van Der Kolk1-0/+7
2005-02-28Fix: really clear the button queue when it is meant to be cleared.Jens Arnold2-1/+8
2005-02-22Killed some simulator warnings; proper plugin error reporting for Win32 simul...Jens Arnold1-1/+2
2005-02-22removedDaniel Stenberg1-26/+0
2005-02-22Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg3-11/+7
2005-02-18Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg2-196/+34
2005-02-11Simulators: Made the mp3 buffer size depend on the MEMORYSIZE setting for bet...Jens Arnold1-1/+1
2005-02-07long policyJean-Philippe Bernardy1-2/+2
2005-01-28Use internal strcasestr implementation, since not all compilers provide it.Björn Stenberg1-1/+1
2005-01-25Win32 simulator rework: (1) Better downscaling on resize & for the player lcd...Jens Arnold1-58/+40
2005-01-24more int -> longJean-Philippe Bernardy1-1/+1
2005-01-23Fixes: (1) Properly redraw display on window resize & putting into foreground...Jens Arnold1-8/+6