summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-14Release 0.26.2 - Response.interact/context_menu fix0.26.2Emil Ernerfeldt
2024-02-14Avoid interacting twice when not required (#4041)Antoine Beyeler
2024-02-14Add another check to Windows CI (#4038)Emil Ernerfeldt
2024-02-14`eframe`: Add `winuser` feature to `winapi` to fix unresolved import (#4037)Varphone Wong
2024-02-14Update memoffset to 0.9.0, arboard to 3.3.1, and remove egui_glow's needless ...Magnus Larsen
2024-02-11Release 0.26.1 - Bug Fixes0.26.1Emil Ernerfeldt
2024-02-11egui: Fix custom `Window` `Frame`s (#4009)Varphone Wong
2024-02-10Revert hello_world exampleEmil Ernerfeldt
2024-02-10Revert renaming a field in `WidgetRect` to avoid semver breakageEmil Ernerfeldt
2024-02-10Revert semver-breaking change, and replace with temporary HACKEmil Ernerfeldt
2024-02-10Take clip_rect into account when storing widget rects (#4020)Emil Ernerfeldt
2024-02-10Fix: `Response.interact_pointer_pos` is `Some` on click and drag released (#4...Emil Ernerfeldt
2024-02-10Fix `Response::interact` and `Ui:interact_with_hovered` (#4013)Emil Ernerfeldt
2024-02-10Fix `TextEdit` being too short whenever there is horizontal margin (#4005)Georg Weisert
2024-02-10egui demo: Fix space reserved for source code link (#3983)njust
2024-02-10Improve panic message in egui-wgpu when failing to create buffers (#3986)Emil Ernerfeldt
2024-02-10Update to document-features 0.2.8 (#4003)Emil Ernerfeldt
2024-02-10Make `on_disabled_hover_ui` respect `tooltip_delay` (#4012)YgorSouza
2024-02-10egui_glow: Only disable sRGB framebuffer on supported platforms (#3994)Magnus Larsen
2024-02-10egui: Fixed window title bar incorrect handling spacing (#3995)Varphone Wong
2024-02-06Fix high CPU usage on Windows when app is minimized (#3985)rustbasic
2024-02-06PR template: remind contributors to pick good PR titlesEmil Ernerfeldt
2024-02-06README.md: put demo images next to each otherEmil Ernerfeldt
2024-02-05Release 0.26.0 - Text selection in labels0.26.0Emil Ernerfeldt
2024-02-05Fix markdown formatting of link in docstringEmil Ernerfeldt
2024-02-05generate_changelog.py: add option to write it to the changelogsEmil Ernerfeldt
2024-02-05Turn repaint_on_widget_change off by defaultEmil Ernerfeldt
2024-02-05Make `egui_wgpu::renderer` a private module (#3979)Emil Ernerfeldt
2024-02-05Fix calling request_repaint_after every frame causing immediate repaint (#3978)Emil Ernerfeldt
2024-02-05Wait with showing tooltip until mouse has been still for 300ms (#3977)Emil Ernerfeldt
2024-02-05Improve README.mdEmil Ernerfeldt
2024-02-05Update example screenshotsEmil Ernerfeldt
2024-02-05Put all egui crates as workspace crates (#3976)Emil Ernerfeldt
2024-02-05Use more workspace dependencies (#3975)Emil Ernerfeldt
2024-02-05Add `Spacing::menu_width` (#3973)Emil Ernerfeldt
2024-02-05Pass `ScreenDescriptor` to `egui_wgpu::CallbackTrait::prepare` (#3960)StratusFearMe21
2024-02-05Add `TextureOptions::wrap_mode` (#3954)Dan Lock
2024-02-05Override text color with stroke selection color for selected cells (#3968)njust
2024-02-05Fix typos in `crates/egui/src/context.rs` (#3966)YgorSouza
2024-02-05Fix `StripBuilder` not allocating its used space (#3957)Ivan
2024-02-05Fix clip rect for plot items (#3955)YgorSouza
2024-02-02`Context::repaint_causes`: `file:line` of what caused a repaint (#3949)Emil Ernerfeldt
2024-02-02Remove profile scope from `tessellate_shape`Emil Ernerfeldt
2024-02-02Make `egui_plot::PlotItem` a public trait (#3943)Emil Ernerfeldt
2024-02-01Emilk/revert workspace deps (#3942)Emil Ernerfeldt
2024-02-01Use workspace dependencies for the egui cratesEmil Ernerfeldt
2024-02-01Update to puffin 0.19 (#3940)Emil Ernerfeldt
2024-02-01Remove `version` field for path-dependenciesEmil Ernerfeldt
2024-02-01Don't make labels focusable by default (#3937)Emil Ernerfeldt
2024-02-01Misc cleanup (#3935)Emil Ernerfeldt