2991 Commits (b5222008047b469f06c4fd6e868942752df7ff68)
 

Author SHA1 Message Date
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
Emil Ernerfeldt 3a1244f672
Auto-repaint when widgets move or changes id. (#3930) 9 months ago
YgorSouza d72f92c41d
Add `x11` and `wayland` features to egui-wgpu and egui_glow (#3909) 9 months ago
Andreas Reich ca513ce241
Plot items now have optional id which is returned in the plot's response when hovered (#3920) 9 months ago
StratusFearMe21 945a69d2f2
Add opacity factor to `TextShape` (#3916) 9 months ago
Emil Ernerfeldt 527f4bfdf6
Expand plot axes thickness to fit their labels (#3921) 9 months ago
Aufar Zakiev 01597fe1a1
`Response.context_menu` now returns the response of the context menu, if open (#3904) 9 months ago
Emil Ernerfeldt 8562150e33
Change default plot line thickness from 1.0 to 1.5 (#3918) 9 months ago
Emil Ernerfeldt ab39420c29
Much more accurate `cpu_usage` timing (#3913) 9 months ago
Emil Ernerfeldt 6a94f4f5f0
Fix input lag in drag-to-select o labels (#3917) 9 months ago
Emil Ernerfeldt 21253d844e
Postpone call to get_current_texture (#3914) 9 months ago
Emil Ernerfeldt 1d1b07c6b2
Turn off text wrapping by default in combo-box popups (#3912) 9 months ago
YgorSouza 13b59fb0d4
Fix typos (#3899) 9 months ago
Emil Ernerfeldt abd028bad3
Add drag-and-drop APIs with payloads storage (#3887) 9 months ago
Andreas Reich 40ed503ebd
Re-try adapter creation if creation with WebGPU enabled fails and WebGL was enabled. (#3895) 9 months ago
Emil Ernerfeldt 5d0bc2bf7d
egui_plot: customizable spacing of grid and axis label spacing (#3896) 10 months ago
Emil Ernerfeldt 6b0782c96b
Improve `Frame` API to allow picking color until after adding content (#3889) 10 months ago
Emil Ernerfeldt a815923717
Improve `Response.dragged`, `drag_started` and `clicked` (#3888) 10 months ago
Emil Ernerfeldt d190df7d25
Register callbacks with `Context::on_begin_frame` and `on_end_frame`. (#3886) 10 months ago
rustbasic e3cfcf7d2e
eframe: don't call `App::update` on minimized windows (#3877) 10 months ago
Emil Ernerfeldt 5388e65623
Smooth scrolling (#3884) 10 months ago
Garoven 200051d5d8
Fix Android crash on resume with Glow backend (#3867) 10 months ago
Emil Ernerfeldt 5e7fa46451 Fix text selection crashes 10 months ago
Emil Ernerfeldt 41aad74552
Cross-widget text select (#3870) 10 months ago
Bruno bcf032a08f
Allow read access to shapes added to painter this frame (#3866) 10 months ago
Emil Ernerfeldt 3a8e2348a5
`egui-wgpu`: turn off the default features of `wgpu` (#3875) 10 months ago
Emil Ernerfeldt 4d1a736016
Add `WgpuConfiguration::desired_maximum_frame_latency` (#3874) 10 months ago
Antoine Beyeler 11c89125f7
Add some drag-and-drop-related APIs in `Response` and `Memory` (#3876) 10 months ago
Brian Janssen 2c837d25a2
`egui_winit`: Allow getting the `clipboard` and `allow_ime` state (#3724) 10 months ago
Emil Ernerfeldt 2f9a4ca6e8
Make `egui_plot::PlotMemory` public (#3871) 10 months ago