1. 5495d6e another sim fix, I just _love_ to break these builds by Jörg Hohensohn · 21 years ago
  2. 78f06b9 missing stub broke the sim build by Jörg Hohensohn · 21 years ago
  3. 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
  4. 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
  5. 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
  6. 9fefa39 Yellow build by Linus Nielsen Feltzing · 21 years ago
  7. f059419 thanks Hardeep: fix for the Win32 simulator by Jörg Hohensohn · 21 years ago
  8. 73681ff inconsistent argument type for backlight_set_timeout() fixed by Jörg Hohensohn · 21 years ago
  9. bd7c07a Fixed warning by Hardeep Sidhu · 21 years ago
  10. 8e044b7 mkdir() fix for the winsim, should fix the red build. by Daniel Stenberg · 21 years ago
  11. 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
  12. 91cb20b Added bookmark.c. Defined HAVE_RTC. by Hardeep Sidhu · 21 years ago
  13. a108ec2 Added Benjamin Metzlers bookmarking feature (patch #669440) by Björn Stenberg · 21 years ago
  14. be01f63 Fix cygwin/X11 build by defining _SSIZE_T_ by Hardeep Sidhu · 21 years ago
  15. 1e32b94 Added mp3_playback.c by Hardeep Sidhu · 21 years ago
  16. daaec5d still trying to fix the sim (blindfolded) by Jörg Hohensohn · 21 years ago
  17. 97c76f9 trying to fix the sim by Jörg Hohensohn · 21 years ago
  18. 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
  19. 9aad0db Use rockbox random in win32 simulator by Hardeep Sidhu · 21 years ago
  20. c561e53 Patch #863775 by Bluechip - fixes window size on win32 simulator by Linus Nielsen Feltzing · 21 years ago
  21. 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
  22. 26c079c added the lcd-common.c to the build, which fixes the lcd_blit build problem by Daniel Stenberg · 21 years ago
  23. 41cfe30 fixed lcd_blit for the (x11) sim by Daniel Stenberg · 21 years ago
  24. 00acdfa Added viewer for currently playing playlist. Accessed from Menu->Playlist Options->View Current Playlist. by Hardeep Sidhu · 21 years ago
  25. ae960a9 my take at fixing the simulator warnings by adding mode_t, size_t, ssize_t by Daniel Stenberg · 21 years ago
  26. bb5c4ff Game and demo menus are no longer by Hardeep Sidhu · 21 years ago
  27. fcbf103 Removed games and demos menus. by Björn Stenberg · 21 years ago
  28. 7131608 Print debug messages to stdout if no debugger present by Hardeep Sidhu · 21 years ago
  29. a638dce Build the rockbox icon into executable by Hardeep Sidhu · 22 years ago
  30. 113ac07 Win32 file functions were not being redefined correctly for plugins. by Hardeep Sidhu · 22 years ago
  31. 1f6021b Changed window attribute to overlapped so it isn't always on top. by Hardeep Sidhu · 22 years ago
  32. 832369c Include Roland's icon as well. by Daniel Stenberg · 22 years ago
  33. 0d684f7 Simulator icon by Roland. by Daniel Stenberg · 22 years ago
  34. 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
  35. 8ba4044 Extract exports from obj file. Don't ignore dllwrap errors. by Hardeep Sidhu · 22 years ago
  36. f6ed970 Added FreeBSD support to uisimulator. Patch by Keith Hubbard by Björn Stenberg · 22 years ago
  37. 827aad3 Roland's fix for running simulator on NT by Hardeep Sidhu · 22 years ago
  38. 6cb7b15 Plugins should not require cygwin to run. by Hardeep Sidhu · 22 years ago
  39. 8dd3a82 Fixed simulator warning. by Hardeep Sidhu · 22 years ago
  40. 730986a Fixed simulator warnings. by Hardeep Sidhu · 22 years ago
  41. 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
  42. b76dca2 X11/Cygwin simulator doesn't require libdl by Hardeep Sidhu · 22 years ago
  43. a26427a Changed win32 simulator to use plugin.c by Hardeep Sidhu · 22 years ago
  44. dd5d3f6 Changed win32 simulator to use plugin.c by Hardeep Sidhu · 22 years ago
  45. b421750 Plugins now work with win32 simulator (.rock files are built as dll's) by Hardeep Sidhu · 22 years ago
  46. 3f9fdaf Disable plugin loading on win32 simulator for now. by Hardeep Sidhu · 22 years ago
  47. 117be9e Simulators must link with libdl by Björn Stenberg · 22 years ago
  48. 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
  49. 4872bfe When reading a dir, only set the attribute information we care about in the dirent structure. by Hardeep Sidhu · 22 years ago
  50. dedc8ce Fixed cygwin+mingw compile time error by Hardeep Sidhu · 22 years ago
  51. ec6a692 Fixed compile time error by Hardeep Sidhu · 22 years ago
  52. ffefc5d A bit faster update of Player simulator. by Kjell Ericson · 22 years ago
  53. c516064 Mingw doesn't like io.h by Hardeep Sidhu · 22 years ago
  54. 71197f1 Include proper io headers to insure that proper file arguments are used. Also mapped flush to appropriate win32 call. by Hardeep Sidhu · 22 years ago
  55. 23d1cdd Last change broke the mingw32 build by Hardeep Sidhu · 22 years ago
  56. e7d028e Default file mode should be O_BINARY to be consistent with rockbox by Hardeep Sidhu · 22 years ago
  57. 52c4c82 buffer.c added by Jörg Hohensohn · 22 years ago
  58. 20d031f Configurable dir browser file buffer size. No more 400-file limit. No more whining. by Linus Nielsen Feltzing · 22 years ago
  59. ce92944 Added misc.c to the sim builds by Linus Nielsen Feltzing · 22 years ago
  60. 8670474 compile and link with sprintf.c always, since we now have a special by Daniel Stenberg · 22 years ago
  61. f97cdc9 remove warnings, make it build by Daniel Stenberg · 22 years ago
  62. ab3868a use size_t instead by Daniel Stenberg · 22 years ago
  63. 004f690 use the rockbox versions of the sprintf* and friends by Daniel Stenberg · 22 years ago
  64. eae5110 Now supports key-repeat in the simulator! by Daniel Stenberg · 22 years ago
  65. 4ccffb6 remove debug output by Daniel Stenberg · 22 years ago
  66. c6fb565 most of UI sim patch 708460 from Magnus Holmgren, except the bitmap removal by Jörg Hohensohn · 22 years ago
  67. 20402c6 include rockbox.dsp by Jörg Hohensohn · 22 years ago
  68. 780595b new project file for MSVC by Jörg Hohensohn · 22 years ago
  69. 7b9a36e make the win32 sim build again by Daniel Stenberg · 22 years ago
  70. e98bad5 Added the filesize() function by Linus Nielsen Feltzing · 22 years ago
  71. 3c6bb5c added strtok_r() proto to build warning-free on mingw by Daniel Stenberg · 22 years ago
  72. 1450f4a don't set NOCYGWIN unconditionally! ;-) by Daniel Stenberg · 22 years ago
  73. ebef8e9 removed libmad leftovers by Daniel Stenberg · 22 years ago
  74. 61a4cce Added onplay.c by Björn Stenberg · 22 years ago
  75. a039091 New ID3 and MP3 stream parser, plus not-yet-ready Xing header generation code by Linus Nielsen Feltzing · 22 years ago
  76. 11d9ecb killed a warning properly indented some code by Daniel Stenberg · 22 years ago
  77. 9b628ed Henrik Backe modified the check for cygwin by Daniel Stenberg · 22 years ago
  78. 7d2f8e7 Set a mode that makes sense as the Rockbox code doesn't use modes... by Daniel Stenberg · 22 years ago
  79. ed87c77 Henrik Backe's patch to end files with newlines to prevent compiler warnings. by Daniel Stenberg · 22 years ago
  80. a5bfaa9 Henrik Backe's fixes to enable this to build using cygwin. by Daniel Stenberg · 22 years ago
  81. 3aeb55f no one ever uses libmad, remove it from our CVS by Daniel Stenberg · 22 years ago
  82. e15b8f4 Red build pill by Björn Stenberg · 22 years ago
  83. 0d5ea77 Fix red sim build by Björn Stenberg · 22 years ago
  84. 4953375 non-cygwin builds need the sprintf.c file remove credits.raw in the clean target by Daniel Stenberg · 22 years ago
  85. 3a25735 Henrik Backe's fixes to enable the simulator to build with cygwin. by Daniel Stenberg · 22 years ago
  86. a865102 fix to not use the redefined calls within the redefined calls themselves, by Daniel Stenberg · 22 years ago
  87. 2a9cb93 fake the firmware's file by Daniel Stenberg · 22 years ago
  88. 353da9b don't build ctype don't use firmware/include in the include path by Daniel Stenberg · 22 years ago
  89. a62fd98 added the missing write() by Daniel Stenberg · 22 years ago
  90. 603975b this compiles better by Daniel Stenberg · 22 years ago
  91. 2362fa9 remove warnings from mingw build by Felix Arends · 22 years ago
  92. e3403ec this fixes the win32 simulator compilation by Felix Arends · 22 years ago
  93. c4d8d97 The power-saving SLEEP patch by Simon Elén. by Björn Stenberg · 22 years ago
  94. f22ac91 fixes the warning by Daniel Stenberg · 22 years ago
  95. 3d84988 use the new paths by Daniel Stenberg · 22 years ago
  96. 83131fa use new path by Daniel Stenberg · 22 years ago
  97. e35bbe3 updated path to kernel.h by Daniel Stenberg · 22 years ago
  98. ae26233 build and work with the new include path(s) by Daniel Stenberg · 22 years ago
  99. 95d229e new kernel.h file (was not found inside include path before), by Felix Arends · 22 years ago
  100. f8ee440 include the original kernel.h from the new location by Daniel Stenberg · 22 years ago