egui/emigui/src
2020-05-23 14:07:49 +02:00
..
containers [refactor] rename Outline to LineStyle 2020-05-23 14:07:49 +02:00
examples [refactor] rename Outline to LineStyle 2020-05-23 14:07:49 +02:00
paint [refactor] rename Outline to LineStyle 2020-05-23 14:07:49 +02:00
widgets [refactor] rename Outline to LineStyle 2020-05-23 14:07:49 +02:00
containers.rs refactor: move some code around to make place for new Layout 2020-05-13 20:16:59 +02:00
context.rs [refactor] rename Outline to LineStyle 2020-05-23 14:07:49 +02:00
examples.rs Add a fractal clock example to showcase painting performance 2020-05-11 20:21:24 +02:00
id.rs Refactor layers 2020-05-10 14:27:02 +02:00
input.rs If mouse moves too much, don't register it as a click 2020-05-23 12:00:03 +02:00
introspection.rs [input] widgets must say if they are interested in click or drags 2020-05-23 12:38:52 +02:00
layers.rs [refactor] collect stuff into new mod paint 2020-05-19 22:28:57 +02:00
layout.rs Add support for reversed layouts 2020-05-13 22:24:32 +02:00
lib.rs [refactor] collect stuff into new mod paint 2020-05-19 22:28:57 +02:00
math.rs If mouse moves too much, don't register it as a click 2020-05-23 12:00:03 +02:00
memory.rs [input] fix: hover highlight either scroll or window resize; not both 2020-05-23 14:01:01 +02:00
movement_tracker.rs More accurate recent mouse velocity 2020-05-23 11:38:54 +02:00
paint.rs [refactor] rename Outline to LineStyle 2020-05-23 14:07:49 +02:00
style.rs [refactor] rename Outline to LineStyle 2020-05-23 14:07:49 +02:00
types.rs [refactor] simplify Widget trait return type to InteractInfo 2020-05-23 12:43:08 +02:00
ui.rs [refactor] rename Outline to LineStyle 2020-05-23 14:07:49 +02:00
widgets.rs [refactor] simplify Widget trait return type to InteractInfo 2020-05-23 12:43:08 +02:00