1. a816e46 store the correct index in the resume info when we fire up a single song in a by Daniel Stenberg · 23 years ago
  2. 6110c98 Consolidated display restore code. by Markus Braun · 23 years ago
  3. c7aaca4 Make use of the fixed lcd_getstringsize() for prop fonts. by Markus Braun · 23 years ago
  4. a0300f5 corrected lcd margins for debug menu by Markus Braun · 23 years ago
  5. 11d208c calculate the string width for numerical volume display and time display in by Markus Braun · 23 years ago
  6. 861eac8 corrected display of values when entering a setting by Markus Braun · 23 years ago
  7. 1b05752 Always remove double-height when resuming by Björn Stenberg · 23 years ago
  8. faacfea faster redraw of time display by Markus Braun · 23 years ago
  9. 59429da Define instead of a number. by Markus Braun · 23 years ago
  10. c41dcb9 Now using lcd margins instead of a line offset for displaying status bar. by Markus Braun · 23 years ago
  11. 5e4c1d2 enabled status bar in menus on recorders by Markus Braun · 23 years ago
  12. 65fb5f5 status_draw() now uses lcd_update_rect() by Björn Stenberg · 23 years ago
  13. ef3a3e7 use the gcc option -ffreestanding: (quote from the gcc man page) by Daniel Stenberg · 23 years ago
  14. 3c10db5 Use same updated method for delta calculation as powermgmt.c uses (maybe by Heikki Hannikainen · 23 years ago
  15. 97e4a8f Added draw_screen(id3) after volume change. Fixed bug in player WPS ID3 Info screen. It needed dont_go_to_menu = true and menu_button_is_down = false. by Justin Heiner · 23 years ago
  16. bd32dee Use correct offset (0x14 instead of 0x18) when clearing the RTC user RAM space by Heikki Hannikainen · 23 years ago
  17. 5e5f1e2 When shuffle is ENABLED. And you press PLAY in a dir, the selected song by Daniel Stenberg · 23 years ago
  18. 43bcd82 Pause now works again (I broke it with my mpeg_is_playing() fix...) by Björn Stenberg · 23 years ago
  19. 111597b fixed missing APPSVERSION definition by Felix Arends · 23 years ago
  20. f210606 Expanded resume options: off/ask/on by Björn Stenberg · 23 years ago
  21. c0ea4a7 Added Smart(tm) ID3 displaying to the new 1 Line ID3. If no ID3 is available, it will display the filename instead by Justin Heiner · 23 years ago
  22. eac3cfd More of the new 1 Line ID3 for the player by Justin Heiner · 23 years ago
  23. 2095597 Added a 1 Line ID3 display for player that displays the PlaylistPos: Artist - Title on the first line and time on the 2nd line. NOTE: WPS Display saved settings will be loaded incorrectly on the player the first time. Rearranged the WPS Settings menu by Justin Heiner · 23 years ago
  24. 0d04073 Minor change in display of previous volume display patch by Justin Heiner · 23 years ago
  25. 80743ff WPS in player now displays volume level while changing it by Justin Heiner · 23 years ago
  26. 152c023 Fixed ID3 Scrolling problem (player) when FF/RW in ID3 display mode by Justin Heiner · 23 years ago
  27. 7113ec0 Fixed bad resume_index in dirs with both folders and files by Björn Stenberg · 23 years ago
  28. 52dc182 Fixed double-height problem and broken fwd/rew. by Björn Stenberg · 23 years ago
  29. 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 · 23 years ago
  30. 085e774 reverted Felix Arends' mistake by Daniel Stenberg · 23 years ago
  31. 9ed9765 windows makefile for firmware by Felix Arends · 23 years ago
  32. afc9b57 (while I remember this) The width padding is 4-byte aligned, nothing else... by Daniel Stenberg · 23 years ago
  33. a847271 removed code within #ifdef STANDALONE since it doesn't work and isn't ever used. by Daniel Stenberg · 23 years ago
  34. a5cc9c9 menu+left/right was broken for volume change. Patch submitted by by Mats Lidell · 23 years ago
  35. 662330e Button release filter was a little too effective by Björn Stenberg · 23 years ago
  36. cb6bafd F3 now toggles global_settings.statusbar by Markus Braun · 23 years ago
  37. b70d575 removed entry for status bar by Markus Braun · 23 years ago
  38. 3ed34a6 New backlight settings with always-off by Linus Nielsen Feltzing · 23 years ago
  39. 1330bfb Removed 'saving seetings' message, since writing is delayed by Björn Stenberg · 23 years ago
  40. 70662fc Save volume changes by Björn Stenberg · 23 years ago
  41. c9d98ca Added delayed write for settings. Doesn't write until someone else accesses the disk. by Björn Stenberg · 23 years ago
  42. 5917e81 Now we can have up to 400 files in a directory by Linus Nielsen Feltzing · 23 years ago
  43. f769e53 tags target added by Daniel Stenberg · 23 years ago
  44. b3a3885 Now discards stray BUTTON_REL events by Linus Nielsen Feltzing · 23 years ago
  45. e2a9fe1 time/date setting works now with loadable and proportional fonts code makeup by Markus Braun · 23 years ago
  46. 4cbce72 Fixed a small problem in the Player ID3 Info Screen. Also rewrote the mute function by Justin Heiner · 23 years ago
  47. cd822d2 Got rid of global mute variable by Justin Heiner · 23 years ago
  48. b3bda03 Added Balance setting by Linus Nielsen Feltzing · 23 years ago
  49. 0570497 Added fast forward and rewind (without sound). Patch by Hardeep Sidhu. by Björn Stenberg · 23 years ago
  50. 65f3e98 Update last_checksum by Björn Stenberg · 23 years ago
  51. 41977da New MAS debug menu for players by Linus Nielsen Feltzing · 23 years ago
  52. ebb14ca Gained about 128 KB buffer space by removing malloc() and the heap by Björn Stenberg · 23 years ago
  53. f385e36 Getting a few pixels more filename display width by using a smaller cursor icon by Björn Stenberg · 23 years ago
  54. b3572af Repaired RTC saving by Björn Stenberg · 23 years ago
  55. fe604c5 Fixed typo by Björn Stenberg · 23 years ago
  56. cd7691d Enabled saving settings to disk on player by Björn Stenberg · 23 years ago
  57. 9872b66 Use average of two samples at both ends of the range for calculating smoother delta values. by Heikki Hannikainen · 23 years ago
  58. 677c5cc Increased default contrast to visible level by Björn Stenberg · 23 years ago
  59. 6f79d25 made the movement a bit slower to appear smoother by Daniel Stenberg · 23 years ago
  60. 2ddfabc battery is animated while charging by Markus Braun · 23 years ago
  61. 113fffa Don't save settings on disk if it has no partition table by Björn Stenberg · 23 years ago
  62. f6f3a13 Incremented the config block version, to force default values for the LCD contrast setting by Linus Nielsen Feltzing · 23 years ago
  63. 638184f Added LCD contrast setting by Linus Nielsen Feltzing · 23 years ago
  64. ccd10ac Set audio icon in wps. by Mats Lidell · 23 years ago
  65. cbb2449 Set param icon when in menu. by Mats Lidell · 23 years ago
  66. c0f9bec Updates status bar so volume change is visible immediately. by Mats Lidell · 23 years ago
  67. bd96091 OK, this should fix it by Justin Heiner · 23 years ago
  68. 82d5979 2nd fix attempt by Justin Heiner · 23 years ago
  69. 59bc319 Attempt at fixing the reds that I created by Justin Heiner · 23 years ago
  70. 953a74a Fixed problems in display of Keylock/Mute. Added ID3 Info screen to Player WPS. Access through Menu+ON. Navigate with LEFT/RIGHT by Justin Heiner · 23 years ago
  71. e33d66a Tell user when limits are reached by Björn Stenberg · 23 years ago
  72. 67536fc Mats Lidell joins the list by Robert Hak · 23 years ago
  73. 6752ee4 Added remote vol up/down as next/prev navigation keys by Björn Stenberg · 23 years ago
  74. 6983d9d Remote volume keys only worked on player by Björn Stenberg · 23 years ago
  75. f8e4fed corrected battery empty condition by Markus Braun · 23 years ago
  76. 18239b8 Remote control support added by Björn Stenberg · 23 years ago
  77. 1cf6fa0 now uses battery_level_safe() to determine when to blink inserted "free" spaces by Markus Braun · 23 years ago
  78. cccb8d0 Sync the charger debug view of deltas with the charger code. by Heikki Hannikainen · 23 years ago
  79. 77e05c6 info menu: show 'charging' instead of charge percentage while charging, by Heikki Hannikainen · 23 years ago
  80. 5ba6f01 Code makeup by Björn Stenberg · 23 years ago
  81. f150d99 fixed display of 100% volume level by Markus Braun · 23 years ago
  82. 1026659 Removed warnings by Björn Stenberg · 23 years ago
  83. fe122f1 Redraw status bar immediately after volume change by Björn Stenberg · 23 years ago
  84. 7c38da3 added blank by Robert Hak · 23 years ago
  85. bbb4c9e initial entry by Robert Hak · 23 years ago
  86. 71f71ef Removed warnings by Björn Stenberg · 23 years ago
  87. cd22573 First version of loadable fonts patch by Alex Gitelman by Björn Stenberg · 23 years ago
  88. cbc7179 Added key repeat for up/down on recorder by Björn Stenberg · 23 years ago
  89. fe97b57 Added another LEFT exit. Split some long lines. by Björn Stenberg · 23 years ago
  90. 50fc3ce added BUTTON_LEFT as an exit to a few entrys by Robert Hak · 23 years ago
  91. d23591d Killed warning by Björn Stenberg · 23 years ago
  92. 8b6d699 Added mute function to MENU/F1+UP by Justin Heiner · 23 years ago
  93. 6e06a19 Added global_settings.muted by Justin Heiner · 23 years ago
  94. 5853ef3 Ignore partition types, just try to mount all partitions by Björn Stenberg · 23 years ago
  95. 2012acf changed display format for time/date setting menu by Markus Braun · 23 years ago
  96. 3181f68 Added a time/date setting by Markus Braun · 23 years ago
  97. 9bf86f7 Volume is shown numerical after a change by Markus Braun · 23 years ago
  98. ded1ef1 Battery blinks if >BATTERY_LEVEL_DANGEROUS by Markus Braun · 23 years ago
  99. 7cdf5c8 player sim uses big font now, adjust the cursor routine by Daniel Stenberg · 23 years ago
  100. a2f9fb6 Support double negative wrap (with a half nelson) by Björn Stenberg · 23 years ago