1. 8307cfd New sprintf. by Linus Nielsen Feltzing · 23 years ago
  2. 9376d05 Added DEBUG macro. Now uses our own sprintf. by Linus Nielsen Feltzing · 23 years ago
  3. d85d463 link with the firmware's sprintf() code just in case we'd start to use it, by Daniel Stenberg · 23 years ago
  4. 697dd70 Changed debug to DEBUGF and panic to panicf. Also some linking changes. by Björn Stenberg · 23 years ago
  5. bca0f0f two new lines by Daniel Stenberg · 23 years ago
  6. 07b5ada Revert last change by Björn Stenberg · 23 years ago
  7. 1244dd7 Added support for %% by Björn Stenberg · 23 years ago
  8. 824a003 Added Gary's snprintf() and changed all places to use it. by Björn Stenberg · 23 years ago
  9. a98b20e Added flags by Björn Stenberg · 23 years ago
  10. 8488530 Count me too... count me by Robert Hak · 23 years ago
  11. 72aa3cf Reverted the 1.10 and 1.11 changes, as they don't work. by Daniel Stenberg · 23 years ago
  12. fc29218 I write code too... :) by Björn Stenberg · 23 years ago
  13. fea4cfa fixed lcd_bitmap, again. Works for y%8 != 0 as well now. by Felix Arends · 23 years ago
  14. fa16227 fixed lcd_bitmap code. by Felix Arends · 23 years ago
  15. f707565 activity updates by Stuart Martin · 23 years ago
  16. ae08224 activity updates by Stuart Martin · 23 years ago
  17. 42a878d activity updates by Stuart Martin · 23 years ago
  18. 90ea952 slow down tetris a bit, now when the X11 simulator supports sleep() with by Daniel Stenberg · 23 years ago
  19. 96d0282 activity updates by Stuart Martin · 23 years ago
  20. 85503a8 fixed header by Daniel Stenberg · 23 years ago
  21. 49108ec added the sleep simulation file by Daniel Stenberg · 23 years ago
  22. aa4ddab kernel.h wrapper file by Daniel Stenberg · 23 years ago
  23. 8d7c442 added sleep() simulation by Daniel Stenberg · 23 years ago
  24. e916e25 You can now successfully lose at tetris! (In other words, the game by Robert Hak · 23 years ago
  25. d31188f corrected the load-file path by Daniel Stenberg · 23 years ago
  26. 2877995 lcd_puts() uses the new fontheight table now by Daniel Stenberg · 23 years ago
  27. 0b81b35 Added lcd_fontsize() that returns the size of a given font by Daniel Stenberg · 23 years ago
  28. fda07ef removed win32 compiler directive by Felix Arends · 23 years ago
  29. dc64ef9 removed WIN32 compiler directive by Felix Arends · 23 years ago
  30. 53a7dd2 added debug and panic support for the simulator by Felix Arends · 23 years ago
  31. 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
  32. 0f3001a applied c standard to memory allocation so this will compile with win32 simulator as well. by Felix Arends · 23 years ago
  33. 488bf3e win32 simulator compability by Felix Arends · 23 years ago
  34. 0a7c37f latest (working) makefile. by Felix Arends · 23 years ago
  35. 3d2999c Win32 Simulator compability: needed to include windows.h for memcpy operations. by Felix Arends · 23 years ago
  36. ced58d3 again, a little win32 simulator compability fix (included io.h) by Felix Arends · 23 years ago
  37. 4f94aef added win32 simulator compability (by including windows.h) by Felix Arends · 23 years ago
  38. 664b2f7 UISW32 dir functions working, dirbrowse compatible. by Felix Arends · 23 years ago
  39. 335ae55 added -DCRT_DISPLAY by Stuart Martin · 23 years ago
  40. 0b9953e removing #define CRT_DISPLAY ;) by Stuart Martin · 23 years ago
  41. a4f0f49 defaulting #define CRT_DISPLAY to off by Stuart Martin · 23 years ago
  42. f2c1255 added #ifdef CRT_DISPLAY to provide a printf version of debug() by Stuart Martin · 23 years ago
  43. db64fa2 desc & qs by Stuart Martin · 23 years ago
  44. 74e720c win32 makefile for harness by Stuart Martin · 23 years ago
  45. 81f5745 test harness for playlists & settings by Stuart Martin · 23 years ago
  46. 4786f16 additional #defines by Stuart Martin · 23 years ago
  47. 614acaa functions for panic functions by Stuart Martin · 23 years ago
  48. e6ce5d5 header for panic functions by Stuart Martin · 23 years ago
  49. b09b1a0 functions for high level disk operations by Stuart Martin · 23 years ago
  50. ba19af2 high level disk operations by Stuart Martin · 23 years ago
  51. 8101b95 header for track info by Stuart Martin · 23 years ago
  52. a5b5ef4 functions for user settings by Stuart Martin · 23 years ago
  53. 0aa7cb2 header for user settings by Stuart Martin · 23 years ago
  54. 16cd642 functions for playlist manipulation by Stuart Martin · 23 years ago
  55. 9db78d3 header for playlists by Stuart Martin · 23 years ago
  56. 25ca8f2 expanded the browser with a little cursor to move by Daniel Stenberg · 23 years ago
  57. 5ab87aa clear first, then draw might look better by Daniel Stenberg · 23 years ago
  58. ef476e3 don't defined the dirent struct if DIRENT_DEFINED is defined... by Daniel Stenberg · 23 years ago
  59. 000cff8 call the dir browser when selected by Daniel Stenberg · 23 years ago
  60. 2df9d9a initial dir browsing code by Daniel Stenberg · 23 years ago
  61. 7b3abdc added for dir emulation by Daniel Stenberg · 23 years ago
  62. ad9bdf6 fixed to use our file api by Daniel Stenberg · 23 years ago
  63. 4b2efba define SIMULATOR too by Daniel Stenberg · 23 years ago
  64. 381f6f1 Correcting mistaken formatting by Robert Hak · 23 years ago
  65. 6424841 Changed calls in draw_frame to lcd_drawline rather then drawing individual by Robert Hak · 23 years ago
  66. cf74435 Added boot loader by Björn Stenberg · 23 years ago
  67. b3a0b4b corrected for Linux again by Daniel Stenberg · 23 years ago
  68. 9b68ef8 draw the "box" before calling the app by Daniel Stenberg · 23 years ago
  69. 22740a0 fixed for Solaris build by Daniel Stenberg · 23 years ago
  70. c5ac548 Added code for testing queues by Linus Nielsen Feltzing · 23 years ago
  71. 6a199bf Removed queue handling stuff by Linus Nielsen Feltzing · 23 years ago
  72. bd2561d Added queue handling stuff - NOT INTERRUPT SAFE by Linus Nielsen Feltzing · 23 years ago
  73. 40c1c22 Removed some TABS by Linus Nielsen Feltzing · 23 years ago
  74. 255ece4 Fat32 moved to GREEN by Björn Stenberg · 23 years ago
  75. 3df8650 Renamed get_bpb() into fat_mount() and added it to the API. by Björn Stenberg · 23 years ago
  76. 5688796 mention app.c too by Daniel Stenberg · 23 years ago
  77. 377687c Started work on event queues - NOT YET SAFE by Linus Nielsen Feltzing · 23 years ago
  78. fe6b82f Adapted to the new LED API by Linus Nielsen Feltzing · 23 years ago
  79. f95908c Added led.o by Linus Nielsen Feltzing · 23 years ago
  80. 398c641 *** empty log message *** by Robert Hak · 23 years ago
  81. f991c33 Newest log by Robert Hak · 23 years ago
  82. 497796b corrected the source header by Daniel Stenberg · 23 years ago
  83. d711bd9 replaced _WIN32 constant with WIN32 by Felix Arends · 23 years ago
  84. 0196c0c added win32 simulator compability by Felix Arends · 23 years ago
  85. 98ed5ed renamed file-win32.c/h to dir-win32.c/h by Felix Arends · 23 years ago
  86. aca7618 Added attribute and size by Björn Stenberg · 23 years ago
  87. 66ff621 updated directory functions, not fully working and untested yet by Felix Arends · 23 years ago
  88. 17947b7 win32 simulator compatible by Felix Arends · 23 years ago
  89. 4b5edb8 Removed some warnings by Björn Stenberg · 23 years ago
  90. 0b91bc4 Added dependency generation by Björn Stenberg · 23 years ago
  91. 1ba9fae changed the colors to be more Recorder-like by Daniel Stenberg · 23 years ago
  92. e0cabee removed tetris.c by Felix Arends · 23 years ago
  93. ca3d6dc commented and explained block_data array by Felix Arends · 23 years ago
  94. 2ca73a8 x11 simulator moved, app embryo present by Daniel Stenberg · 23 years ago
  95. e15d317 removed unistd.h completely by Daniel Stenberg · 23 years ago
  96. d00a54f set recorder keypad by Daniel Stenberg · 23 years ago
  97. 9636bb5 win32 compatible versions by Felix Arends · 23 years ago
  98. ac4d5ef one sleep is enough by Daniel Stenberg · 23 years ago
  99. 5ae0407 only lcd_update() when a key actually was pressed by Daniel Stenberg · 23 years ago
  100. 8776e03 pressing OFF in tetris now gets you back to the main menu by Daniel Stenberg · 23 years ago