aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2023-11-26Generalize button structFederico Angelilli
2023-11-17Reorganize project structureFederico Angelilli
2023-11-17Simplify visual type search and fix window depthFederico Angelilli
Transparency started working due to the explicit selection of a depth (preferring 32 bit) instead of copying that of the root window
2023-11-15Add pango for text rendering and move size calculations to mainFederico Angelilli
2023-11-13Render correctly 'circular' corners with `xcb-shape`Federico Angelilli
2023-11-13Display events and errors with `xcb-errors`Federico Angelilli
2023-11-13Improve XcbSourceFederico Angelilli
2023-11-12Add xcb event loop using glib's mainloopFederico Angelilli
2023-11-03Calculate window size and positionFederico Angelilli
2023-11-02Add RandR support and loggingFederico Angelilli
2023-11-02Add basic x11 and drawing scaffoldingFederico Angelilli