| Commit message (Expand) | Author | Age |
| * | Show time, date, and recording directory in the info screen | Solomon Peachy | 2019-07-28 |
| * | FS#10311 -- Add beep when navigating to beginning or end of list. | Solomon Peachy | 2019-01-31 |
| * | Fix scrolling left button inadvertently cancels listtree | Sebastian Leonhardt | 2015-11-10 |
| * | events: Rework event subsystem (add_event, send_event) to be more versatile. | Thomas Martitz | 2014-03-14 |
| * | lists: Adapt put_line(). | Thomas Martitz | 2014-01-07 |
| * | simplelist: Fix simplelist_set_line_count() so it actually sets the count | Jonathan Gordon | 2013-03-28 |
| * | simplelist: Make better use of the static buffer and simplify API | Jonathan Gordon | 2013-02-12 |
| * | _lists_uiviewport_update_callback can be made static | Bertrik Sikken | 2012-05-20 |
| * | Redraw simplelist if/when necessary- | Thomas Martitz | 2012-03-22 |
| * | Fix FS#12606 - next track can cause the screen to be cleared | Jonathan Gordon | 2012-03-20 |
| * | Revert "Fix FS#12606 - next track can cause the screen to be cleared" | Jonathan Gordon | 2012-03-15 |
| * | Fix FS#12606 - next track can cause the screen to be cleared | Jonathan Gordon | 2012-03-14 |
| * | keyclick: Add a callback so screens can cancel a click. Add a generic list ca... | Jonathan Gordon | 2012-01-12 |
| * | FS#12378 : Remove various unused code, and comment out some unused code and d... | Boris Gjenero | 2011-12-14 |
| * | Fix charcell build | Thomas Martitz | 2011-10-23 |
| * | Fix FS#12337 properly. Also fixes FS#12345 which the previous commit introduced. | Thomas Martitz | 2011-10-23 |
| * | Add functions font_set_ui() and font_get_ui(). The font returned by FONT_UI u... | Fred Bauer | 2011-10-22 |
| * | Fix buttonbar and line padding in time&date screen. | Thomas Martitz | 2011-10-22 |
| * | Fix backwardly named variable. | Thomas Martitz | 2011-10-22 |
| * | Commit FS#12321 - Touchscreen: List line padding, to more easily select lines | Thomas Martitz | 2011-10-17 |
| * | Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow... | Björn Stenberg | 2011-10-15 |
| * | Correct left-over assignment. | Thomas Martitz | 2011-10-07 |
| * | Re-order things to fix red. | Thomas Martitz | 2011-10-07 |
| * | lists: Detect dirtyness (need to reinit) for each list, instead of once globa... | Thomas Martitz | 2011-10-07 |
| * | Lists can now be completly draw using the skin engine! | Jonathan Gordon | 2011-09-06 |
| * | Add the list colour callback and a proper title icon to the simplelist api | Jonathan Gordon | 2011-09-03 |
| * | Scroll speed is increased every N seconds, not every N half seconds. | Andree Buschmann | 2011-03-22 |
| * | FS#11686 - Kinetic list scrolling for touchscreen | Thomas Martitz | 2010-10-31 |
| * | use CONTEXT_LIST in simplelist_show_list() so that button combinations for pa... | Teruaki Kawashima | 2010-10-07 |
| * | Don't actually reimplement an existing feature for hiding the selection marker | Thomas Martitz | 2010-09-23 |
| * | Explicitly disable hiding the selection bar by default. | Thomas Martitz | 2010-09-23 |
| * | FS#10336 - Simplify list redrawing to improve voicing when scrolling to top/b... | Steve Bavin | 2010-06-15 |
| * | Fix the remaining reds. | Thomas Martitz | 2010-05-06 |
| * | Move c/h files implementing/defining standard library stuff into a new libc d... | Thomas Martitz | 2010-05-06 |
| * | Use the existing type instead of defining an ad hoc one | Alexander Levin | 2010-04-10 |
| * | Reset the number of lines to 0 when initializing the simple list | Alexander Levin | 2010-04-10 |
| * | Fix the list showing an empty line at the bottom if the sbs is handling the t... | Jonathan Gordon | 2010-02-26 |
| * | 2 new tags for the base skin. | Jonathan Gordon | 2010-02-26 |
| * | remove unused fields from struct gui_synclist. | Teruaki Kawashima | 2010-02-21 |
| * | list: improvement to move and show selection in multi-line lists. | Teruaki Kawashima | 2010-01-07 |
| * | fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t... | Jonathan Gordon | 2009-12-21 |
| * | FS#10824 - viewport/statusbar API rework. | Jonathan Gordon | 2009-12-09 |
| * | fix build, ? buttonbar.... | Jonathan Gordon | 2009-11-11 |
| * | FS#10722: some improvements for gui/list.c | Teruaki Kawashima | 2009-10-27 |
| * | Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_tim... | Bertrik Sikken | 2009-10-18 |
| * | Revert r23212, I committed it accidentally. | Thomas Martitz | 2009-10-16 |
| * | initial custom statusbar commit | Thomas Martitz | 2009-10-16 |
| * | revert r23093 and r 23094, since the title pointer is used to modify the titl... | Nils Wallménius | 2009-10-11 |
| * | Const correctness | Nils Wallménius | 2009-10-11 |
| * | Tiny simplification | Nils Wallménius | 2009-10-09 |