aboutsummaryrefslogtreecommitdiff
path: root/deps/zig-pixman
AgeCommit message (Collapse)AuthorFilesLines
2021-12-24build: update to zig version 0.9.0Isaac Freund1-0/+0
2021-10-11pointer-constraints: fix coordinatesIsaac Freund1-0/+0
Currently the implementation treats the x/y coordinates of View.State.box as layout coordinates instead of output-relative. This causes issues when using an output not at 0,0.
2021-05-24render: do basic yes/no damage trackingIsaac Freund1-0/+0
2021-04-22pixman: update and fix PointerConstraintnovakne1-0/+0
2021-04-20river: fix to work with latest zig-pixmannovakne1-0/+0
2020-12-13code: switch to custom wlroots/libwayland bindingsIsaac Freund1-0/+0
This is a big step up over @cImport() for ergonomics and type safety. Nearly all void pointer casts have been eliminated!