| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-export variants of `Length` and `alignment` types | Héctor Ramón Jiménez | 2024-07-12 | 1 | -10/+4 |
* | Introduce `daemon` API and unify shell runtimes | Héctor Ramón Jiménez | 2024-06-19 | 1 | -1/+1 |
* | Remove redundant default `chrono` feature in `clock` example | Héctor Ramón Jiménez | 2024-05-18 | 1 | -1/+1 |
* | Simplify `clock` example a bit | Héctor Ramón Jiménez | 2024-05-18 | 1 | -12/+12 |
* | Fix `clock` example doesn't get the correct local time under unix system | Skygrango | 2024-05-03 | 2 | -16/+13 |
* | Enable logging in `clock` example | Héctor Ramón Jiménez | 2024-04-30 | 2 | -0/+3 |
* | Move `Program` to `application` module | Héctor Ramón Jiménez | 2024-03-17 | 1 | -1/+1 |
* | Remove `Sandbox` trait :tada: | Héctor Ramón Jiménez | 2024-03-17 | 1 | -1/+1 |
* | Improve styling of `clock` example | Héctor Ramón Jiménez | 2024-03-16 | 1 | -5/+5 |
* | Scale theme name in `clock` example | Héctor Ramón Jiménez | 2024-03-16 | 1 | -3/+3 |
* | Remove `sandbox` by making `application` more generic :tada: | Héctor Ramón Jiménez | 2024-03-16 | 1 | -1/+1 |
* | Show name of current `Theme` in `clock` example | Héctor Ramón Jiménez | 2024-03-16 | 1 | -4/+29 |
* | Make `sandbox` helper take a `title` as well | Héctor Ramón Jiménez | 2024-03-16 | 1 | -2/+1 |
* | Introduce `Program` API | Héctor Ramón Jiménez | 2024-03-16 | 1 | -32/+21 |
* | Use `Theme::TokyoNight` for `clock` example | Héctor Ramón Jiménez | 2024-03-08 | 1 | -5/+11 |
* | Convert `Renderer::Theme` to generic `Widget` type | Héctor Ramón Jiménez | 2024-01-21 | 1 | -1/+1 |
* | Fix `clippy::default_trait_access` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -1/+1 |
* | Fix `clippy::semicolon_if_nothing_returned` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -1/+1 |
* | Use workspace dependencies and package inheritance | Héctor Ramón Jiménez | 2023-09-04 | 1 | -2/+4 |
* | Implement basic cursor availability | Héctor Ramón Jiménez | 2023-06-08 | 1 | -4/+3 |
* | Implement `Canvas` support for `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-03-01 | 1 | -4/+5 |
* | Run `cargo fmt` | Héctor Ramón Jiménez | 2022-11-03 | 1 | -1/+1 |
* | Fixed lint issues & cleaned up some documentation. | shan | 2022-10-06 | 1 | -3/+3 |
* | Reworked wgpu buffers, updated glow side to have proper transform location st... | shan | 2022-10-04 | 1 | -3/+3 |
* | Adds linear gradient support to 2D meshes in the canvas widget. | shan | 2022-09-29 | 1 | -22/+32 |
* | Replace stateful widgets with new `iced_pure` API | Héctor Ramón Jiménez | 2022-07-27 | 1 | -8/+12 |
* | Implement theme styling for `Canvas` | Héctor Ramón Jiménez | 2022-06-07 | 1 | -1/+6 |
* | Draft first-class `Theme` support | Héctor Ramón Jiménez | 2022-05-14 | 1 | -4/+8 |
* | Reintroduce generic `Message` type for `canvas::Program` | Héctor Ramón Jiménez | 2022-03-18 | 1 | -3/+1 |
* | Use associated type for `Message` in a `canvas::Program` | Héctor Ramón Jiménez | 2022-03-09 | 1 | -1/+3 |
* | Update Rust edition to 2021 :tada: | Héctor Ramón Jiménez | 2022-02-09 | 1 | -1/+1 |
* | Make `clock` example responsive | Héctor Ramón Jiménez | 2022-01-15 | 1 | -5/+1 |
* | Replace `chrono` with `time` in `clock` example | Héctor Ramón Jiménez | 2022-01-12 | 2 | -11/+14 |
* | Make `Command` implementations platform-specific | Héctor Ramón Jiménez | 2021-09-02 | 1 | -7/+3 |
* | Add `clipboard` argument to `Application::update` | Héctor Ramón Jiménez | 2021-03-11 | 1 | -3/+7 |
* | Make `Application` and `Sandbox` return a `Result` | Héctor Ramón Jiménez | 2020-09-08 | 1 | -1/+1 |
* | Implement `time::every` in `iced_futures` | Héctor Ramón Jiménez | 2020-04-30 | 2 | -44/+6 |
* | Introduce `Cursor` type in `canvas` | Héctor Ramón Jiménez | 2020-04-29 | 1 | -4/+4 |
* | Remove `Drawable` and rename `State` to `Program` | Héctor Ramón Jiménez | 2020-04-28 | 2 | -59/+42 |
* | Remove `Layer` trait and simplify `Canvas` | Héctor Ramón Jiménez | 2020-04-19 | 1 | -2/+2 |
* | Draft `Program` interactivity for `Canvas` | Héctor Ramón Jiménez | 2020-04-19 | 1 | -3/+2 |
* | Simplify drawing logic in `clock` example | Héctor Ramón Jiménez | 2020-04-14 | 1 | -42/+32 |
* | Implement `canvas::Path::circle` helper method | Héctor Ramón Jiménez | 2020-04-14 | 1 | -1/+3 |
* | Implement `From<Color>` for `canvas::Fill` | Héctor Ramón Jiménez | 2020-04-14 | 1 | -4/+1 |
* | impl default for canvas cache | Rob Ede | 2020-04-08 | 1 | -1/+1 |
* | Add `0` suffix to float literals for consistency | Héctor Ramón Jiménez | 2020-04-02 | 1 | -2/+2 |
* | Scale the clock hands to the same size as the face | Marli Frost | 2020-04-01 | 1 | -2/+2 |
* | Merge pull request #246 from hecrj/feature/application-flags | Héctor Ramón | 2020-03-31 | 1 | -1/+2 |
|\ |
|
| * | Allow passing external state to `Application::new` | Héctor Ramón Jiménez | 2020-03-30 | 1 | -1/+2 |
* | | Implement `padding` support for `Container` | Héctor Ramón Jiménez | 2020-03-31 | 1 | -0/+1 |
|/ |
|