-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to egui master
#6448
Merged
Merged
Update to egui master
#6448
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
emilk
added
ui
concerns graphical user interface
dependencies
concerning crates, pip packages etc
exclude from changelog
PRs with this won't show up in CHANGELOG.md
labels
May 28, 2024
emilk
force-pushed
the
emilk/update-to-egui-master
branch
from
May 28, 2024 13:54
5c5b2c2
to
5dc997d
Compare
Link-checker error is unrelated |
abey79
approved these changes
May 29, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
concerning crates, pip packages etc
exclude from changelog
PRs with this won't show up in CHANGELOG.md
ui
concerns graphical user interface
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
wgpu 0.20
, fixing crashes with some linux setups #6171image
0.25 #5280Test
Checklist
main
build: rerun.io/viewernightly
build: rerun.io/viewerTo run all checks from
main
, comment on the PR with@rerun-bot full-check
.egui changelog so far
Full diff at https://github.com/emilk/egui/compare/0.27.0..HEAD
ecolor
hex_color!
macro by re-exportingcolor_hex
crate fromecolor
#4372 (thanks @dataphract!)extra_asserts
andextra_debug_asserts
feature flags #4478eframe
register_native_texture
ineframe::Frame
#4246 (thanks @Chaojimengnan!)glow
backend #4284ViewportCommand::InnerSize
not resizing viewport on Wayland (Freeze + Crash while logging 3d-data #4211) #4211 (thanks @rustbasic!)Event::Ime
#4358 (thanks @rustbasic!)objc2
and its framework crates #4395 (thanks @madsmtm!)image
crate to 0.25 #4160NativeOptions::persistence_path
#4423 (thanks @lucasmerlin!)resize
event #4536 (thanks @jprochazk!).forget()
RAF closure #4551 (thanks @jprochazk!)egui_extras
image
crate to 0.25 #4160egui_plot
Plot::Items:allow_hover
give possibility to masked the interaction on hovered item #2558 (thanks @haricot!)ClosestElem
andPlotConfig
#4380 (thanks @Narcha!)ScrollArea
andPlot
when UI is disabled #4457 (thanks @varphone!)egui_plot::Plot
to replace'static
fields #4435 (thanks @Fabus1184!)interact_radius
set in the UI's style #4520 (thanks @YgorSouza!)egui_glow
egui-wgpu
egui-winit
webbrowser
tov1.0.0
#4394 (thanks @torokati44!)egui
TextEdit
an atomic widget #4276Rect + Margin
,Rect - Margin
etc #4277TextEdit
#4279fn scroll2
tofn scroll
#4282Frame::multiply_with_opacity
to multiply in gamma space #4283drag_released*
#4314 (thanks @sornas!)hex_color!
macro by re-exportingcolor_hex
crate fromecolor
#4372 (thanks @dataphract!)Ui::allocate_painter
to inherit properties fromUi
#4343 (thanks @varphone!)Ui
s style for popups #4325 (thanks @alexparlett!)rounding
into account when usingSlider::trailing_fill
#4308 (thanks @rustbasic!)ViewportCommand::RequestCut
,RequestCopy
andRequestPaste
to trigger Clipboard actions #4035 (thanks @bu5hm4nn!)Panel
incorrect size #4351 (thanks @zhatuokun!)Event::Ime
#4358 (thanks @rustbasic!)Display
impl forVec2
,Pos2
, andRect
#4428 (thanks @tgross35!)extra_asserts
andextra_debug_asserts
feature flags #4478ScrollArea
andPlot
when UI is disabled #4457 (thanks @varphone!)include_image!
now accepts expressions #4521 (thanks @YgorSouza!)Event::Scroll
and handle it in egui #4524Options::line_scroll_speed
andscroll_zoom_speed
#4532TextEdit::return_key
optional #4543 (thanks @doonv!)TextEdit::hint_text_font
#4517 (thanks @zaaarf!)Options::reduce_texture_memory
to free up RAM #4431 (thanks @varphone!)Ui::scroll_with_delta
only scrolling if theScrollArea
is focused #4303 (thanks @lucasmerlin!)egui::Style
#4556 (thanks @abey79!)ComboBox
drop-down #4546 (thanks @abey79!)epaint
RectShape::blur_width
to implement shadows #4267Rect + Margin
,Rect - Margin
etc #4277hex_color!
macro by re-exportingcolor_hex
crate fromecolor
#4372 (thanks @dataphract!)emath::OrderedFloat
(moved fromepaint::util::OrderedFloat
) #4389Display
impl forVec2
,Pos2
, andRect
#4428 (thanks @tgross35!)extra_asserts
andextra_debug_asserts
feature flags #4478epaint::mutex::RwLock
allow?Sized
types #4485 (thanks @crumblingstatue!)