72 Commits (09e1569bf3c0cfa25d2d8f39e024ffe7784c974a)

Author SHA1 Message Date
Emil Ernerfeldt 4d357b0f02 clippy fixes from 1.69.0 2 years ago
Emil Ernerfeldt ce761e548f
use env_logger in all examples (#2934) 2 years ago
TicClick e3a021eea6
Allow for requesting the user's attention to the window (#2905) 2 years ago
Emil Ernerfeldt 9c9a54ce36
Replace `tracing` with `log` (#2928) 2 years ago
Emil Ernerfeldt af4d737c92 Fix typo. Closes https://github.com/emilk/egui/pull/2876 2 years ago
Emil Ernerfeldt 92c4e23aac
eframe: add a simplified native-only API for simple native apps (#2453) 2 years ago
amfaber 870264b005
eframe: capture a screenshot using `Frame::request_screenshot` 2 years ago
c-git 2946ed74e3
Update serial window example (#2756) 2 years ago
Emil Ernerfeldt e3e781ced8 fix puffin_profiler example 2 years ago
Emil Ernerfeldt 530e9f667c format: add some blank lines where it was needed 2 years ago
Emil Ernerfeldt 1581f0229e examples/README.md: explain that the examples are for master 2 years ago
Emil Ernerfeldt 63fa3aec10 Update example screenshots 2 years ago
Emil Ernerfeldt 449dd1c23c
cargo update (#2697) 2 years ago
Emil Ernerfeldt 636a39cbe1
Update `glow` to 0.12 (#2695) 2 years ago
Emil Ernerfeldt a8d5a82a7f Lowe multisampling in examples from 8 to 4 2 years ago
Emil Ernerfeldt cef0c0b6d8 Fix typo 2 years ago
Emil Ernerfeldt d5dcc87ace Improve custom_window_frame 2 years ago
Emil Ernerfeldt 660566c499
eframe: ask if the window is minimized or maximized (#2672) 2 years ago
SunDoge f0718a61d3
eframe: add set_minimized and set_maximized (#2292) 2 years ago
Andreas Reich 8aa07e9d43
Clear color values are now explicitely sent to the rendering backend as-is. (#2666) 2 years ago
Emil Ernerfeldt 8ce0e1c520
Avoid deadlocks by using lambdas for context lock (#2625) 2 years ago
RadonCoding ce5472633d
Fix close button not working (#2533) 2 years ago
apoorv569 0eabd894bd
Fix typo in cargo run command. (#2582) 2 years ago
Emil Ernerfeldt 37fd141dd1 Rename eframe::EframeError to eframe::Error 2 years ago
Emil Ernerfeldt e0b5bb17e5
Improve the look of thin lines, making them look weaker (#2437) 2 years ago
Emil Ernerfeldt cb77458f70
eframe error handling (#2433) 2 years ago
Emil Ernerfeldt 124ef8ddf8 Update poll-promise and unicode_names2 2 years ago
Emil Ernerfeldt d7fa40ebba
`cargo update` (#2386) 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
JP 85f8eeb9d5
Fix key pressed event (#2334) 2 years ago
Emil Ernerfeldt eca5e6a4d2
Update to Rust 1.65 (#2314) 2 years ago
blusk 3805a3282f
feat: add a way to provide customable scaling to SVG rasterization (#2252) 2 years ago
Emil Ernerfeldt 8c76b8caff
Update op puffin 0.14.0 (#2257) 2 years ago
Emil Ernerfeldt a0b3f1126b
Add helpers for zooming an app using Ctrl+Plus and Ctrl+Minus (#2239) 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
Emil Ernerfeldt 4ac1e28eae
Improve text redering and do all color operation in gamma space (#2071) 2 years ago
Emil Ernerfeldt 29fa63317e
Fix text sizes being too small (#2069) 2 years ago
Emil Ernerfeldt 2b0bf82b51
Make eframe::App::as_any_mut optional to implement (#2061) 2 years ago
Stanislav ebc4fc866d
eframe web: access app from WebHandle (#1886) 2 years ago
Adia Robbie b43a8626cf
Add custom shader_version on glow renderer (#1993) 2 years ago
RadonCoding 613a664c45
Fixed a typo (#1985) 2 years ago
Daniel Buch Hansen 4629f2cd12
Example: three-d downgrade depth_buffer to 24 bit (#1950) 2 years ago
Emil Ernerfeldt 127931ba45
eframe: rename quit/exit to "close" (#1943) 2 years ago
Emil Ernerfeldt 2453756782 Fix broken GitHub source links due to #1940 2 years ago
Emil Ernerfeldt 725aa5277b Update crate rfd to 0.10 (in file_dialog example) 2 years ago
Emil Ernerfeldt 041f2e64ba
Move all crates into a `crates` directory (#1940) 2 years ago
Asger Nyman Christiansen eeeb4b7de2
Improve custom_3d_three-d example (#1923) 2 years ago