summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2024-09-26Add a `cargo machete` CI step (#5171)Emil Ernerfeldt
2024-09-13Use `log` crate instead of `eprintln` & remove some unwraps (#5010)Nicolas
2024-09-11Make Light & Dark Visuals Customizable When Following The System Theme (#4744)Tau Gärtli
2024-08-28Remove wildcard imports (#5018)Nicolas
2024-08-26Create a `UiBuilder` for building `Ui`s (#4969)Emil Ernerfeldt
2024-07-31Move default fonts to new crate `epaint_default_fonts` (#4853)Alex Pinkus
2024-07-31Upgrade winit to 0.30.2 (#4849)Arthur Brussee
2024-07-15Move `egui_plot` to its own repo (#4828)Emil Ernerfeldt
2024-07-03Fix sizing of `images` exampleEmil Ernerfeldt
2024-06-28Add `clamp_to_range` option to DragValue, rename `clamp_range` to `range` (de...Andreas Reich
2024-06-27Add `PopupCloseBehavior` (#4636)Umatriz
2024-06-25`eframe::Result` is now short for `eframe::Result<()>` (#4706)Emil Ernerfeldt
2024-06-21Fix hello_world_par example on Linux (#4684)YgorSouza
2024-06-19Fix dragging of `custom_window_frame` example on Windows (#4656)rustbasic
2024-06-19Gif support (#4620)JustFrederik
2024-06-04Introduce `UiStack` (#4588)Antoine Beyeler
2024-05-31Fix dragging of `custom_window_frame` on Windows (#4592)rustbasic
2024-05-29Replace some `...` with `…`Emil Ernerfeldt
2024-05-28Support returning errors when creating the app (#4565)Emil Ernerfeldt
2024-05-27Move test crates to own folder (#4554)Emil Ernerfeldt
2024-05-13Update `image` crate to 0.25 (#4160)Emil Ernerfeldt
2024-05-02Fix some clippy warning from Rust 1.78.0 (#4444)Emil Ernerfeldt
2024-04-25Replace cargo-cranky with workspace lints (#4413)Emil Ernerfeldt
2024-04-25Update to Rust 1.76 (#4411)Emil Ernerfeldt
2024-03-26Enforce writing username in TODO comments (#4235)Emil Ernerfeldt
2024-03-25Fix `example/test_viewports` title change (#4221)rustbasic
2024-03-20On touch screens, press-and-hold equals a secondary click (#4195)Emil Ernerfeldt
2024-03-12eframe: Added `App::raw_input_hook` allows for the manipulation or filtering ...Varphone Wong
2024-02-20Add API for raw mouse motion (#4063)Giantblargg
2024-02-17New widget interaction logic (#4026)Emil Ernerfeldt
2024-02-17Add layer transforms, interaction in layer (#3906)Francis Chua
2024-02-16Update `ehttp` to 0.5 (#4055)Emil Ernerfeldt
2024-02-10Revert test code in hello_world exampleEmil Ernerfeldt
2024-02-10Take clip_rect into account when storing widget rects (#4020)Emil Ernerfeldt
2024-02-05Update example screenshotsEmil Ernerfeldt
2024-02-05Put all egui crates as workspace crates (#3976)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-01Misc cleanup (#3935)Emil Ernerfeldt
2024-01-29Much more accurate `cpu_usage` timing (#3913)Emil Ernerfeldt
2024-01-17Bug Fix : `Response::is_pointer_button_down_on` is now false the frame the bu...rustbasic
2024-01-08Use `Self` everywhere (#3787)Emil Ernerfeldt
2024-01-08Add screenshot to custom_plot_manipulation exampleEmil Ernerfeldt
2024-01-06Plot custom zoom (#2714)YgorSouza
2023-12-18Update to winit 0.29 (#3649)Fredrik Fornwall
2023-12-12Update dependencies (#3700)Emil Ernerfeldt
2023-11-30eframe glow backend: Clear render target before calling `App::update` (#3665)Emil Ernerfeldt
2023-11-30Fix buggy text withviewports on monitors with different scales (#3666)Emil Ernerfeldt
2023-11-30Improve multi-viewports across monitors with different scales (#3663)Emil Ernerfeldt