Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce `Custom` variants for every style in the built-in `Theme` | 2022-11-09 | 1 | -4/+8 | |
| | |||||
* | Fixed issues with old GL versions ( <= 2.1 ) | 2022-11-08 | 2 | -0/+3 | |
| | |||||
* | Merge pull request #1504 from tarkah/feat/pane-grid-maximize | 2022-11-08 | 1 | -5/+35 | |
|\ | | | | | Add pane maximize / restore for `PaneGrid` | ||||
| * | Update pane_grid example w/ maximize / restore | 2022-11-02 | 1 | -5/+35 | |
| | | |||||
* | | Merge pull request #1448 from bungoboingo/fear/linear-gradients | 2022-11-03 | 9 | -300/+214 | |
|\ \ | | | | | | | Add linear gradient support to canvas widget | ||||
| * | | Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke` | 2022-11-03 | 2 | -2/+2 | |
| | | | |||||
| * | | Refactor imports in `solar_system` example | 2022-11-03 | 1 | -11/+12 | |
| | | | |||||
| * | | Merge branch 'master' into fear/linear-gradients | 2022-11-03 | 9 | -9/+306 | |
| |\ \ | |||||
| * | | | Fix `multitouch` example | 2022-11-03 | 1 | -2/+3 | |
| | | | | |||||
| * | | | Run `cargo fmt` | 2022-11-03 | 3 | -22/+15 | |
| | | | | |||||
| * | | | Merge branch 'master' into fear/linear-gradients | 2022-10-07 | 3 | -0/+225 | |
| |\ \ \ | |||||
| * | | | | Fixed import issue with canvas in the gradient mod for situations where ↵ | 2022-10-07 | 1 | -8/+2 | |
| | | | | | | | | | | | | | | | | | | | | canvas feature is not enabled. | ||||
| * | | | | Adjusted reexports for clarity. | 2022-10-07 | 2 | -3/+2 | |
| | | | | | |||||
| * | | | | Added support for relative positioning of gradient fills. Addressed some PR ↵ | 2022-10-07 | 2 | -19/+29 | |
| | | | | | | | | | | | | | | | | | | | | feedback. | ||||
| * | | | | Fixed some imports/documentation. | 2022-10-06 | 1 | -2/+2 | |
| | | | | | |||||
| * | | | | Added support for gradients to respect current frame transform. | 2022-10-06 | 2 | -36/+37 | |
| | | | | | |||||
| * | | | | Fixed lint issues & cleaned up some documentation. | 2022-10-06 | 4 | -12/+9 | |
| | | | | | |||||
| * | | | | Reduced memory transfer of OpenGL gradient uniform upload. Rearranged ↵ | 2022-10-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | gradient uniforms on OpenGL side to be more performant. | ||||
| * | | | | Readjusted namespaces, removed Geometry example as it's no longer relevant. | 2022-10-05 | 5 | -258/+6 | |
| | | | | | |||||
| * | | | | Reworked wgpu buffers, updated glow side to have proper transform location ↵ | 2022-10-04 | 4 | -10/+11 | |
| | | | | | | | | | | | | | | | | | | | | storage, attempting to fix visibility modifiers, implemented some of the feedback received in initial PR. | ||||
| * | | | | Fixed some importing issues since you can use a Shader::Gradient outside a ↵ | 2022-09-30 | 2 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | Canvas widget, where it was previously only accessible. | ||||
| * | | | | Fixed issue where OpenGL would not render both shaders at once under certain ↵ | 2022-09-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | circumstances. | ||||
| * | | | | Adds linear gradient support to 2D meshes in the canvas widget. | 2022-09-29 | 6 | -53/+220 | |
| | | | | | |||||
* | | | | | Box `Custom` in `Theme` | 2022-11-03 | 2 | -2/+2 | |
| | | | | | |||||
* | | | | | Remove unnecessary `clone` in `scrollable` example | 2022-11-03 | 1 | -1/+1 | |
| | | | | | |||||
* | | | | | Run `cargo fmt` | 2022-11-03 | 1 | -3/+1 | |
| | | | | | |||||
* | | | | | Derive `Copy` for `Theme` | 2022-11-03 | 2 | -2/+2 | |
| | | | | | |||||
* | | | | | Make `Theme::Custom` fields opaque | 2022-11-03 | 1 | -48/+41 | |
| | | | | | |||||
* | | | | | fix: arc example | 2022-11-03 | 1 | -1/+1 | |
| | | | | | |||||
* | | | | | fix: clippy lint ↵ | 2022-11-03 | 2 | -4/+7 | |
| | | | | | | | | | | | | | | | | | | | | https://rust-lang.github.io/rust-clippy/master/index.html#large_enum_variant | ||||
* | | | | | refactor: remove once_cell from styling example | 2022-11-03 | 2 | -14/+15 | |
| | | | | | |||||
* | | | | | fix: scrollable example | 2022-11-03 | 1 | -5/+14 | |
| | | | | | |||||
* | | | | | refactor: undo changes to radio | 2022-11-03 | 1 | -9/+20 | |
| | | | | | |||||
* | | | | | wip: Custom palette for built in theme | 2022-11-03 | 2 | -3/+22 | |
| |_|/ / |/| | | | |||||
* | | | | Rename `cached` example to `lazy` | 2022-11-03 | 2 | -0/+149 | |
| | | | | |||||
* | | | | Rename `SortOrder` to `Order` in `cached` example | 2022-11-03 | 1 | -20/+15 | |
| | | | | |||||
* | | | | Rename `iced_lazy::Cached` to `Lazy` :tada: | 2022-11-03 | 1 | -31/+28 | |
| | | | | |||||
* | | | | Improve layout of `cached` example | 2022-11-03 | 1 | -27/+32 | |
| | | | | |||||
* | | | | Add `padding` to main `column` in `cached` example | 2022-11-03 | 1 | -1/+2 | |
| | | | | |||||
* | | | | Move declaration of `SortOrder` in `cached` example | 2022-11-03 | 1 | -19/+19 | |
| | | | | |||||
* | | | | Remove `iced_native` dependency from `cached` example | 2022-11-03 | 1 | -1/+0 | |
| | | | | |||||
* | | | | Rename `pure_cached` example to `cached` | 2022-11-03 | 1 | -1/+1 | |
| | | | | |||||
* | | | | add example | 2022-11-03 | 2 | -0/+152 | |
| |_|/ |/| | | |||||
* | | | Merge pull request #1497 from ids1024/once_cell | 2022-11-01 | 4 | -9/+6 | |
|\ \ \ | | | | | | | | | Use `once_cell` instead of `lazy_static` | ||||
| * | | | Remove patch version from `once_cell` dependency | 2022-11-01 | 2 | -2/+2 | |
| | | | | |||||
| * | | | Use `once_cell` instead of `lazy_static` | 2022-10-28 | 4 | -9/+6 | |
| | |/ | |/| | | | | | | | | | | | | | This seems to be generally considered the preferred, idiomatic solution now. This is in the standard library behind a feature flag (apparently now called `std::sync::LazyLock`). | ||||
* | | | Remove inconsistent `wgpu` imports | 2022-11-01 | 1 | -3/+2 | |
| | | | |||||
* | | | Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18` | 2022-11-01 | 1 | -0/+3 | |
|/ / | |||||
* | | Fix `clippy` lints | 2022-10-04 | 2 | -21/+15 | |
| | | |||||
* | | Replace `voronoi` crate with `voronator` | 2022-10-04 | 2 | -24/+18 | |
| | |