3170 Commits (cee790681d10971afdbb94aa734db71fd9ce28e6)
 

Author SHA1 Message Date
Magnus Larsen 7a4ab666b4
Update memoffset to 0.9.0, arboard to 3.3.1, and remove egui_glow's needless dependency on pure_glow's deps (#4036) 9 months ago
Emil Ernerfeldt d22ee81ab0 Release 0.26.1 - Bug Fixes 9 months ago
Varphone Wong cd34a47dd6
egui: Fix custom `Window` `Frame`s (#4009) 9 months ago
Emil Ernerfeldt 12b5d51325 Revert test code in hello_world example 9 months ago
Emil Ernerfeldt 407224746d
Take clip_rect into account when storing widget rects (#4020) 9 months ago
Emil Ernerfeldt 132d0ec430
Add `Options::debug_paint_interactive_widgets` (#4018) 9 months ago
Emil Ernerfeldt 0bf3056bd7
Fix: `Response.interact_pointer_pos` is `Some` on click and drag released (#4014) 9 months ago
Emil Ernerfeldt 5bf44f8850
Fix `Response::interact` and `Ui:interact_with_hovered` (#4013) 9 months ago
Georg Weisert 808dc0103a
Fix `TextEdit` being too short whenever there is horizontal margin (#4005) 9 months ago
njust 310d85a7fa
egui demo: Fix space reserved for source code link (#3983) 9 months ago
Emil Ernerfeldt 800eff6994
Improve panic message in egui-wgpu when failing to create buffers (#3986) 9 months ago
Emil Ernerfeldt 410957870b
Update to document-features 0.2.8 (#4003) 9 months ago
YgorSouza 1bc70b20b1
Make `on_disabled_hover_ui` respect `tooltip_delay` (#4012) 9 months ago
Oscar Gustafsson 15370bbea0
Add F21 to F35 key bindings (#4004) 9 months ago
Magnus Larsen 21f08afcbb
egui_glow: Only disable sRGB framebuffer on supported platforms (#3994) 9 months ago
Varphone Wong 377f86efb5
egui: Fixed window title bar incorrect handling spacing (#3995) 9 months ago
Richard Hozák b35a7dd7de
Add scroll bar visibility option to Table widget (#3981) 9 months ago
AnotherNathan ee7fb47798
add with_taskbar to viewport builder (#3958) 9 months ago
rustbasic 68eb3db648
Fix high CPU usage on Windows when app is minimized (#3985) 9 months ago
Emil Ernerfeldt 45e9e8df00 PR template: remind contributors to pick good PR titles 9 months ago
Emil Ernerfeldt 8ddd33fc89
README.md: put demo images next to each other 9 months ago
Emil Ernerfeldt 56bf8b79f3 Release 0.26.0 - Text selection in labels 9 months ago
Emil Ernerfeldt b36b3d69a8 Fix markdown formatting of link in docstring 9 months ago
Emil Ernerfeldt 579e84ec93 generate_changelog.py: add option to write it to the changelogs 9 months ago
Emil Ernerfeldt 74f00f9017 Turn repaint_on_widget_change off by default 9 months ago
Emil Ernerfeldt 217e066626
Make `egui_wgpu::renderer` a private module (#3979) 9 months ago
Emil Ernerfeldt 1858167296
Fix calling request_repaint_after every frame causing immediate repaint (#3978) 9 months ago
Emil Ernerfeldt d018265587
Wait with showing tooltip until mouse has been still for 300ms (#3977) 9 months ago
Emil Ernerfeldt 28d3c8e2b5 Improve README.md 9 months ago
Emil Ernerfeldt b522200804 Update example screenshots 9 months ago
Emil Ernerfeldt d02491425c
Put all egui crates as workspace crates (#3976) 9 months ago
Emil Ernerfeldt bcebfecb84
Use more workspace dependencies (#3975) 9 months ago
Emil Ernerfeldt a5f3881d59
Add `Spacing::menu_width` (#3973) 9 months ago
StratusFearMe21 7a6d80cc8c
Pass `ScreenDescriptor` to `egui_wgpu::CallbackTrait::prepare` (#3960) 9 months ago
Dan Lock a5973e5cac
Add `TextureOptions::wrap_mode` (#3954) 9 months ago
njust a41a04d635
Override text color with stroke selection color for selected cells (#3968) 9 months ago
YgorSouza bfdfb8894d
Fix typos in `crates/egui/src/context.rs` (#3966) 9 months ago
Ivan a6a9501d12
Fix `StripBuilder` not allocating its used space (#3957) 9 months ago
YgorSouza 1636b6af08
Fix clip rect for plot items (#3955) 9 months ago
Emil Ernerfeldt 114f820170
`Context::repaint_causes`: `file:line` of what caused a repaint (#3949) 9 months ago
Emil Ernerfeldt c5352cf6c1 Remove profile scope from `tessellate_shape` 9 months ago
Emil Ernerfeldt 60e272f192
Make `egui_plot::PlotItem` a public trait (#3943) 9 months ago
Emil Ernerfeldt 8f2c8664e7
Emilk/revert workspace deps (#3942) 9 months ago
Emil Ernerfeldt 00cd671ad8 Use workspace dependencies for the egui crates 9 months ago
Emil Ernerfeldt 948db61a8a
Update to puffin 0.19 (#3940) 9 months ago
Emil Ernerfeldt dda9f79838 Remove `version` field for path-dependencies 9 months ago
Emil Ernerfeldt 520b28ce22
Don't make labels focusable by default (#3937) 9 months ago
Emil Ernerfeldt 67b796faee
Misc cleanup (#3935) 9 months ago
Emil Ernerfeldt 1db291721f
Parallell tessellation (#3934) 9 months ago
Emil Ernerfeldt 8860930ec8
Niche-optimize `Id` so that `Option<Id>` is the same size as `Id` (#3932) 9 months ago