Commit graph

  • 9051dd6977
    Merge pull request #1379 from PolyMeilex/fix/clippy Héctor Ramón 2022-07-09 19:03:40 +02:00
  • c4c1221be6
    Merge pull request #1373 from fralonra/patch-2 Héctor Ramón 2022-07-09 18:53:46 +02:00
  • e548d6c0d5
    Fix Wasm build of todos example Héctor Ramón Jiménez 2022-07-09 18:49:50 +02:00
  • 2065a40f64
    Fix clippy lints for all crates and features Héctor Ramón Jiménez 2022-07-09 18:42:41 +02:00
  • d53cc5498b
    Add lint workflow to run cargo clippy Héctor Ramón Jiménez 2022-07-09 18:07:18 +02:00
  • 2f76a10a1d
    Fix further clippy lints Héctor Ramón Jiménez 2022-07-09 18:03:59 +02:00
  • 33a24b5821
    Run cargo fmt Héctor Ramón Jiménez 2022-07-09 17:05:45 +02:00
  • 15f794b7a8
    Address Clippy lints Poly 2022-07-04 01:17:29 +02:00
  • fb1e391d06
    Fix doc example in pure::canvas::Program Héctor Ramón 2022-07-09 13:32:56 +02:00
  • d4bf49c84c
    Update import path in pure canvas example Zoron 2022-06-30 12:54:30 +08:00
  • e053e25d2c
    Merge pull request #1362 from iced-rs/theming Héctor Ramón 2022-07-09 02:28:52 +02:00
  • 7105db97a5
    Remove redundant crate::Theme in alias of Element Héctor Ramón Jiménez 2022-07-08 23:43:18 +02:00
  • 4407385fbe
    Make Element aliases in iced compatible with iced_native and iced_pure Héctor Ramón Jiménez 2022-07-08 23:38:34 +02:00
  • 48bc505cb6
    Fix missing docs in iced crate Héctor Ramón Jiménez 2022-07-08 23:20:25 +02:00
  • 2d6d26cef4
    Make widget aliases in iced compatible with iced_native Héctor Ramón Jiménez 2022-07-08 20:49:57 +02:00
  • 3e643a9d6b
    Fix inconsistent styling for Radio and Checkbox Héctor Ramón Jiménez 2022-07-08 20:23:38 +02:00
  • 3514bd1535
    Add theme::Application styling support to Sandbox Héctor Ramón Jiménez 2022-07-08 20:13:14 +02:00
  • bb07d017e8
    Add Style variant support to application::StyleSheet Héctor Ramón Jiménez 2022-07-08 20:07:33 +02:00
  • fa55dff61d
    Merge branch 'master' into theming Héctor Ramón Jiménez 2022-07-08 19:31:45 +02:00
  • 66eb626300
    Merge pull request #1378 from Cupnfish/wgpu-0.13 Héctor Ramón 2022-07-03 17:35:31 +02:00
  • 9adc20922d
    Replace name abbreviation in iced_wgpu Héctor Ramón Jiménez 2022-07-03 15:48:32 +02:00
  • 3d38d0af91
    Simplify format selection in iced_wgpu Héctor Ramón Jiménez 2022-07-03 15:30:04 +02:00
  • 2010977bd2
    Use expect in integration_wgpu example Héctor Ramón Jiménez 2022-07-03 15:27:23 +02:00
  • 8b250d12e7
    Use latest wgpu_glyph release on crates.io Héctor Ramón Jiménez 2022-07-03 15:24:16 +02:00
  • 390e2a2d34 better wgsl code style Cupnfish 2022-07-02 22:51:51 +08:00
  • a88155b2a2 fix wgsl syntax Cupnfish 2022-07-02 22:29:49 +08:00
  • 64e37b2630 remove unnecessary Cargo.toml formatting Cupnfish 2022-07-02 20:30:28 +08:00
  • 095ac18c15 replace path to git Cupnfish 2022-07-02 15:55:10 +08:00
  • c148557cab update wgpu to 0.13 Cupnfish 2022-07-02 15:39:42 +08:00
  • e6e3eff876
    Bump versions 🎉 Héctor Ramón Jiménez 2022-07-01 04:02:38 +02:00
  • ca185c3ea4
    Merge pull request #1376 from iced-rs/fix/canvas-state-tag Héctor Ramón 2022-07-01 04:00:32 +02:00
  • 9330a83775
    Fix Widget::tag implementation of pure::Canvas Héctor Ramón Jiménez 2022-07-01 03:37:28 +02:00
  • 1dd1a2f97f
    Introduce StyleSheet for Text widget Héctor Ramón Jiménez 2022-06-29 10:51:01 +02:00
  • 799a7e501d
    Merge pull request #1371 from tarkah/feat/pure-text-input-value-override Héctor Ramón 2022-06-27 20:38:10 +02:00
  • c807abdfd7
    Fix Theme not being refreshed in iced_glutin Héctor Ramón Jiménez 2022-06-25 05:30:48 +02:00
  • 05e025b49f Allow overriding pure text_input value during draw Cory Forsstrom 2022-06-23 15:20:31 -07:00
  • 0f6c62c14f
    Merge pull request #1370 from jhannyjimenez/canvas_documentation_clarification Héctor Ramón 2022-06-23 22:15:00 +02:00
  • 092dfc34e8
    Merge pull request #1361 from mtkennerly/feature/prevent-overlapping-title-bar Héctor Ramón 2022-06-23 16:11:54 +02:00
  • a983c0c15b Added more clarification as to how the position and alignment of the Canvas Text structure interact Jhanny Jimenez 2022-06-22 17:32:55 -04:00
  • 9b46176b26
    Merge pull request #1367 from tarkah/fix/wgpu-msaa-alpha-blending Héctor Ramón 2022-06-17 02:32:34 -04:00
  • aae880ca5d Fix alpha blending for wgpu msaa Cory Forsstrom 2022-06-16 12:26:03 -07:00
  • 449bbb112e
    Update web instructions of the tour example Héctor Ramón Jiménez 2022-06-10 18:10:29 +02:00
  • fc13bb3d65
    Implement theme styling for Canvas Héctor Ramón Jiménez 2022-06-07 05:24:43 +02:00
  • f92afa7950
    Use Theme::Dark in pure_game_of_life example Héctor Ramón Jiménez 2022-06-07 04:57:10 +02:00
  • 3a22faaa20
    Remove unused code warnings Héctor Ramón Jiménez 2022-06-07 04:55:46 +02:00
  • 396735b682
    Implement theme styling for PickList and Menu Héctor Ramón Jiménez 2022-06-07 04:51:44 +02:00
  • 97555e67af
    Implement theme styling for Container Héctor Ramón Jiménez 2022-06-07 04:11:24 +02:00
  • 2933ac7355
    Remove style module leftover in scrollable example Héctor Ramón Jiménez 2022-06-07 03:28:41 +02:00
  • de21a651c0
    Implement theme styling for Scrollable Héctor Ramón Jiménez 2022-06-07 03:26:48 +02:00
  • 20780f36d1
    Prevent pane grid title bar content and controls from overlapping mtkennerly 2022-06-07 07:30:44 +08:00
  • ce53d3933c
    Implement theme styling for TextInput Héctor Ramón Jiménez 2022-06-07 01:11:35 +02:00
  • 835877fc63
    Implement theme styling for Checkbox Héctor Ramón Jiménez 2022-06-04 03:26:53 +02:00
  • 1388d71f03
    Expose palette module in theme Héctor Ramón Jiménez 2022-06-04 03:04:43 +02:00
  • 260bbc5690
    Merge pull request #1356 from casperstorm/fix/readme Héctor Ramón 2022-06-02 10:09:20 -04:00
  • ab7698f1f6
    corrected images in README to be similar height Casper Rogild Storm 2022-06-02 10:11:19 +02:00
  • 77dc9dc2cb
    Implement theme styling for ProgressBar Héctor Ramón Jiménez 2022-06-01 02:40:42 +02:00
  • e4ca779e43
    Introduce Custom style variant for Rule Héctor Ramón Jiménez 2022-06-01 02:04:23 +02:00
  • c275fde67a
    Implement theme styling for Rule Héctor Ramón Jiménez 2022-06-01 01:56:46 +02:00
  • 6f69df3d41
    Implement theme styling for PaneGrid Héctor Ramón Jiménez 2022-06-01 01:44:59 +02:00
  • a206d22670
    Use Theme background in styling example Héctor Ramón Jiménez 2022-05-31 05:27:27 +02:00
  • 3e2b6247f7
    Implement theme styling for Toggler Héctor Ramón Jiménez 2022-05-31 05:13:57 +02:00
  • cb712f3b84
    Bump versions 🎉 Héctor Ramón Jiménez 2022-05-31 05:40:39 +02:00
  • 1830a21a76
    Merge pull request #1354 from iced-rs/fix/wgpu-modern-limits Héctor Ramón 2022-05-30 23:20:01 -04:00
  • 33653b7667
    Try Limits::default in iced_wgpu before downlevel_defaults Héctor Ramón Jiménez 2022-05-31 04:17:52 +02:00
  • d26b3f0402
    Merge pull request #1349 from iced-rs/fix/subscription-cancelation Héctor Ramón 2022-05-30 17:57:29 -04:00
  • 824bef6162
    Merge pull request #1353 from tarkah/fix/overlay-status-capture Héctor Ramón 2022-05-30 17:52:58 -04:00
  • cec032f9ed Don't process captured overlay statuses Cory Forsstrom 2022-05-26 10:43:23 -07:00
  • ecd00cf02b
    Fix Subscription cancelation when never awaiting Héctor Ramón Jiménez 2022-05-27 19:43:50 +02:00
  • 28d09bfff1
    Implement theme styling for Radio Héctor Ramón Jiménez 2022-05-27 01:26:57 +02:00
  • d988d813d7
    Introduce specific types for each palette::Extended field Héctor Ramón Jiménez 2022-05-26 23:58:56 +02:00
  • d5bc610d01
    Fix examples and doc-tests Héctor Ramón Jiménez 2022-05-26 23:12:11 +02:00
  • cf0230072c
    Rename Variant to Style and Style to Appearance Héctor Ramón Jiménez 2022-05-26 23:07:34 +02:00
  • 7f3b7075db
    Rename theme::Definition to application::StyleSheet Héctor Ramón Jiménez 2022-05-26 19:02:15 +02:00
  • 3e8f4cdd13
    Add "Theming" section to the tour example Héctor Ramón Jiménez 2022-05-26 05:31:55 +02:00
  • 5a39dad506
    Tweak styling of Slider and improve contrast of Background Héctor Ramón Jiménez 2022-05-26 05:31:25 +02:00
  • 822a3cd04f
    Let a Theme control the text_color of an application Héctor Ramón Jiménez 2022-05-26 01:10:26 +02:00
  • 3a820b45f3
    Implement theme styling for Slider Héctor Ramón Jiménez 2022-05-26 00:40:27 +02:00
  • 03eda9b162
    Let a Theme control the background color of an application Héctor Ramón Jiménez 2022-05-25 05:01:18 +02:00
  • 2cfb307f8c
    Implement basic theming Palette Héctor Ramón Jiménez 2022-05-21 17:33:31 -04:00
  • ba33e92818
    Merge pull request #1341 from nicksenger/fix/component-overlay-rebuild Héctor Ramón 2022-05-14 23:52:42 +02:00
  • 664251f3f5
    Draft first-class Theme support Héctor Ramón Jiménez 2022-05-14 01:47:55 +02:00
  • ea389ac34c
    remove rebuild of component overlay from on_event Nick Senger 2022-05-13 12:38:16 -07:00
  • 296e157dcf
    Relayout base layer when layout is invalidated from an overlay Héctor Ramón Jiménez 2022-05-13 19:07:54 +02:00
  • 4c98de0a53
    Revert "fix: prevent building overlay with stale layout" Héctor Ramón Jiménez 2022-05-13 18:45:03 +02:00
  • 5de337f214
    Remove manual update of nix crate in audit workflow Héctor Ramón Jiménez 2022-05-11 21:43:14 +02:00
  • 2e7757a428
    Merge pull request #1314 from derezzedex/dev/system-information Héctor Ramón 2022-05-11 18:08:36 +02:00
  • 3be8f6e989
    fix: prevent building overlay with stale layout Nick Senger 2022-05-10 17:18:08 -07:00
  • b440df9afb Merge branch 'master' into dev/system-information Richard 2022-05-10 09:50:17 -03:00
  • d4ed8afa1e
    Fix unnecessary newlines in BUG-REPORT.yml Héctor Ramón Jiménez 2022-05-10 01:20:06 +02:00
  • d087de5dc0
    Merge pull request #1340 from mtkennerly/bugfix/missing-versions-in-dropdown Héctor Ramón 2022-05-10 01:19:22 +02:00
  • 42c61a5c44
    Elaborate on supported versions in BUG-REPORT.yml Héctor Ramón Jiménez 2022-05-10 01:18:06 +02:00
  • 82e11e04f2
    Add note about using the latest patch mtkennerly 2022-05-10 06:31:07 +08:00
  • af1ff67754
    Drop older versions from list mtkennerly 2022-05-10 06:27:45 +08:00
  • a5b2c07909
    Merge pull request #1339 from mtkennerly/feature/document-resolver-requirement Héctor Ramón 2022-05-09 23:22:54 +02:00
  • 48d25009af
    Add missing versions to issue template mtkennerly 2022-05-09 17:28:51 +08:00
  • 46e61ae4eb
    Add note about resolver requirement mtkennerly 2022-05-09 17:19:45 +08:00
  • 76e7c307df
    Merge pull request #1337 from iced-rs/generic-widget-tree Héctor Ramón 2022-05-08 20:35:37 +02:00
  • 59aeb20600
    Use Borrow instead of AsRef to allow easier casting Héctor Ramón Jiménez 2022-05-06 23:35:13 +02:00
  • f1c1d519c5
    Take AsRef<Widget> instead of Element in Tree API Héctor Ramón Jiménez 2022-05-06 19:42:14 +02:00
  • 2243e46190
    Merge pull request #1333 from tarkah/fix/pub-pure-flex Héctor Ramón 2022-05-05 19:42:59 +02:00