summaryrefslogtreecommitdiff
path: root/apps/menu.c (follow)
Commit message (Expand)AuthorAge
* Removed remnants of buttonbar code for units without recorder keypad.Jens Arnold2005-01-13
* Patch #1016041 by Eric LassaugeLinus Nielsen Feltzing2005-01-13
* Deleting the last menu item no longer gives a negative cursor positionLinus Nielsen Feltzing2004-10-19
* Removed button bar for devices with no F buttons (Ondio)Jens Arnold2004-10-09
* Don't exit menus on repeat.Björn Stenberg2004-10-05
* Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg2004-09-19
* Const policed pointer arguments to functions, part 3Jens Arnold2004-08-18
* First step in revamping the USB event handling, paving the way for the upcomi...Linus Nielsen Feltzing2004-07-26
* New way of defining menus and options allows to declare them static const, wh...Jörg Hohensohn2004-07-23
* Added menu_insert()Linus Nielsen Feltzing2004-07-05
* Fixed the bug that caused the menu cursor to start at the first line every timeLinus Nielsen Feltzing2004-04-14
* Cleaned up the menu drawing code, and fixed a bug where the menu entry wasn't...Linus Nielsen Feltzing2004-04-09
* Step 4 of voice UI:Jörg Hohensohn2004-03-27
* First shot at a nice little button bar at the bottom of the recorder LCD. Ena...Linus Nielsen Feltzing2004-03-16
* First step of the voice-UI: the menus can talk. You need a "voicefont" file i...Jörg Hohensohn2004-03-14
* First step towards context sensitive and configurable menus, by Brent CouttsLinus Nielsen Feltzing2004-03-12
* Modified playlist handling to allow for multiple playlists to be edited at th...Hardeep Sidhu2004-01-26
* Added a splash to indicate battery charging if user tries to shut off while p...Björn Stenberg2003-12-04
* yellow build is badDaniel Stenberg2003-11-20
* Wrapping backwards in menus didn't work well when using a large fontLinus Nielsen Feltzing2003-11-20
* Addded option to hide icons in dir browser. (Patch #728377)Björn Stenberg2003-06-05
* Only redraw the status line when info actually changed.Björn Stenberg2003-04-23
* Magnus Öman's long awaited inverted cursor patchLinus Nielsen Feltzing2003-04-16
* Bug fix: Menu returned wrong value if USB was connected during menu->f2/f3.Björn Stenberg2003-03-12
* New onplay-menu for the Player.Kjell Ericson2003-01-29
* Removed unnecessary calls to lcd_stop_scroll().Kjell Ericson2003-01-23
* 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