1. 3351905 Removed annoying debug output by Linus Nielsen Feltzing · 20 years ago
  2. f7f4116 Fixed VC6 simulator build by Hardeep Sidhu · 20 years ago
  3. 687793c oops, dear sims, please excuse by Jörg Hohensohn · 20 years ago
  4. 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
  5. ba0348e Another fix for bug #1016011 by Eric Lassauge by Linus Nielsen Feltzing · 20 years ago
  6. 25c0d3a Patch #1016011 by Eric Lassauge, fixes X11 simulator build in Cygwin by Linus Nielsen Feltzing · 20 years ago
  7. 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
  8. fc1e925 Rearranged makefiles again to move platform-specific stuff from the Makefiles by Daniel Stenberg · 20 years ago
  9. 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
  10. df956d9 Updated to use config.h instead of command-line -Ddefines. by Björn Stenberg · 20 years ago
  11. bbcd740 The Iriver display is blue by Björn Stenberg · 20 years ago
  12. 8b69504 Moved LCD_WIDHT/HEIGHT from lcd driver to config file. by Björn Stenberg · 20 years ago
  13. 829a6e2 fixed URL by Daniel Stenberg · 20 years ago
  14. 2f20b3e Const policed pointer arguments to functions, part 4 by Jens Arnold · 20 years ago
  15. 0ceaa5e Const policed pointer arguments to functions, part 2 by Jens Arnold · 20 years ago
  16. c76c568 Const policed pointer arguments to functions, part 1 by Jens Arnold · 20 years ago
  17. c90319e x11sim for cygwin: TARGET is defined with the .exe extension by Linus Nielsen Feltzing · 20 years ago
  18. f64ceda win32sim: make clean now removes libplugin.a by Linus Nielsen Feltzing · 20 years ago
  19. f4f4111 Added possibility to select the priority of the ID3 tags by Linus Nielsen Feltzing · 20 years ago
  20. da71777 Removed annoying debug output by Linus Nielsen Feltzing · 20 years ago
  21. 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 · 20 years ago
  22. 15d04fd Somewhat better key combination handling by Linus Nielsen Feltzing · 20 years ago
  23. 865effa Brushed up, made it more like the win32 makefile by Linus Nielsen Feltzing · 20 years ago
  24. 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 · 20 years ago
  25. b7aeed9 Added dependency on the plugin library by Linus Nielsen Feltzing · 20 years ago
  26. ad5c0ed Forgot to remove all traces of the obsolete repeat mask functions by Linus Nielsen Feltzing · 20 years ago
  27. a754dd8 Added raw button reading functionality by Linus Nielsen Feltzing · 20 years ago
  28. b9a5198 Player LCD simulation no longer writes outside the frame buffer by Linus Nielsen Feltzing · 20 years ago
  29. e03eb45 Simplified the win32 sim makefile a little by Linus Nielsen Feltzing · 20 years ago
  30. 64c53c6 Removed some whitespace by Linus Nielsen Feltzing · 20 years ago
  31. 4242a34 Patch #961687 by Eric Lassauge, MP3 playback using libmad in the X11 simulator by Linus Nielsen Feltzing · 20 years ago
  32. b6f67a8 The win32 open() was called with the wrong flags by Linus Nielsen Feltzing · 20 years ago
  33. 50a4813 Fixed the FM sim build by Linus Nielsen Feltzing · 20 years ago
  34. afd7421 Added FM radio simulation, with a good station at 99.4MHz by Linus Nielsen Feltzing · 20 years ago
  35. a8dab4c New screen dump feature for recorders by Linus Nielsen Feltzing · 20 years ago
  36. 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 · 20 years ago
  37. bdfc932 extended the clean target to remove the libplugin and the rockbox.zip by Daniel Stenberg · 20 years ago
  38. 4df35e5 provide libplugin support by Daniel Stenberg · 20 years ago
  39. 74eb642 infrastructure for sorting by date+time, now we "only" need to decide on the UI by Jörg Hohensohn · 20 years ago
  40. e6f1a4a wrong functions have been here by Jörg Hohensohn · 20 years ago
  41. 8586786 Added backlight_off to simulator stubs. by Kjell Ericson · 20 years ago
  42. 7947770 Fixed a warning (unused variable) by Jens Arnold · 20 years ago
  43. 6b18acd removed silly debug outputs by Daniel Stenberg · 20 years ago
  44. 5b9c4c1 The plugin lib now works in the win32 simulator by Linus Nielsen Feltzing · 20 years ago
  45. 56e6335 Create files with proper permissons on unix/linux, make open() and creat() by Daniel Stenberg · 20 years ago
  46. 36c9a95 translate from rockbox's open() options to the options used by the host by Daniel Stenberg · 20 years ago
  47. fb26bfb Fixed VC++ build. by Hardeep Sidhu · 20 years ago
  48. 2dafebf Previous change breaks VC++ build, reverting. by Hardeep Sidhu · 20 years ago
  49. 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
  50. 9d13207 Added filetypes.c to VC project. Fixed compiler warning. by Hardeep Sidhu · 20 years ago
  51. fb00c21 Plugin/file type association system. Patch #879411 by Henrik Backe by Björn Stenberg · 20 years ago
  52. e7b2ed9 remove_thread() stubbed for the simulator, but this is a "make it compile" hack. It should rather do the real thing, I just don't know how. by Jörg Hohensohn · 21 years ago
  53. e8bb31e Added missing newline by Jens Arnold · 21 years ago
  54. ffe0da5 Fixed win32 sim errors/warnings by Hardeep Sidhu · 21 years ago
  55. 6eb60eb Fixed win32 sim error by Linus Nielsen Feltzing · 21 years ago
  56. 6cc6e8b Removed some X11 simulator warnings by Linus Nielsen Feltzing · 21 years ago
  57. 7ddf0d6 Reworked the time get/set functions by Linus Nielsen Feltzing · 21 years ago
  58. 942380a Sim warning, as usual by Linus Nielsen Feltzing · 21 years ago
  59. 8fa821d Added rmdir() for the x11 simulator by Linus Nielsen Feltzing · 21 years ago
  60. 99483de talkbox clip renamed to ".dirname.tbx", most people voted for a non-mp3 extension by Jörg Hohensohn · 21 years ago
  61. 9568ca6 my usual simulator postfix by Jörg Hohensohn · 21 years ago
  62. c778aa6 warning and simulator build fix by Jörg Hohensohn · 21 years ago
  63. 5e4aa64 my usual simulator postfix by Jörg Hohensohn · 21 years ago
  64. 5495d6e another sim fix, I just _love_ to break these builds by Jörg Hohensohn · 21 years ago
  65. 78f06b9 missing stub broke the sim build by Jörg Hohensohn · 21 years ago
  66. 4f36ea8 First step of the voice-UI: the menus can talk. You need a "voicefont" file in .rockbox to use this. by Jörg Hohensohn · 21 years ago
  67. 253eadb OK, no HIGHEST_IRQ_LEVEL defined for the sim. I use a number again, the code here is pointless anyhow. by Jörg Hohensohn · 21 years ago
  68. 81e309d We had a few set_irq_level(15) left in the code, instead of the new set_irq_level(HIGHEST_IRQ_LEVEL). Only one was really used, in system_reboot(), creating a (unlikely) race condition. by Jörg Hohensohn · 21 years ago
  69. 9fefa39 Yellow build by Linus Nielsen Feltzing · 21 years ago
  70. f059419 thanks Hardeep: fix for the Win32 simulator by Jörg Hohensohn · 21 years ago
  71. 73681ff inconsistent argument type for backlight_set_timeout() fixed by Jörg Hohensohn · 21 years ago
  72. bd7c07a Fixed warning by Hardeep Sidhu · 21 years ago
  73. 8e044b7 mkdir() fix for the winsim, should fix the red build. by Daniel Stenberg · 21 years ago
  74. 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
  75. 91cb20b Added bookmark.c. Defined HAVE_RTC. by Hardeep Sidhu · 21 years ago
  76. a108ec2 Added Benjamin Metzlers bookmarking feature (patch #669440) by Björn Stenberg · 21 years ago
  77. be01f63 Fix cygwin/X11 build by defining _SSIZE_T_ by Hardeep Sidhu · 21 years ago
  78. 1e32b94 Added mp3_playback.c by Hardeep Sidhu · 21 years ago
  79. daaec5d still trying to fix the sim (blindfolded) by Jörg Hohensohn · 21 years ago
  80. 97c76f9 trying to fix the sim by Jörg Hohensohn · 21 years ago
  81. 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
  82. 9aad0db Use rockbox random in win32 simulator by Hardeep Sidhu · 21 years ago
  83. c561e53 Patch #863775 by Bluechip - fixes window size on win32 simulator by Linus Nielsen Feltzing · 21 years ago
  84. a5e1d06 Upside Down option for display (and buttons) now wired into the display settings menu, persistence, simulator stubs by Jörg Hohensohn · 21 years ago
  85. 26c079c added the lcd-common.c to the build, which fixes the lcd_blit build problem by Daniel Stenberg · 21 years ago
  86. 41cfe30 fixed lcd_blit for the (x11) sim by Daniel Stenberg · 21 years ago
  87. 00acdfa Added viewer for currently playing playlist. Accessed from Menu->Playlist Options->View Current Playlist. by Hardeep Sidhu · 21 years ago
  88. ae960a9 my take at fixing the simulator warnings by adding mode_t, size_t, ssize_t by Daniel Stenberg · 21 years ago
  89. bb5c4ff Game and demo menus are no longer by Hardeep Sidhu · 21 years ago
  90. fcbf103 Removed games and demos menus. by Björn Stenberg · 21 years ago
  91. 7131608 Print debug messages to stdout if no debugger present by Hardeep Sidhu · 21 years ago
  92. a638dce Build the rockbox icon into executable by Hardeep Sidhu · 21 years ago
  93. 113ac07 Win32 file functions were not being redefined correctly for plugins. by Hardeep Sidhu · 21 years ago
  94. 1f6021b Changed window attribute to overlapped so it isn't always on top. by Hardeep Sidhu · 21 years ago
  95. 832369c Include Roland's icon as well. by Daniel Stenberg · 21 years ago
  96. 0d684f7 Simulator icon by Roland. by Daniel Stenberg · 21 years ago
  97. 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
  98. 8ba4044 Extract exports from obj file. Don't ignore dllwrap errors. by Hardeep Sidhu · 21 years ago
  99. f6ed970 Added FreeBSD support to uisimulator. Patch by Keith Hubbard by Björn Stenberg · 21 years ago
  100. 827aad3 Roland's fix for running simulator on NT by Hardeep Sidhu · 21 years ago