egui/egui/src
Emil Ernerfeldt b88bec9ca3 Document that `CtxRef` is generational and shouldn't be stored
Related to https://github.com/emilk/egui/issues/1005
2021-12-28 10:05:10 +01:00
..
containers #972: ScrollArea::stick_to_bottom() has no effect if ScrollArea is not initialized. (#973) 2021-12-25 16:29:11 +01:00
data Replace `scroll_delta` and `zoom_delta` in `RawInput` with events 2021-11-03 22:57:13 +01:00
input_state Move normalize_angle to emath 2021-05-08 23:42:17 +02:00
util OrderedFloat refactor (#918) 2021-12-11 13:52:23 +01:00
widgets Add ability to customize the display of hover plot labels (#934) 2021-12-25 16:29:29 +01:00
animation_manager.rs Optimization: introduce IdMap 2021-10-09 14:10:38 +02:00
context.rs Document that `CtxRef` is generational and shouldn't be stored 2021-12-28 10:05:10 +01:00
frame_state.rs Remove references to the old begin_frame 2021-11-03 23:00:00 +01:00
grid.rs Replace `Context::begin_frame/end_frame` with `fn run` taking a closure (#872) 2021-11-03 20:11:25 +01:00
id.rs Refactor memory data (#836) 2021-10-27 08:51:34 +02:00
input_state.rs Replace `scroll_delta` and `zoom_delta` in `RawInput` with events 2021-11-03 22:57:13 +01:00
introspection.rs Add tessellation option to toggle rounding text to pixel coordinates 2021-10-27 08:56:06 +02:00
layers.rs End statements with semicolon (clippy::semicolon_if_nothing_returned) 2021-10-20 16:46:57 +02:00
layout.rs Replace `Context::begin_frame/end_frame` with `fn run` taking a closure (#872) 2021-11-03 20:11:25 +01:00
lib.rs 1.56 fix: missing_crate_level_docs -> rusdoc::missing_crate_level_docs 2021-12-26 09:56:14 +01:00
memory.rs Refactor memory data (#836) 2021-10-27 08:51:34 +02:00
menu.rs Add culling of the painting for most widgets 2021-11-01 22:08:23 +01:00
painter.rs End statements with semicolon (clippy::semicolon_if_nothing_returned) 2021-10-20 16:46:57 +02:00
placer.rs End statements with semicolon (clippy::semicolon_if_nothing_returned) 2021-10-20 16:46:57 +02:00
response.rs Replace `Context::begin_frame/end_frame` with `fn run` taking a closure (#872) 2021-11-03 20:11:25 +01:00
sense.rs Replace every ... with … like some sort of crazy person 2021-10-13 11:52:34 +02:00
style.rs Rich text for all widgets (#855) 2021-11-01 21:30:10 +01:00
ui.rs Improve color picker cache (#886) 2021-11-07 21:11:42 +01:00
widget_text.rs Rich text for all widgets (#855) 2021-11-01 21:30:10 +01:00