egui/emigui/src
Emil Ernerfeldt b73fbb33d8 Improve size negotiation code.
Better enfocred minimum sizes.
You can now have windows that expand to fit their content.
2020-05-01 02:08:01 +02:00
..
containers Improve size negotiation code. 2020-05-01 02:08:01 +02:00
widgets Rename Widget::add_to to Widget::ui 2020-04-29 22:01:39 +02:00
color.rs Add new Resize container 2020-04-25 14:37:39 +02:00
containers.rs Implement Window as collection of Floating + Frame + Resize 2020-04-25 22:49:57 +02:00
context.rs Improve size negotiation code. 2020-05-01 02:08:01 +02:00
emigui.rs Basic text input support 2020-04-29 21:25:49 +02:00
example_app.rs Improve size negotiation code. 2020-05-01 02:08:01 +02:00
font.rs Improve size negotiation code. 2020-05-01 02:08:01 +02:00
fonts.rs Add a bunch of TODOs 2020-04-29 21:58:41 +02:00
id.rs Add painter region as example 2020-04-24 18:32:27 +02:00
layers.rs Add a Debug layer 2020-04-27 16:53:14 +02:00
layout.rs Refactor: replace bounding_size: Vec2 with child_bounds: Rect 2020-04-25 15:46:50 +02:00
lib.rs Basic text input support 2020-04-29 21:25:49 +02:00
math.rs Add scroll bars to windows. 2020-04-26 22:30:24 +02:00
memory.rs Basic text input support 2020-04-29 21:25:49 +02:00
mesher.rs Refactor: make Rect members min/max public 2020-04-25 15:45:38 +02:00
region.rs Improve size negotiation code. 2020-05-01 02:08:01 +02:00
style.rs Improve size negotiation code. 2020-05-01 02:08:01 +02:00
texture_atlas.rs Refactor: make Rect members min/max public 2020-04-25 15:45:38 +02:00
types.rs Add a bunch of TODOs 2020-04-29 21:58:41 +02:00
widgets.rs Improve size negotiation code. 2020-05-01 02:08:01 +02:00