| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-27 | Update for nomemHEADmaster | Julian Hurst | |
| 2024-09-16 | Fix misbehaving cast | Julian Hurst | |
| 2024-07-14 | Update widget doc: pointer to list should be passed to newlayout | Julian Hurst | |
| 2024-02-26 | list: use reverse video instead of setting fg/bg colors | Julian Hurst | |
| 2024-02-26 | Fix casting issues | Julian Hurst | |
| 2023-11-18 | Update for stdlib changes | Julian Hurst | |
| bufio::scanrune changed to bufio::read_rune | |||
| 2023-09-07 | libtui: Free the result value of strings::concat in print | Julian Hurst | |
| 2023-09-07 | layout: Don't free layout.widgets in finishall | Julian Hurst | |
| 2023-09-07 | Add utf8::invalid to widget errors | Julian Hurst | |
| 2023-09-07 | stdlib updates (strio -> memio) | Julian Hurst | |
| 2023-09-07 | Remove unused variable | Julian Hurst | |
| 2023-09-07 | list: Fix sub-typing and improve setsize | Julian Hurst | |
| 2023-09-07 | Add new setsize api to widget and better size support for list | Julian Hurst | |
| This adds a distinction between the list size (list.sz) and the list's frame size (list.frame.sz). This commit also adds the widget::setsize api and implements it for list. | |||
| 2023-09-07 | list: Fix bottom moving frame when items are smaller than tty rows | Julian Hurst | |
| This only sets rows to tty rows - 1 if len(list.items) is bigger otherwise we set rows to len(list.items) | |||
| 2023-09-07 | Fix list row size | Julian Hurst | |
| 2023-09-07 | Update hare-set and use sset for listwidget | Julian Hurst | |
| 2023-09-07 | Fix intermittent blanking/flickering | Julian Hurst | |
| Clearing and printing were done in two separate write syscalls. This fix consists in grouping them in the same write syscall by scheduling a clear in advance. This prevents UI glitches due to the delay between both writes. | |||
| 2023-09-07 | Update list::selected comment | Julian Hurst | |
| 2023-09-07 | Specify borrowing in list::selected comment | Julian Hurst | |
| 2023-09-07 | Update list::selected comment | Julian Hurst | |
| 2023-09-07 | Initial commit | Julian Hurst | |
