3327 Commits (d2717180656d640e606a46932718dbef59fd5ef7)
 

Author SHA1 Message Date
Emil Ernerfeldt d271718065
Fix focus problems on web (#4745) 4 months ago
Emil Ernerfeldt 31716d787e
Fix plot bounds of empty plots (#4741) 4 months ago
Emil Ernerfeldt dc1f032846
Add `Style::number_formatter` as the default used by `DragValue` (#4740) 4 months ago
Emil Ernerfeldt e297a1d107 Handle unicode minus character when parsing floats 4 months ago
Emil Ernerfeldt 3add56f81b Fix wrong comment 4 months ago
Emil Ernerfeldt 6222e031b5
The default parser for `DragValue` and `Slider` now ignores whitespace (#4739) 4 months ago
Emil Ernerfeldt b6fd1cfc99
egui_plot: Improve default formatter of tick-marks (#4738) 4 months ago
Emil Ernerfeldt 17fd305967 Fix `cargo test -p egui` 4 months ago
Emil Ernerfeldt d4e8966aac
Ensure `Window` scroll bars are at the window edges (#4733) 4 months ago
Emil Ernerfeldt d10b3c1f4e
eframe web: Fix stuck keys after pressing ctrl+C, cmd+A, etc (#4731) 4 months ago
Emil Ernerfeldt 2180f16cba
eframe web: Fix drag-and-drop file preview/hover (#4732) 4 months ago
Emil Ernerfeldt 0c059ac113
Only repaint on cursor movements of area, or if dragging outside (#4730) 4 months ago
Andreas Reich 10f092d9d4
Add `clamp_to_range` option to DragValue, rename `clamp_range` to `range` (deprecating the former) (#4728) 4 months ago
Emil Ernerfeldt 3b9f964aed
eframe web: ignore keyboard events unless canvas has focus (#4718) 4 months ago
Wybe Westra 779312ac0c
Add basic test for egui accesskit output. (#4716) 4 months ago
Emil Ernerfeldt 254dfc1ebc
Fix broken mouse coordinates when there's padding on the canvas element (#4729) 4 months ago
Emil Ernerfeldt a6937f79f3 Improve `multiple_apps.html` example/demo/test 4 months ago
Emil Ernerfeldt e62bd7037a Improve warning when failing to copy on web 4 months ago
Emil Ernerfeldt 814eddd094 Add warning if `window.navigator.clipboard` is null 4 months ago
Emil Ernerfeldt f50e64632e Change web demo local port to 8765 to avoid colliding with Jupyter 4 months ago
Emil Ernerfeldt a0f4fafb88
Refactor web event handling: break up into smaller functions (#4717) 4 months ago
Emil Ernerfeldt ce0e200503 Sort feature flags in egui_extras 4 months ago
Emil Ernerfeldt 97b6d8cb1c Fix vertical spacing in changelog generation 4 months ago
Emil Ernerfeldt a489374ca6 Improve CSS comment 4 months ago
Emil Ernerfeldt 7121a49e4e
`generate_changelog.py`: divide into "fixed/added/changed" sections (#4712) 4 months ago
Umatriz 5051e945e4
Add `PopupCloseBehavior` (#4636) 4 months ago
YgorSouza ab861574f4
Cancel DragValue edit if Escape is pressed (#4713) 4 months ago
Emil Ernerfeldt a1a0d4a12a Tweak two demos 4 months ago
Emil Ernerfeldt fd85557463
Close context menus with Escape (#4711) 4 months ago
n4n5 1036e18440
plot zoom out max (#4695) 4 months ago
Emil Ernerfeldt fee6719f99
Bug fix: report latest area size in `Area::show` response (#4710) 4 months ago
Emil Ernerfeldt 93d458bb68 Clarify PR template wording 4 months ago
Emil Ernerfeldt 42b9491364 Fix docstring 4 months ago
Colin Cai d30f79db60
Fix: Menu popups and tooltips don't respect layer transforms (#4708) 4 months ago
Emil Ernerfeldt 10571e9da5
`eframe::Result` is now short for `eframe::Result<()>` (#4706) 4 months ago
Emil Ernerfeldt 07735a6465
Fix: respect existing text layout wrap settings in Label (#4704) 5 months ago
Emil Ernerfeldt 5a6d68c5f6 Fix "looking for maintainer" link 5 months ago
Emil Ernerfeldt db811847c0 Add "Looking for maintainer" to `egui_plot` docs and README.md 5 months ago
Emil Ernerfeldt db8db50bf3
Improve backtraces when hovering widgets with modifiers pressed (#4696) 5 months ago
YgorSouza b1dc059ef3
Allow setting a layer as a sublayer of another (#4690) 5 months ago
zkldi 8cef6fc872
doc(emath): Add `top_left` as an alias for `left_top`, etc. (#4689) 5 months ago
Matt Keeter d7ccf4d341
Add `Key::Quote` (#4683) 5 months ago
Emil Ernerfeldt 44f49713eb
Add an input event history tracker to the egui demo lib (#4693) 5 months ago
Emil Ernerfeldt fb4c6cc619
Put all `egui_demo_lib` tests into their own files in their own folder (#4691) 5 months ago
YgorSouza 2c00cb3991
Fix hello_world_par example on Linux (#4684) 5 months ago
Colin Cai cd3e9ea5b6
Fix: `Response::hover_pos` returns incorrect positions with layer transforms (#4679) 5 months ago
Emil Ernerfeldt 8ac1d613fc
Abort drags when pressing escape key (#4678) 5 months ago
rustbasic d9c5fb04ae
Fix dragging of `custom_window_frame` example on Windows (#4656) 5 months ago
JustFrederik 52a8e11764
Gif support (#4620) 5 months ago
Emil Ernerfeldt 902b4d960d Add `Rect::from_pos` 5 months ago