| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Recreate `Viewport` on `RedrawRequested` in `integration_wgpu` | nlevy | 2022-09-26 | 1 | -6/+6 |
* | Include short version in example app | Clark Moody | 2022-09-23 | 1 | -0/+11 |
* | Implement sierpinski-triangle example | xkenmon | 2022-09-23 | 4 | -0/+220 |
* | Take `Cow` in `Text::new` | Ram.Type-0 | 2022-09-21 | 1 | -3/+3 |
* | Update docs for running `integration_wgpu` example | Zoron | 2022-09-08 | 1 | -1/+1 |
* | Reintroduce `Element::explain` | Héctor Ramón Jiménez | 2022-08-26 | 1 | -4/+12 |
* | Merge pull request #1393 from iced-rs/deprecate-stateful-widgets | Héctor Ramón | 2022-08-06 | 58 | -5318/+1265 |
|\ |
|
| * | Implement `scrollable::snap_to` operation | Héctor Ramón Jiménez | 2022-08-04 | 3 | -22/+53 |
| * | Implement `focus_previous` operation | Héctor Ramón Jiménez | 2022-08-04 | 1 | -3/+12 |
| * | Implement `focus_next` operation | Héctor Ramón Jiménez | 2022-08-02 | 1 | -12/+45 |
| * | Focus text inputs in `todos` example | Héctor Ramón Jiménez | 2022-07-28 | 2 | -5/+27 |
| * | Draft widget operations | Héctor Ramón Jiménez | 2022-07-28 | 1 | -4/+2 |
| * | Fix `clippy` lints | Héctor Ramón Jiménez | 2022-07-27 | 2 | -2/+2 |
| * | Enable `arc` example | Héctor Ramón Jiménez | 2022-07-27 | 2 | -4/+6 |
| * | Use `ToString` for `Text::new` instead of `Into<String>` | Héctor Ramón Jiménez | 2022-07-27 | 2 | -8/+9 |
| * | Replace stateful widgets with new `iced_pure` API | Héctor Ramón Jiménez | 2022-07-27 | 55 | -5288/+1139 |
* | | Bump `websocket` example version to fix `audit` workflow | Héctor Ramón Jiménez | 2022-08-04 | 1 | -1/+1 |
|/ |
|
* | Fix small lint in `pure_color_palette` example | Héctor Ramón Jiménez | 2022-07-27 | 1 | -1/+1 |
* | add pure version of color_palette example | Max Unsted | 2022-07-27 | 4 | -0/+490 |
* | Fix `deb` asset path in `todos` example | Héctor Ramón Jiménez | 2022-07-14 | 1 | -1/+1 |
* | Use `Palette` consistently in `arc` example | Héctor Ramón Jiménez | 2022-07-10 | 1 | -6/+4 |
* | Fix `README` or `arc` example | Héctor Ramón Jiménez | 2022-07-10 | 1 | -2/+2 |
* | Add and purify `arc` example by @ThatsNoMoon | Héctor Ramón Jiménez | 2022-07-10 | 3 | -0/+149 |
* | Fix Wasm build of `todos` example | Héctor Ramón Jiménez | 2022-07-09 | 2 | -14/+14 |
* | Fix `clippy` lints for all crates and features | Héctor Ramón Jiménez | 2022-07-09 | 25 | -146/+121 |
* | Add `theme::Application` styling support to `Sandbox` | Héctor Ramón Jiménez | 2022-07-08 | 1 | -59/+9 |
* | Add `Style` variant support to `application::StyleSheet` | Héctor Ramón Jiménez | 2022-07-08 | 3 | -3/+20 |
* | Merge branch 'master' into theming | Héctor Ramón Jiménez | 2022-07-08 | 7 | -32/+28 |
|\ |
|
| * | Use `expect` in `integration_wgpu` example | Héctor Ramón Jiménez | 2022-07-03 | 1 | -1/+5 |
| * | update `wgpu` to `0.13` | Cupnfish | 2022-07-02 | 4 | -23/+15 |
| * | Fix alpha blending for wgpu msaa | Cory Forsstrom | 2022-06-16 | 1 | -4/+4 |
| * | Update web instructions of the `tour` example | Héctor Ramón Jiménez | 2022-06-10 | 2 | -7/+7 |
* | | Introduce `StyleSheet` for `Text` widget | Héctor Ramón Jiménez | 2022-06-29 | 13 | -29/+36 |
* | | Implement theme styling for `Canvas` | Héctor Ramón Jiménez | 2022-06-07 | 6 | -8/+31 |
* | | Use `Theme::Dark` in `pure_game_of_life` example | Héctor Ramón Jiménez | 2022-06-07 | 1 | -0/+4 |
* | | Implement theme styling for `PickList` and `Menu` | Héctor Ramón Jiménez | 2022-06-07 | 4 | -118/+2 |
* | | Implement theme styling for `Container` | Héctor Ramón Jiménez | 2022-06-07 | 6 | -134/+81 |
* | | Remove `style` module leftover in `scrollable` example | Héctor Ramón Jiménez | 2022-06-07 | 1 | -52/+0 |
* | | Implement theme styling for `Scrollable` | Héctor Ramón Jiménez | 2022-06-07 | 3 | -195/+18 |