1. f179453 The font for player-simulator. by Kjell Ericson · 22 years ago
  2. ccfa848 Many functions have been changed. by Kjell Ericson · 22 years ago
  3. fe10eb3 Almost totaly rewritten. by Kjell Ericson · 22 years ago
  4. d19b9ed Added stubs that shall not be in the player simulator. by Kjell Ericson · 22 years ago
  5. d317ddb The font will be shown in another way in player-simulator so the sysfont.c by Kjell Ericson · 22 years ago
  6. cfa206b Doubled the height/width for player. by Kjell Ericson · 22 years ago
  7. 93b5f92 The window zooming is now depending on LCD_WIDTH and LCD_HEIGHT. by Kjell Ericson · 22 years ago
  8. 57dcf0b working win32sim makefile (for player) by Felix Arends · 22 years ago
  9. 5cb429e Added mpeg_set_pitch() stub to simulator. by Björn Stenberg · 22 years ago
  10. ac59dce Use lcd-player.c in simulator. (Not tested but better?!) by Mats Lidell · 22 years ago
  11. f4f9997 Use lcd-player.c in simulator. (Not tested) by Mats Lidell · 22 years ago
  12. 073ca0a Use lcd-player.c in simulator. by Mats Lidell · 22 years ago
  13. 786d2c3 Rewritten based on lcd-player.c. by Mats Lidell · 22 years ago
  14. a99c565 Moved lcd player code to lcd-playersim. by Mats Lidell · 22 years ago
  15. d4efbad Player don't use dynamic fonts. by Mats Lidell · 22 years ago
  16. feae991 Changed Logf to printf while debugging. by Kjell Ericson · 22 years ago
  17. 65de9c9 Moved volume-icon a bit. More examine will be done later in order to look at by Kjell Ericson · 22 years ago
  18. fdb7b41 The simulated version shall not have a BITMAP_LCD any more (fucked up the screen). by Kjell Ericson · 22 years ago
  19. 5fddbf4 Drawing the same kind of frame for both recorder and player. by Kjell Ericson · 22 years ago
  20. c4a09ad Scroll works for wps and menus. Still much cleanup to do. by Mats Lidell · 22 years ago
  21. 1e95013 what did that #ifdef do there? by Felix Arends · 22 years ago
  22. 61a32e9 we dont need this file any longer! by Felix Arends · 22 years ago
  23. 879fabd finally up-to-date: the win32 simulator (at least for the recorder) by Felix Arends · 22 years ago
  24. fae2120 Using expose-event instead of resizerequest-event in order to be able to by Kjell Ericson · 22 years ago
  25. c54ff70 First attempt to adjust the drawing routines to be able to zoom the window. by Kjell Ericson · 22 years ago
  26. c72a177 Updated version to 0.2 by Kjell Ericson · 22 years ago
  27. ac2b1b9 Icons were flipped. by Mats Lidell · 22 years ago
  28. 87b66a8 less crap makes better code by Daniel Stenberg · 22 years ago
  29. 0a4b247 The player firmware now autodetects the LCD type. No need for two player versions anymore by Linus Nielsen Feltzing · 22 years ago
  30. 6e0a75c better rtc_read() simulation by Daniel Stenberg · 22 years ago
  31. 28e10a9 set the DOCSDIR variable by Daniel Stenberg · 22 years ago
  32. b3438e8 added a silly stub for oscillograph to remove an #ifdef in the actual code by Daniel Stenberg · 22 years ago
  33. 0ab96fd make credits.c use the generated list of names properly as already done by Daniel Stenberg · 22 years ago
  34. de5578a Added cube.c to build by Daniel Stenberg · 22 years ago
  35. 5fcce4d Now the X11 simulator sets the BUTTON_REL bit properly and thus generates by Daniel Stenberg · 22 years ago
  36. ea60436 slow down the button check function, this makes the cube look sane in the by Daniel Stenberg · 22 years ago
  37. 752c8ec removed showtext.c by Daniel Stenberg · 22 years ago
  38. 5d3515f set HAVE_RTC when building Recorder simulators by Daniel Stenberg · 22 years ago
  39. d4d3a5d rtc_read() and rtc_write() added, and if we now set HAVE_RTC when building by Daniel Stenberg · 22 years ago
  40. 2aab7cc Player simulator uses lcd-playersim for display. by Mats Lidell · 22 years ago
  41. d5fd94d Player simulator stuff for patterns added. by Mats Lidell · 22 years ago
  42. 36e935f Created. by Mats Lidell · 22 years ago
  43. 88098be Enable status bar in usb mode. by Markus Braun · 22 years ago
  44. 6452500 Added icons for repeat and repeat 1. by Mats Lidell · 22 years ago
  45. 90d7b78 Added icons for repeat and repeat 1. by Mats Lidell · 22 years ago
  46. f7310b7 Created. by Mats Lidell · 22 years ago
  47. badee43 Frédéric Dang Ngoc pointed out a bug in the lcd_update_rect() for X11. by Daniel Stenberg · 22 years ago
  48. 0e6088f Changed .eq file format to simple 'setting: value' model. by Björn Stenberg · 22 years ago
  49. c43b36c backlight when charging now is for players and simulators too by Daniel Stenberg · 22 years ago
  50. b95fe1a Mark A. Hillebrand's patch that offers a new setting that if enabled, keeps by Daniel Stenberg · 22 years ago
  51. 58deeff viewer added to the build by Daniel Stenberg · 22 years ago
  52. bb572c4 Philip Pertermanns peak meter by Linus Nielsen Feltzing · 23 years ago
  53. 8050404 lang build fix by Daniel Stenberg · 23 years ago
  54. a738726 build the language stuff correctly and an improved clean target by Daniel Stenberg · 23 years ago
  55. a4c3b03 Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_getstringsize. by Björn Stenberg · 23 years ago
  56. b1b8bd4 Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to a new file: screens.c. by Björn Stenberg · 23 years ago
  57. 35d6da6 language.c stuff by Daniel Stenberg · 23 years ago
  58. e998b89 added the language.c apps file by Daniel Stenberg · 23 years ago
  59. d4e2ee5 Fixed win32 build problems. by Björn Stenberg · 23 years ago
  60. 86f9a84 Split lcd driver into lcd-player and lcd-recorder. Player simulator still needs fixing. by Björn Stenberg · 23 years ago
  61. bed3d3f New full ISO-8859-1 system font. by Björn Stenberg · 23 years ago
  62. 3c28705 Win32 lang build fix by Björn Stenberg · 23 years ago
  63. 505eca7 New language/string handling by Björn Stenberg · 23 years ago
  64. 808519e Fix reds by Björn Stenberg · 23 years ago
  65. f2f4d79 chartables.c is gone by Daniel Stenberg · 23 years ago
  66. c455e7b minor corrections by Daniel Stenberg · 23 years ago
  67. 11b67af Bill Napier's patch by Robert Hak · 23 years ago
  68. 93b231c Greg Haerr's new loadable font. No more #ifdef font-style, removed old by Daniel Stenberg · 23 years ago
  69. 2625ebb added snake ref by Robert Hak · 23 years ago
  70. c633d42 snakes reference added by Robert Hak · 23 years ago
  71. c25e97f lcd_update_rect() added. *please* verify this someone who can actually by Daniel Stenberg · 23 years ago
  72. cd86407 added lcd_update_rect() simulator-style by Daniel Stenberg · 23 years ago
  73. 14b91cc clean off heaps of unused code by Daniel Stenberg · 23 years ago
  74. 7d4c693 fixed the sim makefile, needed to remove boxes.c and blank.c calls by Robert Hak · 23 years ago
  75. 84d4812 Fixed red win32 build by Björn Stenberg · 23 years ago
  76. ba34922 wps-display.c by Justin Heiner · 23 years ago
  77. 6279458 Updated win32 Makefile by Björn Stenberg · 23 years ago
  78. 3d641c9 Added lcd_putc() by Linus Nielsen Feltzing · 23 years ago
  79. 7f22b84 Now handles both player/ and recorder/ directories by Linus Nielsen Feltzing · 23 years ago
  80. 644e4ce Added lcd_define_pattern() by Linus Nielsen Feltzing · 23 years ago
  81. 6131a3c Moved display portions of wps.c into new file: wps-display.c by Björn Stenberg · 23 years ago
  82. 1f4e4d3 Reverted back to monospace again. Let's not rock the boat until people can change it themselves (i.e. loadable fonts). by Björn Stenberg · 23 years ago
  83. af406a1 Made LCD_PROPFONTS default on recorder by Björn Stenberg · 23 years ago
  84. 457b8a0 Added configurable disk spindown. The disk will also now not spin down while you are running around in the dir browser or pressing buttons in the wps. by Björn Stenberg · 23 years ago
  85. 354d3d9 Removed beep-on-keypress by Björn Stenberg · 23 years ago
  86. e67958b Adapted wormlet to code standard and added it to simulators. by Björn Stenberg · 23 years ago
  87. 7c3dd40 menu fix by Daniel Stenberg · 23 years ago
  88. d841ca9 removed backlight-win32.c as it is not needed any more by Felix Arends · 23 years ago
  89. b1819f6 this makefile works at least for the recorder, we will have to talk about a recorder fix. by Felix Arends · 23 years ago
  90. b1d5124 simulate_usb ignores key releases by Björn Stenberg · 23 years ago
  91. 42564a1 USB display for simulator purpose by Daniel Stenberg · 23 years ago
  92. 9af5972 Added button release events by Björn Stenberg · 23 years ago
  93. de87a89 darned compiler couldn't see I made a mistake so I had to correct it myself by Daniel Stenberg · 23 years ago
  94. e33b439 matsl's simulator icons added by Daniel Stenberg · 23 years ago
  95. da11a22 Created. by Mats Lidell · 23 years ago
  96. 6866cef Added icons for charcell simulator. by Mats Lidell · 23 years ago
  97. 89d2285 Created. by Mats Lidell · 23 years ago
  98. 52e0e21 don't package hacking by Robert Hak · 23 years ago
  99. 9d317c0 correction of what file to read by Robert Hak · 23 years ago
  100. 52407c3 added reference to docs dir by Robert Hak · 23 years ago