summaryrefslogtreecommitdiff
path: root/crates
AgeCommit message (Expand)Author
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 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-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-05Release 0.26.0 - Text selection in labels0.26.0Emil Ernerfeldt
2024-02-05Fix markdown formatting of link in docstringEmil 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-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
2024-02-01Parallell tessellation (#3934)Emil Ernerfeldt
2024-02-01Niche-optimize `Id` so that `Option<Id>` is the same size as `Id` (#3932)Emil Ernerfeldt
2024-02-01Auto-repaint when widgets move or changes id. (#3930)Emil Ernerfeldt
2024-01-30Add `x11` and `wayland` features to egui-wgpu and egui_glow (#3909)YgorSouza
2024-01-30Plot items now have optional id which is returned in the plot's response when...Andreas Reich
2024-01-30Add opacity factor to `TextShape` (#3916)StratusFearMe21
2024-01-30Expand plot axes thickness to fit their labels (#3921)Emil Ernerfeldt
2024-01-29`Response.context_menu` now returns the response of the context menu, if open...Aufar Zakiev
2024-01-29Change default plot line thickness from 1.0 to 1.5 (#3918)Emil Ernerfeldt
2024-01-29Much more accurate `cpu_usage` timing (#3913)Emil Ernerfeldt
2024-01-29Fix input lag in drag-to-select o labels (#3917)Emil Ernerfeldt