Age | Commit message (Expand) | Author | Files | Lines |
2007-09-10 | UISIMULATOR: Do a graceful shutdown of all threads and avoid (mostly lockup) ... | Michael Sevakis | 4 | -68/+175 |
2007-09-09 | More Simulator tweaking. Back to the counter but with 0 delay. Forget the sem... | Michael Sevakis | 1 | -18/+8 |
2007-09-09 | UISIMULATOR: Give the host OS some needed context switching hints (which _is_... | Michael Sevakis | 6 | -15/+66 |
2007-09-08 | Make sleep(0) in the sim behave more like on target. | Jens Arnold | 1 | -1/+1 |
2007-09-08 | Fix some warnings in sim kernel. | Michael Sevakis | 1 | -1/+1 |
2007-09-08 | Sim I/O and threading that runs more like on target. Tweakable if any genuine... | Michael Sevakis | 5 | -104/+554 |
2007-09-08 | Allow the volume keys to be used in lists. Fix the sim buttons. | Mark Arigo | 1 | -2/+2 |
2007-09-08 | Make the uisim build for the Sansa c200. | Mark Arigo | 3 | -0/+45 |
2007-09-04 | More FILES updating. | Jonas Häggqvist | 1 | -0/+4 |
2007-08-14 | Moved archos power handling into target tree. * Tuner power handling cleaned ... | Jens Arnold | 1 | -4/+0 |
2007-08-13 | Fix wheel in sansa simulator, closes FS#7591 | Nils Wallménius | 1 | -1/+3 |
2007-08-12 | Enable a lot more features for simulators and add stubs where necessary, simu... | Nils Wallménius | 1 | -0/+104 |
2007-08-12 | Fix red simulator builds. queue_broadcast() was missing... | Jens Arnold | 1 | -3/+52 |
2007-08-10 | Remove the 'USB' menu item from the sim system menu, press the 'u' key to dis... | Nils Wallménius | 1 | -6/+0 |
2007-08-05 | Added iPod 1st/2nd gen simulator bits. | Jens Arnold | 3 | -1/+14 |
2007-08-01 | Slightly less hacky sim queue_send(), fixes simulator crashes FS#7051 and FS#... | Steve Bavin | 1 | -1/+1 |
2007-07-31 | not to self: should recompile after adding comments... | Jonathan Gordon | 1 | -1/+1 |
2007-07-31 | working volume control in the sim | Jonathan Gordon | 1 | -3/+4 |
2007-07-29 | Use multi-screen api for metronome plugin, and made it run in the simulator b... | Kevin Ferrare | 2 | -0/+61 |
2007-07-22 | Sim needs a duplicate of the button_get_data implementation. | Michael Sevakis | 1 | -2/+16 |
2007-07-22 | Add a verbosity level command line option to the chackwps tool. This should m... | Nicolas Pennequin | 1 | -0/+1 |
2007-07-14 | Fix all the red this time? | Michael Sevakis | 1 | -0/+4 |
2007-07-14 | Do some planned radio interface cleanup since adding in the LV24020LP. | Michael Sevakis | 1 | -3/+3 |
2007-07-08 | Add lcd_sleep stub to sim too. | Michael Sevakis | 1 | -0/+4 |
2007-06-25 | Fix sim errors. Every extra byte feels guilt-free. ;) | Michael Sevakis | 1 | -1/+1 |
2007-06-11 | Oops. I should respect the simulator #ifdefs more. | Steve Bavin | 1 | -0/+13 |
2007-06-06 | As ususual, fix the sim errors. | Michael Sevakis | 1 | -0/+13 |
2007-05-04 | Fix some errors | Michael Sevakis | 1 | -1/+8 |
2007-05-04 | Get samplerate switching working in the sim to be similar to on target. Make ... | Michael Sevakis | 1 | -64/+240 |
2007-04-24 | Add a new commandline switch to the simulator: "--debugwps". It enables print... | Nicolas Pennequin | 1 | -1/+7 |
2007-04-24 | Oops. This shouln't have been added. | Nicolas Pennequin | 1 | -0/+0 |
2007-04-24 | WPS Parser: On parse failure, print a (hopefully) useful error message with l... | Nicolas Pennequin | 1 | -0/+0 |
2007-04-20 | so totally out of date I removed them completely | Daniel Stenberg | 3 | -108/+0 |
2007-04-20 | A bit more readable code. Also saves one buffer. | Jens Arnold | 1 | -12/+13 |
2007-04-20 | a little extra poke to get the sim to build | Daniel Stenberg | 2 | -11/+0 |
2007-04-19 | Make the simulator work with unicode filenames on windows. This includes both... | Jens Arnold | 1 | -46/+120 |
2007-04-14 | Simplification, queue pointers don't wrap (except at INT_MAX, but the calcula... | Jens Arnold | 1 | -0/+5 |
2007-04-12 | Fix sim crashes on long filenames. Patch by Sean Morrisey with some minor cha... | Peter D'Hoye | 1 | -29/+30 |
2007-04-12 | Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC... | Jens Arnold | 3 | -10/+10 |
2007-04-07 | Declare struct sim_dirent the same way as rockbox core's struct dirent. Fixe... | Jens Arnold | 1 | -2/+2 |
2007-04-06 | Fix red | Peter D'Hoye | 1 | -1/+1 |
2007-04-06 | Fix file date and time reading in the simulator (used by the properties plugin) | Peter D'Hoye | 1 | -2/+9 |
2007-04-03 | It's not necessary (anymore?) to map lcd_icon() to sim_lcd_icon() for the sim... | Jens Arnold | 2 | -29/+0 |
2007-04-02 | Fix flickering battery icon in the player sim. | Jens Arnold | 1 | -6/+6 |
2007-03-31 | Charcell lcd driver: Preparations for switching to non-immediate LCD updates,... | Jens Arnold | 9 | -802/+620 |
2007-03-30 | Implement remove_thread for SDL simulator | Steve Bavin | 2 | -7/+5 |
2007-03-26 | First step of charcell LCD code rework: * Make it fully unicode aware so that... | Jens Arnold | 2 | -14/+15 |
2007-03-24 | Make the sim create_thread() function slightly closer to the real thing. #in... | Dave Chapman | 1 | -6/+15 |
2007-03-21 | Perform the obligatory fix-the-sims dance. | Michael Sevakis | 1 | -7/+7 |
2007-03-17 | Cast some more to keep both 32 bit and 64 bit simulator platforms happy. | Jens Arnold | 1 | -2/+2 |