3100 Commits (f8d7d0ebaa9f991d9796f379fdee9c1014e5d009)
 

Author SHA1 Message Date
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
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