Jhanny Jimenez
a983c0c15b
Added more clarification as to how the position and alignment of the Canvas Text structure interact
2022-06-22 17:32:55 -04:00
Héctor Ramón
9b46176b26
Merge pull request #1367 from tarkah/fix/wgpu-msaa-alpha-blending
...
Fix alpha blending for wgpu msaa
2022-06-17 02:32:34 -04:00
Cory Forsstrom
aae880ca5d
Fix alpha blending for wgpu msaa
2022-06-16 12:26:03 -07:00
Héctor Ramón Jiménez
449bbb112e
Update web instructions of the tour example
2022-06-10 18:12:54 +02:00
Héctor Ramón Jiménez
fc13bb3d65
Implement theme styling for Canvas
2022-06-07 05:24:43 +02:00
Héctor Ramón Jiménez
f92afa7950
Use Theme::Dark in pure_game_of_life example
2022-06-07 04:57:10 +02:00
Héctor Ramón Jiménez
3a22faaa20
Remove unused code warnings
2022-06-07 04:55:46 +02:00
Héctor Ramón Jiménez
396735b682
Implement theme styling for PickList and Menu
2022-06-07 04:51:44 +02:00
Héctor Ramón Jiménez
97555e67af
Implement theme styling for Container
2022-06-07 04:11:24 +02:00
Héctor Ramón Jiménez
2933ac7355
Remove style module leftover in scrollable example
2022-06-07 03:28:41 +02:00
Héctor Ramón Jiménez
de21a651c0
Implement theme styling for Scrollable
2022-06-07 03:26:48 +02:00
mtkennerly
20780f36d1
Prevent pane grid title bar content and controls from overlapping
2022-06-07 07:30:44 +08:00
Héctor Ramón Jiménez
ce53d3933c
Implement theme styling for TextInput
2022-06-07 01:11:35 +02:00
Héctor Ramón Jiménez
835877fc63
Implement theme styling for Checkbox
2022-06-04 03:26:53 +02:00
Héctor Ramón Jiménez
1388d71f03
Expose palette module in theme
2022-06-04 03:04:43 +02:00
Héctor Ramón
260bbc5690
Merge pull request #1356 from casperstorm/fix/readme
...
fix: corrected images in `README.md` to be similar height.
2022-06-02 10:09:20 -04:00
Casper Rogild Storm
ab7698f1f6
corrected images in README to be similar height
2022-06-02 10:11:19 +02:00
Héctor Ramón Jiménez
77dc9dc2cb
Implement theme styling for ProgressBar
2022-06-01 02:40:42 +02:00
Héctor Ramón Jiménez
e4ca779e43
Introduce Custom style variant for Rule
2022-06-01 02:04:23 +02:00
Héctor Ramón Jiménez
c275fde67a
Implement theme styling for Rule
2022-06-01 01:56:46 +02:00
Héctor Ramón Jiménez
6f69df3d41
Implement theme styling for PaneGrid
2022-06-01 01:46:14 +02:00
Héctor Ramón Jiménez
a206d22670
Use Theme background in styling example
2022-06-01 01:46:08 +02:00
Héctor Ramón Jiménez
3e2b6247f7
Implement theme styling for Toggler
...
... and wire up theming to the `styling` example.
2022-06-01 01:46:04 +02:00
Héctor Ramón Jiménez
cb712f3b84
Bump versions 🎉
2022-05-31 05:42:43 +02:00
Héctor Ramón
1830a21a76
Merge pull request #1354 from iced-rs/fix/wgpu-modern-limits
...
Try `Limits::default` in `iced_wgpu` before `downlevel_defaults`
2022-05-30 23:20:01 -04:00
Héctor Ramón Jiménez
33653b7667
Try Limits::default in iced_wgpu before downlevel_defaults
2022-05-31 04:17:52 +02:00
Héctor Ramón
d26b3f0402
Merge pull request #1349 from iced-rs/fix/subscription-cancelation
...
Fix `Subscription` cancelation when never awaiting
2022-05-30 17:57:29 -04:00
Héctor Ramón
824bef6162
Merge pull request #1353 from tarkah/fix/overlay-status-capture
...
Don't process captured overlay statuses
2022-05-30 17:52:58 -04:00
Cory Forsstrom
cec032f9ed
Don't process captured overlay statuses
2022-05-30 13:25:27 -07:00
Héctor Ramón Jiménez
ecd00cf02b
Fix Subscription cancelation when never awaiting
...
`StreamExt::forward` will keep polling a ready `Stream` in a loop. If the
`Stream` is always ready, the `poll` method of `Forward` effectively
blocks (see https://github.com/rust-lang/futures-rs/issues/2552 ).
The fix consists in manually implementing a simpler version of `Forward`.
2022-05-27 19:54:58 +02:00
Héctor Ramón Jiménez
28d09bfff1
Implement theme styling for Radio
2022-05-27 01:29:36 +02:00
Héctor Ramón Jiménez
d988d813d7
Introduce specific types for each palette::Extended field
...
We will have more control over color calculations for each semantic purpose this way.
2022-05-26 23:58:56 +02:00
Héctor Ramón Jiménez
d5bc610d01
Fix examples and doc-tests
2022-05-26 23:12:11 +02:00
Héctor Ramón Jiménez
cf0230072c
Rename Variant to Style and Style to Appearance
2022-05-26 23:07:34 +02:00
Héctor Ramón Jiménez
7f3b7075db
Rename theme::Definition to application::StyleSheet
2022-05-26 19:02:15 +02:00
Héctor Ramón Jiménez
3e8f4cdd13
Add "Theming" section to the tour example
2022-05-26 05:31:55 +02:00
Héctor Ramón Jiménez
5a39dad506
Tweak styling of Slider and improve contrast of Background
2022-05-26 05:31:25 +02:00
Héctor Ramón Jiménez
822a3cd04f
Let a Theme control the text_color of an application
2022-05-26 01:10:26 +02:00
Héctor Ramón Jiménez
3a820b45f3
Implement theme styling for Slider
2022-05-26 00:40:27 +02:00
Héctor Ramón Jiménez
03eda9b162
Let a Theme control the background color of an application
...
... and remove `Application::background_color`
2022-05-25 05:01:18 +02:00
Héctor Ramón Jiménez
2cfb307f8c
Implement basic theming Palette
2022-05-21 17:33:31 -04:00
Héctor Ramón
ba33e92818
Merge pull request #1341 from nicksenger/fix/component-overlay-rebuild
...
fix: prevent building component overlay with stale layout
2022-05-14 23:52:42 +02:00
Héctor Ramón Jiménez
664251f3f5
Draft first-class Theme support
...
RFC: https://github.com/iced-rs/rfcs/pull/6
2022-05-14 01:56:32 +02:00
Nick Senger
ea389ac34c
remove rebuild of component overlay from on_event
2022-05-13 12:38:16 -07:00
Héctor Ramón Jiménez
296e157dcf
Relayout base layer when layout is invalidated from an overlay
2022-05-13 19:07:54 +02:00
Héctor Ramón Jiménez
4c98de0a53
Revert "fix: prevent building overlay with stale layout"
...
This reverts commit 3be8f6e989 .
2022-05-13 18:45:03 +02:00
Héctor Ramón Jiménez
5de337f214
Remove manual update of nix crate in audit workflow
2022-05-11 21:43:14 +02:00
Héctor Ramón
2e7757a428
Merge pull request #1314 from derezzedex/dev/system-information
...
feat: fetch system information
2022-05-11 18:08:36 +02:00
Nick Senger
3be8f6e989
fix: prevent building overlay with stale layout
2022-05-10 17:23:30 -07:00
Richard
b440df9afb
Merge branch 'master' into dev/system-information
2022-05-10 09:50:17 -03:00