2057 Commits (b008b147e5285483d08bb4ae85f7941bef94c54f)
 

Author SHA1 Message Date
Emil Ernerfeldt 3e41da7187 Revert accidentally setting srgb option on glutin window based on vsync 3 years ago
Emil Ernerfeldt 1387d6e9d6
Refactor TessellationOptions to expose slider for feathering size (#1408) 3 years ago
Emil Ernerfeldt a9fd03709e Add new NativeOptions: vsync multisampling depth_buffer stencil_buffer 3 years ago
Emil Ernerfeldt c63bdeab67
Add an example of showing 3D using three-d (#1407) 3 years ago
Emil Ernerfeldt 85e3ec5027 Log supported OpenGL extensions if VAO is in doubt. 3 years ago
Emil Ernerfeldt ea9393aa9b
glow painter improvements (#1406) 3 years ago
Emil Ernerfeldt 6f10e2e725
Improve glow error reporting (#1403) 3 years ago
Emil Ernerfeldt 41b178b6ec
Use atomic_refcell instead of parking_lot for wasm32 targets (#1404) 3 years ago
Edgeworth e5aeb1618f
Export the PlotBounds type. (#1392) 3 years ago
Hunter522 0a400a5bcc
Add Image::rotate and Mesh::rotate (#1371) 3 years ago
Emil Ernerfeldt 805539b50d
Add example of custom window frame for native window using eframe (#1396) 3 years ago
Emil Ernerfeldt 15254f8235
Remove the single_threaded/multi_threaded feature flags (#1390) 3 years ago
Emil Ernerfeldt 5c68edbb15 Clippy fixes 3 years ago
Emil Ernerfeldt 339b28b470 Add Frame::outer_margin, and rename Frame::margin to Frame::inner_margin 3 years ago
Emil Ernerfeldt fda8189cba
Move lints list to `.carg/config.toml` (#1394) 3 years ago
Emil Ernerfeldt ccbddcfe95 Add example of how to move text cursor in a TextEdit 3 years ago
Emil Ernerfeldt fde9c232b3 Improve the introspection paint stats 3 years ago
Emil Ernerfeldt e369626d3d glow: move where FRAMEBUFFER_SRGB is enabled 3 years ago
Emil Ernerfeldt d20be45c4c Add egui_assert to ensure texture size is <= max_texture_side 3 years ago
Emil Ernerfeldt 861e129ace Add Shape::image convenience method 3 years ago
jean-airoldie 734d4c57ad
Expose more epaint tessellator methods (#1384) 3 years ago
Zachary Kohnen 8bb381d50b
Fix code that could lead to a possible deadlock. (#1380) 3 years ago
Emil Ernerfeldt 465c96122c
egui_web: by default, use full web browser size (#1378) 3 years ago
Emil Ernerfeldt 6ce8594351 README.md: add links to license files 3 years ago
Emil Ernerfeldt 12c31e980b
Add Ui::push_id (#1374) 3 years ago
Emil Ernerfeldt f6af7bda27 Better error message when trying to upload too large texture 3 years ago
jean-airoldie 0d47e57775
Add Tessellator::set_clip_rect (#1369) 3 years ago
zam-5 cecb48af03
Added plot_ui::plot_clicked() (#1372) 3 years ago
Emil Ernerfeldt c69f39e869
Box the app creator (#1373) 3 years ago
Emil Ernerfeldt c8f6cae362
eframe app creation refactor (#1363) 3 years ago
Emil Ernerfeldt c768d1d48e
Context::request_repaint will wake up the UI thread (#1366) 3 years ago
Emil Ernerfeldt 6aee4997d4
Add Shape::Callback to do custom rendering inside of an egui UI (#1351) 3 years ago
Emil Ernerfeldt 002158050b
Add Frame::canvas - bright in bright mode, dark in dark mode (#1362) 3 years ago
Emil Ernerfeldt 29c52e8eb6
Remove epi backend from egui_glow (#1361) 3 years ago
Emil Ernerfeldt 50539bd31a
egui_web: always use the glow painter, and remove the old WebGL code. (#1356) 3 years ago
Emil Ernerfeldt 52b4ab4e18
Remove egui_glium as a backend for eframe (#1357) 3 years ago
Emil Ernerfeldt 510cef02ca Run a formatter on all toml files 3 years ago
Simon Gardling c19a7ff34f
remove unnecessary to_string in docs (#1345) 3 years ago
mbillingr cd555e07b8
Fix typo: Highligher -> Highlighter (#1346) 3 years ago
Zachary Kohnen 5d950e1c15
[egui_web] Prevent event handlers from running if code has panicked (#1306) 3 years ago
Emil Ernerfeldt 30399bf6ff Update regex crate v1.5.4 -> v1.5.5 3 years ago
Simon Gardling 0e7a4fdbfd
Add method to set a Plot's margin (#1308) 3 years ago
Emil Ernerfeldt d8300037ad
Fix `cargo run -p egui_demo_app` (#1343) 3 years ago
Jake Shadle 37c9f116bf
Fix egui_glow when targeting `wasm32-unknown-unknown` (#1303) 3 years ago
Juan Campa e3d1fa22d1
Fix combo box misalignment on rtl layout (#1304) 3 years ago
Zachary Kohnen 27e179268b
Remove warning about cpal drag and drop (#1329) 3 years ago
Colin Terry d4bbea3967
egui_extras README grammar fixes (#1313) 3 years ago
Emil Ernerfeldt 833829e3d8 cargo deny: ignore duplicate of hashbrown crate 3 years ago
Emil Ernerfeldt a05520b9d3 Release 0.17.0 - Improved font selection and image handling 3 years ago
Emil Ernerfeldt 83225f46ad Make Bézier demo more compact 3 years ago