1922 Commits (5dff1e42c6ec8a3740c9cf0b18400743d73a0266)
 

Author SHA1 Message Date
Emil Ernerfeldt 5dff1e42c6
More table improvements (#1440) 3 years ago
Emil Ernerfeldt c029f25c13 Table: don't allow resize of last column if it is Size::Remainder 3 years ago
Emil Ernerfeldt 51cc9c9a9a Table: fix bug with item spacing 3 years ago
Emil Ernerfeldt 21c32a18d8
Table resize (#1438) 3 years ago
Collin Kemper a52bbade45
Place dark-light behind a feature gate in eframe and egui_glow (#1437) 3 years ago
René Rössler 1d32670cf3
Dynamic sized strips, tables, and date picker (#963) 3 years ago
follower 95ff7ec000
Typo fixes in egui_web README (#1433) 3 years ago
Luis Wirth c3ac340e25
egui-winit: re-export egui (#1429) 3 years ago
Emil Ernerfeldt 8f178fa4e0
Add glow::Context to epi::Frame (#1425) 3 years ago
Emil Ernerfeldt b7ebe16cfb
Storage and frame refactor (#1418) 3 years ago
Anna Clemens bc0fdefceb
Expose ui.cursor and ui.next_widget_position (#1342) 3 years ago
4JX dd9699099f
Add `ComboBox::icon()` (#1405) 3 years ago
Emil Ernerfeldt 8272b08742
Improve text contrast in bright mode (#1412) 3 years ago
Zachary Kohnen d3c002a4e5
Remove FAQs for resolved issues (#1413) 3 years ago
Emil Ernerfeldt bcddafb505 Add a some fine lines to the color test to test anti-aliasing 3 years ago
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