1. e3a12d3 adjusted to build on my solaris box by Daniel Stenberg · 23 years ago
  2. 27dfc7c extended the wrapper layer, we can't depend on much in the "real" dirent by Daniel Stenberg · 23 years ago
  3. 8ae29ff is_dir() is removed, we now read the 'attribute' field from the dirent by Daniel Stenberg · 23 years ago
  4. 4852106 added x11_readdir() proto by Daniel Stenberg · 23 years ago
  5. dd67452 if DIRFUNCTIONS_DEFINED is defined, then don't do the function prototypes by Daniel Stenberg · 23 years ago
  6. 159d448 readdir() wrapper for proper dirent struct emulation in target code by Daniel Stenberg · 23 years ago
  7. 276f62b load rockbox-mode in emacs! by Daniel Stenberg · 23 years ago
  8. a037f0c strtok_r() freshly implemented by yours truly by Daniel Stenberg · 23 years ago
  9. 5993f56 Minor commenting by Linus Nielsen Feltzing · 23 years ago
  10. ba396f0 Added some prototypes by Linus Nielsen Feltzing · 23 years ago
  11. dba731f Serial DMA works by Linus Nielsen Feltzing · 23 years ago
  12. 1e0323a small bugfix by Dave Chapman · 23 years ago
  13. 04fdc1e first implementation of directory scrolling - partly by Stefan Meyer by Dave Chapman · 23 years ago
  14. f830e38 fixed title string in x11 window by Dave Chapman · 23 years ago
  15. ca53250 fixed buffer overflow in setid3v1title by Dave Chapman · 23 years ago
  16. 6904d1a Added note about strtok() not being thread safe by Björn Stenberg · 23 years ago
  17. 27a153e Added atributes by Björn Stenberg · 23 years ago
  18. 40b1f4f Fixed dir parsing by Björn Stenberg · 23 years ago
  19. 697485e compile as SIMULATOR by Daniel Stenberg · 23 years ago
  20. c84439a make debugf() do properly when SIMULATOR is defined, ignore the CRT_DISPLAY by Daniel Stenberg · 23 years ago
  21. 00f090f no more Logf(), only use debugf() by Daniel Stenberg · 23 years ago
  22. 9dff75f compile debug.c from the firmware for logging errors by Daniel Stenberg · 23 years ago
  23. 6c25733 missing #define for VC++ by Stefan Meyer · 23 years ago
  24. ee77969 - added Logf ( maybe it should be defined somewhere else) by Stefan Meyer · 23 years ago
  25. 8dd2fae add / del some files by Stefan Meyer · 23 years ago
  26. 1bd3bc2 Grammer corrections by Robert Hak · 23 years ago
  27. f7e476a Capitalization corrections on menu structure by Robert Hak · 23 years ago
  28. 40fe97b Added menu.c by Robert Hak · 23 years ago
  29. fe6c52c Cleaned up for menu.c/h usage by Robert Hak · 23 years ago
  30. 083e7d4 Initial creation. This removes alot of the cursor and menuing overhead by Robert Hak · 23 years ago
  31. 2370cd4 first docs! ;-) by Daniel Stenberg · 23 years ago
  32. e630d64 no more unistd.h by Daniel Stenberg · 23 years ago
  33. 6220437 some basic docs for simulator hacking by Daniel Stenberg · 23 years ago
  34. a305d31 don't closedir(NULL) by Daniel Stenberg · 23 years ago
  35. a488797 fixed a DIR * leak by Daniel Stenberg · 23 years ago
  36. 98cd745 Added question about when the project expects its first release by Robert Hak · 23 years ago
  37. 82b0d6c Dave's added by Daniel Stenberg · 23 years ago
  38. 0b306a4 Dave Chapman removed the annoying extra slash by Daniel Stenberg · 23 years ago
  39. ff2e651 Dave Chapman's browse subdirs too patch applied by Daniel Stenberg · 23 years ago
  40. 551d836 corrected a few errors by Linus Nielsen Feltzing · 23 years ago
  41. 55fec17 Failed attempt to use DMA by Linus Nielsen Feltzing · 23 years ago
  42. c62a085 *** empty log message *** by Linus Nielsen Feltzing · 23 years ago
  43. ac20ed5 Testing tick functions by Linus Nielsen Feltzing · 23 years ago
  44. 70109b9 corrected a prototype by Linus Nielsen Feltzing · 23 years ago
  45. 9e142da Added tick and interrupt level functions by Linus Nielsen Feltzing · 23 years ago
  46. 011f1d3 Disable interrupt only in target by Linus Nielsen Feltzing · 23 years ago
  47. 6c2accf Disable interrupt by Linus Nielsen Feltzing · 23 years ago
  48. 324cfa4 *** empty log message *** by Linus Nielsen Feltzing · 23 years ago
  49. 75e8cbb Dave Chapman found a problem in the id3v1 tag reading, and provided this fix! by Daniel Stenberg · 23 years ago
  50. 5a83367 removed read_file_into_buffer() by Daniel Stenberg · 23 years ago
  51. b48a4fa modified proto by Daniel Stenberg · 23 years ago
  52. a68445f Changed how indices are read from a playlist. We just can't read the full by Daniel Stenberg · 23 years ago
  53. 03b7886 using the new randomiser, this is_unused_random_in_list() function is not by Daniel Stenberg · 23 years ago
  54. 09552db removed DOS newlines, made it use a static seed for better tests by Daniel Stenberg · 23 years ago
  55. 6e2a248 randomise_playlist() takes a seed argument now by Daniel Stenberg · 23 years ago
  56. 7a186cb adjusted to the differend LCDs and for no LCD at all... :-) by Daniel Stenberg · 23 years ago
  57. 19b25e9 Improved the randomise playlist function pretty major. This one will run by Daniel Stenberg · 23 years ago
  58. cd96302 builds wavey's playlist test harness on Linux/unix by Daniel Stenberg · 23 years ago
  59. c484ae4 builds with Player LCD too by Daniel Stenberg · 23 years ago
  60. 08e2b49 remove printf() by Daniel Stenberg · 23 years ago
  61. 5adb05f void functions don't return values... by Daniel Stenberg · 23 years ago
  62. 83e92b8 minor protection to not re-define O_RDONLY if it is already defined by Daniel Stenberg · 23 years ago
  63. 0343834 include file.h (important for the x11 sim to work) and types.h (as that by Daniel Stenberg · 23 years ago
  64. fa1bce2 proto and struct for id3-info by Daniel Stenberg · 23 years ago
  65. df700fd use the menu function pointers properly by Daniel Stenberg · 23 years ago
  66. 1cc447a Play a tune. Uses the id3-info now and display it on screen. by Daniel Stenberg · 23 years ago
  67. 86a05c5 build play.c and id3.c too now by Daniel Stenberg · 23 years ago
  68. b3df191 wrapper include for the actual file.h to enable the change-root fiddle by Daniel Stenberg · 23 years ago
  69. 91f165e support open() properly so that the root dir works in the archos subdir by Daniel Stenberg · 23 years ago
  70. bd16e2f Use the defines, we can't assume a particular LCD or keypad. by Daniel Stenberg · 23 years ago
  71. f7a6c45 Make it easy to select which kind of LCD you want the simulator to feature by Daniel Stenberg · 23 years ago
  72. d3cf73e started to implement the charcell LCD api by Daniel Stenberg · 23 years ago
  73. 837e2c4 don't define anything like this here by Daniel Stenberg · 23 years ago
  74. 7212f83 funny preprocessor tricks by Daniel Stenberg · 23 years ago
  75. c8b6119 Added weird circumvention macros for SIMULATOR builds. When we build a by Daniel Stenberg · 23 years ago
  76. 9b79d0b get the chartables even for non-bitmap displays when we simulate by Daniel Stenberg · 23 years ago
  77. c8397f5 changed window size to be about the same size as a recorder by Daniel Stenberg · 23 years ago
  78. 225f620 Removed #defines Added structs, function pointers and enum of menu items. by Robert Hak · 23 years ago
  79. 523f228 Added browse_root(void) by Robert Hak · 23 years ago
  80. dbf60ee created by Robert Hak · 23 years ago
  81. a5e942f add reference to its header by Robert Hak · 23 years ago
  82. 4d4ec3a Added opendir, closedir and readdir by Björn Stenberg · 23 years ago
  83. 924164e Changed to global 'bpb' struct by Björn Stenberg · 23 years ago
  84. 3b3e7bd First sound check by Linus Nielsen Feltzing · 23 years ago
  85. 1ba5d1f Doubled the buffer size by Linus Nielsen Feltzing · 23 years ago
  86. 0bd77a6 Added a few functions by Linus Nielsen Feltzing · 23 years ago
  87. f7f576f Updates by Björn Stenberg · 23 years ago
  88. e66dbad Moved MAS to status GREEN by Björn Stenberg · 23 years ago
  89. c7f7934 Added disk/partition handling by Björn Stenberg · 23 years ago
  90. 86a59ec Added port B findings by Linus Nielsen Feltzing · 23 years ago
  91. 8ff2e3f minor sizing correction by Robert Hak · 23 years ago
  92. 6675042 *** empty log message *** by Robert Hak · 23 years ago
  93. 38cb040 Commented out log statement on lcd_update by Robert Hak · 23 years ago
  94. 0326934 Commented out the KEY PRESSED and EVENT debug messages by Robert Hak · 23 years ago
  95. 1118c88 lcd_drawrect added by Robert Hak · 23 years ago
  96. 0e747f1 Removed unused menu options by Robert Hak · 23 years ago
  97. 7350957 Fixed stupid error with cursor positioning on return from an app. by Robert Hak · 23 years ago
  98. 9433a8e Fixed global values for tetris game not being reset. This prevented you by Robert Hak · 23 years ago
  99. 67dc947 Menu cursor now wraps around top and bottom. Reworked drawing of cursor by Robert Hak · 23 years ago
  100. 46f5461 Early MP3 playing test by Linus Nielsen Feltzing · 23 years ago