egui/crates
Emil Ernerfeldt 4bd4eca2e4
Add ability to hide button backgrounds (#2621)
* Add Spacing::combo_width

* Put ComboBox arrow closer to the text

* Tweak faint_bg_color

* Make it possible to have buttons without background

…while still having background for sliders, checkboxes, etc

* Rename mandatory_bg_fill -> bg_fill

* tweak grid stripe color (again)

* Make the animated part of the ProgressBar more visible

* Add line in changelog

* Add another line in changelog

* Menu fix: use the `open` widget style for open menus

* Adjust sizes on menu buttons and regular buttons to make sure they match

* Update comment

Co-authored-by: Andreas Reich <andreas@rerun.io>

* optional_bg_fill -> weak_bg_fill

Co-authored-by: Andreas Reich <andreas@rerun.io>
2023-01-24 10:11:05 +01:00
..
ecolor Improve the look of thin lines, making them look weaker (#2437) 2022-12-12 16:18:05 +01:00
eframe eframe web: ctrl-P and cmd-P will not open the print dialog (#2598) 2023-01-16 14:40:19 +01:00
egui Add ability to hide button backgrounds (#2621) 2023-01-24 10:11:05 +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 Add ability to hide button backgrounds (#2621) 2023-01-24 10:11:05 +01:00
egui_extras Add ability to hide button backgrounds (#2621) 2023-01-24 10:11:05 +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 Add emath::inverse_lerp 2022-12-22 12:33:06 +01:00
epaint Fix rendering of (ellipsis) 2023-01-23 20:24:38 +01:00