summaryrefslogtreecommitdiffstats
path: root/uisimulator
AgeCommit message (Expand)AuthorFilesLines
2006-11-10Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold3-47/+0
2006-11-10Support building tagcache db natively on PC using the core of theMiika Pekkarinen1-6/+47
2006-11-06Fixed the errors on the sims.Michael Sevakis1-1/+1
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis1-1/+2
2006-11-03Oops, sim was missing a queue functionSteve Bavin1-0/+14
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold2-13/+8
2006-10-26Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ...Barry Wardell3-4/+18
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold2-2/+3
2006-10-22Make the SDL simulator a console app on cygwin, and circumvent SDL_main. Debu...Jens Arnold1-0/+5
2006-10-21Fix build errors in H100 and H300 UI simulator.Barry Wardell1-1/+1
2006-10-21Simplify the numeric keypad -> device button mapping in the UI simulator for ...Barry Wardell1-66/+332
2006-10-16Added necessary bits & pieces for building an ipod 3rd gen simulator.Jens Arnold2-0/+12
2006-09-29Allow UI simulator to be build on OS (Slightly updated version of FS5767)Barry Wardell1-0/+3
2006-09-28Improve simulator use of multiple codecsSteve Bavin1-16/+19
2006-09-28Fixed settings persistence for simulatorsSteve Bavin1-3/+3
2006-09-16New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen1-4/+9
2006-09-03Oops - fix warnings and add a simulator version of remove_thread_on_core()Daniel Ankers2-15/+21
2006-09-03Fix simulation of threads across multiple coresDaniel Ankers1-1/+7
2006-08-26FS#5884 Fix simulator file delete/rename with dircache.Miika Pekkarinen1-0/+15
2006-08-19Add new build target for iriver H10 5/6Gb.Barry Wardell2-1/+11
2006-08-18Iriver iFP7xx support in simulator.Tomasz Malesinski3-0/+15
2006-08-15Add remote_type() to the uisim for h100/h300 builds. Use the "t" key to switc...Hristo Kovachev1-0/+36
2006-08-12Remove Win32 and X11 simulator sources. They've been deprecated for a while i...Dan Everton71-6719/+0
2006-08-11Patch #5731 by Barry Wardell: more iriver h10 work. Thanks!Hristo Kovachev2-0/+13
2006-08-03iriver H10 fixes by BarryDaniel Stenberg1-1/+10
2006-07-31Adjust the counter even higher so it should work quite stable now.Miika Pekkarinen1-1/+1
2006-07-31Prevent simulator SDL audio skipping under OS X (FS#5748 by EmanuelMiika Pekkarinen1-1/+0
2006-07-31Prevent the simulator SDL audio skipping under Linux.Miika Pekkarinen1-1/+7
2006-07-28X5 remote LCD drawing. This will break target linking atm - lcd_remote_update...Jens Arnold5-16/+18
2006-07-27Moved the X5 button driver to the target treeLinus Nielsen Feltzing2-2/+2
2006-07-25Contrast setting cleanup: * Only include contrast setting for targets where i...Jens Arnold1-2/+7
2006-07-22Bind F8 key to "on" button (usefull if you don't have a numpad)Antoine Cellerier1-0/+1
2006-07-19Simulator: map ESC key to POWER button as a way to exit plugins. Patch #5681 ...Peter D'Hoye1-0/+6
2006-06-17Simulator: two codecs may be loaded at same time if voice is enabled.Hardeep Sidhu1-1/+10
2006-06-03Adjustments for simulating a backlight-modded Ondio.Jens Arnold2-2/+9
2006-05-23Fix red playersim build on linux, and make it a bit less hackish.Jens Arnold1-3/+3
2006-05-23Implemented screendump for the player sim.Jens Arnold3-3/+92
2006-04-12Patch 5107 from Steve Bavin, enable locking on sdl sim, now mutexes actually ...Brandon Low1-4/+7
2006-04-04Fix greyscale iPod sims for new LCD format.Jens Arnold1-1/+1
2006-04-02UI pictures for iPod mini 1G and 2G simulators.Jens Arnold3-0/+12
2006-03-29Use correct sleep function in simulator queue wait.Dan Everton1-1/+1
2006-03-25Patch #4913 by David Rothenberger with some changes by me: add only backlight...Hristo Kovachev1-3/+57
2006-03-24New option: First keypress enables backlight only. Patch #2920 by Nicolas Pen...Björn Stenberg1-1/+13
2006-03-22Use correct types, which kills some AMD64 sim warnings.Thom Johansen1-2/+2
2006-03-19code policed // commentsDaniel Stenberg7-104/+104
2006-03-17Fix some incorrectly declared functions in the sim.Dan Everton2-3/+3
2006-03-11Don't pass NULL to dlclose. Stops the simulator crashing if there's a problem...Dan Everton1-2/+0
2006-03-11Don't crash the simulator when the pcm callback runs out of data.Jens Arnold1-33/+30
2006-03-09make the enter key work again in the windows SDL simMarcoen Hirschberg1-0/+2
2006-03-02Simulators: Fix pointer size vs. int size problems (64bit hosts) in plugin lo...Jens Arnold1-22/+20