summaryrefslogtreecommitdiffstats
path: root/examples (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update todos example to select_all input on editLibravatar Cory Forsstrom2022-11-111-1/+5
* Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez2022-11-091-4/+8
* Fixed issues with old GL versions ( <= 2.1 )Libravatar bungoboingo2022-11-082-0/+3
* Merge pull request #1504 from tarkah/feat/pane-grid-maximizeLibravatar Héctor Ramón2022-11-081-5/+35
|\
| * Update pane_grid example w/ maximize / restoreLibravatar Cory Forsstrom2022-11-021-5/+35
* | Merge pull request #1448 from bungoboingo/fear/linear-gradientsLibravatar Héctor Ramón2022-11-039-300/+214
|\ \
| * | Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke`Libravatar Héctor Ramón Jiménez2022-11-032-2/+2
| * | Refactor imports in `solar_system` exampleLibravatar Héctor Ramón Jiménez2022-11-031-11/+12
| * | Merge branch 'master' into fear/linear-gradientsLibravatar Héctor Ramón Jiménez2022-11-039-9/+306
| |\ \
| * | | Fix `multitouch` exampleLibravatar Héctor Ramón Jiménez2022-11-031-2/+3
| * | | Run `cargo fmt`Libravatar Héctor Ramón Jiménez2022-11-033-22/+15
| * | | Merge branch 'master' into fear/linear-gradientsLibravatar Bingus2022-10-073-0/+225
| |\ \ \
| * | | | Fixed import issue with canvas in the gradient mod for situations where canva...Libravatar shan2022-10-071-8/+2
| * | | | Adjusted reexports for clarity.Libravatar shan2022-10-072-3/+2
| * | | | Added support for relative positioning of gradient fills. Addressed some PR f...Libravatar shan2022-10-072-19/+29
| * | | | Fixed some imports/documentation.Libravatar shan2022-10-061-2/+2
| * | | | Added support for gradients to respect current frame transform.Libravatar shan2022-10-062-36/+37
| * | | | Fixed lint issues & cleaned up some documentation.Libravatar shan2022-10-064-12/+9
| * | | | Reduced memory transfer of OpenGL gradient uniform upload. Rearranged gradien...Libravatar shan2022-10-051-1/+1
| * | | | Readjusted namespaces, removed Geometry example as it's no longer relevant.Libravatar shan2022-10-055-258/+6
| * | | | Reworked wgpu buffers, updated glow side to have proper transform location st...Libravatar shan2022-10-044-10/+11
| * | | | Fixed some importing issues since you can use a Shader::Gradient outside a Ca...Libravatar shan2022-09-302-1/+3
| * | | | Fixed issue where OpenGL would not render both shaders at once under certain ...Libravatar shan2022-09-291-1/+1
| * | | | Adds linear gradient support to 2D meshes in the canvas widget.Libravatar shan2022-09-296-53/+220
* | | | | Box `Custom` in `Theme`Libravatar Héctor Ramón Jiménez2022-11-032-2/+2
* | | | | Remove unnecessary `clone` in `scrollable` exampleLibravatar Héctor Ramón Jiménez2022-11-031-1/+1
* | | | | Run `cargo fmt`Libravatar Héctor Ramón Jiménez2022-11-031-3/+1
* | | | | Derive `Copy` for `Theme`Libravatar Héctor Ramón Jiménez2022-11-032-2/+2
* | | | | Make `Theme::Custom` fields opaqueLibravatar Héctor Ramón Jiménez2022-11-031-48/+41
* | | | | fix: arc exampleLibravatar Ashley Wulber2022-11-031-1/+1
* | | | | fix: clippy lint https://rust-lang.github.io/rust-clippy/master/index.html#la...Libravatar Ashley Wulber2022-11-032-4/+7
* | | | | refactor: remove once_cell from styling exampleLibravatar Ashley Wulber2022-11-032-14/+15
* | | | | fix: scrollable exampleLibravatar Ashley Wulber2022-11-031-5/+14
* | | | | refactor: undo changes to radioLibravatar Ashley Wulber2022-11-031-9/+20
* | | | | wip: Custom palette for built in themeLibravatar Ashley Wulber2022-11-032-3/+22
| |_|/ / |/| | |
* | | | Rename `cached` example to `lazy`Libravatar Héctor Ramón Jiménez2022-11-032-0/+149
* | | | Rename `SortOrder` to `Order` in `cached` exampleLibravatar Héctor Ramón Jiménez2022-11-031-20/+15
* | | | Rename `iced_lazy::Cached` to `Lazy` :tada:Libravatar Héctor Ramón Jiménez2022-11-031-31/+28
* | | | Improve layout of `cached` exampleLibravatar Héctor Ramón Jiménez2022-11-031-27/+32
* | | | Add `padding` to main `column` in `cached` exampleLibravatar Héctor Ramón Jiménez2022-11-031-1/+2
* | | | Move declaration of `SortOrder` in `cached` exampleLibravatar Héctor Ramón Jiménez2022-11-031-19/+19
* | | | Remove `iced_native` dependency from `cached` exampleLibravatar Héctor Ramón Jiménez2022-11-031-1/+0
* | | | Rename `pure_cached` example to `cached`Libravatar Héctor Ramón Jiménez2022-11-031-1/+1
* | | | add exampleLibravatar Nick Senger2022-11-032-0/+152
| |_|/ |/| |
* | | Merge pull request #1497 from ids1024/once_cellLibravatar Héctor Ramón2022-11-014-9/+6
|\ \ \
| * | | Remove patch version from `once_cell` dependencyLibravatar Héctor Ramón Jiménez2022-11-012-2/+2
| * | | Use `once_cell` instead of `lazy_static`Libravatar Ian Douglas Scott2022-10-284-9/+6
| | |/ | |/|
* | | Remove inconsistent `wgpu` importsLibravatar Héctor Ramón Jiménez2022-11-011-3/+2
* | | Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18`Libravatar Wyatt Herkamp2022-11-011-0/+3
|/ /
* | Fix `clippy` lintsLibravatar Héctor Ramón Jiménez2022-10-042-21/+15