summaryrefslogtreecommitdiffstats
path: root/apps/wps.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-09-04Nate Nystrom's FF/RW min speed patchEric Linenberg1-79/+41
2002-09-04wps-display.c Justin Heiner1-6/+1
2002-09-03Added dir filter toggle (mp3/m3u) to F2 quick-set screen.Björn Stenberg1-19/+16
2002-09-03Added quick-set screens to F2 (play modes) and F3 (screen settings) in dir br...Björn Stenberg1-8/+158
2002-09-03Ignore prev/next up unless last button was downBjörn Stenberg1-5/+11
2002-09-01Fixed build errorsBjörn Stenberg1-8/+0
2002-09-01Merged Magnus Holmgren's wps.config code.Björn Stenberg1-2/+0
2002-08-31Removed busy loops.Björn Stenberg1-84/+77
2002-08-31USB Related: Justin Heiner1-37/+63
2002-08-30Set lcd margins only if we return from main_menu().Markus Braun1-6/+6
2002-08-30Added scrollbar to tree view and menus.Markus Braun1-0/+7
2002-08-30Moved display portions of wps.c into new file: wps-display.cBjörn Stenberg1-595/+85
2002-08-30Bad ifdef removed. Open handles simulator filesystem.Mats Lidell1-4/+0
2002-08-30Simulator reads wps config from file too.Mats Lidell1-13/+8
2002-08-30Got rid of the old WPS, and use Custom WPS as the method of WPS updating. Als...Justin Heiner1-168/+42
2002-08-30Added %pr to CUSTOM_WPS to display remaining time in song.Justin Heiner1-1/+8
2002-08-30update to my updateJustin Heiner1-1/+3
2002-08-30Another update to Zagor's commitJustin Heiner1-15/+25
2002-08-30Fixed a couple of problems with Zagor's commit, along with some of my own CUS...Justin Heiner1-1/+21