Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sdgtk -> sdgui, improve build, mention in README | Přemysl Eric Janouch | 2021-10-15 | 1 | -311/+0 |
| | | | | It's finally not horrible. | ||||
* | sdgtk: add and use a custom listview widget | Přemysl Eric Janouch | 2021-10-15 | 1 | -126/+18 |
| | | | | | | | | | | | | | | | | Nothing in GTK+ appears to be suited for what are virtually infinite lists. Our workaround with GtkLabel and GtkScrolledWindow has been heavily suboptimal and needs to be replaced. Use Pango directly to handle our relatively simple needs. Upgrades: - the widget can be scrolled, - keywords are repeated for each definition line, - definition lines are now wrapped, and support 'g' and 'x' fields. Downgrades: - text can no longer be selected, so far. | ||||
* | sdgtk: don't follow our own selection | Přemysl Eric Janouch | 2020-09-14 | 1 | -0/+1 |
| | | | | When the main window is focused, we are probably the owner of it. | ||||
* | Add an experimental GTK+ UI | Přemysl Eric Janouch | 2020-09-08 | 1 | -0/+418 |
It has a potential to stay simpler than the TUI, while having a wider feature set. Not building this toy by default, it needs some time investment. |