egui/egui/src
2020-12-15 14:51:23 +01:00
..
containers Add helper Layout::top_down_justified(align) 2020-12-13 19:45:30 +01:00
demos Small improvements to the demo app 2020-12-13 20:37:44 +01:00
math clippy fixes 2020-11-20 12:29:23 +01:00
paint Use std::borrow::Cow for the font data. 2020-12-13 21:04:02 +01:00
util Bug fix: stop using AHasher for Id:s 2020-11-28 12:50:18 +01:00
widgets ui.image now takes impl Into<Vec2> as a size argument 2020-12-15 14:50:24 +01:00
align.rs Direction enum now one of LeftToRight, RightToLeft, TopDown, BottomUp 2020-12-10 23:23:35 +01:00
animation_manager.rs [animation] add Context::animate_bool helper function 2020-08-30 10:26:16 +02:00
app.rs [egui_web] Repaint on finished fetch in example app 2020-11-20 20:35:16 +01:00
context.rs Handle different item_spacings when doing hover detection 2020-12-13 00:40:19 +01:00
id.rs Bug fix: stop using AHasher for Id:s 2020-11-28 12:50:18 +01:00
input.rs Merge pull request #65 from emoon/support-space-key 2020-12-13 12:29:05 +01:00
introspection.rs Simplify how fonts are defined in FontDefinitions 2020-12-13 19:29:02 +01:00
layers.rs [drag-and-drop] Add ability to translate layers and PaintCmd:s 2020-11-02 17:41:52 +01:00
layout.rs Add helper Layout::top_down_justified(align) 2020-12-13 19:45:30 +01:00
lib.rs Demo App: Add ability to close the Backend window 2020-12-13 00:30:54 +01:00
memory.rs on_hover_text/ui many times will stack tooltips beneath the previous 2020-12-13 13:14:58 +01:00
menu.rs Add helper Layout::top_down_justified(align) 2020-12-13 19:45:30 +01:00
painter.rs Sprinkle demo app with emojis 2020-12-12 19:43:12 +01:00
style.rs Sprinkle demo app with emojis 2020-12-12 19:43:12 +01:00
types.rs on_hover_text/ui many times will stack tooltips beneath the previous 2020-12-13 13:14:58 +01:00
ui.rs Add ui.vertical_centered and ui.vertical_centered_justified 2020-12-15 14:51:23 +01:00