3362 Commits (0f6310c598b5be92f339c9275a00d5decd838c1b)
 

Author SHA1 Message Date
Emil Ernerfeldt 0f6310c598 Add release title to changelog entry 4 months ago
Emil Ernerfeldt abab06867c Release 0.28.1 - Tooltip tweaks 4 months ago
Emil Ernerfeldt 13fddc6416
Hide tooltip on click (#4789) 4 months ago
Emil Ernerfeldt f92fe5544b Document Vec2 constants 4 months ago
Emil Ernerfeldt 0a9e0c87a4
Fix occational flickering of pointer-tooltips (#4788) 4 months ago
Emil Ernerfeldt 0be4450e3d
Smoother animations (#4787) 4 months ago
Emil Ernerfeldt 1059e0e7f1 Fix tooltip delay, bug introduced in #4784 4 months ago
Emil Ernerfeldt 2e2366e88d
Make `serde` a default (opt-out) feature of `egui_extras` (#4786) 4 months ago
Emil Ernerfeldt 977d83a08f
Hide tooltips when scrolling (#4784) 4 months ago
Emil Ernerfeldt 143119943d
Show the innermost debug rectangle when pressing all modifier keys (#4782) 4 months ago
rustbasic ad597a8491
Add `Image::uri()` (#4720) 4 months ago
lucasmerlin 9a4c46289e
Check if the mouse / touch event is above the canvas via element_from_point (#4775) 4 months ago
Emil Ernerfeldt b31d02dd21
Fix default height of top/bottom panels (#4779) 4 months ago
Emil Ernerfeldt 042e1add41
Better documentation for `Event::Zoom` (#4778) 4 months ago
Emil Ernerfeldt 8bf498d2bf Fix sizing of `images` example 4 months ago
Emil Ernerfeldt 234274d46f Release 0.28.0 - Sizing pass, and better eframe web 4 months ago
Emil Ernerfeldt bca9a04acd
Use correct cursor icons when resizing panels too wide or narrow (#4769) 4 months ago
Emil Ernerfeldt 47accb0eeb Tooltip fix: Only treat enabled widgets as interactive 4 months ago
Emil Ernerfeldt 249b69d534
Make sure all tooltips close if you open a menu in the same layer (#4766) 4 months ago
Emil Ernerfeldt d1be5a1efb
Only show one tooltip per layer at a time (#4763) 4 months ago
Emil Ernerfeldt c0296fb47b
When debugging widget rects on hover, show width and height (#4762) 4 months ago
Emil Ernerfeldt dca552ea48
Save `FrameState` of previous frame (#4761) 4 months ago
Emil Ernerfeldt 1b06c69d01
Fix text selection when there's multiple viewports (#4760) 4 months ago
Emil Ernerfeldt fcb7764e48
Fix menus and interactive popups not closing when framerate was low (#4757) 4 months ago
Emil Ernerfeldt 8ef0e85b85
egui_extras: Improve the auto-sizing of `Table` (#4756) 4 months ago
Emil Ernerfeldt 753412193c
Improve `egui_extras::Table` layout (#4755) 4 months ago
Emil Ernerfeldt f0e2bd8b00
Make it easier to grab the handle of a floating scroll bar (#4754) 4 months ago
William Zhang 770c82a3f3
Prevent `TextEdit` widgets from sending fake primary clicks (#4751) 4 months ago
Wybe Westra fa8d535fe7
Disabled widgets are now also disabled in the accesskit output (#4750) 4 months ago
Emil Ernerfeldt fcec84ca74 Clarify version numbers in egui trunk 4 months ago
Emil Ernerfeldt af404fec63
Persist `Area` positions again (#4749) 4 months ago
Emil Ernerfeldt 0fc79aea14 egui_demo_app: include `log::trace` in debug builds 4 months ago
Emil Ernerfeldt 7b61e426d7 eframe web: map `log::debug` to `console.debug`; not `console.trace` 4 months ago
Emil Ernerfeldt f3a0ac1d1b eframe web fix: `save()` on "blur" event 4 months ago
Emil Ernerfeldt 051b90bfc7 eframe web: Position the IME input position in the middle of the cursor 4 months ago
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