summaryrefslogtreecommitdiffstats
path: root/apps/wps.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-20faster redraw of time displayMarkus Braun1-0/+26
2002-08-20Now using lcd margins instead of a line offset for displaying status bar.Markus Braun1-20/+21
2002-08-20Added draw_screen(id3) after volume change. Fixed bug in player WPS ID3 Info ...Justin Heiner1-16/+19
2002-08-19Pause now works again (I broke it with my mpeg_is_playing() fix...)Björn Stenberg1-6/+6
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-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 double-height problem and broken fwd/rew.Björn Stenberg1-0/+4
2002-08-16Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song,...Björn Stenberg1-4/+18
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 Braun1-5/+4
2002-08-15Save volume changesBjörn Stenberg1-0/+4
2002-08-15Now discards stray BUTTON_REL eventsLinus Nielsen Feltzing1-1/+13
2002-08-15Fixed a small problem in the Player ID3 Info Screen. Also rewrote the mute fu...Justin Heiner1-17/+36
2002-08-14Added fast forward and rewind (without sound). Patch by Hardeep Sidhu.Björn Stenberg1-48/+136
2002-08-13Getting a few pixels more filename display width by using a smaller cursor iconBjörn Stenberg1-0/+2
2002-08-13Set audio icon in wps.Mats Lidell1-1/+15
2002-08-13OK, this should fix itJustin Heiner1-0/+3
2002-08-132nd fix attemptJustin Heiner1-1/+1
2002-08-13Attempt at fixing the reds that I createdJustin Heiner1-3/+5
2002-08-13Fixed problems in display of Keylock/Mute. Added ID3 Info screen to Player WP...Justin Heiner1-25/+157
2002-08-12Remote volume keys only worked on playerBjörn Stenberg1-4/+2
2002-08-12Remote control support addedBjörn Stenberg1-1/+7
2002-08-11Redraw status bar immediately after volume changeBjörn Stenberg1-0/+2
2002-08-11First version of loadable fonts patch by Alex GitelmanBjörn Stenberg1-18/+29
2002-08-09Added mute function to MENU/F1+UPJustin Heiner1-0/+57
2002-08-08mpeg_prev/next sets mpeg in play modeBjörn Stenberg1-1/+2
2002-08-08Made the time display fit on PlayersLinus Nielsen Feltzing1-1/+1
2002-08-07battery_level moved to powermgmt.h, fix warningsHeikki Hannikainen1-1/+1
2002-08-07Added status bar to file browser and wpsMarkus Braun1-26/+65
2002-08-07Now uses button_get_w_tmo()Linus Nielsen Feltzing1-213/+212
2002-08-07Made the time display fit on the Player screenLinus Nielsen Feltzing1-1/+1
2002-08-01Markus Braun's progressbar now in use in the Recorder WPS displayDaniel Stenberg1-0/+5
2002-07-29Volume changes now handles repeated keysLinus Nielsen Feltzing1-0/+4
2002-07-27Fixed silly handling of menu keyLinus Nielsen Feltzing1-2/+2
2002-07-27Removed debugging codeLinus Nielsen Feltzing1-11/+0
2002-07-27Better keylock and button handling, with visual feedbackLinus Nielsen Feltzing1-25/+138
2002-07-26New and improved ID3 and track change handlingLinus Nielsen Feltzing1-65/+80
2002-07-25Better detection of track changesLinus Nielsen Feltzing1-17/+1
2002-07-24Player volume is now on MENU+LEFT/RIGHT. Key lock on MENU+STOP on Player and ...Linus Nielsen Feltzing1-32/+55
2002-07-23Now uses ON+LEFT and ON+RIGHT for volume controlLinus Nielsen Feltzing1-0/+36
2002-07-23Now leaves the WPS when the music is stoppedLinus Nielsen Feltzing1-1/+2
2002-07-23primitive hold mode enabled for wpsJerome Kuptz1-0/+13
2002-07-22Ooops. I accidentally reverted some earlier patches. Now they are back.Linus Nielsen Feltzing1-1/+13
2002-07-22First crude status display for PlayersLinus Nielsen Feltzing1-12/+13
2002-07-22Patch to fix 'corrupted' text on scroll in wps. Patch by HardeepJerome Kuptz1-0/+1
2002-07-21Enables the menu button for recorder and player while in WPS. Patch by Lee M...Jerome Kuptz1-1/+10