egui/crates/egui/src
Emil Ernerfeldt ba577602a4
Fix crash when using infinite widgets (#7296)
* Closes https://github.com/emilk/egui/issues/7100
2025-07-03 13:40:02 +02:00
..
atomics Minor atoms improvements (#7145) 2025-06-16 08:42:17 +02:00
cache Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
containers Update area struct to allow force resizing (#7114) 2025-07-03 13:14:07 +02:00
data Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
input_state Add support for scrolling via accesskit / kittest (#7286) 2025-07-03 12:02:05 +02:00
load Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
memory Improve the `ThemePreference` selection UI slightly 2025-07-03 09:16:13 +02:00
text_selection Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
util Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
widgets Add `Visuals::text_edit_bg_color` (#7283) 2025-07-01 15:13:16 +02:00
animation_manager.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
callstack.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
context.rs Add support for scrolling via accesskit / kittest (#7286) 2025-07-03 12:02:05 +02:00
debug_text.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
drag_and_drop.rs Rename `master` branch to `main` (#7034) 2025-05-08 09:15:42 +02:00
grid.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
gui_zoom.rs ⚠️ Improved menu based on `egui::Popup` (#5716) 2025-03-03 14:56:30 +01:00
hit_test.rs Fix crash when using infinite widgets (#7296) 2025-07-03 13:40:02 +02:00
id.rs Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
interaction.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
introspection.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
layers.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
layout.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
lib.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
load.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
menu.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
os.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
painter.rs Change `ui.disable()` to modify opacity (#7282) 2025-07-01 14:05:53 +02:00
pass_state.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
placer.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
response.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
sense.rs Use bitfield instead of bools in `Response` and `Sense` (#5556) 2025-01-06 19:29:53 +01:00
style.rs Improve text rendering in light mode (#7290) 2025-07-02 14:58:37 +02:00
ui.rs Change `ui.disable()` to modify opacity (#7282) 2025-07-01 14:05:53 +02:00
ui_builder.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
ui_stack.rs Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
viewport.rs Extend .typos.toml to enforce american english (#7284) 2025-07-01 15:54:00 +02:00
widget_rect.rs Improve hit-test of thin widgets, and widgets across layers (#5468) 2024-12-16 09:33:25 +01:00
widget_text.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00