egui/crates
Simon 4986b35701
Add `NativeOptions::window_builder` for more customization (#3390)
* added a window builder hook for more customization

* `EFrame` -> `eframe`

---------

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2023-09-27 08:52:49 +02:00
..
ecolor Better handle additive colors in plots (#3387) 2023-09-25 15:45:32 +02:00
eframe Add `NativeOptions::window_builder` for more customization (#3390) 2023-09-27 08:52:49 +02:00
egui Add `Area::constrain_to` and `Window::constrain_to` (#3396) 2023-09-27 08:40:24 +02:00
egui-wgpu Polish image API (#3338) 2023-09-14 16:33:10 +02:00
egui-winit Prevent text from being cleared when selected due to winit IME (#3376) 2023-09-23 15:27:34 +02:00
egui_demo_app Add option to show a callstack to the widget under the mouse (#3391) 2023-09-26 15:50:35 +02:00
egui_demo_lib Add `Area::constrain_to` and `Window::constrain_to` (#3396) 2023-09-27 08:40:24 +02:00
egui_extras Add `Area::constrain_to` and `Window::constrain_to` (#3396) 2023-09-27 08:40:24 +02:00
egui_glium Final polish for new image loading (#3328) 2023-09-13 16:27:08 +02:00
egui_glow Polish image API (#3338) 2023-09-14 16:33:10 +02:00
egui_plot Better handle additive colors in plots (#3387) 2023-09-25 15:45:32 +02:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Misc cleanup (#3381) 2023-09-24 09:32:31 +02:00
epaint Improve text truncation: always include elision character (#3366) 2023-09-21 10:41:49 +02:00