1. ac31e6a Remote LCD support added to the x11 simulator, take 1. The win32 simulator by Daniel Stenberg · 20 years ago
  2. 441e512 Simplification. by Jens Arnold · 20 years ago
  3. b8a23f9e Fixed makefiles for autoconf.g include. by Daniel Stenberg · 20 years ago
  4. 3b8dcf5 X11 simulator: Always restore the x11 button autorepeat setting, regardless at which point exit() is called. by Jens Arnold · 20 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. 6c19c85 X11 simulator improvements: Proper thread stopping and realtime ticks, based on patch #1048898. by Jens Arnold · 20 years ago
  8. 0bf50f0 adjusted to use the new Make include file to create the SRC variable from by Daniel Stenberg · 20 years ago
  9. abacb23 dummy button_hold() function to fix iriver sim builds. by Michiel Van Der Kolk · 20 years ago
  10. 22b7701 Build cleanup and general fixes. fprintf() is now fdprintf(), the separation by Daniel Stenberg · 20 years ago
  11. cdde25b Unified build system to use SOURCES for sim builds too, a single Makefile-look by Daniel Stenberg · 20 years ago
  12. b4527a3 Simulators: Made the mp3 buffer size depend on the MEMORYSIZE setting for better simulation. by Jens Arnold · 20 years ago
  13. 7999e75 Fixed gmini X11 simulator. by Jens Arnold · 20 years ago
  14. df2e3b4 I said 'correct'... by Jens Arnold · 20 years ago
  15. 9540759 Print correct button assignments. by Jens Arnold · 20 years ago
  16. 5804664 long policy by Jean-Philippe Bernardy · 20 years ago
  17. 3662ad2 Use internal strcasestr implementation, since not all compilers provide it. by Björn Stenberg · 20 years ago
  18. 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
  19. 424d505 Eanbled building gmini simulator (Win32 & X11). by Jens Arnold · 20 years ago
  20. 57c129f Use the correct lcd code for iRiver simulator builds. by Jens Arnold · 20 years ago
  21. e6f403f X11 sim: Button handling adapted to iRiver and reworked a bit. Removed tab chars. by Jens Arnold · 20 years ago
  22. 5df90b4 Added ID3 database support. by Björn Stenberg · 20 years ago
  23. 107f2d1 minor correction by Daniel Stenberg · 20 years ago
  24. c9d41b4 Make the simulator builds acknowledge the plugins variable set in the configure by Daniel Stenberg · 20 years ago
  25. ba0348e Another fix for bug #1016011 by Eric Lassauge by Linus Nielsen Feltzing · 20 years ago
  26. 25c0d3a Patch #1016011 by Eric Lassauge, fixes X11 simulator build in Cygwin by Linus Nielsen Feltzing · 20 years ago
  27. 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
  28. fc1e925 Rearranged makefiles again to move platform-specific stuff from the Makefiles by Daniel Stenberg · 21 years ago
  29. 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 · 21 years ago
  30. bbcd740 The Iriver display is blue by Björn Stenberg · 21 years ago
  31. 8b69504 Moved LCD_WIDHT/HEIGHT from lcd driver to config file. by Björn Stenberg · 21 years ago
  32. 0ceaa5e Const policed pointer arguments to functions, part 2 by Jens Arnold · 21 years ago
  33. c90319e x11sim for cygwin: TARGET is defined with the .exe extension by Linus Nielsen Feltzing · 21 years ago
  34. da71777 Removed annoying debug output by Linus Nielsen Feltzing · 21 years ago
  35. 15d04fd Somewhat better key combination handling by Linus Nielsen Feltzing · 21 years ago
  36. 865effa Brushed up, made it more like the win32 makefile by Linus Nielsen Feltzing · 21 years ago
  37. ad5c0ed Forgot to remove all traces of the obsolete repeat mask functions by Linus Nielsen Feltzing · 21 years ago
  38. a754dd8 Added raw button reading functionality by Linus Nielsen Feltzing · 21 years ago
  39. 64c53c6 Removed some whitespace by Linus Nielsen Feltzing · 21 years ago
  40. 4242a34 Patch #961687 by Eric Lassauge, MP3 playback using libmad in the X11 simulator by Linus Nielsen Feltzing · 21 years ago
  41. 50a4813 Fixed the FM sim build by Linus Nielsen Feltzing · 21 years ago
  42. afd7421 Added FM radio simulation, with a good station at 99.4MHz by Linus Nielsen Feltzing · 21 years ago
  43. a8dab4c New screen dump feature for recorders by Linus Nielsen Feltzing · 21 years ago
  44. bdfc932 extended the clean target to remove the libplugin and the rockbox.zip by Daniel Stenberg · 21 years ago
  45. 4df35e5 provide libplugin support by Daniel Stenberg · 21 years ago
  46. 7947770 Fixed a warning (unused variable) by Jens Arnold · 21 years ago
  47. 6b18acd removed silly debug outputs by Daniel Stenberg · 21 years ago
  48. 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 · 21 years ago
  49. fb00c21 Plugin/file type association system. Patch #879411 by Henrik Backe by Björn Stenberg · 21 years ago
  50. 6cc6e8b Removed some X11 simulator warnings by Linus Nielsen Feltzing · 21 years ago
  51. 7ddf0d6 Reworked the time get/set functions by Linus Nielsen Feltzing · 21 years ago
  52. 942380a Sim warning, as usual by Linus Nielsen Feltzing · 21 years ago
  53. 8fa821d Added rmdir() for the x11 simulator by Linus Nielsen Feltzing · 21 years ago
  54. ef7293f New feature: NOw you can store the recorded files in either /recordings (the directory will be created automatically) or in the current directory. by Linus Nielsen Feltzing · 21 years ago
  55. a108ec2 Added Benjamin Metzlers bookmarking feature (patch #669440) by Björn Stenberg · 21 years ago
  56. be01f63 Fix cygwin/X11 build by defining _SSIZE_T_ by Hardeep Sidhu · 21 years ago
  57. daaec5d still trying to fix the sim (blindfolded) by Jörg Hohensohn · 21 years ago
  58. 97c76f9 trying to fix the sim by Jörg Hohensohn · 21 years ago
  59. 5040cc5 Screen buffer transposed, such that bytes in X-direction are consecutive. This enables my turbocharged lcd_write_data() for regular screen updates. Please check the X11 sim, Win32 works. by Jörg Hohensohn · 21 years ago
  60. 41cfe30 fixed lcd_blit for the (x11) sim by Daniel Stenberg · 21 years ago
  61. 00acdfa Added viewer for currently playing playlist. Accessed from Menu->Playlist Options->View Current Playlist. by Hardeep Sidhu · 21 years ago
  62. ae960a9 my take at fixing the simulator warnings by adding mode_t, size_t, ssize_t by Daniel Stenberg · 21 years ago
  63. fcbf103 Removed games and demos menus. by Björn Stenberg · 21 years ago
  64. 4b392cd Added dependency to the tools dir, so it's automatically built with the rest. Updated build docs. by Björn Stenberg · 22 years ago
  65. f6ed970 Added FreeBSD support to uisimulator. Patch by Keith Hubbard by Björn Stenberg · 22 years ago
  66. 8dd3a82 Fixed simulator warning. by Hardeep Sidhu · 22 years ago
  67. 9e42620 Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlist from file browser to see available options. by Hardeep Sidhu · 22 years ago
  68. b76dca2 X11/Cygwin simulator doesn't require libdl by Hardeep Sidhu · 22 years ago
  69. 117be9e Simulators must link with libdl by Björn Stenberg · 22 years ago
  70. 3f54121 Added plugin loader. Moved games, demos and the text viewer to loadable plugins. Copy your *.rock files to /.rockbox/rocks/ by Björn Stenberg · 22 years ago
  71. 20d031f Configurable dir browser file buffer size. No more 400-file limit. No more whining. by Linus Nielsen Feltzing · 22 years ago
  72. ce92944 Added misc.c to the sim builds by Linus Nielsen Feltzing · 22 years ago
  73. ab3868a use size_t instead by Daniel Stenberg · 22 years ago
  74. 004f690 use the rockbox versions of the sprintf* and friends by Daniel Stenberg · 22 years ago
  75. eae5110 Now supports key-repeat in the simulator! by Daniel Stenberg · 22 years ago
  76. 4ccffb6 remove debug output by Daniel Stenberg · 22 years ago
  77. e98bad5 Added the filesize() function by Linus Nielsen Feltzing · 22 years ago
  78. ebef8e9 removed libmad leftovers by Daniel Stenberg · 22 years ago
  79. 61a4cce Added onplay.c by Björn Stenberg · 22 years ago
  80. a039091 New ID3 and MP3 stream parser, plus not-yet-ready Xing header generation code by Linus Nielsen Feltzing · 22 years ago
  81. 11d9ecb killed a warning properly indented some code by Daniel Stenberg · 22 years ago
  82. 7d2f8e7 Set a mode that makes sense as the Rockbox code doesn't use modes... by Daniel Stenberg · 22 years ago
  83. a5bfaa9 Henrik Backe's fixes to enable this to build using cygwin. by Daniel Stenberg · 22 years ago
  84. 0d5ea77 Fix red sim build by Björn Stenberg · 22 years ago
  85. a865102 fix to not use the redefined calls within the redefined calls themselves, by Daniel Stenberg · 22 years ago
  86. a62fd98 added the missing write() by Daniel Stenberg · 22 years ago
  87. 603975b this compiles better by Daniel Stenberg · 22 years ago
  88. f22ac91 fixes the warning by Daniel Stenberg · 22 years ago
  89. 83131fa use new path by Daniel Stenberg · 22 years ago
  90. ae26233 build and work with the new include path(s) by Daniel Stenberg · 22 years ago
  91. f8ee440 include the original kernel.h from the new location by Daniel Stenberg · 22 years ago
  92. 2ba4fed Added close() and proper creat() to x11 emulator by Björn Stenberg · 22 years ago
  93. 74cc9e4 Remove use of rockbox-mode.el in local variables list. by Mats Lidell · 22 years ago
  94. 4bea14d Printing keyboard shortcuts at startup. by Kjell Ericson · 22 years ago
  95. 0ca9ccb Default window zoom for Recorder simulator is 2. by Kjell Ericson · 22 years ago
  96. 7d80ba0 Added rename() to simulator by Björn Stenberg · 22 years ago
  97. 1cb8061 Implementing Rocklatin character set for Rockbox player. by Kjell Ericson · 22 years ago
  98. ea3d4d5 Implementing Rocklatin for Rockbox player. by Kjell Ericson · 22 years ago
  99. c78e1b0 The much-anticipated queue patch by Hardeep Sidhu. Queue a file by holding down PLAY on it while playing other music. by Björn Stenberg · 22 years ago
  100. c8cb6ff Added virtual keyboard for text input, loosely based on John Wood's code by Björn Stenberg · 22 years ago