2538 Commits (8326fffdb0b45a3e57e67671207fcbf30cce1b49)
 

Author SHA1 Message Date
JP 85f8eeb9d5
Fix key pressed event (#2334) 2 years ago
Emil Ernerfeldt 2dc2a5540d
`egui_extras::Table` improvements (#2369) 2 years ago
Matt Campbell 0336816faf
Fix keyboard support in `DragValue` (#2342) 2 years ago
Fotis Gimian 975cbac83a
Update the glow example to avoid a white flash when the app starts. (#2345) 2 years ago
Emil Ernerfeldt a3f1e5961f Fix bug in keyboard shortcut formatting 2 years ago
Erlend Walstad c5e6def65e
Only update pixels_per_point when it has changed (#2352) 2 years ago
Erlend Walstad d2f70cdcd1
Make it easier to convert strings to Id (#2350) 2 years ago
Nagy Tibor 502e1aa229
Do not emit changed responses on unchanged values in selectable_value/radio_value (#2343) 2 years ago
Lukas Hermann f9066ff285
[WGPU] Allow for depth buffer in web target (#2335) 2 years ago
Emil Ernerfeldt 7d8154971b
Update ndk-sys v0.4.0 -> v0.4.1+23.1.7779620 (#2340) 2 years ago
Felix Zwettler f3633534e7
add set_plot_bounds method, giving users the ability to set the plot bounds themselves. (#2320) 2 years ago
Emil Ernerfeldt bde47c9957
epaint: cover default fonts in the license field (#2327) 2 years ago
Emil Ernerfeldt 8602326af5 Plot: round hlines, vlines, and grid lines to pixels to avoid aliasing 2 years ago
Emil Ernerfeldt 8671aa26e1 Added support for thin space 2 years ago
Emil Ernerfeldt 1c8cf9e3d5
Move egui::util::History to emath::History (#2329) 2 years ago
Lukas Hermann f4d8ab9779
[wgpu] Add depth stencil initialization to `Painter` (#2316) 2 years ago
Clement Rey dfc1f2c470
add plot_secondary_clicked to plot_ui (#2318) 2 years ago
Emil Ernerfeldt eca5e6a4d2
Update to Rust 1.65 (#2314) 2 years ago
Clement Rey f7019926dc
wgpu backend: do not try to render zero-sized surfaces (#2313) 2 years ago
Emil Ernerfeldt 9268f43896
eframe: make RequestRepaintEvent into an enum UserEvent (#2311) 2 years ago
Robert Walter 0ff1ee3893
feat(combobox): implement text wrap for selected text (#2272) 2 years ago
Arshia Soleimani 0ba04184d5
Improve mouse selection accuracy (#2304) 2 years ago
Matt Fellenz 690dc2d2e8
Add 'none' alias to Sense::hover (#2306) 2 years ago
Emil Ernerfeldt ef931c406c
Add Window::pivot and position combo boxes better (#2303) 2 years ago
LoganDark f0f41d60e1
eframe: Don't show window until after initialization (#2279) 2 years ago
LoganDark 5bac853d9c
eframe: Repaint immediately on RepaintAsap, fixes #903 (#2280) 2 years ago
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