summaryrefslogtreecommitdiffstats
path: root/uisimulator
AgeCommit message (Expand)AuthorFilesLines
2007-05-04Fix some errorsMichael Sevakis1-1/+8
2007-05-04Get samplerate switching working in the sim to be similar to on target. Make ...Michael Sevakis1-64/+240
2007-04-24Add a new commandline switch to the simulator: "--debugwps". It enables print...Nicolas Pennequin1-1/+7
2007-04-24Oops. This shouln't have been added.Nicolas Pennequin1-0/+0
2007-04-24WPS Parser: On parse failure, print a (hopefully) useful error message with l...Nicolas Pennequin1-0/+0
2007-04-20so totally out of date I removed them completelyDaniel Stenberg3-108/+0
2007-04-20A bit more readable code. Also saves one buffer.Jens Arnold1-12/+13
2007-04-20a little extra poke to get the sim to buildDaniel Stenberg2-11/+0
2007-04-19Make the simulator work with unicode filenames on windows. This includes both...Jens Arnold1-46/+120
2007-04-14Simplification, queue pointers don't wrap (except at INT_MAX, but the calcula...Jens Arnold1-0/+5
2007-04-12Fix sim crashes on long filenames. Patch by Sean Morrisey with some minor cha...Peter D'Hoye1-29/+30
2007-04-12Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...Jens Arnold3-10/+10
2007-04-07Declare struct sim_dirent the same way as rockbox core's struct dirent. Fixe...Jens Arnold1-2/+2
2007-04-06Fix redPeter D'Hoye1-1/+1
2007-04-06Fix file date and time reading in the simulator (used by the properties plugin)Peter D'Hoye1-2/+9
2007-04-03It's not necessary (anymore?) to map lcd_icon() to sim_lcd_icon() for the sim...Jens Arnold2-29/+0
2007-04-02Fix flickering battery icon in the player sim.Jens Arnold1-6/+6
2007-03-31Charcell lcd driver: Preparations for switching to non-immediate LCD updates,...Jens Arnold9-802/+620
2007-03-30Implement remove_thread for SDL simulatorSteve Bavin2-7/+5
2007-03-26First step of charcell LCD code rework: * Make it fully unicode aware so that...Jens Arnold2-14/+15
2007-03-24Make the sim create_thread() function slightly closer to the real thing. #in...Dave Chapman1-6/+15
2007-03-21Perform the obligatory fix-the-sims dance.Michael Sevakis1-7/+7
2007-03-17Cast some more to keep both 32 bit and 64 bit simulator platforms happy.Jens Arnold1-2/+2
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold1-1/+1
2007-03-16FM Radio mishmash: Make a quieter screen for the SWCODEC targets esp. for the...Michael Sevakis1-2/+8
2007-03-11Audio Init: Just can't stand that heirarchy. Add one level of abstraction. Mi...Michael Sevakis2-6/+4
2007-03-11Add audiohw_postinit() stub for the sims.Michael Sevakis1-0/+6
2007-03-09Put an end to priority inversion in the ata driver. Gave up trying to have fu...Michael Sevakis1-0/+12
2007-03-05Make sure that the special simulator keys do not interfere with the button ha...Linus Nielsen Feltzing1-7/+5
2007-03-05Remove the annoying backlight debug output in the simulatorLinus Nielsen Feltzing1-2/+0
2007-03-05Actual M5 simulator image.Jens Arnold2-6/+6
2007-03-05UI simulator: You can now toggle the main and remote hold switches with the h...Linus Nielsen Feltzing1-15/+37
2007-03-05Bring up the M5 port to a working stage: Extended numerous explicit checks fo...Jens Arnold2-0/+18
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers2-12/+0
2007-02-21pressing u in the sim simulates usb. press u again to "disconnect"Jonathan Gordon1-3/+16
2007-02-20Fix build errors.Barry Wardell2-2/+2
2007-02-18Fix CONFIG_BACKLIGHT warnings.Jens Arnold3-10/+10
2007-02-18Fix remaining CONFIG_TUNER checks.Jens Arnold1-1/+1
2007-02-14Icons in the menus. Thanks midkay for them.Jonathan Gordon1-1/+0
2007-02-03Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold1-2/+1
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold2-17/+14
2007-01-14Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI ...Dave Chapman3-0/+56
2007-01-10Made sansa and iFP simulator bitmaps binary and restored working versions.Jens Arnold2-0/+0
2007-01-09Removed executable flagLinus Nielsen Feltzing3-0/+0
2007-01-05Implement pcm_set_frequency in the sim. Update Doom plugin to have sound in t...Dan Everton1-27/+52
2007-01-01Add a dummy pcm_set_frequency() function for the sim. Can someone who knows ...Dave Chapman1-0/+6
2006-12-19Convert queues to use intptr_t for event data and return values as most of th...Michael Sevakis2-16/+17
2006-12-16Add queue_send synchronous message sending. Right now only for SWCODEC. Actua...Michael Sevakis1-11/+178
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