summaryrefslogtreecommitdiff
path: root/apps/menu.c
AgeCommit message (Expand)Author
2004-03-16First shot at a nice little button bar at the bottom of the recorder LCD. Ena...Linus Nielsen Feltzing
2004-03-14First step of the voice-UI: the menus can talk. You need a "voicefont" file i...Jörg Hohensohn
2004-03-12First step towards context sensitive and configurable menus, by Brent CouttsLinus Nielsen Feltzing
2004-01-26Modified playlist handling to allow for multiple playlists to be edited at th...Hardeep Sidhu
2003-12-04Added a splash to indicate battery charging if user tries to shut off while p...Björn Stenberg
2003-11-20yellow build is badDaniel Stenberg
2003-11-20Wrapping backwards in menus didn't work well when using a large fontLinus Nielsen Feltzing
2003-06-05Addded option to hide icons in dir browser. (Patch #728377)Björn Stenberg
2003-04-23Only redraw the status line when info actually changed.Björn Stenberg
2003-04-16Magnus Öman's long awaited inverted cursor patchLinus Nielsen Feltzing
2003-03-12Bug fix: Menu returned wrong value if USB was connected during menu->f2/f3.Björn Stenberg
2003-01-29New onplay-menu for the Player.Kjell Ericson
2003-01-23Removed unnecessary calls to lcd_stop_scroll().Kjell Ericson
2003-01-15menu_run() does not need to do lcd_update()Daniel Stenberg
2003-01-10Adapted player code for new Rocklatin character set.Kjell Ericson
2002-10-15Use status_set...Mats Lidell
2002-10-15The player firmware now autodetects the LCD type. No need for two player vers...Linus Nielsen Feltzing
2002-10-14f2 quickscreen now reachable from f1 menuRobert Hak
2002-10-11Special case for simulator removed.Mats Lidell
2002-09-24Only show scrollbar when needed. (Björn Fischer)Björn Stenberg
2002-09-24Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...Björn Stenberg
2002-09-24Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to ...Björn Stenberg
2002-09-24Added proper quickscreen to F3 in menusBjörn Stenberg
2002-09-20New full ISO-8859-1 system font.Björn Stenberg
2002-09-16Daniel, Eric Linenberg
2002-09-12Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg
2002-09-09lcd_puts() now clears to end-of-lineBjörn Stenberg
2002-09-04Added menu wrap. It works on the recorder, but I can't test on the player......Eric Linenberg
2002-09-02Clear button queue when leaving menuBjörn Stenberg
2002-09-01Fixed build errorsBjörn Stenberg
2002-08-31USB Related: Justin Heiner
2002-08-30Added scrollbar to tree view and menus.Markus Braun
2002-08-23properly remember DISK_CHANGE status and return that to menu parents,Daniel Stenberg
2002-08-23MENU_DISK_CHANGED is the new value for telling disk content might haveDaniel Stenberg
2002-08-23Remade the menu system slightly. All functions invoked from menus now useDaniel Stenberg
2002-08-23OK, a (hopefully) successful attempt at getting rid of the yellows that I cre...Justin Heiner
2002-08-23Forgot to #ifdef somethingJustin Heiner
2002-08-23Added NSauzede's patch to detect USB while in a Menu. It also adds the USB ic...Justin Heiner
2002-08-22when we want to stop the scroll and clear the screen, it is a lot betterDaniel Stenberg
2002-08-20enabled status bar in menus on recordersMarkus Braun
2002-08-11Removed warningsBjörn Stenberg
2002-08-11First version of loadable fonts patch by Alex GitelmanBjörn Stenberg
2002-08-10Added key repeat for up/down on recorderBjörn Stenberg
2002-08-09player sim uses big font now, adjust the cursor routineDaniel Stenberg
2002-08-02Scrolling menus by Justin HeinerLinus Nielsen Feltzing
2002-07-27Menus now also exits with F1 on recorderLinus Nielsen Feltzing
2002-06-19simulated player text lines are moved down 8 pixels to make room for iconsDaniel Stenberg
2002-06-16increased lines on menu displayRobert Hak
2002-06-15made the player simulator get a "nice" cursor too!Daniel Stenberg
2002-06-14hehe, we better clear at y*8 not y*6 ;-)Daniel Stenberg