summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-26Release 0.27.0 - Nicer menus and new hit test logic0.27.0Emil Ernerfeldt
2024-03-26Enforce writing username in TODO comments (#4235)Emil Ernerfeldt
2024-03-26Forbid use of `std::time::Instant` on wasmEmil Ernerfeldt
2024-03-26Add breaking change to changelogEmil Ernerfeldt
2024-03-26Add some tests for `Rect`Emil Ernerfeldt
2024-03-26Add `Area::sense` and improve hit-testing of buttons in menus (#4234)Emil Ernerfeldt
2024-03-26Better align menus with the button that opened them (#4233)Emil Ernerfeldt
2024-03-26CSS-like shadows with offset, spread, and blur (#4232)Emil Ernerfeldt
2024-03-26Add `Margin` to `epaint` (#4231)Emil Ernerfeldt
2024-03-26Add some distance between parent menu and submenu (#4230)Emil Ernerfeldt
2024-03-25Add an API for customizing the return key in TextEdit (#4085)/lemon.sh
2024-03-25egui demo: Add drop down to resize the window (#4197)Colin Kinloch
2024-03-25Fix `example/test_viewports` title change (#4221)rustbasic
2024-03-25Don't show URLs when hovering hyperlinks (#4218)Emil Ernerfeldt
2024-03-22Some clippy fixesEmil Ernerfeldt
2024-03-22Fix crash in `wants_keyboard_input`Emil Ernerfeldt
2024-03-22Fix: IME bug when typing Chinese characters (#4210)rustbasic
2024-03-21Prevent egui::Window from becoming larger than Viewport (#4199)rustbasic
2024-03-21Expose `PlotGeometry` in public API (#4193)dwuertz
2024-03-21Expose state override for `HeaderResponse` (#4200)Zeenobit
2024-03-21typos : intersects_ray() (#4201)rustbasic
2024-03-21Add x11 window type settings to viewport builder (#4175)Seth Rider
2024-03-21Added ability to disable highlighting of weekend days in DatePickerPopup. (#4...hiyosilver
2024-03-21Adjustable Slider rail height (#4092)rustbasic
2024-03-20Option to change date picker format (#4180)zaaarf
2024-03-20`epaint`: Add `EllipseShape` (#4122)Eris
2024-03-20Don't clear modifier state on focus change (#4157)ming08108
2024-03-20Fix bug in `Context::parent_viewport_id` (#4190)rustbasic
2024-03-20On touch screens, press-and-hold equals a secondary click (#4195)Emil Ernerfeldt
2024-03-19Change the definition of `clicked_by` (#4192)Emil Ernerfeldt
2024-03-17`Location::query_map`: support repeated key (#4183)Emil Ernerfeldt
2024-03-17Fix two `ScrollArea` bugs: leaking scroll target and broken animation to targ...Antoine Beyeler
2024-03-15Fix bug parsing url query with escaped & or = (#4172)Emil Ernerfeldt
2024-03-14Fix crash on `request_animation_frame` when destroying web runner (#4169)Jan Procházka
2024-03-14Reduce log-level of processing ViewportCommandsEmil Ernerfeldt
2024-03-13Add `get_proc_address` in CreationContext (#4145)lomekragow
2024-03-13Improve logic for when submenus are kept open (#4166)Emil Ernerfeldt
2024-03-12TextEdit: fix crash when hitting SHIFT + TAB around non-ASCII text (#3984)rustbasic
2024-03-12Remove unnecessary allocation in `RepaintCause::new` (#4146)Vincent Alsteen
2024-03-12Update kb modifiers from web mouse events (#4156)ming08108
2024-03-12Fix scaling of rounded corners for rect shape (#4152) (#4161)CrazyCraftix
2024-03-12Fix style of disabled widgets (#4163)Emil Ernerfeldt
2024-03-12eframe: Added `App::raw_input_hook` allows for the manipulation or filtering ...Varphone Wong
2024-03-11A `Window` can now be resizable in only one direction (#4155)Emil Ernerfeldt
2024-03-08`egui`: Fixed the incorrect display of the Window frame with a wide border or...Varphone Wong
2024-03-08`egui_extras`: Fixed handling of `file://` protocol for images (#4107)Varphone Wong
2024-03-08`epaint`: Added `Shape::{scale,translate}` wrappers (#4090)Varphone Wong
2024-03-08Fix IME bug where currently typed characters got copiedrustbasic
2024-03-08Add accessibility to `ProgressBar` and `Spinner` (#4139)Arnold Loubriat
2024-03-06Hide hover UI when showing the context menu (#4138)Antoine Beyeler