Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-18 | devdraw: use indirect impl interface in x11 | Gabriel Diaz | 1 | -0/+21 | |
2020-01-15 | devdraw: avoid deadlock in x11 resize | Russ Cox | 1 | -0/+2 | |
Fixes #347. | |||||
2020-01-15 | devdraw: set windowrect correctly on x11 if window gets unexpected size | Russ Cox | 1 | -2/+2 | |
Fixes #54. | |||||
2020-01-14 | devdraw: notify window resize promptly on x11 | Russ Cox | 1 | -8/+8 | |
Fixes #339. | |||||
2020-01-13 | devdraw: x11 working again | Russ Cox | 1 | -0/+1759 | |
Need to think a bit more about locking, but overall it's a working devdraw. Multiclient mode may not be working but nothing is using it yet. |