summaryrefslogtreecommitdiff
path: root/apps/menu.c (follow)
Commit message (Expand)AuthorAge
* menu_run() does not need to do lcd_update()Daniel Stenberg2003-01-15
* Adapted player code for new Rocklatin character set.Kjell Ericson2003-01-10
* Use status_set...Mats Lidell2002-10-15
* The player firmware now autodetects the LCD type. No need for two player vers...Linus Nielsen Feltzing2002-10-15
* f2 quickscreen now reachable from f1 menuRobert Hak2002-10-14
* Special case for simulator removed.Mats Lidell2002-10-11
* Only show scrollbar when needed. (Björn Fischer)Björn Stenberg2002-09-24
* Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...Björn Stenberg2002-09-24
* Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to ...Björn Stenberg2002-09-24
* Added proper quickscreen to F3 in menusBjörn Stenberg2002-09-24
* New full ISO-8859-1 system font.Björn Stenberg2002-09-20
* Daniel, Eric Linenberg2002-09-16
* Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg2002-09-12
* lcd_puts() now clears to end-of-lineBjörn Stenberg2002-09-09
* Added menu wrap. It works on the recorder, but I can't test on the player......Eric Linenberg2002-09-04
* Clear button queue when leaving menuBjörn Stenberg2002-09-02
* Fixed build errorsBjörn Stenberg2002-09-01
* USB Related: Justin Heiner2002-08-31
* Added scrollbar to tree view and menus.Markus Braun2002-08-30
* properly remember DISK_CHANGE status and return that to menu parents,Daniel Stenberg2002-08-23
* MENU_DISK_CHANGED is the new value for telling disk content might haveDaniel Stenberg2002-08-23
* Remade the menu system slightly. All functions invoked from menus now useDaniel Stenberg2002-08-23
* OK, a (hopefully) successful attempt at getting rid of the yellows that I cre...Justin Heiner2002-08-23
* Forgot to #ifdef somethingJustin Heiner2002-08-23
* Added NSauzede's patch to detect USB while in a Menu. It also adds the USB ic...Justin Heiner2002-08-23
* when we want to stop the scroll and clear the screen, it is a lot betterDaniel Stenberg2002-08-22
* enabled status bar in menus on recordersMarkus Braun2002-08-20
* Removed warningsBjörn Stenberg2002-08-11
* First version of loadable fonts patch by Alex GitelmanBjörn Stenberg2002-08-11
* Added key repeat for up/down on recorderBjörn Stenberg2002-08-10
* player sim uses big font now, adjust the cursor routineDaniel Stenberg2002-08-09
* Scrolling menus by Justin HeinerLinus Nielsen Feltzing2002-08-02
* Menus now also exits with F1 on recorderLinus Nielsen Feltzing2002-07-27
* simulated player text lines are moved down 8 pixels to make room for iconsDaniel Stenberg2002-06-19
* increased lines on menu displayRobert Hak2002-06-16
* made the player simulator get a "nice" cursor too!Daniel Stenberg2002-06-15
* hehe, we better clear at y*8 not y*6 ;-)Daniel Stenberg2002-06-14
* the cursor is now only 4 pixels wideDaniel Stenberg2002-06-14
* made to use the new cursor bitmap on the recorder, so put_cursorxy() isDaniel Stenberg2002-06-14
* Replaced - cursor with more suitable char for playerBjörn Stenberg2002-05-31
* corrected the curson not being drawn for the recorderRobert Hak2002-05-30
* Fixed draw bug. Removed wrapping.Björn Stenberg2002-05-29
* MENU exits menuBjörn Stenberg2002-05-29
* Menu now supports scrollingBjörn Stenberg2002-05-28
* Adapted to modified button_get() callBjörn Stenberg2002-05-28
* Added support for nested menusBjörn Stenberg2002-05-26
* Cut away some single-use functionsBjörn Stenberg2002-05-23
* Removed cursor flickerBjörn Stenberg2002-05-21
* Abstracted the menu interfaceBjörn Stenberg2002-05-21
* minor changesRobert Hak2002-05-21