1. 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
  2. a3766bf added the stubs for the hold buttons on H300 simulator by Kevin Ferrare · 19 years ago
  3. b51f7df Backlight handling: * Added 'Caption Backlight' and 'Backlight On When Charging' for the iriver remote LCD. * Enabled the backlight code for the simulator, and prepared backlight simulation. It's only a stub atm, writing messages to the console window. * Added tick task handling to the simulators for this to work. * Code cleanup in backlight.c, less dead code. by Jens Arnold · 19 years ago
  4. a81f4c3 Sim build fix by Linus Nielsen Feltzing · 19 years ago
  5. 74b731e Major rework of the x11 simulator button handling. (1) Button repeat should always work correctly now, not sending a release before the repeat(s). Fixes e.g. calling the Ondio menu. (2) Button handling is done in the timer thread, not sleep()ing the main thread for extended times. Fixes slow performance of high-workload plugins (codec tests). (3) The x11 simulator now also contains the queue handling code. (4) The new code requires X11R6 because the multi-threading extension is used. by Jens Arnold · 20 years ago
  6. 31b28f5 Extensive code policing (indentation levels, tab characters). by Jens Arnold · 20 years ago
  7. abacb23 dummy button_hold() function to fix iriver sim builds. by Michiel Van Der Kolk · 20 years ago
  8. 5804664 long policy by Jean-Philippe Bernardy · 20 years ago
  9. 3c348df Changed several places to use button_clear_queue() to empty the button queue. Added the ability to empty the (system's) button queue to the X11 simulatr. by Jens Arnold · 20 years ago
  10. e6f403f X11 sim: Button handling adapted to iRiver and reworked a bit. Removed tab chars. by Jens Arnold · 20 years ago
  11. 593cc00 a hell of a commit: changed several HAVE_xx configuration flags into multiple choice values (keypad, tuner, CPU, h/w codec) by Jörg Hohensohn · 20 years ago
  12. 6c33c51 Redesigned the button handling. The code now uses symbolic function defines instead of checking for specific buttons. This makes it easier to add support for new devices with different button layouts. by Björn Stenberg · 20 years ago
  13. 8b69504 Moved LCD_WIDHT/HEIGHT from lcd driver to config file. by Björn Stenberg · 20 years ago
  14. da71777 Removed annoying debug output by Linus Nielsen Feltzing · 20 years ago
  15. 15d04fd Somewhat better key combination handling by Linus Nielsen Feltzing · 20 years ago
  16. ad5c0ed Forgot to remove all traces of the obsolete repeat mask functions by Linus Nielsen Feltzing · 20 years ago
  17. a754dd8 Added raw button reading functionality by Linus Nielsen Feltzing · 20 years ago
  18. a8dab4c New screen dump feature for recorders by Linus Nielsen Feltzing · 20 years ago
  19. a6142ab Finally, the archos directory sandbox works in the same way for both X11 and win32 simulators. Unfortunately, this breaks the VC++ compatibility. Also, the plugin API now supports DEBUGF. Last, but not least, we have a new plugin, vbrfix.rock. by Linus Nielsen Feltzing · 20 years ago
  20. eae5110 Now supports key-repeat in the simulator! by Daniel Stenberg · 22 years ago
  21. 74cc9e4 Remove use of rockbox-mode.el in local variables list. by Mats Lidell · 22 years ago
  22. 5fcce4d Now the X11 simulator sets the BUTTON_REL bit properly and thus generates by Daniel Stenberg · 22 years ago
  23. ea60436 slow down the button check function, this makes the cube look sane in the by Daniel Stenberg · 22 years ago
  24. 9af5972 Added button release events by Björn Stenberg · 22 years ago
  25. a398aa4 healing the X11 simulator (button_get_w_tmo wise), please bear with me as I by Daniel Stenberg · 22 years ago
  26. 93c1b40 there is no XK_Enter! by Daniel Stenberg · 22 years ago
  27. b3a80fb George Styles added a few keys for running the simulator on without numerical by Daniel Stenberg · 22 years ago
  28. 52f5483 Added set_release() and set_repeat() by Linus Nielsen Feltzing · 22 years ago
  29. d39904e Some X servers send KP_Begin for keypad 5 by Björn Stenberg · 22 years ago
  30. ed6c7e4 warning hunt and kill session by Daniel Stenberg · 22 years ago
  31. d68ee12 shorten the sleep for blocking key-gets to make it behave better by Daniel Stenberg · 23 years ago
  32. 132a09b adjusted to new button_get api by Daniel Stenberg · 23 years ago
  33. 8cbedc3 Added player MENU and ON keys by Björn Stenberg · 23 years ago
  34. 28af55d Added support for player keypad by Björn Stenberg · 23 years ago
  35. 7ae053a Changing to C99 'bool' by Björn Stenberg · 23 years ago
  36. 837e2c4 don't define anything like this here by Daniel Stenberg · 23 years ago
  37. 3caa3c0 moved X11-specific files into a separate subdir to keep root clean for by Daniel Stenberg · 23 years ago[Renamed from uisimulator/button-x11.c]
  38. 45e9494 Missing buttons added by Björn Stenberg · 23 years ago
  39. c7dd78e Tetris! by Björn Stenberg · 23 years ago