zed/gpui
Nathan Sobo 119aa452b6 Overhaul the entire element system
Now the Element trait is designed to be wrapped in a Lifecycle enum that gets placed inside an ElementBox. This allows the framework to store data on behalf of the Element implementation, such as sizes, bounds, and also implementation-specific LayoutState and PaintState types. This makes it easier to reason about which data is available in each Element method.
2021-03-21 20:54:23 -06:00
..
grammars/context-predicate Add context predicate parser 2021-03-09 19:33:19 -07:00
src Overhaul the entire element system 2021-03-21 20:54:23 -06:00
build.rs Start on metal rendering infrastructure 2021-03-20 09:38:36 -06:00
Cargo.toml Overhaul the entire element system 2021-03-21 20:54:23 -06:00