egui/crates
Ivan f9728b88db
Combobox .wrap(true) width usage (#2472)
* Combobox .wrap(true) width fix

.wrap(true) does note use all the available width
this fix does not change the original .wrap(false) behaviours

* Code comment convention

Co-authored-by: IVANMK-7 <68190772+IVANMK-7@users.noreply.github.com>
2022-12-19 10:55:39 +01:00
..
ecolor Improve the look of thin lines, making them look weaker (#2437) 2022-12-12 16:18:05 +01:00
eframe Rename eframe::EframeError to eframe::Error 2022-12-14 17:29:54 +01:00
egui Combobox .wrap(true) width usage (#2472) 2022-12-19 10:55:39 +01:00
egui-wgpu egui-wgpu: only depend on epaint (not entire egui) (#2438) 2022-12-12 17:25:00 +01:00
egui-winit Clamp eframe window size to at most the size of the largest monitor (#2445) 2022-12-13 09:09:36 +01:00
egui_demo_app Rename eframe::EframeError to eframe::Error 2022-12-14 17:29:54 +01:00
egui_demo_lib Improve the look of thin lines, making them look weaker (#2437) 2022-12-12 16:18:05 +01:00
egui_extras Add Visuals::striped as global default for Grids and Tables 2022-12-13 21:02:39 +01:00
egui_glium Release 0.20.1 of eframe egui-winit egui_glium egui_glow - docs fixes 2022-12-11 17:04:23 +01:00
egui_glow eframe error handling (#2433) 2022-12-12 15:16:32 +01:00
egui_web Fix broken GitHub source links due to #1940 2022-08-20 15:18:02 +02:00
emath Annotate at_least and at_most with #[must_use] 2022-12-15 15:38:31 +01:00
epaint epaint: Improve rendering of very thin rectangles 2022-12-19 10:33:03 +01:00