summaryrefslogtreecommitdiff
path: root/crates
AgeCommit message (Expand)Author
2024-04-02Release 0.27.2 - Fix blurry web renderinglatest0.27.2Emil Ernerfeldt
2024-04-02Allow disabling animations on a ScrollArea (#4309)lucasmerlin
2024-04-02egui_plots: Fix the same plot tick label being painted multiple times (#4307)Emil Ernerfeldt
2024-04-02Prevent plot from resetting one axis while zooming/dragging the other (#4252)YgorSouza
2024-04-02Fix typos and false positives found by new version of 'typos'Emil Ernerfeldt
2024-04-02Fix blurry rendering in some browsers (#4299)Emil Ernerfeldt
2024-04-02Allow zoom/pan a plot as long as it contains the mouse cursor (#4292)Emil Ernerfeldt
2024-04-02Consider all non-interactie widgets under the mouse pointer hovered (#4291)Emil Ernerfeldt
2024-04-02Remove a bunch of `unwrap()` (#4285)Emil Ernerfeldt
2024-04-02Fix continuous repaint on Wayland when TextEdit is focused or IME output is n...刘皓
2024-04-02eframe: Correctly identify if browser tab has focus (#4280)Emil Ernerfeldt
2024-04-02Fix: `Response::clicked_elsewhere` takes clip rect into account (#4274)Emil Ernerfeldt
2024-04-02Fix bug in determining wether to remove focus from a widget (#4272)Emil Ernerfeldt
2024-04-02Fix incorrect `Response::interact_rect` for `Area/Window` (#4273)Emil Ernerfeldt
2024-04-02Improve docs of `ui.collapsing`Emil Ernerfeldt
2024-03-29Release 0.27.1 - Bug fixes for shadows and touch input0.27.1Emil 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-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-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