Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | invalidatable: cleanup dead code | Tim Culverhouse | 2022-10-12 | 1 | -2/+1 |
| | | | | | | | | Remove invalidatable type and all associated calls. All items can directly invalidate the UI. Signed-off-by: Tim Culverhouse <tim@timculverhouse.com> Acked-by: Robin Jarry <robin@jarry.cc> | ||||
* | widgets: add list box with filter/scrollbar | Koni Marti | 2022-08-22 | 1 | -0/+239 |
Implement a scrollable text box that displays a list of strings which can be filtered. The widget is closed by pressing ESC or ENTER. If ENTER is pressed and an entry has been selected, this text will be passed to the closing callback. Signed-off-by: Koni Marti <koni.marti@gmail.com> Acked-by: Robin Jarry <robin@jarry.cc> |