2362 Commits (452541d7c2bc3c93192c91b37e3ea5bd7114ab3b)
 

Author SHA1 Message Date
ItsEthra f790e248e4
Fixed color edit popup going outside the screen (#2270) 2 years ago
Red Artist 8ff139687a
bump msrv 1.64 and tts + bindgen dep (#2274) 2 years ago
Emil Ernerfeldt e225c6b8d0 Opt-in logging of egui-wgpu using puffin 2 years ago
WesleyCh3n b2edbe617e
Fixed Plot `Line::fill` does not fill last segment correctly (#2275) 2 years ago
Emil Ernerfeldt b1e71d308f
Only show tooltips when mouse pointer is still (#2263) 2 years ago
Emil Ernerfeldt 51ff32797d
Give each tooltip area its own unique `Id` (#2264) 2 years ago
Emil Ernerfeldt 35213606c4 Bug fix: don't paint panel separation lines on top of everything else 2 years ago
Emil Ernerfeldt 5515d2db77 Add ui.centered 2 years ago
Emil Ernerfeldt c3edc1b88e fix mistake added in #2261 2 years ago
Emil Ernerfeldt 4aacb4575b
Panel visual improvements (#2261) 2 years ago
qthree 75a825e9a1
Fix ScrollArea::show_rows (#2258) 2 years ago
blusk 3805a3282f
feat: add a way to provide customable scaling to SVG rasterization (#2252) 2 years ago
Emil Ernerfeldt b3ab47a594 eframe: warn if web_sys_unstable_apis was not set 2 years ago
Emil Ernerfeldt d5eb8779cb
Allow overlapping interactive widgets (#2244) 2 years ago
Emil Ernerfeldt 8c76b8caff
Update op puffin 0.14.0 (#2257) 2 years ago
Emil Ernerfeldt eec18290a4
eframe: make sure to update native_pixels_per_point when dpi changes (#2256) 2 years ago
axxop 940b896cbb
use `RandomState::with_seeds` replace `AHasher::default` (#2254) 2 years ago
Emil Ernerfeldt 17501d7e3e
Update arboard, fixing copy-paste on X11 (#2238) 2 years ago
Max Wase 22a917c00a
`Painter` extend accepts `IntoIter` (#2249) 2 years ago
Emil Ernerfeldt e48602059d
Update ahash to 0.8.1 (#2255) 2 years ago
Steven Casper 7434a7d7d5
Implement Debug for `egui::Context` (#2248) 2 years ago
Emil Ernerfeldt a0b3f1126b
Add helpers for zooming an app using Ctrl+Plus and Ctrl+Minus (#2239) 2 years ago
Mikhail Sheldyakov 25718f2774
fix comment for WebOptions follow_system_theme (#2233) 2 years ago
Clement Rey fcb00723bc
wgpu: add support for user-level command buffers + viewport clarification (#2230) 2 years ago
ItsEthra 4d1e858a52
Use total_cmp for clamping drag value in order to avoid floating point ambiguities (#2213) 2 years ago
Emil Ernerfeldt 34e6e12f00
Specify deifferent minification and magnification filters (#2224) 2 years ago
heretik31 8e79a5a8ae
Add egui_speedy2d link to README.md (#2211) 2 years ago
ItsEthra 76d0cf5034
Fixed datepicker not being marked as changed (#2208) 2 years ago
Antoine Marras 1fb19f08ce
Typo in egui, layout: alignmen => alignment (#2209) 2 years ago
Andreas Reich 4c82519fb8
configurable wgpu backend (#2207) 2 years ago
ItsEthra f71cbc2475
Fixed menu popups going outside of the screen (#2191) 2 years ago
Emil Ernerfeldt 02b9d2d082
Keyboard shortcut helpers (#2202) 2 years ago
Mason Feurer d97282cd92
Interact with non-Rect shapes (#2199) 2 years ago
Emil Ernerfeldt 2b1341095d
CI: Run cargo clippy for wasm32-unknown-unknown (#2200) 2 years ago
Andreas Reich 53b800502a
wgpu renderer no longer creates a sampler with every texture (#2198) 2 years ago
Emil Ernerfeldt f7a15a34f9
Panel collapse/expansion animation (#2190) 2 years ago
Emil Ernerfeldt da96fcacd3 Improve panel sizing API 2 years ago
Lily M. Lyons 1fadc7396a
Add CollapsingHeader::show_unindented (#2154) 2 years ago
Emil Ernerfeldt aebec6329a Use ⚠ instead of ‼ in "Debug build" warning 2 years ago
Emil Ernerfeldt 7b8c17042c eframe: Make fullsize_content mac-only 2 years ago
Paul Hazen 5e44c13b48
Allows creating a `ColorImage` struct without an alpha channel (#2167) 2 years ago
Clement Rey 3d36a20376
table: fix deadlocks caused by lock fairness (#2156) 2 years ago
Andreas Reich 944159d514
using a shared vertex & index buffer in wgpu renderer (#2148) 2 years ago
Parth 02d1e7492a
fix typo in text_layout_types (#2150) 2 years ago
Andrew Langmeier a1f6f68213
Allow for changing of plot bounds from PlotUI (#2145) 2 years ago
Nicolas Musset ae5294e63c
Use WidgetText for the slider's text (#2143) 2 years ago
Andreas Reich c414af7aa2
wgpu renderer now always requires a RenderPass being passed in, pass command encoder to prepare callback (#2136) 2 years ago
Emil Ernerfeldt 7803285221 Remove Debug trait constraint on Id sources 2 years ago
Clement Rey 367378d75d
Fix false positives wrt `RwLock` deadlock detection (#2121) 2 years ago
Emil Ernerfeldt f4d2aa5b4a
Only call the request_repaint_callback at most once per frame (#2126) 2 years ago