summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused code warningsLibravatar Héctor Ramón Jiménez2022-06-072-15/+1
|
* Implement theme styling for `PickList` and `Menu`Libravatar Héctor Ramón Jiménez2022-06-0714-247/+168
|
* Implement theme styling for `Container`Libravatar Héctor Ramón Jiménez2022-06-0724-252/+300
|
* Remove `style` module leftover in `scrollable` exampleLibravatar Héctor Ramón Jiménez2022-06-071-52/+0
|
* Implement theme styling for `Scrollable`Libravatar Héctor Ramón Jiménez2022-06-0711-267/+127
|
* Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez2022-06-0712-183/+145
|
* Implement theme styling for `Checkbox`Libravatar Héctor Ramón Jiménez2022-06-048-92/+137
|
* Expose `palette` module in `theme`Libravatar Héctor Ramón Jiménez2022-06-041-2/+2
|
* Implement theme styling for `ProgressBar`Libravatar Héctor Ramón Jiménez2022-06-016-71/+81
|
* Introduce `Custom` style variant for `Rule`Libravatar Héctor Ramón Jiménez2022-06-011-7/+22
|
* Implement theme styling for `Rule`Libravatar Héctor Ramón Jiménez2022-06-018-123/+86
|
* Implement theme styling for `PaneGrid`Libravatar Héctor Ramón Jiménez2022-06-014-49/+74
|
* Use `Theme` background in `styling` exampleLibravatar Héctor Ramón Jiménez2022-06-011-27/+2
|
* Implement theme styling for `Toggler`Libravatar Héctor Ramón Jiménez2022-06-018-98/+101
| | | | ... and wire up theming to the `styling` example.
* Implement theme styling for `Radio`Libravatar Héctor Ramón Jiménez2022-05-2710-156/+85
|
* Introduce specific types for each `palette::Extended` fieldLibravatar Héctor Ramón Jiménez2022-05-264-86/+140
| | | | We will have more control over color calculations for each semantic purpose this way.
* Fix examples and doc-testsLibravatar Héctor Ramón Jiménez2022-05-269-178/+23
|
* Rename `Variant` to `Style` and `Style` to `Appearance`Libravatar Héctor Ramón Jiménez2022-05-2612-99/+91
|
* Rename `theme::Definition` to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2022-05-2612-27/+37
|
* Add "Theming" section to the `tour` exampleLibravatar Héctor Ramón Jiménez2022-05-261-10/+60
|
* Tweak styling of `Slider` and improve contrast of `Background`Libravatar Héctor Ramón Jiménez2022-05-262-18/+16
|
* Let a `Theme` control the `text_color` of an applicationLibravatar Héctor Ramón Jiménez2022-05-265-19/+49
|
* Implement theme styling for `Slider`Libravatar Héctor Ramón Jiménez2022-05-267-91/+118
|
* Let a `Theme` control the background color of an applicationLibravatar Héctor Ramón Jiménez2022-05-259-79/+33
| | | | ... and remove `Application::background_color`
* Implement basic theming `Palette`Libravatar Héctor Ramón Jiménez2022-05-213-8/+280
|
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-14113-878/+767
| | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Remove manual update of `nix` crate in `audit` workflowLibravatar Héctor Ramón Jiménez2022-05-111-3/+0
|
* Merge pull request #1314 from derezzedex/dev/system-informationLibravatar Héctor Ramón2022-05-1126-56/+482
|\ | | | | feat: fetch system information
| * Merge branch 'master' into dev/system-informationLibravatar Richard2022-05-107-19/+49
| |\ | |/ |/|
* | Fix unnecessary newlines in `BUG-REPORT.yml`Libravatar Héctor Ramón Jiménez2022-05-101-5/+2
| |
* | Merge pull request #1340 from mtkennerly/bugfix/missing-versions-in-dropdownLibravatar Héctor Ramón2022-05-101-2/+8
|\ \ | | | | | | Add missing versions to issue template
| * | Elaborate on supported versions in `BUG-REPORT.yml`Libravatar Héctor Ramón Jiménez2022-05-101-2/+8
| | |
| * | Add note about using the latest patchLibravatar mtkennerly2022-05-101-1/+1
| | |
| * | Drop older versions from listLibravatar mtkennerly2022-05-101-4/+1
| | |
| * | Add missing versions to issue templateLibravatar mtkennerly2022-05-091-0/+3
| | |
* | | Merge pull request #1339 from mtkennerly/feature/document-resolver-requirementLibravatar Héctor Ramón2022-05-091-0/+3
|\ \ \ | |/ / |/| | Add note about resolver requirement
| * | Add note about resolver requirementLibravatar mtkennerly2022-05-091-0/+3
|/ /
* | Merge pull request #1337 from iced-rs/generic-widget-treeLibravatar Héctor Ramón2022-05-082-13/+38
|\ \ | | | | | | Take `Borrow<dyn Widget>` instead of `Element` in `Tree` API
| * | Use `Borrow` instead of `AsRef` to allow easier castingLibravatar Héctor Ramón Jiménez2022-05-062-11/+22
| | |
| * | Take `AsRef<Widget>` instead of `Element` in `Tree` APILibravatar Héctor Ramón Jiménez2022-05-062-13/+27
|/ /
* | Merge pull request #1333 from tarkah/fix/pub-pure-flexLibravatar Héctor Ramón2022-05-051-2/+1
|\ \ | | | | | | Expose pure flex module as public
| * | Expose pure flex module as publicLibravatar Cory Forsstrom2022-05-051-2/+1
|/ /
* | Bump version of `iced_pure` :tada:Libravatar Héctor Ramón Jiménez2022-05-051-1/+1
| |
* | Merge pull request #1332 from tarkah/fix/rule-helperLibravatar Héctor Ramón2022-05-051-1/+1
|\ \ | | | | | | Fix vertical rule helper
| * | Fix vertical rule helperLibravatar Cory Forsstrom2022-05-041-1/+1
|/ /
| * Merge branch 'master' into dev/system-informationLibravatar Héctor Ramón Jiménez2022-05-0490-334/+1363
| |\ | |/ |/|
* | Use `nightly` toolchain in `document` CI workflowLibravatar Héctor Ramón Jiménez2022-05-031-1/+4
| |
* | Bump version :tada:Libravatar Héctor Ramón Jiménez2022-05-031-1/+1
| |
* | Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2022-05-031-1/+10
| |
* | Merge pull request #1330 from iced-rs/expose-paddingLibravatar Héctor Ramón2022-05-031-2/+2
|\ \ | | | | | | Expose `Padding` in `iced` root crate