2356 Commits (39876de698439d472ea5747e434087d8120cefef)
 

Author SHA1 Message Date
Mike Krueger 39876de698 Added KeyRepeat event. 2 years ago
Emil Ernerfeldt 3519358b7b Clippy fix 2 years ago
Emil Ernerfeldt be6d23eed1 Replace `Stroke::none()` with `Stroke::NONE` 2 years ago
Emil Ernerfeldt df01db2df1 Add `show_separator_line` to `SidePanel` and `TopBottomPanel` 2 years ago
Emil Ernerfeldt aa503008ae Update changelogs with recent additions 2 years ago
Emil Ernerfeldt d7fa40ebba
`cargo update` (#2386) 2 years ago
Red Artist 8eb687cf04
Glutin Upgrade (#2187) 2 years ago
Emil Ernerfeldt 3ba39c3022
Hide all Area:s and Window:s the first frame to hide first-frame-jitters (#2385) 2 years ago
Emil Ernerfeldt 0b2d56cff0
Grid: special-treat first frame to fix bug causing expanding grids (#2384) 2 years ago
Emil Ernerfeldt 4e59296cbb Minor code tweaks 2 years ago
Emil Ernerfeldt 5093b67e9b Enable and fix some more clippy lints 2 years ago
Matt Campbell e1f348e4b2
Implement accessibility APIs via AccessKit (#2294) 2 years ago
Emil Ernerfeldt 48666e1d7a
Automatically generate screenshots for all examples (#2379) 2 years ago
winne42 b774159fc8
let monospace text style be monospaced (#2201) 2 years ago
Emil Ernerfeldt ec0b2d8e9a Deprecate ui.centered 2 years ago
Emil Ernerfeldt c8771cd13e Add some minor improvements for debugging id clashes 2 years ago
Emil Ernerfeldt e613315866 Improve issue templates 2 years ago
Emil Ernerfeldt 7133818c59
Make sure scroll bars are always visible (#2371) 2 years ago
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