summaryrefslogtreecommitdiffstats
path: root/apps/wps.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-11Better handling of next/prevLinus Nielsen Feltzing1-2/+0
2003-04-09Stop playing immediately when skipping to next or previous track.Björn Stenberg1-1/+4
2003-03-17Check paused state after pitch screenBjörn Stenberg1-0/+6
2003-03-15patch #702874 by Craig Sather, fixes a pause bug in WPSLinus Nielsen Feltzing1-0/+6
2003-02-25hopefully no loud sound at beginning of fade in. Brian King suggestionEric Linenberg1-1/+1
2003-02-17Give mpeg thread more time to runBjörn Stenberg1-2/+2
2003-02-14Volume fade patch by Eric LinenbergBjörn Stenberg1-3/+49
2003-02-12Exit WPS after recordingBjörn Stenberg1-14/+26
2003-02-12Changed id3 viewer exit again.Björn Stenberg1-4/+6
2003-02-11Added Genre+Year to ID3 viewer, and added the viewer to the main menu.Björn Stenberg1-18/+37
2003-02-11Exit ID3 browser on key release, otherwise the release event triggers actions...Björn Stenberg1-3/+3
2003-02-03Don't exit WPS until OFF is released.Björn Stenberg1-1/+1
2003-01-23Removed unnecessary calls to lcd_stop_scroll().Kjell Ericson1-4/+0
2003-01-17Bug fix: Exit volume setting even if both keys are released simultaneouslyBjörn Stenberg1-0/+2
2003-01-09The much-anticipated queue patch by Hardeep Sidhu. Queue a file by holding do...Björn Stenberg1-3/+9
2003-01-04Store the current track pathname so follow playlist is respected at end of pl...Hardeep Sidhu1-5/+30
2002-11-05Now updates the time info on FF/REWLinus Nielsen Feltzing1-2/+6
2002-10-30Some peak meter optimizationsLinus Nielsen Feltzing1-1/+1
2002-10-29Phil Pertermann's dB peak meter patchLinus Nielsen Feltzing1-16/+46
2002-10-28Now clears the resume point at end-of-list. This fixes bug #627344.Linus Nielsen Feltzing1-3/+5
2002-10-27The return code from wps_display() wasn't handled correctly. And keylock() di...Linus Nielsen Feltzing1-9/+23
2002-10-21Added multiline scroll support.Markus Braun1-0/+4
2002-10-15Use status_set...Mats Lidell1-16/+17
2002-10-12removed button_set_repeat/release() calls since we don't really need to do itRobert Hak1-16/+1
2002-10-11Enable status bar in usb mode.Markus Braun1-0/+5
2002-10-09'End of song list' message now displays for 1 second and then exits to file b...Björn Stenberg1-13/+20
2002-10-09the playlist variables are now all static, and the wps code use the newDaniel Stenberg1-1/+1
2002-10-09Mute was on wrong key comboBjörn Stenberg1-1/+1
2002-10-04I am incredibly sillyLinus Nielsen Feltzing1-1/+1
2002-10-04I am sillyLinus Nielsen Feltzing1-1/+1
2002-10-04Even better solution for the volume displayLinus Nielsen Feltzing1-1/+1
2002-10-04Fix for the wrong volume display on the player when MENU+UP/DOWN pressed. Ple...Uwe Freese1-1/+1
2002-10-04Repeat off/all/one toggle. By Hardeep Sidhu.Björn Stenberg1-1/+8
2002-09-27Philip Pertermanns peak meterLinus Nielsen Feltzing1-1/+23
2002-09-24Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to ...Björn Stenberg1-280/+8
2002-09-24Quickscreens now stay up if you release the F-key before pressing a combinati...Björn Stenberg1-18/+12
2002-09-24New mpeg_status() function replaces mpeg_is_playing()Linus Nielsen Feltzing1-2/+3
2002-09-24Key unlocking was badly handledLinus Nielsen Feltzing1-0/+4
2002-09-18New language/string handlingBjörn Stenberg1-38/+41
2002-09-13Exit on_screen on combination key release.Björn Stenberg1-0/+7
2002-09-13Draw on_screen as soon as any ON+key is pressedBjörn Stenberg1-7/+1
2002-09-13Added pitch setting screen for recorders. Hold ON in wps to see it. Pitch ran...Björn Stenberg1-12/+145
2002-09-12Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg1-32/+14
2002-09-09Added tracknum and playlist to id3 browser (Magnus Holmgren). Enabled id3 bro...Björn Stenberg1-12/+47
2002-09-09Hardeep's browse current file patch. When hitting stop while playing, you wi...Eric Linenberg1-0/+8
2002-09-06Filters out Stop events from the main menuLinus Nielsen Feltzing1-0/+2
2002-09-05BUTTON_NONE broke the last_button filterLinus Nielsen Feltzing1-1/+2
2002-09-04make the RIGHT button release work againDaniel Stenberg1-1/+1
2002-09-04Fixed the disappearing shuffle textLinus Nielsen Feltzing1-3/+11
2002-09-04re-enabled the lastbutton event for recorder only.Justin Heiner1-0/+8