summaryrefslogtreecommitdiffstats
path: root/uisimulator
AgeCommit message (Expand)AuthorFilesLines
2005-07-22Fixed the simulator.Miika Pekkarinen1-1/+1
2005-07-22More accurate playback position calculation.Miika Pekkarinen1-0/+5
2005-07-21Fixed the simulator.Miika Pekkarinen1-0/+7
2005-07-21Crossfade (and pcm buffer size) length is now configurable.Miika Pekkarinen1-5/+0
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-19Win32 needs the mode bits for open too.Magnus Holmgren1-4/+0
2005-07-15check for/use sys/soundcard.h instead (since it works for cygwin too)Daniel Stenberg1-1/+1
2005-07-15Enable crossfade for simulator.Miika Pekkarinen1-1/+4
2005-07-14Win32 sim: better bitmap initialisation.Jens Arnold1-2/+8
2005-07-14First take at PCM playback in the X11 sim on Linux.Daniel Stenberg5-2/+139
2005-07-14brought back drawdots() and drawrectangles() since the player sim needs themDaniel Stenberg1-0/+33
2005-07-14introducing H1x0 style grayscale support in the X11 simDaniel Stenberg5-311/+96
2005-07-13Win32 simulators: Fixed button repeat handling when releasing buttons.Jens Arnold1-45/+45
2005-07-13Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen1-0/+29
2005-07-12Removed picky warningsLinus Nielsen Feltzing2-2/+2
2005-07-10Fixed a simulator crash while trying to play a song. Fixed crossfadeMiika Pekkarinen1-0/+72
2005-07-08Simulator fixes: H120 Win32 simulator build working. H120 X11 simulator uses ...Jens Arnold3-3/+3
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 Arnold4-93/+132
2005-06-25Core functions taking advantage of the new, optimised lcd_hline() and lcd_vli...Jens Arnold1-8/+6
2005-06-24Fix bug #1174245: Win32 simulator didn't keep track of pressed keys properly.Jens Arnold1-1/+1
2005-06-18make it build fine for H300 (keypads) as wellDaniel Stenberg1-0/+4
2005-06-17Simulator stub for remote lcd flip.Jens Arnold1-0/+5
2005-06-17Rename UI-v2.bmp to UI-recorderv2.bmp (Rec v2 win32 sim now builds)Dave Chapman1-0/+0
2005-05-30Added dummy function and simulator stub.Jens Arnold1-0/+5
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 Stenberg6-13/+187
2005-05-11Simplification.Jens Arnold1-1/+1
2005-05-07Fixed makefiles for autoconf.g include.Daniel Stenberg3-7/+11
2005-04-04More audio code restructuring, mostly renaming functions so farLinus Nielsen Feltzing1-1/+1
2005-03-19X11 simulator: Always restore the x11 button autorepeat setting, regardless a...Jens Arnold1-3/+8
2005-03-18Major rework of the x11 simulator button handling. (1) Button repeat should a...Jens Arnold8-159/+331
2005-03-18Extensive code policing (indentation levels, tab characters).Jens Arnold4-317/+309
2005-03-09remove extra kludge we used to kill warnings on very old mingw cross-compileDaniel Stenberg1-7/+0
2005-03-09Simulators: more efficient implementation of sim_filesize().Jens Arnold1-5/+10
2005-03-08attempt to kill two annoying win32 cross-compiler warningsDaniel Stenberg1-0/+7
2005-03-07X11 simulator improvements: Proper thread stopping and realtime ticks, based ...Jens Arnold1-33/+56
2005-03-06adjusted to use the new Make include file to create the SRC variable fromDaniel Stenberg3-6/+9
2005-03-06Win32 simulator performance optimisation: Invalidate onle the part of the win...Jens Arnold1-8/+21
2005-03-05Simulator: sim_rename() must not use off_t in the argument for the same reaso...Jens Arnold1-12/+13
2005-03-03dummy button_hold() function to fix iriver sim builds.Michiel Van Der Kolk2-0/+14
2005-02-28Simulators: lseek() working again for systems with an off_t datatype differin...Jens Arnold1-12/+12
2005-02-28Added common simulator Makefile.Jens Arnold1-0/+1
2005-02-28Fix: really clear the button queue when it is meant to be cleared.Jens Arnold2-1/+8
2005-02-24Win32 simulator also needs open() option manglingJens Arnold1-4/+2
2005-02-22Proper disk statistics for the win32 simulator.Jens Arnold1-3/+10
2005-02-22Killed some simulator warnings; proper plugin error reporting for Win32 simul...Jens Arnold2-10/+17