egui/emigui/src
2020-05-27 08:38:21 +02:00
..
containers [window] remove frame delay when moving/resizing 2020-05-27 08:38:21 +02:00
examples [examples] fix fractal clock size 2020-05-26 11:15:53 +02:00
paint [optimize] switch to ahash for ids and most maps and sets 2020-05-24 11:36:24 +02:00
widgets [refactor] rename fill_color to just fill 2020-05-23 14:17:45 +02:00
containers.rs [refactor] minor code cleanup 2020-05-23 22:10:08 +02:00
context.rs [window] remove frame delay when moving/resizing 2020-05-27 08:38:21 +02:00
examples.rs Add a fractal clock example to showcase painting performance 2020-05-11 20:21:24 +02:00
id.rs [optimize] switch to ahash for ids and most maps and sets 2020-05-24 11:36:24 +02:00
input.rs [window] double-click title bar to collapse winodw 2020-05-23 21:52: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 [optimize] switch to ahash for ids and most maps and sets 2020-05-24 11:36:24 +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 [window] remove frame delay when moving/resizing 2020-05-27 08:38:21 +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 fill_color to just fill 2020-05-23 14:17:45 +02:00
types.rs [window] double-click title bar to collapse winodw 2020-05-23 21:52:03 +02:00
ui.rs [refactor] minor code cleanup 2020-05-23 22:10:08 +02:00
widgets.rs [refactor] make use of LineStyle in more places 2020-05-23 14:21:08 +02:00