1945 Commits (bdfc512b017b0f3065136a20432b4943c13b48fb)
 

Author SHA1 Message Date
Emil Ernerfeldt bdfc512b01 Add docstring example for `TableBody::rows` 3 years ago
Emil Ernerfeldt cd0fb1f3d9 Simplify table demo 3 years ago
wayne 0c87e02f55
egui_extras: enable virtual scroll for heterogenous rows (#1444) 3 years ago
Friz64 dd58d5175f
Replace `top_most_layer` with more flexible `layer_ids` (#1266) 3 years ago
Emil Ernerfeldt 8cf196a34b Use proper shebang for all bash scripts: #!/usr/bin/env bash 3 years ago
Emil Ernerfeldt 7cd285ecbc misc clippy fixes from 1.60.0 3 years ago
Zachary Kohnen dffab1c737
Add Shape::galley_with_color (#1461) 3 years ago
Emil Ernerfeldt 68d5806b41 Add a text blending test to the color test 3 years ago
Emil Ernerfeldt a9ae8c3e2c
Smaller checkboxes and radiobutton without a label (#1456) 3 years ago
Emil Ernerfeldt bd25526a4f check.sh: fail on rustdoc failure 3 years ago
Nicklas Møller f8e833ad8b
Fail docs build when warnings are generated (#1454) 3 years ago
Emil Ernerfeldt c3b6d1bab9
Warn about Id clashes for Grid, Plot, ScrollArea, Table (#1452) 3 years ago
Emil Ernerfeldt 2d30bd751c emath: add Rect::signed_distance_to_pos and Vec2::abs 3 years ago
Emil Ernerfeldt 5d19f381f9 Fix TexEdit clipping half the cursor when in the first column 3 years ago
Emil Ernerfeldt dfd6a91cb0 Fix doclinks 3 years ago
awaken1ng 901b7c7994
[epaint] Add more text wrapping options (#1291) 3 years ago
Emil Ernerfeldt d09fa63d9c Fix `Ui::add_visible` sometimes leaving the `Ui` in a disabled state 3 years ago
4JX 6091370962
Add more doc-links in docstrings (#1419) 3 years ago
Emil Ernerfeldt 861b0e11ba
Fix sh/check.sh (#1446) 3 years ago
Emil Ernerfeldt 10f30a0c52
Fix tessellation of Shape::Vec of heterogenous TextureId:s (#1445) 3 years ago
Lucas Kent c2039920de
Add Plot::allow_scroll (#1382) 3 years ago
Emil Ernerfeldt 95efbbc03e
Remember to update glow window size when DPI changes (#1441) 3 years ago
Emil Ernerfeldt aa6a2bb73f Update PR template to suggests users to run ./sh/check.sh 3 years ago
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