Age | Commit message (Expand) | Author |
2004-10-19 | Deleting the last menu item no longer gives a negative cursor position | Linus Nielsen Feltzing |
2004-10-09 | Removed button bar for devices with no F buttons (Ondio) | Jens Arnold |
2004-10-05 | Don't exit menus on repeat. | Björn Stenberg |
2004-09-19 | Redesigned the button handling. The code now uses symbolic function defines i... | Björn Stenberg |
2004-08-18 | Const policed pointer arguments to functions, part 3 | Jens Arnold |
2004-07-26 | First step in revamping the USB event handling, paving the way for the upcomi... | Linus Nielsen Feltzing |
2004-07-23 | New way of defining menus and options allows to declare them static const, wh... | Jörg Hohensohn |
2004-07-05 | Added menu_insert() | Linus Nielsen Feltzing |
2004-04-14 | Fixed the bug that caused the menu cursor to start at the first line every time | Linus Nielsen Feltzing |
2004-04-09 | Cleaned up the menu drawing code, and fixed a bug where the menu entry wasn't... | Linus Nielsen Feltzing |
2004-03-27 | Step 4 of voice UI: | Jörg Hohensohn |
2004-03-16 | First shot at a nice little button bar at the bottom of the recorder LCD. Ena... | Linus Nielsen Feltzing |
2004-03-14 | First step of the voice-UI: the menus can talk. You need a "voicefont" file i... | Jörg Hohensohn |
2004-03-12 | First step towards context sensitive and configurable menus, by Brent Coutts | Linus Nielsen Feltzing |
2004-01-26 | Modified playlist handling to allow for multiple playlists to be edited at th... | Hardeep Sidhu |
2003-12-04 | Added a splash to indicate battery charging if user tries to shut off while p... | Björn Stenberg |
2003-11-20 | yellow build is bad | Daniel Stenberg |
2003-11-20 | Wrapping backwards in menus didn't work well when using a large font | Linus Nielsen Feltzing |
2003-06-05 | Addded option to hide icons in dir browser. (Patch #728377) | Björn Stenberg |
2003-04-23 | Only redraw the status line when info actually changed. | Björn Stenberg |
2003-04-16 | Magnus Öman's long awaited inverted cursor patch | Linus Nielsen Feltzing |
2003-03-12 | Bug fix: Menu returned wrong value if USB was connected during menu->f2/f3. | Björn Stenberg |
2003-01-29 | New onplay-menu for the Player. | Kjell Ericson |
2003-01-23 | Removed unnecessary calls to lcd_stop_scroll(). | Kjell Ericson |
2003-01-15 | menu_run() does not need to do lcd_update() | Daniel Stenberg |
2003-01-10 | Adapted player code for new Rocklatin character set. | Kjell Ericson |
2002-10-15 | Use status_set... | Mats Lidell |
2002-10-15 | The player firmware now autodetects the LCD type. No need for two player vers... | Linus Nielsen Feltzing |
2002-10-14 | f2 quickscreen now reachable from f1 menu | Robert Hak |
2002-10-11 | Special case for simulator removed. | Mats Lidell |
2002-09-24 | Only show scrollbar when needed. (Björn Fischer) | Björn Stenberg |
2002-09-24 | Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets... | Björn Stenberg |
2002-09-24 | Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to ... | Björn Stenberg |
2002-09-24 | Added proper quickscreen to F3 in menus | Björn Stenberg |
2002-09-20 | New full ISO-8859-1 system font. | Björn Stenberg |
2002-09-16 | Daniel,
| Eric Linenberg |
2002-09-12 | Greg Haerr's new loadable font. No more #ifdef font-style, removed old | Daniel Stenberg |
2002-09-09 | lcd_puts() now clears to end-of-line | Björn Stenberg |
2002-09-04 | Added menu wrap. It works on the recorder, but I can't test on the player...... | Eric Linenberg |
2002-09-02 | Clear button queue when leaving menu | Björn Stenberg |
2002-09-01 | Fixed build errors | Björn Stenberg |
2002-08-31 | USB Related:
| Justin Heiner |
2002-08-30 | Added scrollbar to tree view and menus. | Markus Braun |
2002-08-23 | properly remember DISK_CHANGE status and return that to menu parents, | Daniel Stenberg |
2002-08-23 | MENU_DISK_CHANGED is the new value for telling disk content might have | Daniel Stenberg |
2002-08-23 | Remade the menu system slightly. All functions invoked from menus now use | Daniel Stenberg |
2002-08-23 | OK, a (hopefully) successful attempt at getting rid of the yellows that I cre... | Justin Heiner |
2002-08-23 | Forgot to #ifdef something | Justin Heiner |
2002-08-23 | Added NSauzede's patch to detect USB while in a Menu. It also adds the USB ic... | Justin Heiner |
2002-08-22 | when we want to stop the scroll and clear the screen, it is a lot better | Daniel Stenberg |