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
|
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 |
|
Héctor Ramón Jiménez
|
f60884f6f8
|
Deny broken_intradoc_links and verify documentation in CI
|
2023-09-09 20:58:45 +02:00 |
|
Matthias Vogelgesang
|
89d9f1d7d2
|
Fix majority of unresolved documentation links
|
2023-09-09 18:59:17 +02:00 |
|
Thomas
|
052fe0edae
|
Dont use tracing-subscriber dependency on web
|
2023-09-09 14:15:11 +02:00 |
|
Thomas
|
52da89ac53
|
Add instructions to run web examples
|
2023-09-09 14:11:40 +02:00 |
|
Thomas
|
e562544807
|
Add logging for web in tour example
|
2023-09-09 14:09:48 +02:00 |
|
Thomas
|
9c2ad457d8
|
Add webgl feature for web examples
|
2023-09-09 13:59:18 +02:00 |
|
Héctor Ramón Jiménez
|
3cc605b70f
|
Implement Icon support for TextInput
|
2023-09-09 12:36:00 +02:00 |
|
Héctor Ramón Jiménez
|
3450987355
|
Invalidate existing paragraphs when new fonts are loaded
|
2023-09-09 11:21:32 +02:00 |
|
Héctor Ramón
|
89d9c45d25
|
Merge pull request #2055 from matze/perceptual-gradient
Compute gradients in Oklab color space
|
2023-09-08 04:55:16 +02:00 |
|
Héctor Ramón Jiménez
|
90cbab18b9
|
Fine-tune Radians::to_distance
An angle of 0 radians will "point" to the top-center of a `Rectangle` and
then increase clockwise.
|
2023-09-08 02:36:17 +02:00 |
|
Héctor Ramón Jiménez
|
d2294737c2
|
Use Radians as a number directly in gradient example
|
2023-09-08 01:58:52 +02:00 |
|
Héctor Ramón Jiménez
|
c1139898c5
|
Remove unnecessary centering in gradient example
|
2023-09-07 07:55:54 +02:00 |
|
Héctor Ramón Jiménez
|
d6be3ab682
|
Use horizontal_space instead of empty text widget in gradient example
|
2023-09-07 07:55:09 +02:00 |
|
Héctor Ramón Jiménez
|
6ff2e48feb
|
Use Default for container::Appearance in gradient example
|
2023-09-07 07:53:34 +02:00 |
|
Héctor Ramón Jiménez
|
fc261a539b
|
Fix name of gradient example package
|
2023-09-07 07:53:26 +02:00 |
|
Héctor Ramón Jiménez
|
d818deb4cd
|
Increase threshold of enum-variant-names lint
|
2023-09-07 07:50:59 +02:00 |
|
Héctor Ramón Jiménez
|
f83fb9b6cd
|
Use Color::WHITE in gradient example
|
2023-09-07 07:48:44 +02:00 |
|
Héctor Ramón Jiménez
|
21259ee745
|
Rename gradients example to gradient
|
2023-09-07 07:48:44 +02:00 |
|
Héctor Ramón Jiménez
|
adfcd8c727
|
Simplify gradients example
|
2023-09-07 07:48:44 +02:00 |
|
Héctor Ramón Jiménez
|
10d0b257f9
|
Use Oklab color interpolation only with color::GAMMA_CORRECTION
|
2023-09-07 07:48:43 +02:00 |
|
Matthias Vogelgesang
|
2b746c7b25
|
Add gradient picker example
|
2023-09-07 07:45:42 +02:00 |
|