X11 backend for Tomo.
This repository has been archived on 2024-06-02. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Sasha Koshka ff8875535d Changed the way minimum sizes are calculated
Boxes that need their minimum size to be updated now use a map like
for layout and drawing. Size set with MinimumSize is now treated as
separate from the content size and the larger size is used.
2023-08-17 23:20:08 -04:00
canvas Upgraded to fixed ggfx 2023-07-05 04:11:24 -04:00
x I forgor 2023-08-12 01:03:34 -04:00
backend.go Changed the way minimum sizes are calculated 2023-08-17 23:20:08 -04:00
box.go Changed the way minimum sizes are calculated 2023-08-17 23:20:08 -04:00
canvasbox.go Changed the way minimum sizes are calculated 2023-08-17 23:20:08 -04:00
containerbox.go Changed the way minimum sizes are calculated 2023-08-17 23:20:08 -04:00
event.go Behavior relating to hovering is more solid 2023-08-12 12:15:34 -04:00
go.mod I forgor 2023-08-12 01:03:34 -04:00
go.sum I forgor 2023-08-12 01:03:34 -04:00
LICENSE Add license 2023-07-06 02:08:30 -04:00
README.md Initial commit 2023-07-02 02:52:14 -04:00
system.go Changed the way minimum sizes are calculated 2023-08-17 23:20:08 -04:00
textbox.go Changed the way minimum sizes are calculated 2023-08-17 23:20:08 -04:00
util.go hehe 2023-07-05 03:25:50 -04:00
window.go Changed the way minimum sizes are calculated 2023-08-17 23:20:08 -04:00

x

WIP X backend for Tomo.