1. 3dc01ee strcat() by Daniel Stenberg · 23 years ago
  2. 60ed5ee MPEG_PLAY now closes mpeg_file if it is open by Linus Nielsen Feltzing · 23 years ago
  3. 2a72553 Always clear the status register (irq mask) by Linus Nielsen Feltzing · 23 years ago
  4. 1b8bb1e Killed warnings by Linus Nielsen Feltzing · 23 years ago
  5. a422b83 Better ATA I/O detection by Linus Nielsen Feltzing · 23 years ago
  6. 1a17d35 only menu and prev are treated in directories with no entries by Daniel Stenberg · 23 years ago
  7. ac7b23f removed lotsa protos and now it seems to build on sim too by Daniel Stenberg · 23 years ago
  8. c5d24c6 fat.c includes time.h so we need this by Daniel Stenberg · 23 years ago
  9. 49ed3e9 cut off the browse line to maximize the space used for dir browsing by Daniel Stenberg · 23 years ago
  10. d6b0404 Filenames are case insensitive in Fat32 by Björn Stenberg · 23 years ago
  11. 7e3a327 Added shtml by Björn Stenberg · 23 years ago
  12. 9296dfb check for .m3u extensions case insensitively by Daniel Stenberg · 23 years ago
  13. d38ab69 case insensitive string comparisons by Daniel Stenberg · 23 years ago
  14. b1fe81d abs() is abs and should work as abs when you want abs by Daniel Stenberg · 23 years ago
  15. 8d718ee file added, date isn't corect, but close by Robert Hak · 23 years ago
  16. 06bb928 bounce doesn't need to reference the nonexistant file: screensaver.h by Robert Hak · 23 years ago
  17. 945a597 remove bad include by Daniel Stenberg · 23 years ago
  18. ab0cbf0 removed files that were renamed by Robert Hak · 23 years ago
  19. f9135f3 fixed typo by Robert Hak · 23 years ago
  20. c0b4dde First by Björn Stenberg · 23 years ago
  21. be31b86 Fixed dynamic log list by Björn Stenberg · 23 years ago
  22. 410e856 Don't update twice by Björn Stenberg · 23 years ago
  23. bd2d38a First version by Björn Stenberg · 23 years ago
  24. 980359f fix ctype extern by Daniel Stenberg · 23 years ago
  25. aca6b2e we need ctype by Daniel Stenberg · 23 years ago
  26. 2f4b596 Moved download to dir by Björn Stenberg · 23 years ago
  27. 4de8f99 Added download by Björn Stenberg · 23 years ago
  28. 576f65f First by Björn Stenberg · 23 years ago
  29. 7303737 Removed newlib by Björn Stenberg · 23 years ago
  30. 3a36af9 no time.h, no time() not even in simulators by Daniel Stenberg · 23 years ago
  31. a898728 fixed to work by Daniel Stenberg · 23 years ago
  32. 0c7ebc4 builds properly with the new "libc headers" by Daniel Stenberg · 23 years ago
  33. a73cb17 add our libc headers directory to the include path by Daniel Stenberg · 23 years ago
  34. ebe6cc0 added vsnprintf by Daniel Stenberg · 23 years ago
  35. 86e064a add our "libc header directory" to the include path by Daniel Stenberg · 23 years ago
  36. f7b10a3 added protos and fixed to make them work as proper newlib replacement headers by Daniel Stenberg · 23 years ago
  37. d2e0214 Added include files to tarball by Daniel Stenberg · 23 years ago
  38. ba5e6ae Removed snprintf warning. Removed unnecessary #ifdef by Björn Stenberg · 23 years ago
  39. fc2bb6c Made playlist shuffle an option instead of an action by Björn Stenberg · 23 years ago
  40. dbf59f4 Added lcd_update to make settings work ok on recorder by Björn Stenberg · 23 years ago
  41. 5a8a5b5 Added backslash and drive letter support by Björn Stenberg · 23 years ago
  42. 0530349 Player builds now use a separate linker control file by Daniel Stenberg · 23 years ago
  43. 64e268a use this linker file for player builds by Daniel Stenberg · 23 years ago
  44. e93823b remove padding to make it link, we're now bigger than least required! by Daniel Stenberg · 23 years ago
  45. 1590fcb i messed up spacing by Robert Hak · 23 years ago
  46. 955e590 Eric Linenberg joins the credit list by Robert Hak · 23 years ago
  47. 3aa90e4 added boxes, sokoban, bounce, removed screensaver by Robert Hak · 23 years ago
  48. 6077eb3 added menu options for bounce, sokoban and corrected screensaver => boxes reference by Robert Hak · 23 years ago
  49. 4164f58 increased lines on menu display by Robert Hak · 23 years ago
  50. d58ab78 first there was tetris, now we have sokoban by Robert Hak · 23 years ago
  51. 4990c75 renamed screensaver.[ch] to boxes by Robert Hak · 23 years ago
  52. 4bfcbac This is the start of a text file viewer for the Player. It is not called by Daniel Stenberg · 23 years ago
  53. 7da93d5 This is my initial attempt to get rid of the newlib headers requirement, by Daniel Stenberg · 23 years ago
  54. 4f58f61 the playlist loader now ignores lines that start with # as they are meant by Daniel Stenberg · 23 years ago
  55. 6828b87 unused variable, remove compiler warning by Daniel Stenberg · 23 years ago
  56. c1ea15f added bounce.c by Daniel Stenberg · 23 years ago
  57. 151a86d made ss_loop static by Daniel Stenberg · 23 years ago
  58. 733c99f Lemme describe it this way: by Daniel Stenberg · 23 years ago
  59. 3d1c27f Added lcd_clearline() - the opposite of drawline. We need this to make funny by Daniel Stenberg · 23 years ago
  60. fc9aff3 Selector was already the cursor image, so I removed the duplicate by Daniel Stenberg · 23 years ago
  61. e35f8eb made the player simulator get a "nice" cursor too! by Daniel Stenberg · 23 years ago
  62. 0707946 defined current_tick variable and repaired broken build. by Felix Arends · 23 years ago
  63. 2d29a74 added lots of links to IRC logs by Daniel Stenberg · 23 years ago
  64. 3dabd06 current_tick is now simulated too (hey Felix, this breaks the win32 sim!) by Daniel Stenberg · 23 years ago
  65. 973b1a8 current_tick simulation added by Daniel Stenberg · 23 years ago
  66. 3f0bf03 removed yield() define, we have a proper yield() implementation now by Daniel Stenberg · 23 years ago
  67. 50c1ff2 removed sleep.c, the sleep() code was moved into thread.c as the by Daniel Stenberg · 23 years ago
  68. 5fbeb6d Fixed the threading to work as I wanted it: by Daniel Stenberg · 23 years ago
  69. a902aa1 kill warning by Daniel Stenberg · 23 years ago
  70. ed6c7e4 warning hunt and kill session by Daniel Stenberg · 23 years ago
  71. 7a8d95d go bananas, now we complain on *lots* of details by Daniel Stenberg · 23 years ago
  72. 91f743f killed off a warning by Daniel Stenberg · 23 years ago
  73. 698ebc8 hehe, we better clear at y*8 not y*6 ;-) by Daniel Stenberg · 23 years ago
  74. 216e50b updating irc logs by Robert Hak · 23 years ago
  75. 17f8390 the cursor is now only 4 pixels wide by Daniel Stenberg · 23 years ago
  76. c72061e nicer cursor and a folder bitmap that is horizontally aligned with the file one by Daniel Stenberg · 23 years ago
  77. bf603f9 made to use the new cursor bitmap on the recorder, so put_cursorxy() is by Daniel Stenberg · 23 years ago
  78. 35facde Added cursor bitmap by Daniel Stenberg · 23 years ago
  79. c0b7f4d the shuffle says something if we don't have a playlist loaded by Daniel Stenberg · 23 years ago
  80. 881d226 allow CRLF or LF or in fact just CR too as line separators by Daniel Stenberg · 23 years ago
  81. fd99f22 Don't try to scroll in an empty dir by Björn Stenberg · 23 years ago
  82. 3505278 Cosmetic change to playlist loader progress display by Björn Stenberg · 23 years ago
  83. 4f00450 Loading playlists using 512 byte buffer. Added feedback display during load. by Björn Stenberg · 23 years ago
  84. aa26b5c Added playlist shuffle menu option by Björn Stenberg · 23 years ago
  85. 16c3c12 typecast array indexing to int from char to prevent compiler warning by Daniel Stenberg · 23 years ago
  86. 6682c03 make init() a void always, this should heal the build again by Daniel Stenberg · 23 years ago
  87. 4a38244 remove WIN32 usage by Daniel Stenberg · 23 years ago
  88. 0f06cf6 fixed intptr_t to int, thanks to greg by Felix Arends · 23 years ago
  89. 0053ec0 Threading is working on uisw32 as well now, code is up-to-date, makefile is up-to-date by Felix Arends · 23 years ago
  90. d0b2312 need to include "sprintf.h" for win32 simulator by Felix Arends · 23 years ago
  91. e096c86 included threads.h so that init_threads is defined. by Felix Arends · 23 years ago
  92. 23ed32c Set margins when clearing screen by Björn Stenberg · 23 years ago
  93. 4b422aa Fixed tighter looping scroll. by Björn Stenberg · 23 years ago
  94. 8169c8f Added I/O address detection for CONTROL/ALT_STATUS by Linus Nielsen Feltzing · 23 years ago
  95. 558c924 Check for both .txt and .log by Björn Stenberg · 23 years ago
  96. a4058ec ata_read_sectors() couldn't read more that one sector by Linus Nielsen Feltzing · 23 years ago
  97. 1165b9a Removed erroneous { by Björn Stenberg · 23 years ago
  98. cf55acf Cleaned out a lot of #ifdefs by Björn Stenberg · 23 years ago
  99. 4dea91f Tighter scrolling by Björn Stenberg · 23 years ago
  100. 3d762e9 Fixed scroll screen garbage bug by Björn Stenberg · 23 years ago