-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Insights: emilk/egui
Overview
Could not load contribution data
Please try again later
58 Pull requests merged by 15 people
-
Fix wrong galley split behavior when text ends with new line
#7320 merged
Jul 9, 2025 -
Implement
BitOr
andBitOrAssign
forRect
#7319 merged
Jul 9, 2025 -
Exclude
\n
when splittingGalley
s#7316 merged
Jul 9, 2025 -
Deprecate
Memory::popup
API in favor of newPopup
API#7317 merged
Jul 9, 2025 -
Add
Popup::from_toggle_button_response
#7315 merged
Jul 9, 2025 -
Add
Galley::intrinsic_size
and use it inAtomLayout
#7146 merged
Jul 9, 2025 -
Improve texture filtering by doing it in gamma space
#7311 merged
Jul 7, 2025 -
Add snapshot test for image blending
#7309 merged
Jul 7, 2025 -
egui_kittest: more ergonomic functions taking
Impl Into<String>
#7307 merged
Jul 7, 2025 -
Save a few CPU cycles with earlier early-out from
Popup::show
#7306 merged
Jul 7, 2025 -
Change
Rect::area
to return zero for negative rectangles#7305 merged
Jul 7, 2025 -
Fix tooltips sometimes changing position each frame
#7304 merged
Jul 7, 2025 -
Make the font atlas use a color image
#7298 merged
Jul 4, 2025 -
Fix
debug_assert
triggered bymenu
/intersect_ray
#7299 merged
Jul 4, 2025 -
Remove
SelectableLabel
#7277 merged
Jul 3, 2025 -
Add
egui::Sides
shrink_left
/shrink_right
#7295 merged
Jul 3, 2025 -
egui_kittest
: addfailed_pixel_count_threshold
#7092 merged
Jul 3, 2025 -
Fix crash when using infinite widgets
#7296 merged
Jul 3, 2025 -
Update area struct to allow force resizing
#7114 merged
Jul 3, 2025 -
Add support for scrolling via accesskit / kittest
#7286 merged
Jul 3, 2025 -
Respect and detect
prefers-color-scheme: no-preference
#7293 merged
Jul 3, 2025 -
Free textures after submitting queue instead of before with wgpu renderer on Web
#7291 merged
Jul 2, 2025 -
Improve text rendering in light mode
#7290 merged
Jul 2, 2025 -
Add light-mode Widget Gallery screenshot test
#7288 merged
Jul 2, 2025 -
egui_kittest
: AddHarnessBuilder::theme
#7289 merged
Jul 2, 2025 -
Add
Visuals::weak_text_alpha
andweak_text_color
#7285 merged
Jul 1, 2025 -
Extend .typos.toml to enforce american english
#7284 merged
Jul 1, 2025 -
Add
Visuals::text_edit_bg_color
#7283 merged
Jul 1, 2025 -
Change
ui.disable()
to modify opacity#7282 merged
Jul 1, 2025 -
Use Rust edition 2024
#7280 merged
Jun 30, 2025 -
Update MSRV to 1.85
#7279 merged
Jun 30, 2025 -
Add
Context::cumulative_frame_nr
#7278 merged
Jun 30, 2025 -
Add
Context::current_pass_index
#7276 merged
Jun 30, 2025 -
Slider: move by at least the next increment when using fixed_decimals
#7066 merged
Jun 29, 2025 -
Fix crash in
egui_extras::FileLoader
afterforget_image
#6995 merged
Jun 27, 2025 -
eframe web: only cosume copy/cut events if the canvas has focus
#7270 merged
Jun 27, 2025 -
Respect
StyleModifier
in popupFrame
style#7265 merged
Jun 25, 2025 -
Support custom syntect settings in syntax highlighter
#7084 merged
Jun 24, 2025 -
Fix incorrect window sizes for non-resizable windows on Wayland
#7103 merged
Jun 24, 2025 -
Workaround libpng crash on macos by not creating
NSImage
from png data#7252 merged
Jun 19, 2025 -
Use the new Popup api for the color picker button
#7137 merged
Jun 18, 2025 -
Create custom
egui_kittest::Node
#7138 merged
Jun 17, 2025 -
Add back old
Tooltip::new
#7156 merged
Jun 16, 2025 -
egui_extras: Enable setting DatePickerButton start and end year explicitly
#7061 merged
Jun 16, 2025 -
Minor atoms improvements
#7145 merged
Jun 16, 2025 -
Change API of
Tooltip
slightly#7151 merged
Jun 16, 2025 -
Select all text in DragValue when gaining focus via keyboard
#7107 merged
Jun 16, 2025 -
Clamp text cursor positions in the same places where we used to
#7081 merged
Jun 15, 2025 -
Add anchored text rotation method, and clarify related docs
#7130 merged
Jun 15, 2025 -
Make
Hsva
derive serde#7132 merged
Jun 15, 2025 -
Support for Back button Key on Android
#7073 merged
Jun 15, 2025 -
Mention VTK 3D integration example
#7086 merged
Jun 15, 2025 -
Fix missing repaint after
consume_key
#7134 merged
Jun 13, 2025 -
Report image alt text as text if widget contains no other text
#7142 merged
Jun 13, 2025 8000 -
Add
AtomLayout
, abstracing layouting within widgets#5830 merged
Jun 13, 2025 -
Button
inherits thealt_text
of theImage
in it, if any#7136 merged
Jun 11, 2025 -
lint: fix lints appearing in rust stable currently
#7118 merged
Jun 11, 2025 -
Improve
ComboBox
doc example#7116 merged
Jun 11, 2025
7 Pull requests opened by 6 people
-
feat: Implement `storage_creator` for `native_options`
#7143 opened
Jun 14, 2025 -
Add `.auto_scroll()` to `TextEdit`
#7251 opened
Jun 17, 2025 -
Drag-to-close panels
#7254 opened
Jun 19, 2025 -
Workaround top area not clickable on MacOS fullscreen
#7281 opened
Jul 1, 2025 -
Fix link checker CI
#7308 opened
Jul 7, 2025 -
Align of 4 for Color32 struct
#7318 opened
Jul 9, 2025
23 Issues closed by 5 people
-
Make `Memory::keep_popup_open` less of a footgun
#7037 closed
Jul 9, 2025 -
Failed surface creation on macbook m4 pro
#7256 closed
Jul 8, 2025 -
Consider NOT using sRGB-aware framebuffer
#7310 closed
Jul 7, 2025 -
Add pixel_threshold and improve threshold docs
#5683 closed
Jul 3, 2025 -
Add `Visuals::weak_color`
#7262 closed
Jul 1, 2025 -
Automatically resizing window only resizes when moving the mouse
#7271 closed
Jul 1, 2025 -
Vertical Centered expands to infinity
#4039 closed
Jul 1, 2025 -
Control `TextEdit` background color
#7263 closed
Jul 1, 2025 -
Disabled image button doesn't fade out in light mode
#5850 closed
Jul 1, 2025 -
arrow navigation (sometimes) doesn't work on a slider when using ``.fixed_decimals(n)``
#7065 closed
Jun 29, 2025 -
Add Syntect custom syntax & themes support
#3964 closed
Jun 24, 2025 -
Non-resizable window jumps to incorrect size on trying to resize
#7095 closed
Jun 24, 2025 -
Icons in menu entries
#2835 closed
Jun 24, 2025 -
Resize menu width dynamically
#7261 closed
Jun 23, 2025 -
Update color picker buttons to the new popup api
#5832 closed
Jun 18, 2025 -
Basic egui stripped down example breaks
#7155 closed
Jun 17, 2025 -
Trait based `kittest::Node` and `kittest::Event`
#5705 closed
Jun 17, 2025 -
text rotation doesn't respect anchor
#7051 closed
Jun 15, 2025 -
`ecolor::Hsva` does not derive the serde traits
#7131 closed
Jun 15, 2025 -
About the bug of examples/file_dialog
#7112 closed
Jun 11, 2025 -
About the bug of examples/file_dialog
#7111 closed
Jun 11, 2025
20 Issues opened by 18 people
-
Toggle preserve text selection when text edit not interactive
#7303 opened
Jul 7, 2025 -
PathShape rendering changed, rendering some paths incorrectly
#7294 opened
Jul 3, 2025 -
align(4) for Color32
#7292 opened
Jul 2, 2025 -
90 degrees image mirroring and rotation
#7274 opened
Jun 29, 2025 -
TextSelectionChanged events for all selectable text
#7273 opened
Jun 27, 2025 -
TextSelectionChanged not emitted when dragging with mouse
#7272 opened
Jun 27, 2025 -
Characters requiring AltGr modifier can't be typed
#7269 opened
Jun 26, 2025 -
Multisampling blurs text
#7268 opened
Jun 26, 2025 -
RichText: Add public method to get text color
#7267 opened
Jun 26, 2025 -
Finish up atomics work
#7264 opened
Jun 24, 2025 -
Submenu alignment changed since 0.31.1
#7253 opened
Jun 17, 2025 -
New DateTimePickerButton for egui_extras
#7154 opened
Jun 16, 2025 -
Nested menu options
#7153 opened
Jun 16, 2025 -
PointerState `last_move_time` calculation
#7152 opened
Jun 16, 2025 -
Can't add two `Scene`'s side by side
#7141 opened
Jun 13, 2025 -
Base TextEdit on AtomLayout
#7140 opened
Jun 13, 2025 -
Thank you for the roses.
#7135 opened
Jun 11, 2025 -
Is there a way to remove default padding from text
#7133 opened
Jun 10, 2025
20 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.
-
Feature: Extend EguiEvent::Key of it's text representation
#7105 commented on
Jul 7, 2025 • 3 new comments -
Measure `intrinsic_size` in `Placer`
#5831 commented on
Jun 16, 2025 • 0 new comments -
[WIP] Render text with Parley
#5784 commented on
Jun 12, 2025 • 0 new comments -
Concave polygon fill and the plot widget
#513 commented on
Jul 7, 2025 • 0 new comments -
Proposal: SVGImage API that is separate from RetainedImage
#2219 commented on
Jul 7, 2025 • 0 new comments -
Alternative version of callback-taking functions for making API bindings
#1004 commented on
Jul 2, 2025 • 0 new comments -
UTF-8 characters cannot be typed into TextEdit
#5817 commented on
Jul 2, 2025 • 0 new comments -
Ctrl+X, C, V events get cut out
#4065 commented on
Jun 30, 2025 • 0 new comments -
`interact_pointer_pos` incorrect behavior or documentation
#5863 commented on
Jun 30, 2025 • 0 new comments -
Track size of wasm builds
#5828 commented on
Jun 29, 2025 • 0 new comments -
No wgpu backend feature that is implemented for the target platform was enabled
#7106 commented on
Jun 29, 2025 • 0 new comments -
epaint software renderer
#1129 commented on
Jun 26, 2025 • 0 new comments -
Rerun viewer always loads at 2x the size of `inner_size_points` from app.ron
#5462 commented on
Jun 24, 2025 • 0 new comments -
Color Emoji support
#2551 commented on
Jun 24, 2025 • 0 new comments -
App icon not working on GNOME/Wayland
#3992 commented on
Jun 23, 2025 • 0 new comments -
Eframe application window does not close
#6757 commented on
Jun 18, 2025 • 0 new comments -
`with_maximized` causes a second window to flash and close on startup before the main window opens
#5975 commented on
Jun 14, 2025 • 0 new comments -
Add Support for Custom Storage Backends in eframe via a New NativeOptions Field
#5689 commented on
Jun 14, 2025 • 0 new comments -
egui::Separator ideas
#5234 commented on
Jun 13, 2025 • 0 new comments -
Disable image handling in clipboard
#7127 commented on
Jun 11, 2025 • 0 new comments