summaryrefslogtreecommitdiffstats
path: root/apps/menu.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-05-28Adapted to modified button_get() callBjörn Stenberg1-7/+1
2002-05-26Added support for nested menusBjörn Stenberg1-39/+57
2002-05-23Cut away some single-use functionsBjörn Stenberg1-45/+10
2002-05-21Removed cursor flickerBjörn Stenberg1-8/+5
2002-05-21Abstracted the menu interfaceBjörn Stenberg1-126/+102
2002-05-21minor changesRobert Hak1-9/+7
2002-05-21minor changesRobert Hak1-8/+8
2002-05-18made the logo display a true splash screenRobert Hak1-8/+34
2002-05-17moved from the simulator dirDaniel Stenberg1-0/+187