summaryrefslogtreecommitdiff
path: root/crates
AgeCommit message (Expand)Author
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-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
2024-06-28Improve warning when failing to copy on webEmil Ernerfeldt
2024-06-28Add warning if `window.navigator.clipboard` is nullEmil Ernerfeldt
2024-06-27Refactor web event handling: break up into smaller functions (#4717)Emil Ernerfeldt
2024-06-27Sort feature flags in egui_extrasEmil Ernerfeldt
2024-06-27Add `PopupCloseBehavior` (#4636)Umatriz
2024-06-27Cancel DragValue edit if Escape is pressed (#4713)YgorSouza
2024-06-26Tweak two demosEmil Ernerfeldt
2024-06-26Close context menus with Escape (#4711)Emil Ernerfeldt
2024-06-26plot zoom out max (#4695)n4n5
2024-06-26Bug fix: report latest area size in `Area::show` response (#4710)Emil Ernerfeldt
2024-06-26Fix docstringEmil Ernerfeldt
2024-06-26Fix: Menu popups and tooltips don't respect layer transforms (#4708)Colin Cai
2024-06-25`eframe::Result` is now short for `eframe::Result<()>` (#4706)Emil Ernerfeldt
2024-06-25Fix: respect existing text layout wrap settings in Label (#4704)Emil Ernerfeldt
2024-06-25Fix "looking for maintainer" linkEmil Ernerfeldt