summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2002-08-20Always remove double-height when resumingBjörn Stenberg1-3/+4
2002-08-20faster redraw of time displayMarkus Braun1-0/+26
2002-08-20Define instead of a number.Markus Braun1-1/+1
2002-08-20Now using lcd margins instead of a line offset for displaying status bar.Markus Braun3-60/+65
2002-08-20enabled status bar in menus on recordersMarkus Braun3-37/+205
2002-08-20status_draw() now uses lcd_update_rect()Björn Stenberg1-0/+5
2002-08-20use the gcc option -ffreestanding: (quote from the gcc man page)Daniel Stenberg1-1/+1
2002-08-20Use same updated method for delta calculation as powermgmt.c uses (maybeHeikki Hannikainen1-2/+6
2002-08-20Added draw_screen(id3) after volume change. Fixed bug in player WPS ID3 Info ...Justin Heiner1-16/+19
2002-08-20Use correct offset (0x14 instead of 0x18) when clearing the RTC user RAM spaceHeikki Hannikainen1-1/+1
2002-08-19When shuffle is ENABLED. And you press PLAY in a dir, the selected songDaniel Stenberg1-7/+33
2002-08-19Pause now works again (I broke it with my mpeg_is_playing() fix...)Björn Stenberg1-6/+6
2002-08-19fixed missing APPSVERSION definitionFelix Arends1-1/+1
2002-08-19Expanded resume options: off/ask/onBjörn Stenberg4-6/+11
2002-08-19Added Smart(tm) ID3 displaying to the new 1 Line ID3. If no ID3 is available,...Justin Heiner1-6/+17
2002-08-19More of the new 1 Line ID3 for the playerJustin Heiner1-14/+47
2002-08-19Added a 1 Line ID3 display for player that displays the PlaylistPos: Artist -...Justin Heiner1-1/+6
2002-08-17Minor change in display of previous volume display patchJustin Heiner1-2/+1
2002-08-17WPS in player now displays volume level while changing itJustin Heiner1-0/+33
2002-08-16Fixed ID3 Scrolling problem (player) when FF/RW in ID3 display modeJustin Heiner1-0/+6
2002-08-16Fixed bad resume_index in dirs with both folders and filesBjörn Stenberg1-4/+2
2002-08-16Fixed double-height problem and broken fwd/rew.Björn Stenberg2-0/+7
2002-08-16Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song,...Björn Stenberg7-114/+320
2002-08-16reverted Felix Arends' mistakeDaniel Stenberg1-1/+1
2002-08-16windows makefile for firmwareFelix Arends2-1/+88
2002-08-16(while I remember this) The width padding is 4-byte aligned, nothing else...Daniel Stenberg1-1/+1
2002-08-16removed code within #ifdef STANDALONE since it doesn't work and isn't everDaniel Stenberg1-356/+0
2002-08-16menu+left/right was broken for volume change. Patch submitted byMats Lidell1-30/+53
2002-08-15Button release filter was a little too effectiveBjörn Stenberg1-5/+5
2002-08-15F3 now toggles global_settings.statusbarMarkus Braun4-16/+8
2002-08-15removed entry for status barMarkus Braun1-10/+0
2002-08-15New backlight settings with always-offLinus Nielsen Feltzing1-3/+7
2002-08-15Removed 'saving seetings' message, since writing is delayedBjörn Stenberg1-4/+0
2002-08-15Save volume changesBjörn Stenberg1-0/+4
2002-08-15Added delayed write for settings. Doesn't write until someone else accesses t...Björn Stenberg1-1/+1
2002-08-15Now we can have up to 400 files in a directoryLinus Nielsen Feltzing4-46/+82
2002-08-15tags target addedDaniel Stenberg1-0/+5
2002-08-15Now discards stray BUTTON_REL eventsLinus Nielsen Feltzing1-1/+13
2002-08-15time/date setting works now with loadable and proportional fontsMarkus Braun1-44/+197
2002-08-15Fixed a small problem in the Player ID3 Info Screen. Also rewrote the mute fu...Justin Heiner1-17/+36
2002-08-15Got rid of global mute variableJustin Heiner1-1/+0
2002-08-14Added Balance settingLinus Nielsen Feltzing4-12/+16
2002-08-14Added fast forward and rewind (without sound). Patch by Hardeep Sidhu.Björn Stenberg4-48/+148
2002-08-14Update last_checksumBjörn Stenberg1-0/+1
2002-08-14New MAS debug menu for playersLinus Nielsen Feltzing1-14/+178
2002-08-13Gained about 128 KB buffer space by removing malloc() and the heapBjörn Stenberg3-8/+4
2002-08-13Getting a few pixels more filename display width by using a smaller cursor iconBjörn Stenberg3-5/+7
2002-08-13Repaired RTC savingBjörn Stenberg1-9/+4
2002-08-13Fixed typoBjörn Stenberg1-1/+1
2002-08-13Enabled saving settings to disk on playerBjörn Stenberg5-109/+85