3170 Commits (cee790681d10971afdbb94aa734db71fd9ce28e6)
 

Author SHA1 Message Date
Emil Ernerfeldt cee790681d
Update to Rust 1.76 (#4411) 7 months ago
Dennis Schön bfe1858e0b
eframe: update ViewportBuilder.with_icon() documentation (#4408) 7 months ago
Mads Marquart 14194f5d3a
eframe: Use `objc2` and its framework crates (#4395) 7 months ago
TÖRÖK Attila 2c590636b5
`egui-winit`: Update `webbrowser` to `v1.0.0` (#4394) 7 months ago
Joe Sorensen 2ce82cce21
Added ability to define colors at UV coordinates along a path (#4353) 7 months ago
lopo ff8cfc2aa0
Allow users to create viewports larger than monitor on Windows & macOS (#4337) 7 months ago
rustbasic 436c671331
Improve IME support with new `Event::Ime` (#4358) 7 months ago
zhatuokun 587bc2034a
Fix `Panel` incorrect size (#4351) 7 months ago
bu5hm4nn a2f1ca31a0
Add `ViewportCommand::RequestCut`, `RequestCopy` and `RequestPaste` to trigger Clipboard actions (#4035) 7 months ago
Emil Ernerfeldt 87b294534e
Add `emath::OrderedFloat` (moved from `epaint::util::OrderedFloat`) (#4389) 7 months ago
YgorSouza 46b241eb94
Add `xtask` crate (#4293) 7 months ago
valadaptive d68c8d70aa
Add a way to specify Undoer settings and construct Undoers more easily (#4357) 7 months ago
rustbasic d2c4269240
Fix : take `rounding` into account when using `Slider::trailing_fill` (#4308) 7 months ago
Alexander Parlett 690c3ba883
Use parent `Ui`s style for popups (#4325) 7 months ago
Varphone Wong 5f9c17c855
`egui`: Change `Ui::allocate_painter` to inherit properties from `Ui` (#4343) 7 months ago
dataphract fe454573db
Fix `hex_color!` macro by re-exporting `color_hex` crate from `ecolor` (#4372) 7 months ago
Narcha 26c97a19a4
Expose `ClosestElem` and `PlotConfig` (#4380) 7 months ago
Emil Ernerfeldt 89d7f9f9d3
Update cargo-deny and some dependencies (#4386) 7 months ago
Juan Campa c630a8de89
Fix incorrect line breaks (#4377) 7 months ago
Emil Ernerfeldt 79fbd17b33
Add link to layouting tracking issue 7 months ago
Juan Campa 78d95f430b
Consider layer transform when positioning text agent (#4319) 7 months ago
Gustav Sörnäs 2342788973
Fix wrong replacement function in deprecation notice of `drag_released*` (#4314) 7 months ago
Emil Ernerfeldt 15b0ef3259 Release 0.27.2 - Fix blurry web rendering 7 months ago
lucasmerlin de9e0adf17
Allow disabling animations on a ScrollArea (#4309) 7 months ago
Emil Ernerfeldt 36ebce163a
egui_plots: Fix the same plot tick label being painted multiple times (#4307) 7 months ago
Alexander Parlett 4bc7e66245
Support order on windows (#4301) 7 months ago
Emil Ernerfeldt 058f4753b0 Fix typos and false positives found by new version of 'typos' 7 months ago
Emil Ernerfeldt 0a40b16bd4
Fix blurry rendering in some browsers (#4299) 7 months ago
Emil Ernerfeldt 48ecf01e11
Rename "Color test" to "Rendering test", and restructure it slightly (#4298) 7 months ago
Emil Ernerfeldt e99bd00dec
Only avoid glow context switching on Windows (#4296) 7 months ago
Emil Ernerfeldt 3ee4890b94 Remove warning in release build 7 months ago
Emil Ernerfeldt a97134d66c Improve `Debug` format of `Sense`, `WidgetInfo` and `Id` 7 months ago
Emil Ernerfeldt 95b62ce144 Show `WidgetInfo` for each widget if `debug.show_interactive_widgets` 7 months ago
Emil Ernerfeldt aa2f87e0ff
Allow zoom/pan a plot as long as it contains the mouse cursor (#4292) 7 months ago
Emil Ernerfeldt bb06befef1
Consider all non-interactie widgets under the mouse pointer hovered (#4291) 7 months ago
rustbasic 21835c3176
Fix `ViewportCommand::InnerSize` not resizing viewport on Wayland (#4211) 7 months ago
Emil Ernerfeldt 5a0a1e96e0
Remove a bunch of `unwrap()` (#4285) 7 months ago
Emil Ernerfeldt 2ee9d30d6e Make it easier to tweak text colors in settings 7 months ago
Emil Ernerfeldt ab720ce900
Change `Frame::multiply_with_opacity` to multiply in gamma space (#4283) 7 months ago
Emil Ernerfeldt e03ea2e17d
eframe: Early-out from context switching the `glow` backend (#4284) 7 months ago
Emil Ernerfeldt 549b243228
Rename `fn scroll2` to `fn scroll` (#4282) 7 months ago
Emil Ernerfeldt 1354c3e19a
Make the code example demo narrow enough to fit on mobile (#4281) 7 months ago
刘皓 33221bd4dd
Fix continuous repaint on Wayland when TextEdit is focused or IME output is not None (#4269) 7 months ago
Emil Ernerfeldt 3b147c066b
Implement blinking text cursor in `TextEdit` (#4279) 7 months ago
Emil Ernerfeldt d3c6895443
eframe: Correctly identify if browser tab has focus (#4280) 7 months ago
Emil Ernerfeldt 7277322983
Break out Checkbox, RadioButton and ImageButton to their own files (#4278) 7 months ago
Emil Ernerfeldt a9a756e8f3
Overload operators for `Rect + Margin`, `Rect - Margin` etc (#4277) 7 months ago
Emil Ernerfeldt 32888e0f83
Make `TextEdit` and atomic widget (#4276) 7 months ago
Emil Ernerfeldt fbb4a040ac
Change the resize cursor when you reach the resize limit (#4275) 7 months ago
Emil Ernerfeldt 8da0e8cc77
Fix: `Response::clicked_elsewhere` takes clip rect into account (#4274) 7 months ago