3100 Commits (f8d7d0ebaa9f991d9796f379fdee9c1014e5d009)
 

Author SHA1 Message Date
Emil Ernerfeldt f8d7d0ebaa
Enforce writing username in TODO comments (#4235) 8 months ago
Emil Ernerfeldt 8a10f81ca0 Forbid use of `std::time::Instant` on wasm 8 months ago
Emil Ernerfeldt a03604fce0 Add breaking change to changelog 8 months ago
Emil Ernerfeldt 884cf6de3d Add some tests for `Rect` 8 months ago
Emil Ernerfeldt 8a880d6d0f
Add `Area::sense` and improve hit-testing of buttons in menus (#4234) 8 months ago
Emil Ernerfeldt 9cfaf8b961
Better align menus with the button that opened them (#4233) 8 months ago
Emil Ernerfeldt c530504a04
CSS-like shadows with offset, spread, and blur (#4232) 8 months ago
Emil Ernerfeldt 1634554032
Add `Margin` to `epaint` (#4231) 8 months ago
Emil Ernerfeldt cf8c37c71e
Add some distance between parent menu and submenu (#4230) 8 months ago
/lemon.sh ab6c3f9161
Add an API for customizing the return key in TextEdit (#4085) 8 months ago
Colin Kinloch 287a550b90
egui demo: Add drop down to resize the window (#4197) 8 months ago
rustbasic d410bc5b9a
Fix `example/test_viewports` title change (#4221) 8 months ago
Emil Ernerfeldt 7f8aae4103
Don't show URLs when hovering hyperlinks (#4218) 8 months ago
Emil Ernerfeldt 20b0637d42 Some clippy fixes 8 months ago
Emil Ernerfeldt b7ec3fa1e3 Fix crash in `wants_keyboard_input` 8 months ago
rustbasic 21d045e8ef
Fix: IME bug when typing Chinese characters (#4210) 8 months ago
rustbasic 769199648d
Prevent egui::Window from becoming larger than Viewport (#4199) 8 months ago
dwuertz 0299663cdd
Expose `PlotGeometry` in public API (#4193) 8 months ago
Zeenobit e4f209ec50
Expose state override for `HeaderResponse` (#4200) 8 months ago
rustbasic 7d3d7ce0ca
typos : intersects_ray() (#4201) 8 months ago
Seth Rider 2c9c5f0dea
Add x11 window type settings to viewport builder (#4175) 8 months ago
hiyosilver 365d035b20
Added ability to disable highlighting of weekend days in DatePickerPopup. (#4151) 8 months ago
rustbasic 861a1b6225
Adjustable Slider rail height (#4092) 8 months ago
zaaarf 8ca270e78e
Option to change date picker format (#4180) 8 months ago
Eris bce257adb3
`epaint`: Add `EllipseShape` (#4122) 8 months ago
ming08108 8d47ab8bb9
Don't clear modifier state on focus change (#4157) 8 months ago
rustbasic 1b34289608
Fix bug in `Context::parent_viewport_id` (#4190) 8 months ago
Emil Ernerfeldt d449cb1d48
On touch screens, press-and-hold equals a secondary click (#4195) 8 months ago
Emil Ernerfeldt cd1ed73388
Change the definition of `clicked_by` (#4192) 8 months ago
Emil Ernerfeldt 820fa3c43a
`Location::query_map`: support repeated key (#4183) 8 months ago
Antoine Beyeler 3258cd2a7f
Fix two `ScrollArea` bugs: leaking scroll target and broken animation to target offset (#4174) 8 months ago
Emil Ernerfeldt bf7ffb982a
Fix bug parsing url query with escaped & or = (#4172) 8 months ago
Jan Procházka c5eaba43cd
Fix crash on `request_animation_frame` when destroying web runner (#4169) 8 months ago
Emil Ernerfeldt 00e8ce6d7e Reduce log-level of processing ViewportCommands 8 months ago
lomekragow 47fbce665a
Add `get_proc_address` in CreationContext (#4145) 8 months ago
Emil Ernerfeldt 0afbefc884
Improve logic for when submenus are kept open (#4166) 8 months ago
rustbasic f019032033
TextEdit: fix crash when hitting SHIFT + TAB around non-ASCII text (#3984) 8 months ago
Vincent Alsteen c87bcc4bcc
Remove unnecessary allocation in `RepaintCause::new` (#4146) 8 months ago
ming08108 efc0a6385c
Update kb modifiers from web mouse events (#4156) 8 months ago
CrazyCraftix 4a330de53d
Fix scaling of rounded corners for rect shape (#4152) (#4161) 8 months ago
Emil Ernerfeldt d0a6bbf2b8
Fix style of disabled widgets (#4163) 8 months ago
Varphone Wong 827fdefd83
eframe: Added `App::raw_input_hook` allows for the manipulation or filtering of raw input events (#4008) 8 months ago
Emil Ernerfeldt 00a399b2f7
A `Window` can now be resizable in only one direction (#4155) 8 months ago
Varphone Wong a93c6cd5d2
`egui`: Fixed the incorrect display of the Window frame with a wide border or large rounding (#4032) 8 months ago
Varphone Wong 1f414c059d
`egui_extras`: Fixed handling of `file://` protocol for images (#4107) 8 months ago
Varphone Wong 4d776fd84e
`epaint`: Added `Shape::{scale,translate}` wrappers (#4090) 8 months ago
rustbasic 385daeb354
Fix IME bug where currently typed characters got copied 8 months ago
Arnold Loubriat 76411b5d74
Add accessibility to `ProgressBar` and `Spinner` (#4139) 8 months ago
Antoine Beyeler a1d5145c16
Hide hover UI when showing the context menu (#4138) 8 months ago
Cameron Taggart ca1f453c47
add webgpu feature by default for wgpu feature of eframe (#4124) 8 months ago