summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-05Release 0.28.1 - Tooltip tweaks0.28.1Emil Ernerfeldt
2024-07-05Hide tooltip on click (#4789)Emil Ernerfeldt
2024-07-05Document Vec2 constantsEmil Ernerfeldt
2024-07-05Fix occational flickering of pointer-tooltips (#4788)Emil Ernerfeldt
2024-07-05Smoother animations (#4787)Emil Ernerfeldt
2024-07-05Fix tooltip delay, bug introduced in #4784Emil Ernerfeldt
2024-07-05Make `serde` a default (opt-out) feature of `egui_extras` (#4786)Emil Ernerfeldt
2024-07-05Hide tooltips when scrolling (#4784)Emil Ernerfeldt
2024-07-05Show the innermost debug rectangle when pressing all modifier keys (#4782)Emil Ernerfeldt
2024-07-05Add `Image::uri()` (#4720)rustbasic
2024-07-05Check if the mouse / touch event is above the canvas via element_from_point (...lucasmerlin
2024-07-04Fix default height of top/bottom panels (#4779)Emil Ernerfeldt
2024-07-04Better documentation for `Event::Zoom` (#4778)Emil Ernerfeldt
2024-07-03Fix sizing of `images` exampleEmil Ernerfeldt
2024-07-03Release 0.28.0 - Sizing pass, and better eframe web0.28.0Emil Ernerfeldt
2024-07-03Use correct cursor icons when resizing panels too wide or narrow (#4769)Emil Ernerfeldt
2024-07-03Tooltip fix: Only treat enabled widgets as interactiveEmil Ernerfeldt
2024-07-03Make sure all tooltips close if you open a menu in the same layer (#4766)Emil Ernerfeldt
2024-07-03Only show one tooltip per layer at a time (#4763)Emil Ernerfeldt
2024-07-03When debugging widget rects on hover, show width and height (#4762)Emil Ernerfeldt
2024-07-03Save `FrameState` of previous frame (#4761)Emil Ernerfeldt
2024-07-03Fix text selection when there's multiple viewports (#4760)Emil Ernerfeldt
2024-07-02Fix menus and interactive popups not closing when framerate was low (#4757)Emil Ernerfeldt
2024-07-02egui_extras: Improve the auto-sizing of `Table` (#4756)Emil Ernerfeldt
2024-07-02Improve `egui_extras::Table` layout (#4755)Emil Ernerfeldt
2024-07-02Make it easier to grab the handle of a floating scroll bar (#4754)Emil Ernerfeldt
2024-07-02Prevent `TextEdit` widgets from sending fake primary clicks (#4751)William Zhang
2024-07-02Disabled widgets are now also disabled in the accesskit output (#4750)Wybe Westra
2024-07-02Clarify version numbers in egui trunkEmil Ernerfeldt
2024-07-01Persist `Area` positions again (#4749)Emil Ernerfeldt
2024-07-01egui_demo_app: include `log::trace` in debug buildsEmil Ernerfeldt
2024-07-01eframe web: map `log::debug` to `console.debug`; not `console.trace`Emil Ernerfeldt
2024-07-01eframe web fix: `save()` on "blur" eventEmil Ernerfeldt
2024-07-01eframe web: Position the IME input position in the middle of the cursorEmil Ernerfeldt
2024-07-01Fix focus problems on web (#4745)Emil Ernerfeldt
2024-06-30Fix plot bounds of empty plots (#4741)Emil Ernerfeldt
2024-06-30Add `Style::number_formatter` as the default used by `DragValue` (#4740)Emil Ernerfeldt
2024-06-30Handle unicode minus character when parsing floatsEmil Ernerfeldt
2024-06-30Fix wrong commentEmil Ernerfeldt
2024-06-30The default parser for `DragValue` and `Slider` now ignores whitespace (#4739)Emil Ernerfeldt
2024-06-30egui_plot: Improve default formatter of tick-marks (#4738)Emil Ernerfeldt
2024-06-30Fix `cargo test -p egui`Emil Ernerfeldt
2024-06-28Ensure `Window` scroll bars are at the window edges (#4733)Emil Ernerfeldt
2024-06-28eframe web: Fix stuck keys after pressing ctrl+C, cmd+A, etc (#4731)Emil Ernerfeldt
2024-06-28eframe web: Fix drag-and-drop file preview/hover (#4732)Emil Ernerfeldt
2024-06-28Only repaint on cursor movements of area, or if dragging outside (#4730)Emil Ernerfeldt
2024-06-28Add `clamp_to_range` option to DragValue, rename `clamp_range` to `range` (de...Andreas Reich
2024-06-28eframe web: ignore keyboard events unless canvas has focus (#4718)Emil Ernerfeldt
2024-06-28Add basic test for egui accesskit output. (#4716)Wybe Westra
2024-06-28Fix broken mouse coordinates when there's padding on the canvas element (#4729)Emil Ernerfeldt