1. 1434714 added icons.c by Daniel Stenberg · 23 years ago
  2. 81948a5 add "icons.c" to the project by Stefan Meyer · 23 years ago
  3. 3d05c63 creation by Robert Hak · 23 years ago
  4. d22a3fb added externs from icon.[ch] by Robert Hak · 23 years ago
  5. bdc3ff0 add attribute and size to readdir by Stefan Meyer · 23 years ago
  6. 4674e87 my little icons in front of the files/dirs to show what kind of entry it by Daniel Stenberg · 23 years ago
  7. 7488832 NULL is not defined when this compiles on Linux, let's avoid that for now by Daniel Stenberg · 23 years ago
  8. e3a12d3 adjusted to build on my solaris box by Daniel Stenberg · 23 years ago
  9. 27dfc7c extended the wrapper layer, we can't depend on much in the "real" dirent by Daniel Stenberg · 23 years ago
  10. 8ae29ff is_dir() is removed, we now read the 'attribute' field from the dirent by Daniel Stenberg · 23 years ago
  11. 4852106 added x11_readdir() proto by Daniel Stenberg · 23 years ago
  12. 159d448 readdir() wrapper for proper dirent struct emulation in target code by Daniel Stenberg · 23 years ago
  13. 1e0323a small bugfix by Dave Chapman · 23 years ago
  14. 04fdc1e first implementation of directory scrolling - partly by Stefan Meyer by Dave Chapman · 23 years ago
  15. f830e38 fixed title string in x11 window by Dave Chapman · 23 years ago
  16. 00f090f no more Logf(), only use debugf() by Daniel Stenberg · 23 years ago
  17. 9dff75f compile debug.c from the firmware for logging errors by Daniel Stenberg · 23 years ago
  18. ee77969 - added Logf ( maybe it should be defined somewhere else) by Stefan Meyer · 23 years ago
  19. 8dd2fae add / del some files by Stefan Meyer · 23 years ago
  20. f7e476a Capitalization corrections on menu structure by Robert Hak · 23 years ago
  21. 40fe97b Added menu.c by Robert Hak · 23 years ago
  22. fe6c52c Cleaned up for menu.c/h usage by Robert Hak · 23 years ago
  23. 083e7d4 Initial creation. This removes alot of the cursor and menuing overhead by Robert Hak · 23 years ago
  24. 6220437 some basic docs for simulator hacking by Daniel Stenberg · 23 years ago
  25. a305d31 don't closedir(NULL) by Daniel Stenberg · 23 years ago
  26. a488797 fixed a DIR * leak by Daniel Stenberg · 23 years ago
  27. 0b306a4 Dave Chapman removed the annoying extra slash by Daniel Stenberg · 23 years ago
  28. ff2e651 Dave Chapman's browse subdirs too patch applied by Daniel Stenberg · 23 years ago
  29. c484ae4 builds with Player LCD too by Daniel Stenberg · 23 years ago
  30. 08e2b49 remove printf() by Daniel Stenberg · 23 years ago
  31. 5adb05f void functions don't return values... by Daniel Stenberg · 23 years ago
  32. df700fd use the menu function pointers properly by Daniel Stenberg · 23 years ago
  33. 1cc447a Play a tune. Uses the id3-info now and display it on screen. by Daniel Stenberg · 23 years ago
  34. 86a05c5 build play.c and id3.c too now by Daniel Stenberg · 23 years ago
  35. b3df191 wrapper include for the actual file.h to enable the change-root fiddle by Daniel Stenberg · 23 years ago
  36. 91f165e support open() properly so that the root dir works in the archos subdir by Daniel Stenberg · 23 years ago
  37. bd16e2f Use the defines, we can't assume a particular LCD or keypad. by Daniel Stenberg · 23 years ago
  38. f7a6c45 Make it easy to select which kind of LCD you want the simulator to feature by Daniel Stenberg · 23 years ago
  39. d3cf73e started to implement the charcell LCD api by Daniel Stenberg · 23 years ago
  40. 837e2c4 don't define anything like this here by Daniel Stenberg · 23 years ago
  41. 7212f83 funny preprocessor tricks by Daniel Stenberg · 23 years ago
  42. c8397f5 changed window size to be about the same size as a recorder by Daniel Stenberg · 23 years ago
  43. 225f620 Removed #defines Added structs, function pointers and enum of menu items. by Robert Hak · 23 years ago
  44. 523f228 Added browse_root(void) by Robert Hak · 23 years ago
  45. dbf60ee created by Robert Hak · 23 years ago
  46. a5e942f add reference to its header by Robert Hak · 23 years ago
  47. 8ff2e3f minor sizing correction by Robert Hak · 23 years ago
  48. 6675042 *** empty log message *** by Robert Hak · 23 years ago
  49. 38cb040 Commented out log statement on lcd_update by Robert Hak · 23 years ago
  50. 0326934 Commented out the KEY PRESSED and EVENT debug messages by Robert Hak · 23 years ago
  51. 0e747f1 Removed unused menu options by Robert Hak · 23 years ago
  52. 7350957 Fixed stupid error with cursor positioning on return from an app. by Robert Hak · 23 years ago
  53. 9433a8e Fixed global values for tetris game not being reset. This prevented you by Robert Hak · 23 years ago
  54. 67dc947 Menu cursor now wraps around top and bottom. Reworked drawing of cursor by Robert Hak · 23 years ago
  55. 24df270 Fixed tab issues and made use of lcd_clear_display instead of lcd_clearrect by Robert Hak · 23 years ago
  56. 4bcfec6 Corrected title display. List how to stop screensaver under the title. by Robert Hak · 23 years ago
  57. 797b469 Added screensaver.c reference by Robert Hak · 23 years ago
  58. 0c75674 Yes, its a simple screensaver... why not? by Robert Hak · 23 years ago
  59. caa446f Added reference to the small screensaver app I added by Robert Hak · 23 years ago
  60. d85d463 link with the firmware's sprintf() code just in case we'd start to use it, by Daniel Stenberg · 23 years ago
  61. 90ea952 slow down tetris a bit, now when the X11 simulator supports sleep() with by Daniel Stenberg · 23 years ago
  62. 85503a8 fixed header by Daniel Stenberg · 23 years ago
  63. 49108ec added the sleep simulation file by Daniel Stenberg · 23 years ago
  64. aa4ddab kernel.h wrapper file by Daniel Stenberg · 23 years ago
  65. 8d7c442 added sleep() simulation by Daniel Stenberg · 23 years ago
  66. e916e25 You can now successfully lose at tetris! (In other words, the game by Robert Hak · 23 years ago
  67. fda07ef removed win32 compiler directive by Felix Arends · 23 years ago
  68. 53a7dd2 added debug and panic support for the simulator by Felix Arends · 23 years ago
  69. 9469b04 Added compiled resource to cvs, so that people can compile with the make file without having to make the resource. by Felix Arends · 23 years ago
  70. 0a7c37f latest (working) makefile. by Felix Arends · 23 years ago
  71. 4f94aef added win32 simulator compability (by including windows.h) by Felix Arends · 23 years ago
  72. 664b2f7 UISW32 dir functions working, dirbrowse compatible. by Felix Arends · 23 years ago
  73. 25ca8f2 expanded the browser with a little cursor to move by Daniel Stenberg · 23 years ago
  74. 5ab87aa clear first, then draw might look better by Daniel Stenberg · 23 years ago
  75. 000cff8 call the dir browser when selected by Daniel Stenberg · 23 years ago
  76. 2df9d9a initial dir browsing code by Daniel Stenberg · 23 years ago
  77. 7b3abdc added for dir emulation by Daniel Stenberg · 23 years ago
  78. 381f6f1 Correcting mistaken formatting by Robert Hak · 23 years ago
  79. 6424841 Changed calls in draw_frame to lcd_drawline rather then drawing individual by Robert Hak · 23 years ago
  80. b3a0b4b corrected for Linux again by Daniel Stenberg · 23 years ago
  81. 9b68ef8 draw the "box" before calling the app by Daniel Stenberg · 23 years ago
  82. 22740a0 fixed for Solaris build by Daniel Stenberg · 23 years ago
  83. 497796b corrected the source header by Daniel Stenberg · 23 years ago
  84. 98ed5ed renamed file-win32.c/h to dir-win32.c/h by Felix Arends · 23 years ago
  85. 66ff621 updated directory functions, not fully working and untested yet by Felix Arends · 23 years ago
  86. 1ba9fae changed the colors to be more Recorder-like by Daniel Stenberg · 23 years ago
  87. e0cabee removed tetris.c by Felix Arends · 23 years ago
  88. ca3d6dc commented and explained block_data array by Felix Arends · 23 years ago
  89. e15d317 removed unistd.h completely by Daniel Stenberg · 23 years ago
  90. d00a54f set recorder keypad by Daniel Stenberg · 23 years ago
  91. 9636bb5 win32 compatible versions by Felix Arends · 23 years ago
  92. ac4d5ef one sleep is enough by Daniel Stenberg · 23 years ago
  93. 5ae0407 only lcd_update() when a key actually was pressed by Daniel Stenberg · 23 years ago
  94. 8776e03 pressing OFF in tetris now gets you back to the main menu by Daniel Stenberg · 23 years ago
  95. bd07316 adding small README to explain what this dir is about by Daniel Stenberg · 23 years ago
  96. bbce66c removed log, put a sleep() back since it runs just too fast otherwise by Daniel Stenberg · 23 years ago
  97. c6e0734 works in new dir by Daniel Stenberg · 23 years ago
  98. a73d52c use Logf() by Daniel Stenberg · 23 years ago
  99. 3caa3c0 moved X11-specific files into a separate subdir to keep root clean for by Daniel Stenberg · 23 years ago
  100. c154351 runs the app now, improved the lcd simulation a bit by Daniel Stenberg · 23 years ago