1. e0cd0b8 fix red by Jonathan Gordon · 17 years ago
  2. 97f6c46 mouse support for HAVE_TOUCHPAD target simulator by Jonathan Gordon · 17 years ago
  3. d6af287 Implement as genuine a set_irq_level function for the sim as possible. The yield added earlier is still nescessary since other threads won't run anyway while viewing the database screen on either sim or target. by Michael Sevakis · 17 years ago
  4. fdbc01c More M:Robe work including a fix to lcd-as-memframe for larger screens thanks to Michael Sevakis. Also fixes simulator builds. by Karl Kurbjun · 17 years ago
  5. a9b2fb5 Finally full multicore support for PortalPlayer 502x targets with an eye towards the possibility of other types. All SVN targets the low-lag code to speed up blocking operations. Most files are modified here simple due to a name change to actually support a real event object and a param change to create_thread. Add some use of new features but just sit on things for a bit and leave full integration for later. Work will continue on to address size on sensitive targets and simplify things if possible. Any PP target having problems with SWP can easily be changed to sw corelocks with one #define change in config.h though only PP5020 has shown an issue and seems to work without any difficulties. by Michael Sevakis · 17 years ago
  6. a07e939 fix yellow and some house cleaning by Robert Kukla · 17 years ago
  7. fd3fe45 FS#7487 - mpegplayer - video start time seek with resume by Robert Kukla · 17 years ago
  8. 0107dfc UISIMULATOR: Give the host OS some needed context switching hints (which _is_ supposed to work on Linux - but I can't tell on VMWare - and does on Windows). I guess I'll know for sure soon. Give sleep() even more genuine behavior. Add some button driver sync with the rockbox threads that should have been there for some time - this is basically interrupt-like processing as any thread not in the kernel pool should be considered. Make the screendump work again by posting the request. Perhaps help out shutting down for some users but not in the way I'd prefer - to think about. by Michael Sevakis · 17 years ago
  9. 69b4654 Allow the volume keys to be used in lists. Fix the sim buttons. by Mark Arigo · 17 years ago
  10. e14a760 Make the uisim build for the Sansa c200. by Mark Arigo · 17 years ago
  11. 414ee9f Fix wheel in sansa simulator, closes FS#7591 by Nils Wallménius · 18 years ago
  12. 729b25c Added iPod 1st/2nd gen simulator bits. by Jens Arnold · 18 years ago
  13. 8584a6b Sim needs a duplicate of the button_get_data implementation. by Michael Sevakis · 18 years ago
  14. 47bf6c5 Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BACKLIGHT to a simple HAVE_BACKLIGHT. by Jens Arnold · 18 years ago
  15. 54ea2e4 Charcell lcd driver: Preparations for switching to non-immediate LCD updates, using lcd_update() like on bitmap targets. * Added proper clipping. * Simplified simulator code. by Jens Arnold · 18 years ago
  16. 85a226d Rename some macros to account for the recently added M5 port. No code changes. by Jens Arnold · 18 years ago
  17. e889480 Make sure that the special simulator keys do not interfere with the button handler by Linus Nielsen Feltzing · 18 years ago
  18. ec3f0d5 UI simulator: You can now toggle the main and remote hold switches with the h and j keys. It does not filter any keys, though, it mainly toggles the hold state, for WPS testing etc. by Linus Nielsen Feltzing · 18 years ago
  19. e6bf827 pressing u in the sim simulates usb. press u again to "disconnect" by Jonathan Gordon · 18 years ago
  20. 3a37f46 Fix CONFIG_BACKLIGHT warnings. by Jens Arnold · 18 years ago
  21. d64e626 Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI simulator (but with a dummy background image for now) and the beginnings of the target-specific firmare code. Port is temporarily using a 2bpp LCD buffer format - the AV300 has a 320x240 colour (YCbCr-based) LCD which will need a new framebuffer format and drawing routines, but the LCD is also capable of various paletted bitmap modes, one of which has an identical framebuffer format to the greyscale ipods. Buttons (and hence the button mappings) are identical to the Archos Recorder, with the exception that the PLAY button on the Recorder is replaced by pressing the joystick on the AV300 (which I call BUTTON_SELECT). The initial port will begin by being strictly HWCODEC, but will evolve to be a hybrid SWCODEC/HWCODEC platform - it has a MAS3587F but also a main CPU (54MHz arm7tdmi plus DSP) capable of software decoding of at least some formats. by Dave Chapman · 18 years ago
  22. 4b90267 Convert queues to use intptr_t for event data and return values as most of the time pointer are not passed and it should make some things a bit cleaner. by Michael Sevakis · 18 years ago
  23. 780f79e Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately. by Jens Arnold · 18 years ago
  24. 24f4a2a Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. by Barry Wardell · 18 years ago
  25. 5db8081 Fix build errors in H100 and H300 UI simulator. by Barry Wardell · 18 years ago
  26. d5e628f Simplify the numeric keypad -> device button mapping in the UI simulator for all targets. Split the mapping by target keypad type, rather that by what button a target has. Also, add a mapping for the Sansa e200 series. by Barry Wardell · 18 years ago
  27. a19032c Iriver iFP7xx support in simulator. by Tomasz Malesinski · 19 years ago
  28. 1792170 Add remote_type() to the uisim for h100/h300 builds. Use the "t" key to switch between remote types (only changes the remote_type()'s return value for now) by Hristo Kovachev · 19 years ago
  29. 9dc0e62 Patch #5731 by Barry Wardell: more iriver h10 work. Thanks! by Hristo Kovachev · 19 years ago
  30. ebfb4f3 Bind F8 key to "on" button (usefull if you don't have a numpad) by Antoine Cellerier · 19 years ago
  31. 5aa017b Simulator: map ESC key to POWER button as a way to exit plugins. Patch #5681 by Rani Hod (RaeNye). by Peter D'Hoye · 19 years ago
  32. 8325e0b Implemented screendump for the player sim. by Jens Arnold · 19 years ago
  33. a70c6b9 Patch #4913 by David Rothenberger with some changes by me: add only backlight on first keypress to the lcd remotes, too. by Hristo Kovachev · 19 years ago
  34. da5fb18 New option: First keypress enables backlight only. Patch #2920 by Nicolas Pennequin. by Björn Stenberg · 19 years ago
  35. 4e96f7d make the enter key work again in the windows SDL sim by Marcoen Hirschberg · 19 years ago
  36. 338e2bb first gigabeat commit by Marcoen Hirschberg · 19 years ago
  37. 237d3c4 Adaptive button repeat: adapts repeat rate depending on the ability of the application to cope. Avoids afterscroll and similar effects. * Yield while scrolling through lists. by Jens Arnold · 19 years ago
  38. 853085c Reverse scroll forwardd/back button mapping for iPod in the SDL sim. by Dan Everton · 19 years ago
  39. 621bcc2 The simulator should use the keypad period key, not the regular one by Linus Nielsen Feltzing · 19 years ago
  40. fc72c53 Patch #1417462 by Dan Everton - Improved SDL simulator by Linus Nielsen Feltzing · 19 years ago