summaryrefslogtreecommitdiffstats
path: root/uisimulator/x11
AgeCommit message (Expand)AuthorFilesLines
2005-10-23X11 simulator: * Correctly redraw the window when it was destroyed by overlay...Jens Arnold2-44/+40
2005-10-23X11 simulator: Fixed margins and scaling (window zoom) for all simulated targ...Jens Arnold3-37/+17
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold1-1/+1
2005-08-21Sim build fixLinus Nielsen Feltzing1-1/+5
2005-08-07Woah, that was not supposed to happenStepan Moskovchenko1-1/+1
2005-08-07Fix error/warning, change pitch bend to 9 bitsStepan Moskovchenko1-1/+1
2005-07-15check for/use sys/soundcard.h instead (since it works for cygwin too)Daniel Stenberg1-1/+1
2005-07-14First take at PCM playback in the X11 sim on Linux.Daniel Stenberg4-0/+137
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 Stenberg4-310/+92
2005-07-12Removed picky warningsLinus Nielsen Feltzing1-1/+1
2005-07-08Simulator fixes: H120 Win32 simulator build working. H120 X11 simulator uses ...Jens Arnold1-1/+1
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold1-17/+25
2005-06-18make it build fine for H300 (keypads) as wellDaniel Stenberg1-0/+4
2005-05-23Remote LCD support added to the x11 simulator, take 1. The win32 simulatorDaniel Stenberg4-8/+149
2005-05-11Simplification.Jens Arnold1-1/+1
2005-05-07Fixed makefiles for autoconf.g include.Daniel Stenberg1-2/+3
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-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 Stenberg1-2/+3
2005-03-03dummy button_hold() function to fix iriver sim builds.Michiel Van Der Kolk1-0/+7
2005-02-22Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg3-33/+16
2005-02-18Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg2-230/+32
2005-02-11Simulators: Made the mp3 buffer size depend on the MEMORYSIZE setting for bet...Jens Arnold1-1/+1
2005-02-11Fixed gmini X11 simulator.Jens Arnold1-1/+1
2005-02-11I said 'correct'...Jens Arnold1-1/+1
2005-02-11Print correct button assignments.Jens Arnold1-20/+48
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-26Changed several places to use button_clear_queue() to empty the button queue....Jens Arnold1-0/+1
2005-01-23Eanbled building gmini simulator (Win32 & X11).Jens Arnold1-0/+2
2005-01-17Use the correct lcd code for iRiver simulator builds.Jens Arnold1-0/+5
2005-01-17X11 sim: Button handling adapted to iRiver and reworked a bit. Removed tab ch...Jens Arnold1-62/+67
2005-01-17Added ID3 database support.Björn Stenberg1-1/+1
2004-12-20minor correctionDaniel Stenberg1-6/+3
2004-11-24Make the simulator builds acknowledge the plugins variable set in the configureDaniel Stenberg1-3/+3
2004-10-07Another fix for bug #1016011 by Eric LassaugeLinus Nielsen Feltzing1-0/+6
2004-10-05Patch #1016011 by Eric Lassauge, fixes X11 simulator build in CygwinLinus Nielsen Feltzing1-1/+1
2004-09-28a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn1-2/+2
2004-09-22Rearranged makefiles again to move platform-specific stuff from the MakefilesDaniel Stenberg1-28/+19
2004-09-19Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg2-10/+29
2004-09-16The Iriver display is blueBjörn Stenberg1-0/+5
2004-09-16Moved LCD_WIDHT/HEIGHT from lcd driver to config file.Björn Stenberg7-41/+57
2004-08-17 Const policed pointer arguments to functions, part 2Jens Arnold1-2/+2
2004-07-28x11sim for cygwin: TARGET is defined with the .exe extensionLinus Nielsen Feltzing1-0/+1
2004-07-24Removed annoying debug outputLinus Nielsen Feltzing1-3/+0
2004-07-23Somewhat better key combination handlingLinus Nielsen Feltzing1-1/+12
2004-07-23Brushed up, made it more like the win32 makefileLinus Nielsen Feltzing1-210/+97