1. c6fb565 most of UI sim patch 708460 from Magnus Holmgren, except the bitmap removal by Jörg Hohensohn · 22 years ago
  2. 20402c6 include rockbox.dsp by Jörg Hohensohn · 22 years ago
  3. 780595b new project file for MSVC by Jörg Hohensohn · 22 years ago
  4. 7b9a36e make the win32 sim build again by Daniel Stenberg · 22 years ago
  5. e98bad5 Added the filesize() function by Linus Nielsen Feltzing · 22 years ago
  6. 3c6bb5c added strtok_r() proto to build warning-free on mingw by Daniel Stenberg · 22 years ago
  7. 1450f4a don't set NOCYGWIN unconditionally! ;-) by Daniel Stenberg · 22 years ago
  8. ebef8e9 removed libmad leftovers by Daniel Stenberg · 22 years ago
  9. 61a4cce Added onplay.c by Björn Stenberg · 22 years ago
  10. a039091 New ID3 and MP3 stream parser, plus not-yet-ready Xing header generation code by Linus Nielsen Feltzing · 22 years ago
  11. 11d9ecb killed a warning properly indented some code by Daniel Stenberg · 22 years ago
  12. 9b628ed Henrik Backe modified the check for cygwin by Daniel Stenberg · 22 years ago
  13. 7d2f8e7 Set a mode that makes sense as the Rockbox code doesn't use modes... by Daniel Stenberg · 22 years ago
  14. ed87c77 Henrik Backe's patch to end files with newlines to prevent compiler warnings. by Daniel Stenberg · 22 years ago
  15. a5bfaa9 Henrik Backe's fixes to enable this to build using cygwin. by Daniel Stenberg · 22 years ago
  16. 3aeb55f no one ever uses libmad, remove it from our CVS by Daniel Stenberg · 22 years ago
  17. e15b8f4 Red build pill by Björn Stenberg · 22 years ago
  18. 0d5ea77 Fix red sim build by Björn Stenberg · 22 years ago
  19. 4953375 non-cygwin builds need the sprintf.c file remove credits.raw in the clean target by Daniel Stenberg · 22 years ago
  20. 3a25735 Henrik Backe's fixes to enable the simulator to build with cygwin. by Daniel Stenberg · 22 years ago
  21. a865102 fix to not use the redefined calls within the redefined calls themselves, by Daniel Stenberg · 22 years ago
  22. 2a9cb93 fake the firmware's file by Daniel Stenberg · 22 years ago
  23. 353da9b don't build ctype don't use firmware/include in the include path by Daniel Stenberg · 22 years ago
  24. a62fd98 added the missing write() by Daniel Stenberg · 22 years ago
  25. 603975b this compiles better by Daniel Stenberg · 22 years ago
  26. 2362fa9 remove warnings from mingw build by Felix Arends · 22 years ago
  27. e3403ec this fixes the win32 simulator compilation by Felix Arends · 22 years ago
  28. c4d8d97 The power-saving SLEEP patch by Simon Elén. by Björn Stenberg · 22 years ago
  29. f22ac91 fixes the warning by Daniel Stenberg · 22 years ago
  30. 3d84988 use the new paths by Daniel Stenberg · 22 years ago
  31. 83131fa use new path by Daniel Stenberg · 22 years ago
  32. e35bbe3 updated path to kernel.h by Daniel Stenberg · 22 years ago
  33. ae26233 build and work with the new include path(s) by Daniel Stenberg · 22 years ago
  34. 95d229e new kernel.h file (was not found inside include path before), by Felix Arends · 22 years ago
  35. f8ee440 include the original kernel.h from the new location by Daniel Stenberg · 22 years ago
  36. 65702ad working makefile for win32 sim by Felix Arends · 22 years ago
  37. 2ba4fed Added close() and proper creat() to x11 emulator by Björn Stenberg · 22 years ago
  38. a9b04be get_time() for sim by Daniel Stenberg · 22 years ago
  39. 74cc9e4 Remove use of rockbox-mode.el in local variables list. by Mats Lidell · 22 years ago
  40. 4bea14d Printing keyboard shortcuts at startup. by Kjell Ericson · 22 years ago
  41. 0ca9ccb Default window zoom for Recorder simulator is 2. by Kjell Ericson · 22 years ago
  42. 8c5e3f8 added stub functions for the rename by Daniel Stenberg · 22 years ago
  43. 37b0c07 keyboard.c was missing by Daniel Stenberg · 22 years ago
  44. 7d80ba0 Added rename() to simulator by Björn Stenberg · 22 years ago
  45. 1cb8061 Implementing Rocklatin character set for Rockbox player. by Kjell Ericson · 22 years ago
  46. ea3d4d5 Implementing Rocklatin for Rockbox player. by Kjell Ericson · 22 years ago
  47. c78e1b0 The much-anticipated queue patch by Hardeep Sidhu. Queue a file by holding down PLAY on it while playing other music. by Björn Stenberg · 22 years ago
  48. f1f7b61 ...and the usual simulator corrections by Linus Nielsen Feltzing · 22 years ago
  49. c8cb6ff Added virtual keyboard for text input, loosely based on John Wood's code by Björn Stenberg · 22 years ago
  50. f4704d5 Attempt to fix the win32 simulator build by Linus Nielsen Feltzing · 22 years ago
  51. 4a66327 Some simulator corrections by Linus Nielsen Feltzing · 22 years ago
  52. 5a7548a Added dummy fat_size() to make it link by Daniel Stenberg · 22 years ago
  53. 6fb512a Added disk space to Info menu item. (Players press + to see it.) by Björn Stenberg · 22 years ago
  54. 740dc63 somewhat kludgey work-around to prevent the <io.h>'s version of the mkdir() by Daniel Stenberg · 22 years ago
  55. 54d5e2c Added a 5 pixel border around the content. Looks better (that's all). by Kjell Ericson · 22 years ago
  56. b3e41c7 Changed the battery icon so it doesn't clear the inner part of the icon. by Kjell Ericson · 22 years ago
  57. 0d79fa1 Icons created. by Mats Lidell · 22 years ago
  58. 097bd10 Adjusted position of second icon line. by Mats Lidell · 22 years ago
  59. 26507c1 add 'errno' here, since it makes the mingw32 build work fine again by Daniel Stenberg · 22 years ago
  60. 864cff7 added printf() proto by Daniel Stenberg · 22 years ago
  61. dae8dea The lcd_clear_display() didn't work. Added some debug-stuff. by Kjell Ericson · 22 years ago
  62. 8857d47 A try to fix a compilation error for the Win32 recorder simulator. (not tested). by Kjell Ericson · 22 years ago
  63. fe026b9 Definitions of "struct coordinate" and "struct rectangle" and definitions by Kjell Ericson · 22 years ago
  64. f7a4b2b Changed XPoint to "struct coordinate". New lcd_update for the player simulator. by Kjell Ericson · 22 years ago
  65. cacb758 New file font-player.c is added. by Kjell Ericson · 22 years ago
  66. f9a912d Using the structures "rectangle" and "points" when drawing (Win32 doesn't have XPoint). by Kjell Ericson · 22 years ago
  67. dbab14d Added command line parameter "--old_lcd" that will simulate the old LCD of by Kjell Ericson · 22 years ago
  68. 3262207 Updated for better player simulator. by Kjell Ericson · 22 years ago
  69. a901c3a Removed warnings. by Kjell Ericson · 22 years ago
  70. 08cbf69 Removed warnings. by Kjell Ericson · 22 years ago
  71. f179453 The font for player-simulator. by Kjell Ericson · 22 years ago
  72. ccfa848 Many functions have been changed. by Kjell Ericson · 22 years ago
  73. fe10eb3 Almost totaly rewritten. by Kjell Ericson · 22 years ago
  74. d19b9ed Added stubs that shall not be in the player simulator. by Kjell Ericson · 22 years ago
  75. d317ddb The font will be shown in another way in player-simulator so the sysfont.c by Kjell Ericson · 22 years ago
  76. cfa206b Doubled the height/width for player. by Kjell Ericson · 22 years ago
  77. 93b5f92 The window zooming is now depending on LCD_WIDTH and LCD_HEIGHT. by Kjell Ericson · 22 years ago
  78. 57dcf0b working win32sim makefile (for player) by Felix Arends · 22 years ago
  79. 5cb429e Added mpeg_set_pitch() stub to simulator. by Björn Stenberg · 22 years ago
  80. ac59dce Use lcd-player.c in simulator. (Not tested but better?!) by Mats Lidell · 22 years ago
  81. f4f9997 Use lcd-player.c in simulator. (Not tested) by Mats Lidell · 22 years ago
  82. 073ca0a Use lcd-player.c in simulator. by Mats Lidell · 22 years ago
  83. 786d2c3 Rewritten based on lcd-player.c. by Mats Lidell · 22 years ago
  84. a99c565 Moved lcd player code to lcd-playersim. by Mats Lidell · 22 years ago
  85. d4efbad Player don't use dynamic fonts. by Mats Lidell · 22 years ago
  86. feae991 Changed Logf to printf while debugging. by Kjell Ericson · 22 years ago
  87. 65de9c9 Moved volume-icon a bit. More examine will be done later in order to look at by Kjell Ericson · 22 years ago
  88. fdb7b41 The simulated version shall not have a BITMAP_LCD any more (fucked up the screen). by Kjell Ericson · 22 years ago
  89. 5fddbf4 Drawing the same kind of frame for both recorder and player. by Kjell Ericson · 22 years ago
  90. c4a09ad Scroll works for wps and menus. Still much cleanup to do. by Mats Lidell · 22 years ago
  91. 1e95013 what did that #ifdef do there? by Felix Arends · 22 years ago
  92. 61a32e9 we dont need this file any longer! by Felix Arends · 22 years ago
  93. 879fabd finally up-to-date: the win32 simulator (at least for the recorder) by Felix Arends · 22 years ago
  94. fae2120 Using expose-event instead of resizerequest-event in order to be able to by Kjell Ericson · 22 years ago
  95. c54ff70 First attempt to adjust the drawing routines to be able to zoom the window. by Kjell Ericson · 22 years ago
  96. c72a177 Updated version to 0.2 by Kjell Ericson · 22 years ago
  97. ac2b1b9 Icons were flipped. by Mats Lidell · 22 years ago
  98. 87b66a8 less crap makes better code by Daniel Stenberg · 22 years ago
  99. 0a4b247 The player firmware now autodetects the LCD type. No need for two player versions anymore by Linus Nielsen Feltzing · 22 years ago
  100. 6e0a75c better rtc_read() simulation by Daniel Stenberg · 22 years ago