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