summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-29Release 0.27.1 - Bug fixes for shadows and touch input0.27.1Emil Ernerfeldt
2024-03-29Avoid duplicate entires when generating changelogEmil Ernerfeldt
2024-03-29Hide shortcut text on zoom buttons if `zoom_with_keyboard` is false (#4262)Emil Ernerfeldt
2024-03-29Add web support for `zoom_factor` (#4260)Justus Dieckmann
2024-03-29Web: repaint if the `#hash` in the URL changes (#4261)Emil Ernerfeldt
2024-03-29Don't apply a clip rect to the contents of an `Area` or `Window` (#4258)Emil Ernerfeldt
2024-03-29Fix touch-and-hold to open context menu (#4249)Emil Ernerfeldt
2024-03-27Fix `Context::repaint_causes` returning no causes (#4248)Emil Ernerfeldt
2024-03-27Fix `InputState::any_touches` and add `InputState::has_touch_screen` (#4247)Emil Ernerfeldt
2024-03-27Prevent visual glitch when shadow blur width is very high (#4245)Emil Ernerfeldt
2024-03-27Fix visual glitch on the right side of highly rounded rectangles (#4244)Emil Ernerfeldt
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