aboutsummaryrefslogtreecommitdiff
path: root/liberty-xui.c
Commit message (Collapse)AuthorAgeFilesLines
* liberty-xui: clip terminal drawingPřemysl Eric Janouch2024-02-271-3/+6
|
* liberty-xdg: actually make libpng optionalPřemysl Eric Janouch2024-02-101-0/+1
|
* liberty-xui: tolerate zero-area ConfigureNotifyPřemysl Eric Janouch2024-02-101-1/+2
| | | | Happens when launching from a fullscreen window in i3.
* Make liberty-xui load PNG program iconsPřemysl Eric Janouch2024-02-101-8/+42
| | | | | | | X11 applications now have a dependency on libpng. This makes use of a new related liberty-xdg module, which can be used separately.
* liberty-xui: fix build on systems without A_ITALICPřemysl Eric Janouch2023-07-041-1/+2
|
* liberty-xui: fix a build warningPřemysl Eric Janouch2023-06-281-2/+2
| | | | On macOS, TIOCGWINSZ seems to be defined earlier.
* Turn liberty-tui into a terminal/X11 hybridPřemysl Eric Janouch2023-06-191-0/+2197
Importing code from nncmpp, adjusting it to work with hex as well.