summaryrefslogtreecommitdiffstats
path: root/uisimulator/win32
AgeCommit message (Expand)AuthorFilesLines
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
2005-01-23Eanbled building gmini simulator (Win32 & X11).Jens Arnold2-0/+12
2005-01-23Win32 simulator: Fixed scaling on resize. Keep window title (model) on resize...Jens Arnold1-18/+18
2005-01-17Use the correct lcd code for iRiver simulator builds.Jens Arnold1-0/+5
2005-01-17Win32 sim: Added some alternative key-to-button mappings.Jens Arnold1-0/+2
2005-01-17Added ID3 database support.Björn Stenberg1-1/+1
2005-01-17Win32 simulator: Button handling adapted to iRiver and reworked a bit.Jens Arnold1-17/+22
2005-01-17Win32 simulator extensions, based on patch #1041560 by Eric Lassauge: Backgro...Jens Arnold11-14/+68
2004-11-24Make the simulator builds acknowledge the plugins variable set in the configureDaniel Stenberg1-3/+3
2004-11-02Fixed VC6 simulator buildHardeep Sidhu2-2/+10
2004-09-28a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn1-2/+2
2004-09-19Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg2-2/+32
2004-09-17Updated to use config.h instead of command-line -Ddefines.Björn Stenberg1-36/+52
2004-08-18 Const policed pointer arguments to functions, part 4Jens Arnold1-1/+1
2004-08-17 Const policed pointer arguments to functions, part 2Jens Arnold1-2/+2
2004-08-16Const policed pointer arguments to functions, part 1Jens Arnold1-1/+1
2004-07-28win32sim: make clean now removes libplugin.aLinus Nielsen Feltzing1-1/+1
2004-07-22The win32 simulator window is now shown in the task bar, and the tick resolut...Linus Nielsen Feltzing1-12/+20
2004-07-21Added dependency on the plugin libraryLinus Nielsen Feltzing1-1/+3
2004-07-21Added raw button reading functionalityLinus Nielsen Feltzing1-1/+12
2004-07-20Simplified the win32 sim makefile a littleLinus Nielsen Feltzing1-186/+49
2004-07-02Added FM radio simulation, with a good station at 99.4MHzLinus Nielsen Feltzing1-3/+12
2004-06-30New screen dump feature for recordersLinus Nielsen Feltzing1-0/+10
2004-06-22Added reset_poweroff_timer(), which can be used to prevent idle poweroff. Thi...Linus Nielsen Feltzing1-4/+0
2004-06-19wrong functions have been hereJörg Hohensohn1-3/+3
2004-06-15The plugin lib now works in the win32 simulatorLinus Nielsen Feltzing1-2/+6
2004-06-14Fixed VC++ build.Hardeep Sidhu3-3/+141
2004-06-14Previous change breaks VC++ build, reverting.Hardeep Sidhu1-0/+4
2004-06-10Finally, the archos directory sandbox works in the same way for both X11 and ...Linus Nielsen Feltzing8-315/+15
2004-05-27Added filetypes.c to VC project. Fixed compiler warning.Hardeep Sidhu2-3/+4
2004-05-21Plugin/file type association system. Patch #879411 by Henrik BackeBjörn Stenberg1-1/+4
2004-04-20Fixed win32 sim errors/warningsHardeep Sidhu3-2/+8