1. 8a237a8 More audio code restructuring, mostly renaming functions so far by Linus Nielsen Feltzing · 20 years ago
  2. 3b8dcf5 X11 simulator: Always restore the x11 button autorepeat setting, regardless at which point exit() is called. by Jens Arnold · 20 years ago
  3. 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
  4. 31b28f5 Extensive code policing (indentation levels, tab characters). by Jens Arnold · 20 years ago
  5. 2dddde2 remove extra kludge we used to kill warnings on very old mingw cross-compile by Daniel Stenberg · 20 years ago
  6. bb9dfa0 Simulators: more efficient implementation of sim_filesize(). by Jens Arnold · 20 years ago
  7. db44dad attempt to kill two annoying win32 cross-compiler warnings by Daniel Stenberg · 20 years ago
  8. 6c19c85 X11 simulator improvements: Proper thread stopping and realtime ticks, based on patch #1048898. by Jens Arnold · 20 years ago
  9. 0bf50f0 adjusted to use the new Make include file to create the SRC variable from by Daniel Stenberg · 20 years ago
  10. 0231c61 Win32 simulator performance optimisation: Invalidate onle the part of the window that actually changed in lcd_update() and lcd_update_rect(). by Jens Arnold · 20 years ago
  11. 576d029 Simulator: sim_rename() must not use off_t in the argument for the same reason as sim_lseek(). Removed parentheses around system function names as the function name mangling is done differently with the new build system. by Jens Arnold · 20 years ago
  12. abacb23 dummy button_hold() function to fix iriver sim builds. by Michiel Van Der Kolk · 20 years ago
  13. 399c081 Simulators: lseek() working again for systems with an off_t datatype differing from 'long' (cygwin/x11, maybe others). Removed unused sim_close(). by Jens Arnold · 20 years ago
  14. c90781b Added common simulator Makefile. by Jens Arnold · 20 years ago
  15. dc838d2 Fix: really clear the button queue when it is meant to be cleared. by Jens Arnold · 20 years ago
  16. 527e121 Win32 simulator also needs open() option mangling by Jens Arnold · 20 years ago
  17. 7872426 Proper disk statistics for the win32 simulator. by Jens Arnold · 20 years ago
  18. cf208c5 Killed some simulator warnings; proper plugin error reporting for Win32 simulator. by Jens Arnold · 20 years ago
  19. ba45411 file.h is not accessible for the simulated-functions files by Daniel Stenberg · 20 years ago
  20. fe732cd removed by Daniel Stenberg · 20 years ago
  21. 22b7701 Build cleanup and general fixes. fprintf() is now fdprintf(), the separation by Daniel Stenberg · 20 years ago
  22. 1ceb575 make the proto match the one used in rockbox by Daniel Stenberg · 20 years ago
  23. 74826dd charcell code only on charcell sims by Daniel Stenberg · 20 years ago
  24. cdde25b Unified build system to use SOURCES for sim builds too, a single Makefile-look by Daniel Stenberg · 20 years ago
  25. b4527a3 Simulators: Made the mp3 buffer size depend on the MEMORYSIZE setting for better simulation. by Jens Arnold · 20 years ago
  26. 7999e75 Fixed gmini X11 simulator. by Jens Arnold · 20 years ago
  27. df2e3b4 I said 'correct'... by Jens Arnold · 20 years ago
  28. 9540759 Print correct button assignments. by Jens Arnold · 20 years ago
  29. 74d55ee long policy by Jean-Philippe Bernardy · 20 years ago
  30. 5804664 long policy by Jean-Philippe Bernardy · 20 years ago
  31. 3662ad2 Use internal strcasestr implementation, since not all compilers provide it. by Björn Stenberg · 20 years ago
  32. 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
  33. 97a0ef0 Win32 simulator rework: (1) Better downscaling on resize & for the player lcd. (2) Pulling the window corners now calculates the diagonal. Jumpy resize should be finally gone. (4) Fixed roundoff error for size percentage display. (4) Simplifications & some code policeing. by Jens Arnold · 20 years ago
  34. 950677d more int -> long by Jean-Philippe Bernardy · 20 years ago
  35. 99dbd7c Fixed red build... by Björn Stenberg · 20 years ago
  36. 3d53032 Fixed yellow build by Björn Stenberg · 20 years ago
  37. 2e41950 Fixes: (1) Properly redraw display on window resize & putting into foreground. (2) No more jumpy resizing when pulling the window corners. by Jens Arnold · 20 years ago
  38. 424d505 Eanbled building gmini simulator (Win32 & X11). by Jens Arnold · 20 years ago
  39. c188e83 Win32 simulator: Fixed scaling on resize. Keep window title (model) on resize, only adding the percentage. by Jens Arnold · 20 years ago
  40. cdd236c Wrong filename for directory voice files in the simulator by Linus Nielsen Feltzing · 20 years ago
  41. 57c129f Use the correct lcd code for iRiver simulator builds. by Jens Arnold · 20 years ago
  42. e6f403f X11 sim: Button handling adapted to iRiver and reworked a bit. Removed tab chars. by Jens Arnold · 20 years ago
  43. b96333a Win32 sim: Added some alternative key-to-button mappings. by Jens Arnold · 20 years ago
  44. 5df90b4 Added ID3 database support. by Björn Stenberg · 20 years ago
  45. 5bc7e9a Added the new Win32 UI images to the tarball by Jens Arnold · 20 years ago
  46. c9aacb6 Win32 simulator: Button handling adapted to iRiver and reworked a bit. by Jens Arnold · 20 years ago
  47. 9f700ac Win32 simulator extensions, based on patch #1041560 by Eric Lassauge: Background pictures, LCD colours and dimensions depending on unit; build uses language selected in configure. Fixed vertical window size. by Jens Arnold · 20 years ago
  48. c540e82 sim fix for ATA stubs by Jörg Hohensohn · 20 years ago
  49. 107f2d1 minor correction by Daniel Stenberg · 20 years ago
  50. c9d41b4 Make the simulator builds acknowledge the plugins variable set in the configure by Daniel Stenberg · 20 years ago
  51. d4e5397 Renamed has_new_lcd() to is_new_player(), and got rid of the alias by Jens Arnold · 20 years ago
  52. 3351905 Removed annoying debug output by Linus Nielsen Feltzing · 20 years ago
  53. f7f4116 Fixed VC6 simulator build by Hardeep Sidhu · 20 years ago
  54. 687793c oops, dear sims, please excuse by Jörg Hohensohn · 20 years ago
  55. 91f9350 moved and renamed fmradio_set/get_status to power.c, where it now additionally serves well for tuner power enable on OndioFM by Jörg Hohensohn · 20 years ago
  56. ba0348e Another fix for bug #1016011 by Eric Lassauge by Linus Nielsen Feltzing · 20 years ago
  57. 25c0d3a Patch #1016011 by Eric Lassauge, fixes X11 simulator build in Cygwin by Linus Nielsen Feltzing · 20 years ago
  58. 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
  59. fc1e925 Rearranged makefiles again to move platform-specific stuff from the Makefiles by Daniel Stenberg · 20 years ago
  60. 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
  61. df956d9 Updated to use config.h instead of command-line -Ddefines. by Björn Stenberg · 20 years ago
  62. bbcd740 The Iriver display is blue by Björn Stenberg · 20 years ago
  63. 8b69504 Moved LCD_WIDHT/HEIGHT from lcd driver to config file. by Björn Stenberg · 20 years ago
  64. 829a6e2 fixed URL by Daniel Stenberg · 20 years ago
  65. 2f20b3e Const policed pointer arguments to functions, part 4 by Jens Arnold · 20 years ago
  66. 0ceaa5e Const policed pointer arguments to functions, part 2 by Jens Arnold · 20 years ago
  67. c76c568 Const policed pointer arguments to functions, part 1 by Jens Arnold · 20 years ago
  68. c90319e x11sim for cygwin: TARGET is defined with the .exe extension by Linus Nielsen Feltzing · 21 years ago
  69. f64ceda win32sim: make clean now removes libplugin.a by Linus Nielsen Feltzing · 21 years ago
  70. f4f4111 Added possibility to select the priority of the ID3 tags by Linus Nielsen Feltzing · 21 years ago
  71. da71777 Removed annoying debug output by Linus Nielsen Feltzing · 21 years ago
  72. b1403ee New way of defining menus and options allows to declare them static const, which saves the code to runtime-assemble them. Rockbox just got 6 KB smaller. by Jörg Hohensohn · 21 years ago
  73. 15d04fd Somewhat better key combination handling by Linus Nielsen Feltzing · 21 years ago
  74. 865effa Brushed up, made it more like the win32 makefile by Linus Nielsen Feltzing · 21 years ago
  75. 1f01998 The win32 simulator window is now shown in the task bar, and the tick resolution is more correct, thanks to BlueChip by Linus Nielsen Feltzing · 21 years ago
  76. b7aeed9 Added dependency on the plugin library by Linus Nielsen Feltzing · 21 years ago
  77. ad5c0ed Forgot to remove all traces of the obsolete repeat mask functions by Linus Nielsen Feltzing · 21 years ago
  78. a754dd8 Added raw button reading functionality by Linus Nielsen Feltzing · 21 years ago
  79. b9a5198 Player LCD simulation no longer writes outside the frame buffer by Linus Nielsen Feltzing · 21 years ago
  80. e03eb45 Simplified the win32 sim makefile a little by Linus Nielsen Feltzing · 21 years ago
  81. 64c53c6 Removed some whitespace by Linus Nielsen Feltzing · 21 years ago
  82. 4242a34 Patch #961687 by Eric Lassauge, MP3 playback using libmad in the X11 simulator by Linus Nielsen Feltzing · 21 years ago
  83. b6f67a8 The win32 open() was called with the wrong flags by Linus Nielsen Feltzing · 21 years ago
  84. 50a4813 Fixed the FM sim build by Linus Nielsen Feltzing · 21 years ago
  85. afd7421 Added FM radio simulation, with a good station at 99.4MHz by Linus Nielsen Feltzing · 21 years ago
  86. a8dab4c New screen dump feature for recorders by Linus Nielsen Feltzing · 21 years ago
  87. e61f6fa Added reset_poweroff_timer(), which can be used to prevent idle poweroff. This is also available in the plugin API. by Linus Nielsen Feltzing · 21 years ago
  88. bdfc932 extended the clean target to remove the libplugin and the rockbox.zip by Daniel Stenberg · 21 years ago
  89. 4df35e5 provide libplugin support by Daniel Stenberg · 21 years ago
  90. 74eb642 infrastructure for sorting by date+time, now we "only" need to decide on the UI by Jörg Hohensohn · 21 years ago
  91. e6f1a4a wrong functions have been here by Jörg Hohensohn · 21 years ago
  92. 8586786 Added backlight_off to simulator stubs. by Kjell Ericson · 21 years ago
  93. 7947770 Fixed a warning (unused variable) by Jens Arnold · 21 years ago
  94. 6b18acd removed silly debug outputs by Daniel Stenberg · 21 years ago
  95. 5b9c4c1 The plugin lib now works in the win32 simulator by Linus Nielsen Feltzing · 21 years ago
  96. 56e6335 Create files with proper permissons on unix/linux, make open() and creat() by Daniel Stenberg · 21 years ago
  97. 36c9a95 translate from rockbox's open() options to the options used by the host by Daniel Stenberg · 21 years ago
  98. fb26bfb Fixed VC++ build. by Hardeep Sidhu · 21 years ago
  99. 2dafebf Previous change breaks VC++ build, reverting. by Hardeep Sidhu · 21 years ago
  100. 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