2739 Commits (f138131bc8d45a8d47379b51a489c5b11bda50f9)
 

Author SHA1 Message Date
Emil Ernerfeldt 8c84bbfde4
Prune old egui memory data when reaching some limit (#3299) 1 year ago
Emil Ernerfeldt 9e86bb8d6a
Add opt-in `puffin` feature to egui (#3298) 1 year ago
Barugon 72adf3bde3
Remove unnecessary code (#2860) 1 year ago
v-kat 59235ff01c
Changing menu_image_button to use ImageButton builder (#3288) 1 year ago
Emil Ernerfeldt 5f742b9aba
Improve documentation of `eframe`, especially for wasm32 (#3295) 1 year ago
Emil Ernerfeldt 209cbeb030
Replace instant with web_time (#3296) 1 year ago
Timon ea15987ad4
Change focused widget with arrow keys (#3272) 1 year ago
Emil Ernerfeldt 70bfc7e09f
Add `eframe::storage_dir` (#3286) 1 year ago
Emil Ernerfeldt a59eda7a27
egui-winit: Recognize numpad enter/plus/minus (#3285) 1 year ago
Emil Ernerfeldt 7b169ec13d
Break out plotting to own crate `egui_plot` (#3282) 1 year ago
Sven Niederberger 87f12d782e
Allow setting the progress bar height (#3183) 1 year ago
Sven Niederberger c722b7fd46
Plot items: Image rotation and size in plot coordinates, polygon fill color (#3182) 1 year ago
Emil Ernerfeldt b6f46b000b Some clippy fixes from 1.72.0 1 year ago
Antoine Beyeler 627e1b3d50
Add exception for RUSTSEC-2023-0052 to deny.toml (#3274) 1 year ago
Antoine Beyeler 2c5fc5a0a5
Added `mime` field to `DroppedFiles` (#3273) 1 year ago
Emil Ernerfeldt ec506c0a43
Use the minus character instead of "dash" (#3271) 1 year ago
David M. Lary 32a63da580
Added Context::is_context_menu_open() (#3267) 1 year ago
lucasmerlin 461328f54d
Fix iOS support in `eframe` (#3241) 1 year ago
Brian Janssen 2c7c59820e
Expose area::State's Rect in Memory (#3161) 1 year ago
YgorSouza f0addc339c
Add tooltip_delay option (#3245) 1 year ago
Andreas Reich b0735775f3
Fix plot formatter not taking closures (#3260) 1 year ago
Andreas Reich b896d641c5
Improved wgpu callbacks (#3253) 1 year ago
Emil Ernerfeldt 3c4223c6b1
Support images with rounded corners (#3257) 1 year ago
Emil Ernerfeldt 481f44828c
Improve "Reset everything" button in demo (#3255) 1 year ago
dmackdev 8ee506ec37
Added remove method for CollapsingState. (#3252) 1 year ago
Kamen Yovchevski e5428a3084
Add Window::drag-to-scroll (#3118) 1 year ago
Kamen Yovchevski 043183a3a4
Add `TableBuilder::drag_to_scroll` (#3100) 1 year ago
JohannesProgrammiert dbe55ba46a
Draw axis labels and ticks outside of plotting window (#2284) 1 year ago
Emil Ernerfeldt a3ae81cadb
Add option to truncate text at wrap width (#3244) 1 year ago
Frederic L 1023f937a6
Add option to always open hyperlink in a new browser tab (#3242) 1 year ago
lucasmerlin 1036cb1f7d
Change force to be Option<f32> instead of f32 (#3240) 1 year ago
Emil Ernerfeldt 6633ecce64
Fix wrong detection of OS (#3238) 1 year ago
Aaron Hill 98087029e0
Update to `wgpu` 0.17.0 (#3170) 1 year ago
Emil Ernerfeldt dd417cfc1a
eframe: Better restore Window position on Mac when on secondary monitor (#3239) 1 year ago
Emil Ernerfeldt f78db80840
Update to wasm-bindgen 0.2.87 (#3237) 1 year ago
Emil Ernerfeldt dd5285cccb
Support multi-threaded Wasm (#3236) 1 year ago
Emil Ernerfeldt 08fb447fb5
Increase MSRV to 1.67 (#3234) 1 year ago
Emil Ernerfeldt bdeae9e959
Fix crash in DragValue when only setting `min_decimals` (#3231) 1 year ago
Idan Arye ea6bdfc1c9
Force `ColorPickerFn` to be `Send + Sync` (#3148) (#3233) 1 year ago
Emil Ernerfeldt 1e885abe08
Gracefully catch error saving state to disk (#3230) 1 year ago
Emil Ernerfeldt 7e035c6dd1
Allow users to opt-out of default `winit` features (#3228) 1 year ago
Emil Ernerfeldt d568d9f5d0
Lint vertical spacing in the code (#3224) 1 year ago
Emil Ernerfeldt 83c18498e9
Refactor: turn `ClippedShape` from struct-enum to a normal struct (#3225) 1 year ago
Emil Ernerfeldt 66cbb61ad5
Add `PlotUi::response()` to replace `plot_clicked()` etc (#3223) 1 year ago
Valentin b15e17587a
Document when Galleys get invalidated (#3024) 1 year ago
Emil Ernerfeldt 8cdffc4e2d
Replace uses of `RangeInclusive<f32>` with `emath::Rangef` (#3221) 1 year ago
Valeriy V. Vorotyntsev 4c3b380889
Fix the "ever-growing height" problem of Strip and Table demos (#3122) 1 year ago
hacknus 871041c4e7
Added an example to save plot to image (#2769) 1 year ago
Roshan Mehta 01b1b2da76
rotation feature to plot images (#3121) 1 year ago
jacekpoz f2a58244c8
fix the title not being used when app_id is not set (#3107) 1 year ago