-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Insights: emilk/egui
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
0.30.0 0.30.0 - egui_kittest and modals
published
Dec 16, 2024
61 Pull requests merged by 19 people
-
response
module is now public, allowing access toegui::response::Flags
#5592 merged
Jan 8, 2025 -
Extend
WgpuSetup
,egui_kittest
now prefers software rasterizers for testing#5506 merged
Jan 8, 2025 -
Add a test for comboboxes
#5574 merged
Jan 7, 2025 -
Fix panic due to non-total ordering in
Area::compare_order()
#5569 merged
Jan 7, 2025 -
Handle static RGB WebP images
#5586 merged
Jan 7, 2025 -
Change
Harness::run
to run until no more repaints are requested#5580 merged
Jan 7, 2025 -
Use bitfield instead of bools in
Response
andSense
#5556 merged
Jan 6, 2025 -
Avoid allocations for loader cache lookup
#5584 merged
Jan 6, 2025 -
Serialize window maximized state in
WindowSettings
#5554 merged
Jan 6, 2025 -
⚠️
Frame
now includes stroke width as part of padding#5575 merged
Jan 4, 2025 -
egui_kittest: write
.old.png
files when updating images#5578 merged
Jan 3, 2025 -
Better rounding of rectangles with thin outlines
#5571 merged
Jan 2, 2025 -
Add
Harness::new_eframe
andTestRenderer
trait#5539 merged
Jan 2, 2025 -
Shrink size of
Shadow
by usingi8/u8
instead off32
#5568 merged
Jan 2, 2025 -
Store
Margin
usingi8
to reduce its size#5567 merged
Jan 2, 2025 -
Add
epaint::Brush
for controllingRectShape
texturing#5565 merged
Jan 2, 2025 -
Refactor: put each shape into its own file
#5564 merged
Jan 2, 2025 -
Use
u8
inRounding
, and introduceRoundingf
#5563 merged
Jan 2, 2025 -
Re-enable IME support on Linux
#5198 merged
Dec 31, 2024 -
Add
WidgetType::Image
andImage::alt_text
#5534 merged
Dec 30, 2024 -
Fix cargo test --all-features breaking rendering due to unity vertexes
#5542 merged
Dec 30, 2024 -
Add
Context::copy_image
#5533 merged
Dec 29, 2024 -
Add
OutputCommand
for copying text and opening URL:s#5532 merged
Dec 29, 2024 -
Animated WebP support
#5470 merged
Dec 29, 2024 -
Spelling update to documentation in frame.rs
#5531 merged
Dec 29, 2024 -
Slight improvements to the demo
#5527 merged
Dec 28, 2024 -
Fix build of egui.rs
#5528 merged
Dec 28, 2024 -
Make image extension lowercase before checking if it is supported
#5501 merged
Dec 28, 2024 -
Tweak window resize handles
#5524 merged
Dec 27, 2024 -
Fix interactive widgets sometimes being incorrectly marked as hovered
#5523 merged
Dec 27, 2024 -
Make all lines and rectangles crisp
#5518 merged
Dec 26, 2024 -
Round widget coordinates to even multiple of 1/32
#5517 merged
Dec 26, 2024 -
Update to winit 0.30.7
#5516 merged
Dec 26, 2024 -
Provide better
debug_assert
s for ray intersections#5504 merged
Dec 19, 2024 -
docs: remove "a"
#5499 merged
Dec 17, 2024 -
Use correct minimum version of
profiling
crate#5494 merged
Dec 17, 2024 -
Revert "Revert "forward x11 and wayland features to glutin" (#5391)"
#5490 merged
Dec 17, 2024 -
Revert "forward x11 and wayland features to glutin" (#5391)
#5488 merged
Dec 16, 2024 -
Simplify kittest readme example
#5486 merged
Dec 16, 2024 -
Release 0.30 - egui_kittest and modals
#5487 merged
Dec 16, 2024 -
Fix zero-width strokes still affecting the feathering color of boxes
#5485 merged
Dec 16, 2024 -
Reduce aliasing when painting thin box outlines
#5484 merged
Dec 16, 2024 -
Fix: ui.new_child should now respect 'disabled'
#5483 merged
Dec 16, 2024 -
Make frame delay on screenshots consistently one frame on web as well
#5482 merged
Dec 16, 2024 -
Revert "Workaround for egui having wrong scale in firefox"
#5481 merged
Dec 16, 2024 -
Fix broken images on egui.rs (move from git lfs to normal git)
#5480 merged
Dec 16, 2024 -
Workaround for egui having wrong scale in firefox
#5466 merged
Dec 16, 2024 -
Improve hit-test of thin widgets, and widgets across layers
#5468 merged
Dec 16, 2024 -
Use
profiling
crate to support more profiler backends#5150 merged
Dec 16, 2024 -
Drag-and-drop: keep cursor set by user, if any
#5467 merged
Dec 12, 2024 -
Android support for eframe
#5318 merged
Dec 12, 2024 -
Add screenshot support for eframe web
#5438 merged
Dec 12, 2024 -
Add
Context::layer_transform_to_global
&layer_transform_from_global
#5465 merged
Dec 12, 2024 -
Fix: don't interact with
Area
outside itsconstrain_rect
#5459 merged
Dec 12, 2024 -
Fix pr preview vulnerability
#5461 merged
Dec 11, 2024 -
web_demo: make hash anchor case insensitive
#5446 merged
Dec 11, 2024 -
Update some crates to fix CI
#5456 merged
Dec 10, 2024 -
Update MSRV to 1.80
#5457 merged
Dec 10, 2024 -
Remove
Order::PanelResizeLine
#5455 merged
Dec 10, 2024 -
Fix drag-and-drop termination condition bug
#5452 merged
Dec 9, 2024 -
Support wgpu-tracing with same mechanism as wgpu examples
#5450 merged
Dec 9, 2024
9 Pull requests opened by 9 people
-
Fix unspecified wayland/x11 dep from clipboard feature
#5478 opened
Dec 15, 2024 -
Implement new `ZoomPanArea` container
#5505 opened
Dec 19, 2024 -
Update syntax_highlighting.rs : #[allow(non_local_definitions)]
#5537 opened
Dec 29, 2024 -
Support on hover tooltip that is noninteractable even with interactable content
#5543 opened
Dec 29, 2024 -
Allocate TextEdit's extra size on the side depending on the layout direction
#5547 opened
Dec 30, 2024 -
add sme keys
#5548 opened
Dec 30, 2024 -
Fix hovering through custom menu button
#5555 opened
Jan 1, 2025 -
Optimize editing multi-line text
#5560 opened
Jan 2, 2025 -
Fix Windows clippy issues
#5593 opened
Jan 8, 2025
25 Issues closed by 9 people
-
CSS-like `Border`
#4019 closed
Jan 6, 2025 -
Performance: replace bools in `Response` with bit-sets
#3862 closed
Jan 6, 2025 -
Maximize Window even if initial_window_size and initial_window_position are set
#1517 closed
Jan 6, 2025 -
Image-loaders cannot render files with capitalized extensions/suffix (.JPG, .PNG) on macOS
#5583 closed
Jan 4, 2025 -
Add `eframe_kittest` to test a whole `eframe::App`
#5389 closed
Jan 2, 2025 -
Eframe unusable when rendering with WGPU backend on Wayland
#3924 closed
Jan 2, 2025 -
How to let menu button auto disappear after clicked?
#5551 closed
Jan 1, 2025 -
IME input does not working on Linux since v0.29.0
#5544 closed
Dec 31, 2024 -
epaint 0.30.0 fails to compile after dependency updates
#5549 closed
Dec 30, 2024 -
Snapshot tests fail with`unity` feature
#5297 closed
Dec 30, 2024 -
Copy image to clipboard buffer
#5424 closed
Dec 29, 2024 -
Egui Frame Clipping Issue After #5517 & #5518: Right/Bottom Hidden
#5521 closed
Dec 27, 2024 -
egui_demo_app color test lines
#3667 closed
Dec 26, 2024 -
Align shapes to physical pixel grid
#5164 closed
Dec 26, 2024 -
Round widget coordinates to integers
#5163 closed
Dec 26, 2024 -
key_pressed is true for 2 frames
#5509 closed
Dec 22, 2024 -
Errors in epaint update 0.30.0 related to `profiling`
#5491 closed
Dec 17, 2024 -
Disabling ui through UiBuilder doesn't set up color fade out
#5475 closed
Dec 16, 2024 -
Bump current release wgpu's version with `wgpu = "23"`
#5476 closed
Dec 16, 2024 -
Implement `ViewportCommand::Screenshot` on web
#5425 closed
Dec 12, 2024 -
GitHub Actions Script Injection in `egui`
#5458 closed
Dec 11, 2024 -
Customize eframe persistence file path
#3927 closed
Dec 11, 2024 -
Storage options: selecting where to save app
#914 closed
Dec 11, 2024 -
Add `ui.align_cursor()` to for the cursor to be aligned with physical pixels
#4928 closed
Dec 11, 2024 -
App icon not showing up on KDE endeavor OS (Arch based) distro.
#5445 closed
Dec 9, 2024
35 Issues opened by 29 people
-
Keyboard not opening under Android
#5590 opened
Jan 7, 2025 -
Scrolling to a particular line in a TextEdit is very awkward
#5588 opened
Jan 6, 2025 -
Simplify and Clarify Font Modification APIs (`add_font` and `set_fonts`)
#5576 opened
Jan 3, 2025 -
Nested Windows can have surprisingly overlapping ids
#5573 opened
Jan 2, 2025 -
Add video player widget /example/
#5566 opened
Jan 2, 2025 -
Live preview and hot reload
#5561 opened
Jan 2, 2025 -
On web the first frame of a multitouch `interact_pointer_pos` exists, but multitouch doesn't
#5550 opened
Dec 30, 2024 -
RTL layout breaks with TextEdit
#5546 opened
Dec 30, 2024 -
Drag'nDrop does not support implementing clicked functionality
#5538 opened
Dec 29, 2024 -
How to disable default Keybinding for Ctrl C
#5536 opened
Dec 29, 2024 -
Horizontal layout vertically offsets child UIs
#5535 opened
Dec 29, 2024 -
Functionality of CollapsingHeader and Drag'nDrop conflicting
#5529 opened
Dec 28, 2024 -
Improve documentation around how to use `git lfs`
#5526 opened
Dec 28, 2024 -
Noninteractive tooltip with any content (on_hover_ui)
#5519 opened
Dec 26, 2024 -
Weird usage of `#[inline]` and `#[inline(always)]`.
#5515 opened
Dec 25, 2024 -
Readme translation
#5514 opened
Dec 25, 2024 -
misplaced <head> in demo index.html
#5513 opened
Dec 24, 2024 -
Package name "overlay" causes window to have a black background
#5512 opened
Dec 22, 2024 -
`TextEdit::clip_text` is being ignored for singleline text
#5511 opened
Dec 22, 2024 -
rect_stroke changed how it renders
#5510 opened
Dec 21, 2024 -
Zoom factor flickering not works
#5508 opened
Dec 21, 2024 -
Disabled `DragValue` still resets focus when using tab-navigation
#5507 opened
Dec 20, 2024 -
Windows build with xbuild failing when http feature is enabled.
#5503 opened
Dec 18, 2024 -
Regression: TextEdit claims full width even with smaller desired_width
#5500 opened
Dec 17, 2024 -
Wrong handling of menu by list of `custom_menu_button`
#5498 opened
Dec 17, 2024 -
Add a workflow that runs tests / checks with -Z minimal-version
#5497 opened
Dec 17, 2024 -
how to resizable native window size, after "decorations == false"(hide the title bar)
#5496 opened
Dec 17, 2024 -
Widgets "unpress" when mouse is dragged a tiny distance.
#5495 opened
Dec 16, 2024 -
Errors in other crates with egui `0.30.0`
#5493 opened
Dec 16, 2024 -
`on_exit` is not called when closing the app on Android when using eframe
#5492 opened
Dec 16, 2024 -
Button Moves with Text Overflow in TextEdit (after PR #5420)
#5474 opened
Dec 14, 2024 -
Allow setting a default easing function in `Style`
#5463 opened
Dec 11, 2024 -
Rerun viewer always loads at 2x the size of `inner_size_points` from app.ron
#5462 opened
Dec 11, 2024 -
[eframe native-windows] Entire program crashes when eframe viewport is resized fast from a corner
#5460 opened
Dec 11, 2024
49 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
epaint: Memoize individual lines during text layout
#5411 commented on
Jan 4, 2025 • 2 new comments -
Fix : Submenus are inaccessible via keyboard Enter/Space (Response::fake_primary_click)
#5230 commented on
Dec 12, 2024 • 1 new comment -
Popup menu and pickers doesn't capture the input (Escape) used to close it
#5189 commented on
Dec 11, 2024 • 0 new comments -
Zoomed layers result in blurry text
#4813 commented on
Dec 22, 2024 • 0 new comments -
Window transparency not working in eframe on unknown OS
#4451 commented on
Dec 23, 2024 • 0 new comments -
Web: scale breaks when moving egui to a monitor with different DPI
#5246 commented on
Dec 27, 2024 • 0 new comments -
High input latency with wgpu backend
#5037 commented on
Dec 27, 2024 • 0 new comments -
Backspace doesn't work in text edits on egui_web with virtual keyboards (on mobile)
#1121 commented on
Dec 30, 2024 • 0 new comments -
Memory (RAM) usage is weird, in version 0.29.1
#5245 commented on
Dec 31, 2024 • 0 new comments -
Hover through non-interactive windows now misbehaves, causing flickering
#5363 commented on
Dec 31, 2024 • 0 new comments -
Showcase gallery: share your egui screenshots here!
#996 commented on
Jan 2, 2025 • 0 new comments -
Incorrect maximize behaviour
#3494 commented on
Jan 3, 2025 • 0 new comments -
No default fonts for egui exposed by egui_winit
#2276 commented on
Jan 4, 2025 • 0 new comments -
Run `App::update` even when hidden
#5112 commented on
Jan 4, 2025 • 0 new comments -
Add support for asymmetric sizing to `Sides`
#5116 commented on
Jan 5, 2025 • 0 new comments -
Unify menus with tooltips/popups
#4607 commented on
Jan 6, 2025 • 0 new comments -
The background is completely transparent
#5072 commented on
Jan 6, 2025 • 0 new comments -
Optimization opportunities (tracking issue)
#1196 commented on
Jan 6, 2025 • 0 new comments -
CSS-like styling
#3284 commented on
Jan 6, 2025 • 0 new comments -
Enabling the wgpu feature results in a panic "The surface isn't supported by this adapter"
#5269 commented on
Jan 8, 2025 • 0 new comments -
There may be some problems with the layout of the table
#3680 commented on
Jan 8, 2025 • 0 new comments -
Preserves the text cursor position when right-clicking in TextEdit
#5180 commented on
Dec 18, 2024 • 0 new comments -
Fix: ctx.set_fonts() Doesn't Apply Fonts with Same Name
#5345 commented on
Jan 3, 2025 • 0 new comments -
Add some Keys
#5400 commented on
Dec 31, 2024 • 0 new comments -
macOS: Add `movable_by_window_background` option to viewport
#5412 commented on
Dec 17, 2024 • 0 new comments -
Web canvas resize loop
#4699 commented on
Dec 11, 2024 • 0 new comments -
Improve `Area` sizing with dynamic content
#5138 commented on
Dec 11, 2024 • 0 new comments -
Wayland: `request_repaint` ignored if minimized
#5136 commented on
Dec 11, 2024 • 0 new comments -
`App::tick`
#5113 commented on
Dec 11, 2024 • 0 new comments -
egui 0.27.0 button issue
#4306 commented on
Dec 11, 2024 • 0 new comments -
requirement for users to select wgpu features is undocumented & resulting errors hard to interpret
#4885 commented on
Dec 11, 2024 • 0 new comments -
100% CPU usage since the update to wgpu 0.20
#5092 commented on
Dec 11, 2024 • 0 new comments -
`Response::interact(Sense::click())` not respecting widget layering in 0.26.x
#4147 commented on
Dec 11, 2024 • 0 new comments -
Add a built-in egui debugger
#4650 commented on
Dec 11, 2024 • 0 new comments -
Drag click sense not working as expected
#2730 commented on
Dec 11, 2024 • 0 new comments -
`TextCursorState.set_char_range()` interacts wrongly with user click
#3883 commented on
Dec 11, 2024 • 0 new comments -
`smithay-clipboard` crashes when resizing GUI with the mouse on WSL
#3805 commented on
Dec 11, 2024 • 0 new comments -
Window size (and position) gets fractionally scaled incorrectly when `persistence` is enabled
#3797 commented on
Dec 11, 2024 • 0 new comments -
`set_zoom_factor` breaks `Area::default_pos` persistence
#3736 commented on
Dec 11, 2024 • 0 new comments -
Scrolling with trackpad using eframe is glitchy on Windows native
#4350 commented on
Dec 12, 2024 • 0 new comments -
WSL OS error running simple program "Io error: Broken pipe (os error 32)" "Io error: Connection reset by peer (os error 104)"
#4938 commented on
Dec 14, 2024 • 0 new comments -
Unexpected Program UI Freeze While Using egui Program on `Windows` (glow Renderer)
#5063 commented on
Dec 15, 2024 • 0 new comments -
Add iOS native target
#3117 commented on
Dec 16, 2024 • 0 new comments -
ScrollAreas can overrun their container's margins
#3385 commented on
Dec 17, 2024 • 0 new comments -
ComboBox search
#842 commented on
Dec 19, 2024 • 0 new comments -
example doesn't link in Windows (11): "cannot find -lshlwapi"
#2856 commented on
Dec 19, 2024 • 0 new comments -
`Area::constrain_to` clips shadow
#3552 commented on
Dec 21, 2024 • 0 new comments -
Broken CursorIcons in native MacOS versions ~14.1 and above
#5385 commented on
Dec 21, 2024 • 0 new comments -
Cosmic Text for font rendering
#3378 commented on
Dec 22, 2024 • 0 new comments