1. e5770bf Removed cvs@haxx.se again by Björn Stenberg · 23 years ago
  2. 49c46a7 Removed old recorder debounce code. Increased repeat speed. by Björn Stenberg · 23 years ago
  3. 7a9f95d Changed frequency for Recorder by Linus Nielsen Feltzing · 23 years ago
  4. 8b1168b Wrong command address for Recorder by Linus Nielsen Feltzing · 23 years ago
  5. e45a8f5 works with traditional sh now (as tested on Solaris) by Daniel Stenberg · 23 years ago
  6. 82078e4 the truncate lcd_puts() stuff in simulator only concerns player-style LCDs by Daniel Stenberg · 23 years ago
  7. f43490a when doing lcd_puts() on a simulated player, we now truncate the string at by Daniel Stenberg · 23 years ago
  8. c7e3675 Added file read error warning by Linus Nielsen Feltzing · 23 years ago
  9. 0df736f Fixed misspelling by Björn Stenberg · 23 years ago
  10. c9ea73e NOTE! the 'mp3entry' struct grew quite a bit now, as the previously static by Daniel Stenberg · 23 years ago
  11. fb153c5 output debugf() nicely for simulator builds too by Daniel Stenberg · 23 years ago
  12. d4c9173 added some stupid faked random functions too, to build on target by Daniel Stenberg · 23 years ago
  13. 4bf52ea works with playlist code, now stubs mpeg_play() to be able to show some by Daniel Stenberg · 23 years ago
  14. 7b344f8 whoa! make the simulator take care of the mpeg_play() function instead by Daniel Stenberg · 23 years ago
  15. c60d12a pressing play on an .m3u file will run the playlist code by Daniel Stenberg · 23 years ago
  16. 4d1fb48 Moved playlist code here from the firmware directory, also adjusted it by Daniel Stenberg · 23 years ago
  17. 9c54186 playlist stuff is not firmware, it should be in the apps code. moving it by Daniel Stenberg · 23 years ago
  18. e2f9196 clarified and added details about the X11 simulator build by Daniel Stenberg · 23 years ago
  19. 0dc44b0 The mpeg player could miss the last byte of a song by Linus Nielsen Feltzing · 23 years ago
  20. aaea587 Added some kernel docs by Linus Nielsen Feltzing · 23 years ago
  21. 80f8b22 Clarified the mutex code, renamed the NUM_TICK_TASKS macro by Linus Nielsen Feltzing · 23 years ago
  22. 150c5a7 Moved NUM_TICK_TASKS definition by Linus Nielsen Feltzing · 23 years ago
  23. 1fac0e6 the sim should not take args off the command line by Robert Hak · 23 years ago
  24. da4d33b sleep now references HZ by Robert Hak · 23 years ago
  25. 84ee4ca increased length of 'you lose' display by Robert Hak · 23 years ago
  26. 7195d9c all the funky new news about the v1 release by Robert Hak · 23 years ago
  27. d86da20 configure update for simulator builds must preserve display and keypad by Daniel Stenberg · 23 years ago
  28. 63787df now configure update works for simulator builds too by Daniel Stenberg · 23 years ago
  29. 2d4f717 sprintf => snprintf and now we build on the recorder again by Daniel Stenberg · 23 years ago
  30. 158cfc0 Added simulator screenshots by Björn Stenberg · 23 years ago
  31. 6caf461 Added simulators by Björn Stenberg · 23 years ago
  32. 647661c Player compatible code, interface still needs some changes for player by Felix Arends · 23 years ago
  33. 6164800 Changed history.t link to .html by Björn Stenberg · 23 years ago
  34. dd74430 First version by Björn Stenberg · 23 years ago
  35. 5b28ae5 Added download link by Björn Stenberg · 23 years ago
  36. 12fedea Added sh-win by Björn Stenberg · 23 years ago
  37. af27f11 Changed h2 h3 font size by Björn Stenberg · 23 years ago
  38. 5dc8ccf archos.ajz for recorder by Björn Stenberg · 23 years ago
  39. 38bee2d Added daily snapshots by Björn Stenberg · 23 years ago
  40. 57fa71d fixed a section bagder missed by Robert Hak · 23 years ago
  41. 739f2ae Zoomed Screen by Felix Arends · 23 years ago
  42. 7844e67 Fixed remove-line-bug. by Felix Arends · 23 years ago
  43. 434c4c5 included string.h for strlen function and sprintf.h for snprintf. by Felix Arends · 23 years ago
  44. d1ffa54 Had to include <stddef.h> so that size_t is defined. by Felix Arends · 23 years ago
  45. 0bb897a Keep playing current song even if we can't load next by Björn Stenberg · 23 years ago
  46. 7e86157 remove compiler warnings by using '#ifdef DEBUG' on a large section by Daniel Stenberg · 23 years ago
  47. cccf7f8 use proper ansi function declarations to reduce compiler warnings by Daniel Stenberg · 23 years ago
  48. 97dcb44 now uses the internal image/bitmap/icon called rockbox112x37 if there's no by Daniel Stenberg · 23 years ago
  49. 9ea1f1a added this icon I call rockbox112x37, let's now all take a guess what it by Daniel Stenberg · 23 years ago
  50. fa8cd2c Check for more files to play by Björn Stenberg · 23 years ago
  51. 1d32265 Added peek_next_track() for playing all files in a dir by Björn Stenberg · 23 years ago
  52. 3952692 Turn off double-height when displaying file list by Björn Stenberg · 23 years ago
  53. aa97764 Show boot screen double height on new players by Björn Stenberg · 23 years ago
  54. 6ea157d Everyone wants a logo by Björn Stenberg · 23 years ago
  55. b241361 MENU exits sound setting by Björn Stenberg · 23 years ago
  56. 4be9441 the recorder now gets an archos.ajz output file by Daniel Stenberg · 23 years ago
  57. 9314a68 Replaced - cursor with more suitable char for player by Björn Stenberg · 23 years ago
  58. 3f7d6d5 Untranslated chars should be pass-through by Björn Stenberg · 23 years ago
  59. 45abe61 target builds must run make in firmware AND apps by Daniel Stenberg · 23 years ago
  60. c38ccba made it support --help or -h as arguments, and then displays a very short by Daniel Stenberg · 23 years ago
  61. 65379df credits and version merged by Robert Hak · 23 years ago
  62. a895626 updated the build instruction since we now support building the simulator by Daniel Stenberg · 23 years ago
  63. f7da8db supports OBJDIR etc to make it possible to have the configure script generate by Daniel Stenberg · 23 years ago
  64. 58f4d0d now manages simulator makefiles too! by Daniel Stenberg · 23 years ago
  65. 2b203ca Remember cursor position instead of searching for it by Björn Stenberg · 23 years ago
  66. c3f95cd cleaner version of the version and splash merge by Robert Hak · 23 years ago
  67. 6ae63b7 merged the splash screen and version info by Robert Hak · 23 years ago
  68. b66890f include the 8bit bitmap instead of the previos 24bit one (that is no longer by Daniel Stenberg · 23 years ago
  69. bb4e143 Removed libc from link line by Björn Stenberg · 23 years ago
  70. b69338f Added code from libc instead of requiring newlib by Björn Stenberg · 23 years ago
  71. 80361f8 debugbuf and debugmembuf does not have to be global by Björn Stenberg · 23 years ago
  72. eacbef9 Umm, bpb must be static to be local :) by Björn Stenberg · 23 years ago
  73. 827cee3 struct bpb does not have to be global by Björn Stenberg · 23 years ago
  74. 6573d6d Partition table is no longer global by Björn Stenberg · 23 years ago
  75. 6f9e35d fixed the display time for the splash screen on menu by Robert Hak · 23 years ago
  76. bca0ca0 didn't commit this. allows for delay display of splash screen from menu by Robert Hak · 23 years ago
  77. 4462452 removed char(un)def.h includes by Daniel Stenberg · 23 years ago
  78. 90f2806 removed the no longer used code for simulating the player LCD by Daniel Stenberg · 23 years ago
  79. 565f3b2 lcd_clear_display() now works when player-simulated the same way the by Daniel Stenberg · 23 years ago
  80. ef3bb53 we don't need these weirdo defined anymore by Daniel Stenberg · 23 years ago
  81. af51791 removed the ugly use of char(un)def.h by Daniel Stenberg · 23 years ago
  82. c346991 when building a simulator for the player, we do lcd_update() from within by Daniel Stenberg · 23 years ago
  83. 1fc4fee Added directory sorting by Björn Stenberg · 23 years ago
  84. f88f911 STOP in root dir stops playback by Björn Stenberg · 23 years ago
  85. 4afa709 Moved show_logo() to after malloc_init by Björn Stenberg · 23 years ago
  86. f39125d Added cvs@haxx.se to loginfo by Björn Stenberg · 23 years ago
  87. 64c5ff8 removed odd unused extern by Daniel Stenberg · 23 years ago
  88. 2426025 fixed show_logo() by Daniel Stenberg · 23 years ago
  89. 5813fa9 removed unused variables, removed static variables by Daniel Stenberg · 23 years ago
  90. 3c3bcf4 we now show the splash screen from the menu on a delay by Robert Hak · 23 years ago
  91. c501ac7 corrected the curson not being drawn for the recorder by Robert Hak · 23 years ago
  92. 00c6f51 corrected the comment regarding what kind of BMP files this reads by Daniel Stenberg · 23 years ago
  93. b169804 rearranged to prevent compiler warnings by Daniel Stenberg · 23 years ago
  94. fbbdf04 prevent compiler warning by using unsigned int where suitable by Daniel Stenberg · 23 years ago
  95. 43d96f9 lcd_getfontsize() now takes an unsigned font size as first argument by Daniel Stenberg · 23 years ago
  96. 7ec047c The recorder's lcd_putsxy() will now output '?' instead of just skipping by Daniel Stenberg · 23 years ago
  97. dd07852 Added the two Player-specific keys to the description. The X11 simulator is by Daniel Stenberg · 23 years ago
  98. acfb29e prototype for the BMP file reader function by Daniel Stenberg · 23 years ago
  99. 1b06c8f #include "bmp.h" moved into the conditional include for BITMAP displays by Daniel Stenberg · 23 years ago
  100. e29d030 Changed the size argument to be a size_t type, to make the prototype look by Daniel Stenberg · 23 years ago