summaryrefslogtreecommitdiffstats
path: root/apps/menu.c
AgeCommit message (Expand)AuthorFilesLines
2003-06-05Addded option to hide icons in dir browser. (Patch #728377)Björn Stenberg1-0/+3
2003-04-23Only redraw the status line when info actually changed.Björn Stenberg1-2/+2
2003-04-16Magnus Öman's long awaited inverted cursor patchLinus Nielsen Feltzing1-4/+12
2003-03-12Bug fix: Menu returned wrong value if USB was connected during menu->f2/f3.Björn Stenberg1-2/+2
2003-01-29New onplay-menu for the Player.Kjell Ericson1-14/+20
2003-01-23Removed unnecessary calls to lcd_stop_scroll().Kjell Ericson1-5/+2
2003-01-15menu_run() does not need to do lcd_update()Daniel Stenberg1-1/+0
2003-01-10Adapted player code for new Rocklatin character set.Kjell Ericson1-3/+2
2002-10-15Use status_set...Mats Lidell1-1/+1
2002-10-15The player firmware now autodetects the LCD type. No need for two player vers...Linus Nielsen Feltzing1-6/+4
2002-10-14f2 quickscreen now reachable from f1 menuRobert Hak1-0/+6
2002-10-11Special case for simulator removed.Mats Lidell1-7/+0
2002-09-24Only show scrollbar when needed. (Björn Fischer)Björn Stenberg1-17/+17
2002-09-24Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...Björn Stenberg1-5/+5
2002-09-24Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to ...Björn Stenberg1-28/+18
2002-09-24Added proper quickscreen to F3 in menusBjörn Stenberg1-12/+5
2002-09-20New full ISO-8859-1 system font.Björn Stenberg1-2/+7
2002-09-16Daniel, Eric Linenberg1-2/+2
2002-09-12Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg1-23/+16
2002-09-09lcd_puts() now clears to end-of-lineBjörn Stenberg1-4/+4
2002-09-04Added menu wrap. It works on the recorder, but I can't test on the player......Eric Linenberg1-0/+18
2002-09-02Clear button queue when leaving menuBjörn Stenberg1-0/+1
2002-09-01Fixed build errorsBjörn Stenberg1-11/+1
2002-08-31USB Related: Justin Heiner1-1/+5
2002-08-30Added scrollbar to tree view and menus.Markus Braun1-16/+51
2002-08-23properly remember DISK_CHANGE status and return that to menu parents,Daniel Stenberg1-2/+7
2002-08-23MENU_DISK_CHANGED is the new value for telling disk content might haveDaniel Stenberg1-1/+1
2002-08-23Remade the menu system slightly. All functions invoked from menus now useDaniel Stenberg1-2/+6
2002-08-23OK, a (hopefully) successful attempt at getting rid of the yellows that I cre...Justin Heiner1-0/+2
2002-08-23Forgot to #ifdef somethingJustin Heiner1-0/+2
2002-08-23Added NSauzede's patch to detect USB while in a Menu. It also adds the USB ic...Justin Heiner1-1/+20
2002-08-22when we want to stop the scroll and clear the screen, it is a lot betterDaniel Stenberg1-3/+4
2002-08-20enabled status bar in menus on recordersMarkus Braun1-8/+39
2002-08-11Removed warningsBjörn Stenberg1-0/+2
2002-08-11First version of loadable fonts patch by Alex GitelmanBjörn Stenberg1-6/+34
2002-08-10Added key repeat for up/down on recorderBjörn Stenberg1-0/+2
2002-08-09player sim uses big font now, adjust the cursor routineDaniel Stenberg1-2/+2
2002-08-02Scrolling menus by Justin HeinerLinus Nielsen Feltzing1-3/+11
2002-07-27Menus now also exits with F1 on recorderLinus Nielsen Feltzing1-0/+1
2002-06-19simulated player text lines are moved down 8 pixels to make room for iconsDaniel Stenberg1-2/+6
2002-06-16increased lines on menu displayRobert Hak1-1/+1
2002-06-15made the player simulator get a "nice" cursor too!Daniel Stenberg1-1/+4
2002-06-14hehe, we better clear at y*8 not y*6 ;-)Daniel Stenberg1-1/+1
2002-06-14the cursor is now only 4 pixels wideDaniel Stenberg1-2/+2
2002-06-14made to use the new cursor bitmap on the recorder, so put_cursorxy() isDaniel Stenberg1-8/+30
2002-05-31Replaced - cursor with more suitable char for playerBjörn Stenberg1-2/+12
2002-05-30corrected the curson not being drawn for the recorderRobert Hak1-5/+16
2002-05-29Fixed draw bug. Removed wrapping.Björn Stenberg1-11/+5
2002-05-29MENU exits menuBjörn Stenberg1-0/+1
2002-05-28Menu now supports scrollingBjörn Stenberg1-33/+42