Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1227 from LordRatte/feature-colour-macro | 2022-09-23 | 1 | -2/+2 | |
|\ | | | | | `color!` macro | ||||
| * | Export `color!` macro in `iced` and `iced_native` | 2022-09-23 | 1 | -2/+2 | |
| | | |||||
* | | Merge pull request #1174 from daladim/icon_from_file | 2022-09-23 | 1 | -0/+57 | |
|\ \ | |/ |/| | Added convenience functions for window::icon::Icon | ||||
| * | Added convenience functions for window::icon::Icon | 2022-03-01 | 1 | -0/+57 | |
| | | |||||
* | | Take `Cow` in `Text::new` | 2022-09-21 | 1 | -2/+2 | |
| | | |||||
* | | Expose `overlay::Element` | 2022-09-21 | 1 | -0/+7 | |
| | | |||||
* | | Fix doc comments in `overlay` | 2022-09-21 | 1 | -3/+2 | |
| | | |||||
* | | Make menu style accessible | 2022-09-21 | 2 | -0/+11 | |
| | | |||||
* | | Remove `window::Mode` and introduce `Settings::visible` | 2022-08-18 | 4 | -35/+5 | |
| | | | | | | | | Additionally, only show the window once one frame has been rendered to avoid blank flashes on Windows. | ||||
* | | Implement `scrollable::snap_to` operation | 2022-08-04 | 1 | -3/+3 | |
| | | |||||
* | | Implement `focus_previous` operation | 2022-08-04 | 1 | -0/+8 | |
| | | |||||
* | | Implement `focus_next` operation | 2022-08-02 | 2 | -1/+16 | |
| | | | | | | | | ... as well as a `count_focusable` composable helper! | ||||
* | | Implement `Widget::operate` for `TextInput` | 2022-07-28 | 1 | -1/+3 | |
| | | |||||
* | | Use `ToString` for `Text::new` instead of `Into<String>` | 2022-07-27 | 1 | -1/+1 | |
| | | |||||
* | | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 8 | -683/+49 | |
| | | |||||
* | | Fix `clippy` lints for all crates and features | 2022-07-09 | 1 | -0/+1 | |
| | | | | | | | | ... and check those in CI as well! | ||||
* | | Fix further `clippy` lints | 2022-07-09 | 1 | -5/+13 | |
| | | | | | | | | ... and explicitly annotate crates as well. | ||||
* | | Remove redundant `crate::Theme` in alias of `Element` | 2022-07-08 | 2 | -2/+2 | |
| | | |||||
* | | Make `Element` aliases in `iced` compatible with `iced_native` and `iced_pure` | 2022-07-08 | 4 | -9/+15 | |
| | | |||||
* | | Fix missing docs in `iced` crate | 2022-07-08 | 3 | -1/+3 | |
| | | |||||
* | | Make widget aliases in `iced` compatible with `iced_native` | 2022-07-08 | 2 | -80/+58 | |
| | | |||||
* | | Add `theme::Application` styling support to `Sandbox` | 2022-07-08 | 1 | -3/+13 | |
| | | |||||
* | | Add `Style` variant support to `application::StyleSheet` | 2022-07-08 | 1 | -1/+15 | |
| | | |||||
* | | Implement theme styling for `PickList` and `Menu` | 2022-06-07 | 2 | -4/+2 | |
| | | |||||
* | | Implement theme styling for `Container` | 2022-06-07 | 2 | -2/+2 | |
| | | |||||
* | | Implement theme styling for `TextInput` | 2022-06-07 | 2 | -2/+2 | |
| | | |||||
* | | Implement theme styling for `Checkbox` | 2022-06-04 | 2 | -2/+2 | |
| | | |||||
* | | Implement theme styling for `Toggler` | 2022-06-01 | 2 | -2/+2 | |
| | | | | | | | | ... and wire up theming to the `styling` example. | ||||
* | | Implement theme styling for `Radio` | 2022-05-27 | 2 | -6/+6 | |
| | | |||||
* | | Rename `Variant` to `Style` and `Style` to `Appearance` | 2022-05-26 | 2 | -2/+2 | |
| | | |||||
* | | Rename `theme::Definition` to `application::StyleSheet` | 2022-05-26 | 4 | -7/+9 | |
| | | |||||
* | | Let a `Theme` control the background color of an application | 2022-05-25 | 4 | -50/+8 | |
| | | | | | | | | ... and remove `Application::background_color` | ||||
* | | Draft first-class `Theme` support | 2022-05-14 | 9 | -88/+165 | |
| | | | | | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | | Merge branch 'master' into dev/system-information | 2022-05-04 | 6 | -32/+130 | |
|\ \ | |||||
| * | | Expose `Padding` in `iced` root crate | 2022-05-03 | 1 | -2/+2 | |
| | | | |||||
| * | | Indicate feature-flagged modules in documentation | 2022-05-02 | 2 | -0/+9 | |
| | | | |||||
| * | | Replace `hecrj` in links with `iced-rs` | 2022-05-02 | 3 | -28/+28 | |
| | | | |||||
| * | | Write documentation for `iced_pure` | 2022-05-02 | 1 | -0/+78 | |
| | | | |||||
| * | | Fix broken intra-doc links in documentation | 2022-04-30 | 1 | -0/+1 | |
| | | | |||||
| * | | Point repository links to `0.4` branch in documentation | 2022-04-30 | 5 | -27/+27 | |
| | | | |||||
| * | | Implemented Tooltip as Pure | 2022-04-22 | 1 | -0/+10 | |
| | | | |||||
* | | | Expose `system` module through feature flag | 2022-04-30 | 1 | -1/+3 | |
| | | | |||||
* | | | Change `ContextCreationFailed` to `GraphicsCreationFailed` | 2022-04-27 | 1 | -5/+5 | |
| | | | |||||
* | | | Export new `system` module | 2022-04-26 | 1 | -0/+1 | |
| | | | |||||
* | | | Introduce `Error::ContextCreationFailed` | 2022-04-20 | 1 | -5/+5 | |
|/ / | |||||
* | | Implement `pure` version of `Svg` widget | 2022-03-22 | 1 | -0/+6 | |
| | | |||||
* | | Implement `pure` version of `QRCode` widget | 2022-03-21 | 1 | -0/+6 | |
| | | |||||
* | | Export widget modules in `iced_pure` | 2022-03-16 | 2 | -31/+161 | |
| | | | | | | | | ... and fix collisions with the new `helpers` | ||||
* | | Implement `pure` version of `game_of_life` example :tada: | 2022-03-09 | 1 | -3/+3 | |
| | | |||||
* | | Implement `pure` version of `Canvas` widget | 2022-03-09 | 1 | -0/+6 | |
| | |