Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Update web instructions of the `tour` example | 2022-06-10 | 2 | -7/+7 | ||
|/ / / | ||||||
* | | | Merge pull request #1356 from casperstorm/fix/readme | 2022-06-02 | 1 | -22/+32 | ||
|\ \ \ | ||||||
| * | | | corrected images in README to be similar height | 2022-06-02 | 1 | -22/+32 | ||
|/ / / | ||||||
* | | | Bump versions :tada: | 2022-05-31 | 4 | -4/+4 | ||
* | | | Merge pull request #1354 from iced-rs/fix/wgpu-modern-limits | 2022-05-30 | 1 | -19/+27 | ||
|\ \ \ | ||||||
| * | | | Try `Limits::default` in `iced_wgpu` before `downlevel_defaults` | 2022-05-31 | 1 | -19/+27 | ||
|/ / / | ||||||
* | | | Merge pull request #1349 from iced-rs/fix/subscription-cancelation | 2022-05-30 | 1 | -10/+23 | ||
|\ \ \ | ||||||
| * | | | Fix `Subscription` cancelation when never awaiting | 2022-05-27 | 1 | -10/+23 | ||
* | | | | Merge pull request #1353 from tarkah/fix/overlay-status-capture | 2022-05-30 | 1 | -0/+4 | ||
|\ \ \ \ | ||||||
| * | | | | Don't process captured overlay statuses | 2022-05-30 | 1 | -0/+4 | ||
|/ / / / | ||||||
* | | | | Merge pull request #1341 from nicksenger/fix/component-overlay-rebuild | 2022-05-14 | 4 | -35/+52 | ||
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | remove rebuild of component overlay from `on_event` | 2022-05-13 | 2 | -13/+2 | ||
| * | | | Relayout base layer when layout is invalidated from an overlay | 2022-05-13 | 2 | -22/+50 | ||
| * | | | Revert "fix: prevent building overlay with stale layout" | 2022-05-13 | 2 | -63/+13 | ||
| * | | | fix: prevent building overlay with stale layout | 2022-05-10 | 2 | -13/+63 | ||
| | * | | Introduce `StyleSheet` for `Text` widget | 2022-06-29 | 28 | -87/+183 | ||
| | * | | Fix `Theme` not being refreshed in `iced_glutin` | 2022-06-25 | 1 | -1/+2 | ||
| | * | | Implement theme styling for `Canvas` | 2022-06-07 | 10 | -45/+94 | ||
| | * | | Use `Theme::Dark` in `pure_game_of_life` example | 2022-06-07 | 1 | -0/+4 | ||
| | * | | Remove unused code warnings | 2022-06-07 | 2 | -15/+1 | ||
| | * | | Implement theme styling for `PickList` and `Menu` | 2022-06-07 | 14 | -247/+168 | ||
| | * | | Implement theme styling for `Container` | 2022-06-07 | 24 | -252/+300 | ||
| | * | | Remove `style` module leftover in `scrollable` example | 2022-06-07 | 1 | -52/+0 | ||
| | * | | Implement theme styling for `Scrollable` | 2022-06-07 | 11 | -267/+127 | ||
| | * | | Implement theme styling for `TextInput` | 2022-06-07 | 12 | -183/+145 | ||
| | * | | Implement theme styling for `Checkbox` | 2022-06-04 | 8 | -92/+137 | ||
| | * | | Expose `palette` module in `theme` | 2022-06-04 | 1 | -2/+2 | ||
| | * | | Implement theme styling for `ProgressBar` | 2022-06-01 | 6 | -71/+81 | ||
| | * | | Introduce `Custom` style variant for `Rule` | 2022-06-01 | 1 | -7/+22 | ||
| | * | | Implement theme styling for `Rule` | 2022-06-01 | 8 | -123/+86 | ||
| | * | | Implement theme styling for `PaneGrid` | 2022-06-01 | 4 | -49/+74 | ||
| | * | | 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 | ||
|\ \ \ |