1. f6ed970 Added FreeBSD support to uisimulator. Patch by Keith Hubbard by Björn Stenberg · 21 years ago
  2. 3f54121 Added plugin loader. Moved games, demos and the text viewer to loadable plugins. Copy your *.rock files to /.rockbox/rocks/ by Björn Stenberg · 21 years ago
  3. ffefc5d A bit faster update of Player simulator. by Kjell Ericson · 22 years ago
  4. c6fb565 most of UI sim patch 708460 from Magnus Holmgren, except the bitmap removal by Jörg Hohensohn · 22 years ago
  5. 3aeb55f no one ever uses libmad, remove it from our CVS by Daniel Stenberg · 22 years ago
  6. c4d8d97 The power-saving SLEEP patch by Simon Elén. by Björn Stenberg · 22 years ago
  7. a9b04be get_time() for sim by Daniel Stenberg · 22 years ago
  8. ea3d4d5 Implementing Rocklatin for Rockbox player. by Kjell Ericson · 22 years ago
  9. f1f7b61 ...and the usual simulator corrections by Linus Nielsen Feltzing · 22 years ago
  10. 4a66327 Some simulator corrections by Linus Nielsen Feltzing · 22 years ago
  11. 54d5e2c Added a 5 pixel border around the content. Looks better (that's all). by Kjell Ericson · 22 years ago
  12. b3e41c7 Changed the battery icon so it doesn't clear the inner part of the icon. by Kjell Ericson · 22 years ago
  13. 0d79fa1 Icons created. by Mats Lidell · 22 years ago
  14. 097bd10 Adjusted position of second icon line. by Mats Lidell · 22 years ago
  15. dae8dea The lcd_clear_display() didn't work. Added some debug-stuff. by Kjell Ericson · 22 years ago
  16. fe026b9 Definitions of "struct coordinate" and "struct rectangle" and definitions by Kjell Ericson · 22 years ago
  17. 3262207 Updated for better player simulator. by Kjell Ericson · 22 years ago
  18. a901c3a Removed warnings. by Kjell Ericson · 22 years ago
  19. 08cbf69 Removed warnings. by Kjell Ericson · 22 years ago
  20. f179453 The font for player-simulator. by Kjell Ericson · 22 years ago
  21. ccfa848 Many functions have been changed. by Kjell Ericson · 22 years ago
  22. fe10eb3 Almost totaly rewritten. by Kjell Ericson · 22 years ago
  23. d19b9ed Added stubs that shall not be in the player simulator. by Kjell Ericson · 22 years ago
  24. 5cb429e Added mpeg_set_pitch() stub to simulator. by Björn Stenberg · 22 years ago
  25. 786d2c3 Rewritten based on lcd-player.c. by Mats Lidell · 22 years ago
  26. a99c565 Moved lcd player code to lcd-playersim. by Mats Lidell · 22 years ago
  27. 65de9c9 Moved volume-icon a bit. More examine will be done later in order to look at by Kjell Ericson · 22 years ago
  28. c4a09ad Scroll works for wps and menus. Still much cleanup to do. by Mats Lidell · 22 years ago
  29. 1e95013 what did that #ifdef do there? by Felix Arends · 22 years ago
  30. ac2b1b9 Icons were flipped. by Mats Lidell · 22 years ago
  31. 0a4b247 The player firmware now autodetects the LCD type. No need for two player versions anymore by Linus Nielsen Feltzing · 22 years ago
  32. 6e0a75c better rtc_read() simulation by Daniel Stenberg · 22 years ago
  33. b3438e8 added a silly stub for oscillograph to remove an #ifdef in the actual code by Daniel Stenberg · 22 years ago
  34. d4d3a5d rtc_read() and rtc_write() added, and if we now set HAVE_RTC when building by Daniel Stenberg · 22 years ago
  35. d5fd94d Player simulator stuff for patterns added. by Mats Lidell · 22 years ago
  36. 36e935f Created. by Mats Lidell · 22 years ago
  37. 88098be Enable status bar in usb mode. by Markus Braun · 22 years ago
  38. 6452500 Added icons for repeat and repeat 1. by Mats Lidell · 22 years ago
  39. 90d7b78 Added icons for repeat and repeat 1. by Mats Lidell · 22 years ago
  40. f7310b7 Created. by Mats Lidell · 22 years ago
  41. c43b36c backlight when charging now is for players and simulators too by Daniel Stenberg · 22 years ago
  42. b95fe1a Mark A. Hillebrand's patch that offers a new setting that if enabled, keeps by Daniel Stenberg · 22 years ago
  43. a4c3b03 Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_getstringsize. by Björn Stenberg · 22 years ago
  44. d4e2ee5 Fixed win32 build problems. by Björn Stenberg · 22 years ago
  45. 86f9a84 Split lcd driver into lcd-player and lcd-recorder. Player simulator still needs fixing. by Björn Stenberg · 22 years ago
  46. 3d641c9 Added lcd_putc() by Linus Nielsen Feltzing · 22 years ago
  47. 644e4ce Added lcd_define_pattern() by Linus Nielsen Feltzing · 22 years ago
  48. 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 · 22 years ago
  49. 7c3dd40 menu fix by Daniel Stenberg · 22 years ago
  50. b1d5124 simulate_usb ignores key releases by Björn Stenberg · 22 years ago
  51. 42564a1 USB display for simulator purpose by Daniel Stenberg · 22 years ago
  52. da11a22 Created. by Mats Lidell · 22 years ago
  53. 89d2285 Created. by Mats Lidell · 22 years ago
  54. 6224cdb Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song, but press pause on players before you shutdown so they get a chance to store the position on disk. Recorders use RTC ram. Todo: Time display is wrong after mid-track resume and ffd/rew is not handled. by Björn Stenberg · 22 years ago
  55. c9d98ca Added delayed write for settings. Doesn't write until someone else accesses the disk. by Björn Stenberg · 22 years ago
  56. cd7691d Enabled saving settings to disk on player by Björn Stenberg · 22 years ago
  57. e7a6a82 cleaned up by Robert Hak · 22 years ago
  58. 4db2ded similarities in the two branches joined by Robert Hak · 22 years ago
  59. c15b405 im stupid, this shouldn't have been removed by Robert Hak · 22 years ago
  60. d06cd2e we don't need this anymore by Robert Hak · 22 years ago
  61. 2534097 battery_level() already had a stub by Björn Stenberg · 22 years ago
  62. 1812eae Added stub for battery_level() by Björn Stenberg · 22 years ago
  63. ece50cd stop the compiler bitching by Robert Hak · 23 years ago
  64. eae6296 removed unused function by Dave Chapman · 23 years ago
  65. 379a39b fixed dithering bug by Dave Chapman · 23 years ago
  66. 553c256 added playback simulator if /dev/dsp is unavailable by Dave Chapman · 23 years ago
  67. 7ae053a Changing to C99 'bool' by Björn Stenberg · 23 years ago
  68. f07bfd0 moved sound interface to common directory by Dave Chapman · 23 years ago
  69. 67e6558 removed reference to x11_open by Dave Chapman · 23 years ago
  70. 87758d8 moved mpeg decoder to common by Dave Chapman · 23 years ago
  71. ac845a0 describe purpose of common directory by Dave Chapman · 23 years ago
  72. 43bc6e6 libmad version 0.14.2b by Dave Chapman · 23 years ago