| Commit message (Expand) | Author | Age | Files | Lines |
* | Add `Renderer` argument to `operate` | Héctor Ramón Jiménez | 2022-12-22 | 1 | -0/+4 |
* | Fix `clippy` lints for Rust 1.66 | Héctor Ramón Jiménez | 2022-12-20 | 1 | -2/+4 |
* | updated README for slider example | Casper Storm | 2022-12-13 | 1 | -2/+2 |
* | Split vertical orientation into VerticalSlider | Casper Storm | 2022-12-13 | 1 | -13/+7 |
* | Merge branch 'master' into feat/slider-orientation | Casper Storm | 2022-12-13 | 21 | -128/+1348 |
|\ |
|
| * | Showcase color filtering in existing `svg` example | Héctor Ramón Jiménez | 2022-12-06 | 4 | -106/+54 |
| * | Remove `appearance` from `Handle` | Héctor Ramón Jiménez | 2022-12-06 | 1 | -4/+4 |
| * | chore(examples): Add svg-style example | Michael Aaron Murphy | 2022-12-06 | 3 | -0/+89 |
| * | Ask `clippy` to behave | Héctor Ramón Jiménez | 2022-12-02 | 1 | -0/+1 |
| * | Add `custom_quad` example | Héctor Ramón Jiménez | 2022-12-02 | 2 | -0/+169 |
| * | Fix `border_radius` in `modal` example | Héctor Ramón Jiménez | 2022-12-02 | 1 | -1/+1 |
| * | Merge branch 'master' into non-uniform-border-radius-for-quads | Héctor Ramón Jiménez | 2022-12-02 | 10 | -10/+777 |
| |\ |
|
| | * | Add on_submit & esc for example | Cory Forsstrom | 2022-11-29 | 1 | -9/+30 |
| | * | Add modal example | Cory Forsstrom | 2022-11-29 | 2 | -0/+464 |
| | * | Derive `Default` for `Rainbow` in `geometry` example | Héctor Ramón Jiménez | 2022-11-28 | 1 | -6/+5 |
| | * | Re-introduce the `geometry` example | Héctor Ramón Jiménez | 2022-11-28 | 4 | -0/+243 |
| | * | docs: Remove invalid links. | Leo Lee | 2022-11-25 | 1 | -1/+0 |
| | * | Update todos example to select_all input on edit | Cory Forsstrom | 2022-11-11 | 1 | -1/+5 |
| | * | Introduce `Custom` variants for every style in the built-in `Theme` | Héctor Ramón Jiménez | 2022-11-09 | 1 | -4/+8 |
| | * | Fixed issues with old GL versions ( <= 2.1 ) | bungoboingo | 2022-11-08 | 2 | -0/+3 |
| | * | Merge pull request #1504 from tarkah/feat/pane-grid-maximize | Héctor Ramón | 2022-11-08 | 1 | -5/+35 |
| | |\ |
|
| | | * | Update pane_grid example w/ maximize / restore | Cory Forsstrom | 2022-11-02 | 1 | -5/+35 |
| * | | | non uniform border radius for quads | Robert Krahn | 2022-11-03 | 1 | -1/+1 |
| |/ / |
|
| * | | Merge pull request #1448 from bungoboingo/fear/linear-gradients | Héctor Ramón | 2022-11-03 | 9 | -300/+214 |
| |\ \ |
|
| | * | | Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke` | Héctor Ramón Jiménez | 2022-11-03 | 2 | -2/+2 |
| | * | | Refactor imports in `solar_system` example | Héctor Ramón Jiménez | 2022-11-03 | 1 | -11/+12 |
| | * | | Merge branch 'master' into fear/linear-gradients | Héctor Ramón Jiménez | 2022-11-03 | 9 | -9/+306 |
| | |\ \ |
|
| | * | | | Fix `multitouch` example | Héctor Ramón Jiménez | 2022-11-03 | 1 | -2/+3 |
| | * | | | Run `cargo fmt` | Héctor Ramón Jiménez | 2022-11-03 | 3 | -22/+15 |
| | * | | | Merge branch 'master' into fear/linear-gradients | Bingus | 2022-10-07 | 3 | -0/+225 |
| | |\ \ \ |
|
| | * | | | | Fixed import issue with canvas in the gradient mod for situations where canva... | shan | 2022-10-07 | 1 | -8/+2 |
| | * | | | | Adjusted reexports for clarity. | shan | 2022-10-07 | 2 | -3/+2 |
| | * | | | | Added support for relative positioning of gradient fills. Addressed some PR f... | shan | 2022-10-07 | 2 | -19/+29 |
| | * | | | | Fixed some imports/documentation. | shan | 2022-10-06 | 1 | -2/+2 |
| | * | | | | Added support for gradients to respect current frame transform. | shan | 2022-10-06 | 2 | -36/+37 |
| | * | | | | Fixed lint issues & cleaned up some documentation. | shan | 2022-10-06 | 4 | -12/+9 |
| | * | | | | Reduced memory transfer of OpenGL gradient uniform upload. Rearranged gradien... | shan | 2022-10-05 | 1 | -1/+1 |
| | * | | | | Readjusted namespaces, removed Geometry example as it's no longer relevant. | shan | 2022-10-05 | 5 | -258/+6 |
| | * | | | | Reworked wgpu buffers, updated glow side to have proper transform location st... | shan | 2022-10-04 | 4 | -10/+11 |
| | * | | | | Fixed some importing issues since you can use a Shader::Gradient outside a Ca... | shan | 2022-09-30 | 2 | -1/+3 |
| | * | | | | Fixed issue where OpenGL would not render both shaders at once under certain ... | shan | 2022-09-29 | 1 | -1/+1 |
| | * | | | | Adds linear gradient support to 2D meshes in the canvas widget. | shan | 2022-09-29 | 6 | -53/+220 |
| * | | | | | Box `Custom` in `Theme` | Héctor Ramón Jiménez | 2022-11-03 | 2 | -2/+2 |
| * | | | | | Remove unnecessary `clone` in `scrollable` example | Héctor Ramón Jiménez | 2022-11-03 | 1 | -1/+1 |
| * | | | | | Run `cargo fmt` | Héctor Ramón Jiménez | 2022-11-03 | 1 | -3/+1 |
| * | | | | | Derive `Copy` for `Theme` | Héctor Ramón Jiménez | 2022-11-03 | 2 | -2/+2 |
| * | | | | | Make `Theme::Custom` fields opaque | Héctor Ramón Jiménez | 2022-11-03 | 1 | -48/+41 |
| * | | | | | fix: arc example | Ashley Wulber | 2022-11-03 | 1 | -1/+1 |
| * | | | | | fix: clippy lint https://rust-lang.github.io/rust-clippy/master/index.html#la... | Ashley Wulber | 2022-11-03 | 2 | -4/+7 |
| * | | | | | refactor: remove once_cell from styling example | Ashley Wulber | 2022-11-03 | 2 | -14/+15 |