Jim Eckerlein
|
bcc55e6036
|
Reassign attribute locations
|
2023-09-24 15:12:32 +02:00 |
|
Jim Eckerlein
|
3f467d1212
|
Compute vertex position in shader
|
2023-09-24 15:10:19 +02:00 |
|
Héctor Ramón Jiménez
|
bc9bb28b1c
|
Fix cargo nitpick alias
|
2023-09-20 16:41:08 +02:00 |
|
Héctor Ramón Jiménez
|
f137d71e8f
|
Centralize clippy lints in .cargo/config.toml
|
2023-09-20 16:40:03 +02:00 |
|
Héctor Ramón Jiménez
|
b8ddd158da
|
Simplify map call in iced_wgpu::triangle
|
2023-09-20 16:27:54 +02:00 |
|
Héctor Ramón Jiménez
|
b277625546
|
Revert "Chore: Apply clippy map transformations"
This reverts commit c997aad85d.
|
2023-09-20 16:26:43 +02:00 |
|
Héctor Ramón Jiménez
|
76873921af
|
Fix build workflow in GitHub CI
|
2023-09-20 15:56:05 +02:00 |
|
Héctor Ramón
|
2f7ff1471d
|
Merge pull request #2096 from iced-rs/fix/some-more-lints
Fix some `clippy::pedantic` lints
|
2023-09-20 15:52:41 +02:00 |
|
Héctor Ramón Jiménez
|
33d780f691
|
Run cargo fmt
|
2023-09-20 05:37:20 +02:00 |
|
Héctor Ramón Jiménez
|
432d9f5f97
|
Fix clippy::unused_async
|
2023-09-20 05:36:11 +02:00 |
|
Héctor Ramón Jiménez
|
f8f1a86344
|
Fix clippy::manual_let_else
|
2023-09-20 05:30:08 +02:00 |
|
Héctor Ramón Jiménez
|
1019d1e518
|
Fix clippy::filter_map_next
|
2023-09-20 05:23:15 +02:00 |
|
Héctor Ramón Jiménez
|
14ba939e67
|
Fix clippy::unreadable_literal
|
2023-09-20 05:19:24 +02:00 |
|
Héctor Ramón Jiménez
|
1e4bade53a
|
Fix clippy::redundant-closure-for-method-calls
|
2023-09-20 05:07:34 +02:00 |
|
Héctor Ramón Jiménez
|
caed50b277
|
Fix clippy::match-wildcard-for-single-variants
|
2023-09-20 05:03:25 +02:00 |
|
Héctor Ramón Jiménez
|
42ed90bc6f
|
Fix clippy::default_trait_access
|
2023-09-20 04:51:08 +02:00 |
|
Héctor Ramón Jiménez
|
6c386e90a1
|
Fix clippy::trivially-copy-pass-by-ref
|
2023-09-20 04:33:48 +02:00 |
|
Héctor Ramón Jiménez
|
34f07b6027
|
Fix clippy::semicolon_if_nothing_returned
|
2023-09-20 04:11:52 +02:00 |
|
Héctor Ramón Jiménez
|
9991052ce5
|
Create cargo lint alias
|
2023-09-20 04:07:20 +02:00 |
|
Héctor Ramón
|
e8b01eb543
|
Merge pull request #2092 from nyurik/clippy
Chore: Apply some minor clippy fixes
|
2023-09-19 13:30:51 +02:00 |
|
Héctor Ramón
|
2ee2c65894
|
Merge pull request #2091 from nyurik/docs
Chore: Apply clippy docs keyword quoting
|
2023-09-19 13:26:52 +02:00 |
|
Héctor Ramón
|
582da10ae2
|
Merge pull request #2090 from nyurik/mapping
Chore: Apply clippy map transformations
|
2023-09-19 13:22:21 +02:00 |
|
Héctor Ramón
|
a4dbf07887
|
Merge pull request #2089 from nyurik/inlinefmt
Chore: Inline format args for ease of reading
|
2023-09-19 13:21:50 +02:00 |
|
Yuri Astrakhan
|
efd0ff6ded
|
Chore: Apply some minor clippy fixes
* Use `.elapsed()` for duration
* Use direct iteration without calling `.iter()` and the like
* order fields in the `Text` struct creation as declared
|
2023-09-19 01:52:25 -04:00 |
|
Yuri Astrakhan
|
c6554d9907
|
Chore: Apply clippy docs keyword quoting
Add quotes a number of doc strings like `sRGB`
|
2023-09-19 01:50:05 -04:00 |
|
Yuri Astrakhan
|
c997aad85d
|
Chore: Apply clippy map transformations
Convert `.map().unwrap_or()` to `.map_or()` and similar transformations.
|
2023-09-19 01:46:46 -04:00 |
|
Yuri Astrakhan
|
3d6b9637c3
|
Chore: Inline format args for ease of reading
A minor cleanup to inline all simple cases of format arguments. Makes the format strings just a bit easier to read.
|
2023-09-19 01:32:56 -04:00 |
|
Héctor Ramón
|
4613eb26cb
|
Merge pull request #2084 from iced-rs/fix/horizontal-scrollbar-width
Fix width of horizontal scrollbar in `Scrollable`
|
2023-09-14 23:13:14 +02:00 |
|
Héctor Ramón Jiménez
|
ed11b04f60
|
Fix height of vertical scroller in Scrollbar
|
2023-09-14 22:59:02 +02:00 |
|
Héctor Ramón Jiménez
|
bebb2b0252
|
Fix styling of horizontal scrollbar in scrollable example
|
2023-09-14 19:37:15 +02:00 |
|
Héctor Ramón Jiménez
|
2c782bbe7a
|
Fix width of horizontal scrollbar in Scrollable
|
2023-09-14 19:35:29 +02:00 |
|
Héctor Ramón Jiménez
|
9245423c5d
|
Fix link in CONTRIBUTING guide
|
2023-09-11 01:10:31 +02:00 |
|
Héctor Ramón
|
4fe69c83f2
|
Merge pull request #2078 from Nisatru/fix-combo-box
Fix `ComboBox` widget panic on wasm
|
2023-09-11 00:20:04 +02:00 |
|
Thomas
|
90bd581d8e
|
Fix ComboBox widget panic on wasm
|
2023-09-10 10:18:58 +02:00 |
|
Héctor Ramón Jiménez
|
bc1bde0d5c
|
Fix ComboBox widget not displaying selection text
|
2023-09-10 03:36:31 +02:00 |
|
Héctor Ramón Jiménez
|
6d379b7fce
|
Fix unnecessary dereference in Tooltip
|
2023-09-10 03:16:55 +02:00 |
|
Héctor Ramón Jiménez
|
b329950a42
|
Fix Tooltip widget state management
|
2023-09-10 03:15:31 +02:00 |
|
Héctor Ramón Jiménez
|
df72fd1095
|
Fix Widget::layout implementation of MouseArea
|
2023-09-10 03:04:02 +02:00 |
|
Héctor Ramón
|
1af5ff41ab
|
Merge pull request #2058 from iced-rs/explicit-text-caching
Explicit text caching
|
2023-09-10 01:14:39 +02:00 |
|
Héctor Ramón Jiménez
|
1cc5bf59d7
|
Fix CHANGELOG
|
2023-09-10 00:59:54 +02:00 |
|
Héctor Ramón Jiménez
|
b42b24b79a
|
Fix (more) broken intradoc links
Good thing I just set up CI earlier for this 😅
|
2023-09-10 00:55:46 +02:00 |
|
Héctor Ramón Jiménez
|
c692845744
|
Fix broken intradoc link in widget::keyed module
|
2023-09-10 00:44:58 +02:00 |
|
Héctor Ramón Jiménez
|
8aa7874ba9
|
Fix Wasm build of todos example
|
2023-09-10 00:43:38 +02:00 |
|
Héctor Ramón Jiménez
|
b8e5693a30
|
Merge branch 'master' into explicit-text-caching
|
2023-09-10 00:34:21 +02:00 |
|
Héctor Ramón
|
a3489e4af9
|
Merge pull request #2076 from Nisatru/run-web
Get web examples running again
|
2023-09-09 23:24:54 +02:00 |
|
Héctor Ramón Jiménez
|
9565123389
|
Remove unused unicode-segmentation dependency from iced_graphics
|
2023-09-09 23:06:06 +02:00 |
|
Héctor Ramón Jiménez
|
bbb9c2d928
|
Count grapheme clusters in Paragraph::grapheme_position
|
2023-09-09 23:05:44 +02:00 |
|
Thomas
|
fbc9ef74c4
|
Change init_with_level to init in examples
|
2023-09-09 22:42:41 +02:00 |
|
Héctor Ramón
|
e3aa8f71e6
|
Merge pull request #2077 from matze/fix-doc-links
Fix majority of unresolved documentation links
|
2023-09-09 21:16:55 +02:00 |
|
Héctor Ramón Jiménez
|
419d9374b7
|
Fix outstanding broken intradoc links
|
2023-09-09 21:08:23 +02:00 |
|