1. f1f7b61 ...and the usual simulator corrections by Linus Nielsen Feltzing · 22 years ago
  2. c8cb6ff Added virtual keyboard for text input, loosely based on John Wood's code by Björn Stenberg · 22 years ago
  3. f4704d5 Attempt to fix the win32 simulator build by Linus Nielsen Feltzing · 22 years ago
  4. 4a66327 Some simulator corrections by Linus Nielsen Feltzing · 22 years ago
  5. 5a7548a Added dummy fat_size() to make it link by Daniel Stenberg · 22 years ago
  6. 6fb512a Added disk space to Info menu item. (Players press + to see it.) by Björn Stenberg · 22 years ago
  7. 740dc63 somewhat kludgey work-around to prevent the <io.h>'s version of the mkdir() by Daniel Stenberg · 22 years ago
  8. 54d5e2c Added a 5 pixel border around the content. Looks better (that's all). by Kjell Ericson · 22 years ago
  9. b3e41c7 Changed the battery icon so it doesn't clear the inner part of the icon. by Kjell Ericson · 22 years ago
  10. 0d79fa1 Icons created. by Mats Lidell · 22 years ago
  11. 097bd10 Adjusted position of second icon line. by Mats Lidell · 22 years ago
  12. 26507c1 add 'errno' here, since it makes the mingw32 build work fine again by Daniel Stenberg · 22 years ago
  13. 864cff7 added printf() proto by Daniel Stenberg · 22 years ago
  14. dae8dea The lcd_clear_display() didn't work. Added some debug-stuff. by Kjell Ericson · 22 years ago
  15. 8857d47 A try to fix a compilation error for the Win32 recorder simulator. (not tested). by Kjell Ericson · 22 years ago
  16. fe026b9 Definitions of "struct coordinate" and "struct rectangle" and definitions by Kjell Ericson · 22 years ago
  17. f7a4b2b Changed XPoint to "struct coordinate". New lcd_update for the player simulator. by Kjell Ericson · 22 years ago
  18. cacb758 New file font-player.c is added. by Kjell Ericson · 22 years ago
  19. f9a912d Using the structures "rectangle" and "points" when drawing (Win32 doesn't have XPoint). by Kjell Ericson · 22 years ago
  20. dbab14d Added command line parameter "--old_lcd" that will simulate the old LCD of by Kjell Ericson · 22 years ago
  21. 3262207 Updated for better player simulator. by Kjell Ericson · 22 years ago
  22. a901c3a Removed warnings. by Kjell Ericson · 22 years ago
  23. 08cbf69 Removed warnings. by Kjell Ericson · 22 years ago
  24. f179453 The font for player-simulator. by Kjell Ericson · 22 years ago
  25. ccfa848 Many functions have been changed. by Kjell Ericson · 22 years ago
  26. fe10eb3 Almost totaly rewritten. by Kjell Ericson · 22 years ago
  27. d19b9ed Added stubs that shall not be in the player simulator. by Kjell Ericson · 22 years ago
  28. d317ddb The font will be shown in another way in player-simulator so the sysfont.c by Kjell Ericson · 22 years ago
  29. cfa206b Doubled the height/width for player. by Kjell Ericson · 22 years ago
  30. 93b5f92 The window zooming is now depending on LCD_WIDTH and LCD_HEIGHT. by Kjell Ericson · 22 years ago
  31. 57dcf0b working win32sim makefile (for player) by Felix Arends · 22 years ago
  32. 5cb429e Added mpeg_set_pitch() stub to simulator. by Björn Stenberg · 22 years ago
  33. ac59dce Use lcd-player.c in simulator. (Not tested but better?!) by Mats Lidell · 22 years ago
  34. f4f9997 Use lcd-player.c in simulator. (Not tested) by Mats Lidell · 22 years ago
  35. 073ca0a Use lcd-player.c in simulator. by Mats Lidell · 22 years ago
  36. 786d2c3 Rewritten based on lcd-player.c. by Mats Lidell · 22 years ago
  37. a99c565 Moved lcd player code to lcd-playersim. by Mats Lidell · 22 years ago
  38. d4efbad Player don't use dynamic fonts. by Mats Lidell · 22 years ago
  39. feae991 Changed Logf to printf while debugging. by Kjell Ericson · 22 years ago
  40. 65de9c9 Moved volume-icon a bit. More examine will be done later in order to look at by Kjell Ericson · 22 years ago
  41. fdb7b41 The simulated version shall not have a BITMAP_LCD any more (fucked up the screen). by Kjell Ericson · 22 years ago
  42. 5fddbf4 Drawing the same kind of frame for both recorder and player. by Kjell Ericson · 22 years ago
  43. c4a09ad Scroll works for wps and menus. Still much cleanup to do. by Mats Lidell · 22 years ago
  44. 1e95013 what did that #ifdef do there? by Felix Arends · 22 years ago
  45. 61a32e9 we dont need this file any longer! by Felix Arends · 22 years ago
  46. 879fabd finally up-to-date: the win32 simulator (at least for the recorder) by Felix Arends · 22 years ago
  47. fae2120 Using expose-event instead of resizerequest-event in order to be able to by Kjell Ericson · 22 years ago
  48. c54ff70 First attempt to adjust the drawing routines to be able to zoom the window. by Kjell Ericson · 22 years ago
  49. c72a177 Updated version to 0.2 by Kjell Ericson · 22 years ago
  50. ac2b1b9 Icons were flipped. by Mats Lidell · 22 years ago
  51. 87b66a8 less crap makes better code by Daniel Stenberg · 22 years ago
  52. 0a4b247 The player firmware now autodetects the LCD type. No need for two player versions anymore by Linus Nielsen Feltzing · 22 years ago
  53. 6e0a75c better rtc_read() simulation by Daniel Stenberg · 22 years ago
  54. 28e10a9 set the DOCSDIR variable by Daniel Stenberg · 22 years ago
  55. b3438e8 added a silly stub for oscillograph to remove an #ifdef in the actual code by Daniel Stenberg · 22 years ago
  56. 0ab96fd make credits.c use the generated list of names properly as already done by Daniel Stenberg · 22 years ago
  57. de5578a Added cube.c to build by Daniel Stenberg · 22 years ago
  58. 5fcce4d Now the X11 simulator sets the BUTTON_REL bit properly and thus generates by Daniel Stenberg · 22 years ago
  59. ea60436 slow down the button check function, this makes the cube look sane in the by Daniel Stenberg · 22 years ago
  60. 752c8ec removed showtext.c by Daniel Stenberg · 22 years ago
  61. 5d3515f set HAVE_RTC when building Recorder simulators by Daniel Stenberg · 22 years ago
  62. d4d3a5d rtc_read() and rtc_write() added, and if we now set HAVE_RTC when building by Daniel Stenberg · 22 years ago
  63. 2aab7cc Player simulator uses lcd-playersim for display. by Mats Lidell · 22 years ago
  64. d5fd94d Player simulator stuff for patterns added. by Mats Lidell · 22 years ago
  65. 36e935f Created. by Mats Lidell · 22 years ago
  66. 88098be Enable status bar in usb mode. by Markus Braun · 22 years ago
  67. 6452500 Added icons for repeat and repeat 1. by Mats Lidell · 22 years ago
  68. 90d7b78 Added icons for repeat and repeat 1. by Mats Lidell · 22 years ago
  69. f7310b7 Created. by Mats Lidell · 22 years ago
  70. badee43 Frédéric Dang Ngoc pointed out a bug in the lcd_update_rect() for X11. by Daniel Stenberg · 22 years ago
  71. 0e6088f Changed .eq file format to simple 'setting: value' model. by Björn Stenberg · 22 years ago
  72. c43b36c backlight when charging now is for players and simulators too by Daniel Stenberg · 22 years ago
  73. b95fe1a Mark A. Hillebrand's patch that offers a new setting that if enabled, keeps by Daniel Stenberg · 22 years ago
  74. 58deeff viewer added to the build by Daniel Stenberg · 22 years ago
  75. bb572c4 Philip Pertermanns peak meter by Linus Nielsen Feltzing · 22 years ago
  76. 8050404 lang build fix by Daniel Stenberg · 22 years ago
  77. a738726 build the language stuff correctly and an improved clean target by Daniel Stenberg · 22 years ago
  78. a4c3b03 Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_getstringsize. by Björn Stenberg · 22 years ago
  79. b1b8bd4 Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to a new file: screens.c. by Björn Stenberg · 22 years ago
  80. 35d6da6 language.c stuff by Daniel Stenberg · 22 years ago
  81. e998b89 added the language.c apps file by Daniel Stenberg · 22 years ago
  82. d4e2ee5 Fixed win32 build problems. by Björn Stenberg · 22 years ago
  83. 86f9a84 Split lcd driver into lcd-player and lcd-recorder. Player simulator still needs fixing. by Björn Stenberg · 22 years ago
  84. bed3d3f New full ISO-8859-1 system font. by Björn Stenberg · 22 years ago
  85. 3c28705 Win32 lang build fix by Björn Stenberg · 22 years ago
  86. 505eca7 New language/string handling by Björn Stenberg · 22 years ago
  87. 808519e Fix reds by Björn Stenberg · 22 years ago
  88. f2f4d79 chartables.c is gone by Daniel Stenberg · 22 years ago
  89. c455e7b minor corrections by Daniel Stenberg · 22 years ago
  90. 11b67af Bill Napier's patch by Robert Hak · 22 years ago
  91. 93b231c Greg Haerr's new loadable font. No more #ifdef font-style, removed old by Daniel Stenberg · 22 years ago
  92. 2625ebb added snake ref by Robert Hak · 22 years ago
  93. c633d42 snakes reference added by Robert Hak · 22 years ago
  94. c25e97f lcd_update_rect() added. *please* verify this someone who can actually by Daniel Stenberg · 22 years ago
  95. cd86407 added lcd_update_rect() simulator-style by Daniel Stenberg · 22 years ago
  96. 14b91cc clean off heaps of unused code by Daniel Stenberg · 22 years ago
  97. 7d4c693 fixed the sim makefile, needed to remove boxes.c and blank.c calls by Robert Hak · 22 years ago
  98. 84d4812 Fixed red win32 build by Björn Stenberg · 22 years ago
  99. ba34922 wps-display.c by Justin Heiner · 22 years ago
  100. 6279458 Updated win32 Makefile by Björn Stenberg · 22 years ago