summaryrefslogtreecommitdiffstats
path: root/apps/menu.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold1-1/+1
2005-06-28Second part of graphics api rework. Bitmap drawing and text output converted;...Jens Arnold1-2/+1
2005-06-24First part of graphics api rework. Special functions, parameter handling, pix...Jens Arnold1-2/+4
2005-06-23When exiting the context menu with the menu button, call the main menu. Mainl...Jens Arnold1-2/+2
2005-06-12Make remote-control code more completeMarcoen Hirschberg1-2/+4
2005-06-12Add remote control support to tree and menu. Move defines from wps.c to wps.hMarcoen Hirschberg1-0/+12
2005-06-11center-scrolling: start scrolling when the cursor is at 2/3 of the screen. Th...Marcoen Hirschberg1-1/+8
2005-05-17Don't swallow button events. It's unnecessary and maybe even confusing.Jens Arnold1-4/+0
2005-04-10FM preset menu: Set cursor to the current preset on enter. Added a generic fu...Jens Arnold1-1/+11
2005-01-13Removed remnants of buttonbar code for units without recorder keypad.Jens Arnold1-2/+2
2005-01-13Patch #1016041 by Eric LassaugeLinus Nielsen Feltzing1-1/+2
2004-10-19Deleting the last menu item no longer gives a negative cursor positionLinus Nielsen Feltzing1-1/+1
2004-10-09Removed button bar for devices with no F buttons (Ondio)Jens Arnold1-1/+7
2004-10-05Don't exit menus on repeat.Björn Stenberg1-3/+0
2004-09-19Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg1-41/+36
2004-08-18 Const policed pointer arguments to functions, part 3Jens Arnold1-2/+2
2004-07-26First step in revamping the USB event handling, paving the way for the upcomi...Linus Nielsen Feltzing1-6/+5
2004-07-23New way of defining menus and options allows to declare them static const, wh...Jörg Hohensohn1-10/+9
2004-07-05Added menu_insert()Linus Nielsen Feltzing1-0/+21
2004-04-14Fixed the bug that caused the menu cursor to start at the first line every timeLinus Nielsen Feltzing1-1/+1
2004-04-09Cleaned up the menu drawing code, and fixed a bug where the menu entry wasn't...Linus Nielsen Feltzing1-54/+24
2004-03-27Step 4 of voice UI:Jörg Hohensohn1-2/+2
2004-03-16First shot at a nice little button bar at the bottom of the recorder LCD. Ena...Linus Nielsen Feltzing1-15/+61
2004-03-14First step of the voice-UI: the menus can talk. You need a "voicefont" file i...Jörg Hohensohn1-0/+17
2004-03-12First step towards context sensitive and configurable menus, by Brent CouttsLinus Nielsen Feltzing1-17/+105
2004-01-26Modified playlist handling to allow for multiple playlists to be edited at th...Hardeep Sidhu1-1/+1
2003-12-04Added a splash to indicate battery charging if user tries to shut off while p...Björn Stenberg1-0/+2
2003-11-20yellow build is badDaniel Stenberg1-2/+0
2003-11-20Wrapping backwards in menus didn't work well when using a large fontLinus Nielsen Feltzing1-1/+14
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