3499 Commits (a59e178131461126ecd09888c56bce8d57f62e66)
 

Author SHA1 Message Date
YgorSouza a59e178131
Document the fact that the hex_color macro is not const (#5169) 1 month ago
Emil Ernerfeldt 3805584238
Fix bug causing tooltips with dynamic content to shrink (#5168) 1 month ago
Emil Ernerfeldt 5d46f67f79
Add `DebugOptions::show_unaligned` (#5165) 1 month ago
Emil Ernerfeldt f97f85089d
Prevent text shrinking in tooltips; round wrap-width to integer (#5161) 1 month ago
Emil Ernerfeldt 9ef4d02ab8
More compact `Debug` formatting of `Color32` (#5162) 1 month ago
Andreas Reich 1603f05818
Wgpu render pass on paint callback has now static lifetime (#5149) 1 month ago
Christofer Nolander 6f7b9b9b87
Add support for mipmap textures. (#5146) 2 months ago
Swarkin 07ccf41bf9
Improve documentation grammar and wording (#5052) 2 months ago
rustbasic 7c7190f98d
Clamp font size to between 0.1 and 2048 (#5139) 2 months ago
lucasmerlin c9df2f0783
Fix pan_zoom demo constraining windows (#5137) 2 months ago
GiGaGon 02e795277f
Fix error in Response::dragged docs (#5143) 2 months ago
Emil Ernerfeldt 06f709481a
Keep track of why `request_discard` was called (#5134) 2 months ago
lucasmerlin 0f290b4904
Add PR preview deployments (#5131) 2 months ago
lucasmerlin 9ba97a9a2f
Fix empty grids repeatedly requesting a discard (#5133) 2 months ago
Emil Ernerfeldt 5cc35d2212 Improve docstring of `Ui::new_child` 2 months ago
Ilya Zlobintsev 00cb50ebad
Add `gtk-egui-area` integration to README (#5129) 2 months ago
Emil Ernerfeldt e0f0b7f47f
Remember to call `ui.register_rect` for better debug (#5130) 2 months ago
Emil Ernerfeldt b1784249d2 Fix merge race 2 months ago
Emil Ernerfeldt 902c54e534 Add `💻` emoji to the system, theme selector 2 months ago
Emil Ernerfeldt b8d008177a Lower log level of "Loading new fonts" to `trace` 2 months ago
lucasmerlin 1b8737cf02
Interactive `Ui`:s: add `UiBuilder::sense` and `Ui::response` (#5054) 2 months ago
lucasmerlin bfafddfdec
Add `Response::intrinsic_size` to enable better layout in 3rd party crates (#5082) 2 months ago
Emil Ernerfeldt 2a40d16e5a
Center-align all text vertically (#5117) 2 months ago
valadaptive bb9e874c83
Update sampler along with texture on wgpu backend (#5122) 2 months ago
Emil Ernerfeldt f4ed394a85
Add UI to modify `FontTweak` live (#5125) 2 months ago
rustbasic e31b44f1a5
Fix: `Event::Copy` and `Event::Cut` behave as if they select the entire text when there is no selection. (#5115) 2 months ago
Emil Ernerfeldt 24205f572a
Fix text selection of only whitespace (#5123) 2 months ago
Emil Ernerfeldt ce3911bc0d In the options ui, show only the currently selected theme 2 months ago
Emil Ernerfeldt 4dd89e2052 Fix some minor clippy lints from the future 2 months ago
rustbasic 1474c17b0d
Fix: panic when dragging window between monitors of different pixels_per_point (#4868) 2 months ago
Emil Ernerfeldt f38515afe9
Add `Slider::clamping` for precise clamp control (#5119) 2 months ago
Emil Ernerfeldt 1191d9fa86 Remove debug-assert that false-positived on large f32 values due to precision problems 2 months ago
Emil Ernerfeldt 7d6c83b37f
Fix `DragValue` range clamping (#5118) 2 months ago
Emil Ernerfeldt 89da356b79
Fix: call `save` when hiding tab, and `update` when focusing it (#5114) 2 months ago
Nicolas 1488ffa35a
Use `log` crate instead of `eprintln` & remove some unwraps (#5010) 2 months ago
Emil Ernerfeldt 66076101e1
Add `Context::request_discard` (#5059) 2 months ago
9SMTM6 08f5eb30a4
Add opt-out `fragile-send-sync-non-atomic-wasm` feature for wgpu (#5098) 2 months ago
Emil Ernerfeldt f658f8b02b
Make `Slider` and `DragValue` compatible with `NonZeroUsize` etc (#5105) 2 months ago
Emil Ernerfeldt 2c8df65bf6
Fix: Make sure `RawInput::take` clears all events, like it says it does (#5104) 2 months ago
Tau Gärtli b5627c7d40
Make Light & Dark Visuals Customizable When Following The System Theme (#4744) 2 months ago
lampsitter f4697bc007
Use Style's font size in egui_extras::syntax_highlighting (#5090) 2 months ago
lucasmerlin 89b6055f9c
Add `Ui::with_visual_transform` (#5055) 2 months ago
YgorSouza f897405a82
Use precomputed lookup table in Color32::from_rgba_unmultiplied (#5088) 2 months ago
Tiaan Louw 1ccd056d19
Remove reference to egui::Color32. (#5011) 2 months ago
Nicolas 1c293d4cc8
Update `glow` to 0.14 (#4952) 2 months ago
Simon 9000d16d83
Export module `egui::frame` (#5087) 2 months ago
Tau Gärtli 49fb163ae9
Add return value to `with_accessibility_parent` (#5083) 2 months ago
Tau Gärtli c6375efa22
Add `WidgetType::RadioGroup` (#5081) 2 months ago
Emil Ernerfeldt 6b7f431237
Fix text sometime line-breaking or truncating too early (#5077) 2 months ago
Emil Ernerfeldt b2dcb7d8db
Fix bug in size calculation of truncated text (#5076) 2 months ago