- ade5d7b First step in revamping the USB event handling, paving the way for the upcoming SYS_POWER_OFF event by Linus Nielsen Feltzing · 21 years ago
- b1403ee New way of defining menus and options allows to declare them static const, which saves the code to runtime-assemble them. Rockbox just got 6 KB smaller. by Jörg Hohensohn · 21 years ago
- 82586a6 Added menu_insert() by Linus Nielsen Feltzing · 21 years ago
- 49ea16e Fixed the bug that caused the menu cursor to start at the first line every time by Linus Nielsen Feltzing · 21 years ago
- 361dd29 Cleaned up the menu drawing code, and fixed a bug where the menu entry wasn't spoken if the menu scrolled by Linus Nielsen Feltzing · 21 years ago
- 3aa99e1 Step 4 of voice UI: by Jörg Hohensohn · 21 years ago
- 77936e6 First shot at a nice little button bar at the bottom of the recorder LCD. Enable Button Bar in the Display settings. Only the dir browser uses it at the moment. by Linus Nielsen Feltzing · 21 years ago
- 4f36ea8 First step of the voice-UI: the menus can talk. You need a "voicefont" file in .rockbox to use this. by Jörg Hohensohn · 21 years ago
- 10b92c4 First step towards context sensitive and configurable menus, by Brent Coutts by Linus Nielsen Feltzing · 21 years ago
- 107ebc5 Modified playlist handling to allow for multiple playlists to be edited at the same time. Added support in playlist viewer for viewing/editing playlists on disk (accessed via ON+PLAY->Playlist->View on a playlist). Added menu in playlist viewer for changing a few settings and saving playlist. Added File Options menu in playlist viewer ON+PLAY menu. by Hardeep Sidhu · 21 years ago
- 461d6e3 Added a splash to indicate battery charging if user tries to shut off while plugged in. by Björn Stenberg · 22 years ago
- 1c8f80a yellow build is bad green build is good by Daniel Stenberg · 22 years ago
- f1659a3 Wrapping backwards in menus didn't work well when using a large font by Linus Nielsen Feltzing · 22 years ago
- d1a6fa1 Addded option to hide icons in dir browser. (Patch #728377) by Björn Stenberg · 22 years ago
- 942bc94 Only redraw the status line when info actually changed. by Björn Stenberg · 22 years ago
- e43b78a Magnus Öman's long awaited inverted cursor patch by Linus Nielsen Feltzing · 22 years ago
- 074ca2e Bug fix: Menu returned wrong value if USB was connected during menu->f2/f3. by Björn Stenberg · 22 years ago
- 5cd393c New onplay-menu for the Player. by Kjell Ericson · 22 years ago
- 767d604 Removed unnecessary calls to lcd_stop_scroll(). by Kjell Ericson · 22 years ago
- 541fa6a menu_run() does not need to do lcd_update() by Daniel Stenberg · 22 years ago
- c11b90f Adapted player code for new Rocklatin character set. by Kjell Ericson · 22 years ago
- 1873987 Use status_set... by Mats Lidell · 23 years ago
- 0a4b247 The player firmware now autodetects the LCD type. No need for two player versions anymore by Linus Nielsen Feltzing · 23 years ago
- 749ae8a f2 quickscreen now reachable from f1 menu by Robert Hak · 23 years ago
- d21d179 Special case for simulator removed. by Mats Lidell · 23 years ago
- 8fb7312 Only show scrollbar when needed. (Björn Fischer) by Björn Stenberg · 23 years ago
- a4c3b03 Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_getstringsize. by Björn Stenberg · 23 years ago
- b1b8bd4 Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to a new file: screens.c. by Björn Stenberg · 23 years ago
- b0cd912 Added proper quickscreen to F3 in menus by Björn Stenberg · 23 years ago
- bed3d3f New full ISO-8859-1 system font. by Björn Stenberg · 23 years ago
- 038df5c Daniel,
by Eric Linenberg · 23 years ago
- 93b231c Greg Haerr's new loadable font. No more #ifdef font-style, removed old by Daniel Stenberg · 23 years ago
- 3b97474 lcd_puts() now clears to end-of-line by Björn Stenberg · 23 years ago
- c076b27 Added menu wrap. It works on the recorder, but I can't test on the player... hopefully it plays okay! by Eric Linenberg · 23 years ago
- 90851c5 Clear button queue when leaving menu by Björn Stenberg · 23 years ago
- 40d866b Fixed build errors by Björn Stenberg · 23 years ago
- b5025a8 USB Related:
by Justin Heiner · 23 years ago
- 000c2db Added scrollbar to tree view and menus. by Markus Braun · 23 years ago
- 49984fa properly remember DISK_CHANGE status and return that to menu parents, by Daniel Stenberg · 23 years ago
- aa458aa MENU_DISK_CHANGED is the new value for telling disk content might have changed by Daniel Stenberg · 23 years ago
- b285076 Remade the menu system slightly. All functions invoked from menus now use by Daniel Stenberg · 23 years ago
- 0a3589d OK, a (hopefully) successful attempt at getting rid of the yellows that I created by removing the other yellows by Justin Heiner · 23 years ago
- edf6b80 Forgot to #ifdef something by Justin Heiner · 23 years ago
- 2630245 Added NSauzede's patch to detect USB while in a Menu. It also adds the USB icon to the player while in USB mode. by Justin Heiner · 23 years ago
- a8e89fd when we want to stop the scroll and clear the screen, it is a lot better by Daniel Stenberg · 23 years ago
- 5e4c1d2 enabled status bar in menus on recorders by Markus Braun · 23 years ago
- 71f71ef Removed warnings by Björn Stenberg · 23 years ago
- cd22573 First version of loadable fonts patch by Alex Gitelman by Björn Stenberg · 23 years ago
- cbc7179 Added key repeat for up/down on recorder by Björn Stenberg · 23 years ago
- 7cdf5c8 player sim uses big font now, adjust the cursor routine by Daniel Stenberg · 23 years ago
- 8fa0217 Scrolling menus by Justin Heiner by Linus Nielsen Feltzing · 23 years ago
- a552f4c Menus now also exits with F1 on recorder by Linus Nielsen Feltzing · 23 years ago
- c4be1ee simulated player text lines are moved down 8 pixels to make room for icons by Daniel Stenberg · 23 years ago
- 4164f58 increased lines on menu display by Robert Hak · 23 years ago
- e35f8eb made the player simulator get a "nice" cursor too! by Daniel Stenberg · 23 years ago
- 698ebc8 hehe, we better clear at y*8 not y*6 ;-) by Daniel Stenberg · 23 years ago
- 17f8390 the cursor is now only 4 pixels wide by Daniel Stenberg · 23 years ago
- bf603f9 made to use the new cursor bitmap on the recorder, so put_cursorxy() is by Daniel Stenberg · 23 years ago
- 9314a68 Replaced - cursor with more suitable char for player by Björn Stenberg · 23 years ago
- c501ac7 corrected the curson not being drawn for the recorder by Robert Hak · 23 years ago
- 4caebab Fixed draw bug. Removed wrapping. by Björn Stenberg · 23 years ago
- 60fad54 MENU exits menu by Björn Stenberg · 23 years ago
- f76cee7 Menu now supports scrolling by Björn Stenberg · 23 years ago
- 856a13a Adapted to modified button_get() call by Björn Stenberg · 23 years ago
- 2ac0572 Added support for nested menus by Björn Stenberg · 23 years ago
- 1c21296 Cut away some single-use functions by Björn Stenberg · 23 years ago
- c42644d Removed cursor flicker by Björn Stenberg · 23 years ago
- b21a3bd Abstracted the menu interface by Björn Stenberg · 23 years ago
- b97a2f5 minor changes by Robert Hak · 23 years ago
- dfba210 minor changes by Robert Hak · 23 years ago
- 7ec9aa3 made the logo display a true splash screen by Robert Hak · 23 years ago
- 1c0c861 moved from the simulator dir by Daniel Stenberg · 23 years ago