egui/egui/src
Emil Ernerfeldt 5539dbe620
Add separate serialize feature and better persitence control (#753)
* Rename epaint feature "persistence" to "serialize"

* Add separate "serialize" feature to egui

* egui_demo_lib: separate serialize and persistence features

* Add App::persist_native_window and App::persist_egui_memory

Controls what gets persisted
2021-09-29 08:45:13 +02:00
..
any Add separate serialize feature and better persitence control (#753) 2021-09-29 08:45:13 +02:00
containers Add separate serialize feature and better persitence control (#753) 2021-09-29 08:45:13 +02:00
data Add separate serialize feature and better persitence control (#753) 2021-09-29 08:45:13 +02:00
input_state Move normalize_angle to emath 2021-05-08 23:42:17 +02:00
util Add separate serialize feature and better persitence control (#753) 2021-09-29 08:45:13 +02:00
widgets Add separate serialize feature and better persitence control (#753) 2021-09-29 08:45:13 +02:00
animation_manager.rs Optimize: more inlining and more use of AHashMap 2021-03-31 17:06:12 +02:00
context.rs Shape refactor (#705) 2021-09-20 21:36:56 +02:00
frame_state.rs Horizontal scrolling (#663) 2021-08-28 13:18:21 +02:00
grid.rs Add separate serialize feature and better persitence control (#753) 2021-09-29 08:45:13 +02:00
id.rs Add separate serialize feature and better persitence control (#753) 2021-09-29 08:45:13 +02:00
input_state.rs Show tooltips above widgets on touch screens 2021-09-28 22:18:22 +02:00
introspection.rs Shape refactor (#705) 2021-09-20 21:36:56 +02:00
layers.rs Add separate serialize feature and better persitence control (#753) 2021-09-29 08:45:13 +02:00
layout.rs Add separate serialize feature and better persitence control (#753) 2021-09-29 08:45:13 +02:00
lib.rs Add separate serialize feature and better persitence control (#753) 2021-09-29 08:45:13 +02:00
memory.rs Add separate serialize feature and better persitence control (#753) 2021-09-29 08:45:13 +02:00
menu.rs Add separate serialize feature and better persitence control (#753) 2021-09-29 08:45:13 +02:00
painter.rs Shape refactor (#705) 2021-09-20 21:36:56 +02:00
placer.rs All Ui:s must now have a finite max_rect 2021-08-28 16:02:16 +02:00
response.rs Show tooltips above widgets on touch screens 2021-09-28 22:18:22 +02:00
sense.rs Add separate serialize feature and better persitence control (#753) 2021-09-29 08:45:13 +02:00
style.rs Add separate serialize feature and better persitence control (#753) 2021-09-29 08:45:13 +02:00
ui.rs Hide DragValue tooltips unless user set Style::explanation_tooltips (#708) 2021-09-12 23:05:23 +02:00