Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `Theme` background in `styling` example | 2022-06-01 | 1 | -27/+2 | |
* | Implement theme styling for `Toggler` | 2022-06-01 | 8 | -98/+101 | |
* | Implement theme styling for `Radio` | 2022-05-27 | 10 | -156/+85 | |
* | Introduce specific types for each `palette::Extended` field | 2022-05-26 | 4 | -86/+140 | |
* | Fix examples and doc-tests | 2022-05-26 | 9 | -178/+23 | |
* | Rename `Variant` to `Style` and `Style` to `Appearance` | 2022-05-26 | 12 | -99/+91 | |
* | Rename `theme::Definition` to `application::StyleSheet` | 2022-05-26 | 12 | -27/+37 | |
* | Add "Theming" section to the `tour` example | 2022-05-26 | 1 | -10/+60 | |
* | Tweak styling of `Slider` and improve contrast of `Background` | 2022-05-26 | 2 | -18/+16 | |
* | Let a `Theme` control the `text_color` of an application | 2022-05-26 | 5 | -19/+49 | |
* | Implement theme styling for `Slider` | 2022-05-26 | 7 | -91/+118 | |
* | Let a `Theme` control the background color of an application | 2022-05-25 | 9 | -79/+33 | |
* | Implement basic theming `Palette` | 2022-05-21 | 3 | -8/+280 | |
* | Draft first-class `Theme` support | 2022-05-14 | 113 | -878/+767 | |
* | Remove manual update of `nix` crate in `audit` workflow | 2022-05-11 | 1 | -3/+0 | |
* | Merge pull request #1314 from derezzedex/dev/system-information | 2022-05-11 | 26 | -56/+482 | |
|\ | |||||
| * | Merge branch 'master' into dev/system-information | 2022-05-10 | 7 | -19/+49 | |
| |\ | |/ |/| | |||||
* | | Fix unnecessary newlines in `BUG-REPORT.yml` | 2022-05-10 | 1 | -5/+2 | |
* | | Merge pull request #1340 from mtkennerly/bugfix/missing-versions-in-dropdown | 2022-05-10 | 1 | -2/+8 | |
|\ \ | |||||
| * | | Elaborate on supported versions in `BUG-REPORT.yml` | 2022-05-10 | 1 | -2/+8 | |
| * | | Add note about using the latest patch | 2022-05-10 | 1 | -1/+1 | |
| * | | Drop older versions from list | 2022-05-10 | 1 | -4/+1 | |
| * | | Add missing versions to issue template | 2022-05-09 | 1 | -0/+3 | |
* | | | Merge pull request #1339 from mtkennerly/feature/document-resolver-requirement | 2022-05-09 | 1 | -0/+3 | |
|\ \ \ | |/ / |/| | | |||||
| * | | Add note about resolver requirement | 2022-05-09 | 1 | -0/+3 | |
|/ / | |||||
* | | Merge pull request #1337 from iced-rs/generic-widget-tree | 2022-05-08 | 2 | -13/+38 | |
|\ \ | |||||
| * | | Use `Borrow` instead of `AsRef` to allow easier casting | 2022-05-06 | 2 | -11/+22 | |
| * | | Take `AsRef<Widget>` instead of `Element` in `Tree` API | 2022-05-06 | 2 | -13/+27 | |
|/ / | |||||
* | | Merge pull request #1333 from tarkah/fix/pub-pure-flex | 2022-05-05 | 1 | -2/+1 | |
|\ \ | |||||
| * | | Expose pure flex module as public | 2022-05-05 | 1 | -2/+1 | |
|/ / | |||||
* | | Bump version of `iced_pure` :tada: | 2022-05-05 | 1 | -1/+1 | |
* | | Merge pull request #1332 from tarkah/fix/rule-helper | 2022-05-05 | 1 | -1/+1 | |
|\ \ | |||||
| * | | Fix vertical rule helper | 2022-05-04 | 1 | -1/+1 | |
|/ / | |||||
| * | Merge branch 'master' into dev/system-information | 2022-05-04 | 90 | -334/+1363 | |
| |\ | |/ |/| | |||||
* | | Use `nightly` toolchain in `document` CI workflow | 2022-05-03 | 1 | -1/+4 | |
* | | Bump version :tada: | 2022-05-03 | 1 | -1/+1 | |
* | | Update `CHANGELOG` | 2022-05-03 | 1 | -1/+10 | |
* | | Merge pull request #1330 from iced-rs/expose-padding | 2022-05-03 | 1 | -2/+2 | |
|\ \ | |||||
| * | | Expose `Padding` in `iced` root crate | 2022-05-03 | 1 | -2/+2 | |
|/ / | |||||
* | | Bump version in `README` | 2022-05-02 | 2 | -3/+3 | |
* | | Merge pull request #1328 from iced-rs/release/0.4.0 | 2022-05-02 | 13 | -46/+91 | |
|\ \ | |||||
| * | | Bump versions :tada: | 2022-05-02 | 12 | -45/+58 | |
| * | | Update `CHANGELOG` | 2022-05-02 | 1 | -1/+33 | |
|/ / | |||||
* | | Merge pull request #1327 from iced-rs/update-docs | 2022-05-02 | 73 | -187/+755 | |
|\ \ | |||||
| * | | Enable `pure` feature in `docs.rs` | 2022-05-02 | 1 | -1/+1 | |
| * | | Indicate feature-flagged modules in documentation | 2022-05-02 | 3 | -0/+11 | |
| * | | Capitalize `iced` once again | 2022-05-02 | 1 | -8/+8 | |
| * | | Fix typo in `README` of `iced_glow` | 2022-05-02 | 1 | -1/+1 | |
| * | | Link to `iced_web` repository in `README` | 2022-05-02 | 1 | -1/+1 | |
| * | | Add `html_logo_url` to `iced_core` and `iced_lazy` | 2022-05-02 | 2 | -0/+6 |