summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-01Release 0.29.1 - Bug fixes0.29.1Emil Ernerfeldt
2024-09-30Do not round panel rectangles to pixel grid (#5196)Emil Ernerfeldt
2024-09-30Fix backspace/arrow keys in TextEdit on Linux (#5188)Emil Ernerfeldt
2024-09-30Fix id clash in `Ui::response` (#5192)Emil Ernerfeldt
2024-09-30Bug fix: click anywhere on a `Table` row to select it (#5193)Emil Ernerfeldt
2024-09-30Remove debug-assert triggered by `with_layer_id/dnd_drag_source` (#5191)Emil Ernerfeldt
2024-09-30Replace "an ui" with "a ui" (#5185)GiGaGon
2024-09-26Release 0.29.0 - Multipass, `UiBuilder`, & visual improvements0.29.0Emil Ernerfeldt
2024-09-26Add back `Context::set_visuals()` (#5100)rustbasic
2024-09-26egui_extras: Add `TableBuilder::animate_scrolling` (#5159)Ethan Post
2024-09-26Add a `cargo machete` CI step (#5171)Emil Ernerfeldt
2024-09-26Improve comment in text layout codeEmil Ernerfeldt
2024-09-26Document the fact that the hex_color macro is not const (#5169)YgorSouza
2024-09-25Fix bug causing tooltips with dynamic content to shrink (#5168)Emil Ernerfeldt
2024-09-25Add `DebugOptions::show_unaligned` (#5165)Emil Ernerfeldt
2024-09-25Prevent text shrinking in tooltips; round wrap-width to integer (#5161)Emil Ernerfeldt
2024-09-25More compact `Debug` formatting of `Color32` (#5162)Emil Ernerfeldt
2024-09-23Wgpu render pass on paint callback has now static lifetime (#5149)Andreas Reich
2024-09-22Add support for mipmap textures. (#5146)Christofer Nolander
2024-09-22Improve documentation grammar and wording (#5052)Swarkin
2024-09-22Clamp font size to between 0.1 and 2048 (#5139)rustbasic
2024-09-22Fix pan_zoom demo constraining windows (#5137)lucasmerlin
2024-09-21Fix error in Response::dragged docs (#5143)GiGaGon
2024-09-20Keep track of why `request_discard` was called (#5134)Emil Ernerfeldt
2024-09-20Add PR preview deployments (#5131)lucasmerlin
2024-09-20Fix empty grids repeatedly requesting a discard (#5133)lucasmerlin
2024-09-19Improve docstring of `Ui::new_child`Emil Ernerfeldt
2024-09-19Add `gtk-egui-area` integration to README (#5129)Ilya Zlobintsev
2024-09-19Remember to call `ui.register_rect` for better debug (#5130)Emil Ernerfeldt
2024-09-19Fix merge raceEmil Ernerfeldt
2024-09-19Add `💻` emoji to the system, theme selectorEmil Ernerfeldt
2024-09-19Lower log level of "Loading new fonts" to `trace`Emil Ernerfeldt
2024-09-19Interactive `Ui`:s: add `UiBuilder::sense` and `Ui::response` (#5054)lucasmerlin
2024-09-19Add `Response::intrinsic_size` to enable better layout in 3rd party crates (#...lucasmerlin
2024-09-19Center-align all text vertically (#5117)Emil Ernerfeldt
2024-09-19Update sampler along with texture on wgpu backend (#5122)valadaptive
2024-09-18Add UI to modify `FontTweak` live (#5125)Emil Ernerfeldt
2024-09-18Fix: `Event::Copy` and `Event::Cut` behave as if they select the entire text ...rustbasic
2024-09-18Fix text selection of only whitespace (#5123)Emil Ernerfeldt
2024-09-18In the options ui, show only the currently selected themeEmil Ernerfeldt
2024-09-18Fix some minor clippy lints from the futureEmil Ernerfeldt
2024-09-17Fix: panic when dragging window between monitors of different pixels_per_poin...rustbasic
2024-09-17Add `Slider::clamping` for precise clamp control (#5119)Emil Ernerfeldt
2024-09-17Remove debug-assert that false-positived on large f32 values due to precision...Emil Ernerfeldt
2024-09-17Fix `DragValue` range clamping (#5118)Emil Ernerfeldt
2024-09-16Fix: call `save` when hiding tab, and `update` when focusing it (#5114)Emil Ernerfeldt
2024-09-13Use `log` crate instead of `eprintln` & remove some unwraps (#5010)Nicolas
2024-09-13Add `Context::request_discard` (#5059)Emil Ernerfeldt
2024-09-13Add opt-out `fragile-send-sync-non-atomic-wasm` feature for wgpu (#5098)9SMTM6
2024-09-13Make `Slider` and `DragValue` compatible with `NonZeroUsize` etc (#5105)Emil Ernerfeldt