1. c9d41b4 Make the simulator builds acknowledge the plugins variable set in the configure by Daniel Stenberg · 20 years ago
  2. ba0348e Another fix for bug #1016011 by Eric Lassauge by Linus Nielsen Feltzing · 20 years ago
  3. 25c0d3a Patch #1016011 by Eric Lassauge, fixes X11 simulator build in Cygwin by Linus Nielsen Feltzing · 20 years ago
  4. 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
  5. fc1e925 Rearranged makefiles again to move platform-specific stuff from the Makefiles by Daniel Stenberg · 20 years ago
  6. 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
  7. bbcd740 The Iriver display is blue by Björn Stenberg · 20 years ago
  8. 8b69504 Moved LCD_WIDHT/HEIGHT from lcd driver to config file. by Björn Stenberg · 20 years ago
  9. 0ceaa5e Const policed pointer arguments to functions, part 2 by Jens Arnold · 20 years ago
  10. c90319e x11sim for cygwin: TARGET is defined with the .exe extension by Linus Nielsen Feltzing · 20 years ago
  11. da71777 Removed annoying debug output by Linus Nielsen Feltzing · 20 years ago
  12. 15d04fd Somewhat better key combination handling by Linus Nielsen Feltzing · 20 years ago
  13. 865effa Brushed up, made it more like the win32 makefile by Linus Nielsen Feltzing · 20 years ago
  14. ad5c0ed Forgot to remove all traces of the obsolete repeat mask functions by Linus Nielsen Feltzing · 20 years ago
  15. a754dd8 Added raw button reading functionality by Linus Nielsen Feltzing · 20 years ago
  16. 64c53c6 Removed some whitespace by Linus Nielsen Feltzing · 20 years ago
  17. 4242a34 Patch #961687 by Eric Lassauge, MP3 playback using libmad in the X11 simulator by Linus Nielsen Feltzing · 20 years ago
  18. 50a4813 Fixed the FM sim build by Linus Nielsen Feltzing · 20 years ago
  19. afd7421 Added FM radio simulation, with a good station at 99.4MHz by Linus Nielsen Feltzing · 20 years ago
  20. a8dab4c New screen dump feature for recorders by Linus Nielsen Feltzing · 20 years ago
  21. bdfc932 extended the clean target to remove the libplugin and the rockbox.zip by Daniel Stenberg · 20 years ago
  22. 4df35e5 provide libplugin support by Daniel Stenberg · 20 years ago
  23. 7947770 Fixed a warning (unused variable) by Jens Arnold · 21 years ago
  24. 6b18acd removed silly debug outputs by Daniel Stenberg · 21 years ago
  25. 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
  26. fb00c21 Plugin/file type association system. Patch #879411 by Henrik Backe by Björn Stenberg · 21 years ago
  27. 6cc6e8b Removed some X11 simulator warnings by Linus Nielsen Feltzing · 21 years ago
  28. 7ddf0d6 Reworked the time get/set functions by Linus Nielsen Feltzing · 21 years ago
  29. 942380a Sim warning, as usual by Linus Nielsen Feltzing · 21 years ago
  30. 8fa821d Added rmdir() for the x11 simulator by Linus Nielsen Feltzing · 21 years ago
  31. 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
  32. a108ec2 Added Benjamin Metzlers bookmarking feature (patch #669440) by Björn Stenberg · 21 years ago
  33. be01f63 Fix cygwin/X11 build by defining _SSIZE_T_ by Hardeep Sidhu · 21 years ago
  34. daaec5d still trying to fix the sim (blindfolded) by Jörg Hohensohn · 21 years ago
  35. 97c76f9 trying to fix the sim by Jörg Hohensohn · 21 years ago
  36. 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
  37. 41cfe30 fixed lcd_blit for the (x11) sim by Daniel Stenberg · 21 years ago
  38. 00acdfa Added viewer for currently playing playlist. Accessed from Menu->Playlist Options->View Current Playlist. by Hardeep Sidhu · 21 years ago
  39. ae960a9 my take at fixing the simulator warnings by adding mode_t, size_t, ssize_t by Daniel Stenberg · 21 years ago
  40. fcbf103 Removed games and demos menus. by Björn Stenberg · 21 years ago
  41. 4b392cd Added dependency to the tools dir, so it's automatically built with the rest. Updated build docs. by Björn Stenberg · 21 years ago
  42. f6ed970 Added FreeBSD support to uisimulator. Patch by Keith Hubbard by Björn Stenberg · 21 years ago
  43. 8dd3a82 Fixed simulator warning. by Hardeep Sidhu · 21 years ago
  44. 9e42620 Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlist from file browser to see available options. by Hardeep Sidhu · 21 years ago
  45. b76dca2 X11/Cygwin simulator doesn't require libdl by Hardeep Sidhu · 21 years ago
  46. 117be9e Simulators must link with libdl by Björn Stenberg · 21 years ago
  47. 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 · 21 years ago
  48. 20d031f Configurable dir browser file buffer size. No more 400-file limit. No more whining. by Linus Nielsen Feltzing · 22 years ago
  49. ce92944 Added misc.c to the sim builds by Linus Nielsen Feltzing · 22 years ago
  50. ab3868a use size_t instead by Daniel Stenberg · 22 years ago
  51. 004f690 use the rockbox versions of the sprintf* and friends by Daniel Stenberg · 22 years ago
  52. eae5110 Now supports key-repeat in the simulator! by Daniel Stenberg · 22 years ago
  53. 4ccffb6 remove debug output by Daniel Stenberg · 22 years ago
  54. e98bad5 Added the filesize() function by Linus Nielsen Feltzing · 22 years ago
  55. ebef8e9 removed libmad leftovers by Daniel Stenberg · 22 years ago
  56. 61a4cce Added onplay.c by Björn Stenberg · 22 years ago
  57. a039091 New ID3 and MP3 stream parser, plus not-yet-ready Xing header generation code by Linus Nielsen Feltzing · 22 years ago
  58. 11d9ecb killed a warning properly indented some code by Daniel Stenberg · 22 years ago
  59. 7d2f8e7 Set a mode that makes sense as the Rockbox code doesn't use modes... by Daniel Stenberg · 22 years ago
  60. a5bfaa9 Henrik Backe's fixes to enable this to build using cygwin. by Daniel Stenberg · 22 years ago
  61. 0d5ea77 Fix red sim build by Björn Stenberg · 22 years ago
  62. a865102 fix to not use the redefined calls within the redefined calls themselves, by Daniel Stenberg · 22 years ago
  63. a62fd98 added the missing write() by Daniel Stenberg · 22 years ago
  64. 603975b this compiles better by Daniel Stenberg · 22 years ago
  65. f22ac91 fixes the warning by Daniel Stenberg · 22 years ago
  66. 83131fa use new path by Daniel Stenberg · 22 years ago
  67. ae26233 build and work with the new include path(s) by Daniel Stenberg · 22 years ago
  68. f8ee440 include the original kernel.h from the new location by Daniel Stenberg · 22 years ago
  69. 2ba4fed Added close() and proper creat() to x11 emulator by Björn Stenberg · 22 years ago
  70. 74cc9e4 Remove use of rockbox-mode.el in local variables list. by Mats Lidell · 22 years ago
  71. 4bea14d Printing keyboard shortcuts at startup. by Kjell Ericson · 22 years ago
  72. 0ca9ccb Default window zoom for Recorder simulator is 2. by Kjell Ericson · 22 years ago
  73. 7d80ba0 Added rename() to simulator by Björn Stenberg · 22 years ago
  74. 1cb8061 Implementing Rocklatin character set for Rockbox player. by Kjell Ericson · 22 years ago
  75. ea3d4d5 Implementing Rocklatin for Rockbox player. by Kjell Ericson · 22 years ago
  76. 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
  77. c8cb6ff Added virtual keyboard for text input, loosely based on John Wood's code by Björn Stenberg · 22 years ago
  78. 4a66327 Some simulator corrections by Linus Nielsen Feltzing · 22 years ago
  79. 6fb512a Added disk space to Info menu item. (Players press + to see it.) by Björn Stenberg · 22 years ago
  80. 864cff7 added printf() proto by Daniel Stenberg · 22 years ago
  81. f7a4b2b Changed XPoint to "struct coordinate". New lcd_update for the player simulator. by Kjell Ericson · 22 years ago
  82. cacb758 New file font-player.c is added. by Kjell Ericson · 22 years ago
  83. f9a912d Using the structures "rectangle" and "points" when drawing (Win32 doesn't have XPoint). by Kjell Ericson · 22 years ago
  84. dbab14d Added command line parameter "--old_lcd" that will simulate the old LCD of by Kjell Ericson · 22 years ago
  85. d317ddb The font will be shown in another way in player-simulator so the sysfont.c by Kjell Ericson · 22 years ago
  86. cfa206b Doubled the height/width for player. by Kjell Ericson · 22 years ago
  87. 93b5f92 The window zooming is now depending on LCD_WIDTH and LCD_HEIGHT. by Kjell Ericson · 22 years ago
  88. 073ca0a Use lcd-player.c in simulator. by Mats Lidell · 22 years ago
  89. d4efbad Player don't use dynamic fonts. by Mats Lidell · 22 years ago
  90. feae991 Changed Logf to printf while debugging. by Kjell Ericson · 22 years ago
  91. fdb7b41 The simulated version shall not have a BITMAP_LCD any more (fucked up the screen). by Kjell Ericson · 22 years ago
  92. 5fddbf4 Drawing the same kind of frame for both recorder and player. by Kjell Ericson · 22 years ago
  93. fae2120 Using expose-event instead of resizerequest-event in order to be able to by Kjell Ericson · 22 years ago
  94. c54ff70 First attempt to adjust the drawing routines to be able to zoom the window. by Kjell Ericson · 22 years ago
  95. c72a177 Updated version to 0.2 by Kjell Ericson · 22 years ago
  96. 87b66a8 less crap makes better code by Daniel Stenberg · 22 years ago
  97. 0ab96fd make credits.c use the generated list of names properly as already done by Daniel Stenberg · 22 years ago
  98. de5578a Added cube.c to build by Daniel Stenberg · 22 years ago
  99. 5fcce4d Now the X11 simulator sets the BUTTON_REL bit properly and thus generates by Daniel Stenberg · 22 years ago
  100. ea60436 slow down the button check function, this makes the cube look sane in the by Daniel Stenberg · 22 years ago