Héctor Ramón Jiménez
|
25f182f933
|
Introduce Border struct analogous to Shadow
|
2024-01-20 13:29:25 +01:00 |
|
Héctor Ramón Jiménez
|
4d502012b3
|
Skip transparent shadows in iced_tiny_skia
|
2024-01-20 12:39:52 +01:00 |
|
Héctor Ramón Jiménez
|
370b2f6df7
|
Use Default implementation of renderer::Quad
|
2024-01-20 12:25:07 +01:00 |
|
Héctor Ramón Jiménez
|
b7b457a575
|
Make shadow optional in renderer::Quad
|
2024-01-20 12:11:18 +01:00 |
|
Héctor Ramón Jiménez
|
83902921a3
|
Run cargo fmt
|
2024-01-20 12:02:04 +01:00 |
|
Nick Senger
|
cc906c83cd
|
feat: quad shadows
|
2024-01-20 11:59:37 +01:00 |
|
Héctor Ramón
|
b3e3f6e3c9
|
Merge pull request #2099 from jim-ec/master
Compute vertex positions in the shader
|
2024-01-19 20:54:09 +01:00 |
|
Héctor Ramón Jiménez
|
0c7f6e4b34
|
Fix vertex.wgsl shader in iced_wgpu
|
2024-01-19 20:43:18 +01:00 |
|
Héctor Ramón Jiménez
|
1781068e1c
|
Merge branch 'master' into remove-vertex-indexing
|
2024-01-19 20:41:52 +01:00 |
|
Héctor Ramón
|
7ae7fcb898
|
Merge pull request #2191 from ids1024/raw-window-handle-0.6
Update `wgpu` to `0.19`, `glyphon` to `0.5`, `softbuffer` to `0.4`, `window-clipboard` to `0.4`, and `raw-window-handle` to `0.6`
|
2024-01-19 20:28:45 +01:00 |
|
Héctor Ramón Jiménez
|
9df7bf8ec3
|
Use workspace dependency for raw-window-handle in iced_core
|
2024-01-18 15:41:19 +01:00 |
|
Héctor Ramón Jiménez
|
bdb8f4966e
|
Fix grammar in iced_futures::maybe module
|
2024-01-18 11:22:06 +01:00 |
|
Héctor Ramón Jiménez
|
cba56ea768
|
Fix typo Send -> Sync
|
2024-01-18 11:02:53 +01:00 |
|
Héctor Ramón Jiménez
|
74a6e58cbc
|
Remove comment in iced_winit::application
|
2024-01-18 10:58:12 +01:00 |
|
Héctor Ramón Jiménez
|
c929e6f5dd
|
Use Self::Surface in Compositor implementors
|
2024-01-18 10:56:02 +01:00 |
|
Héctor Ramón Jiménez
|
3cf8f77d65
|
Resize surface in configure_surface in iced_tiny_skia
|
2024-01-18 10:52:25 +01:00 |
|
Héctor Ramón Jiménez
|
150ce65e20
|
Nest age declaration inside last_primitives
|
2024-01-18 10:43:52 +01:00 |
|
Héctor Ramón Jiménez
|
b6b3e9b9f9
|
Avoid stacking new primitives when undamaged
|
2024-01-18 10:42:02 +01:00 |
|
Héctor Ramón Jiménez
|
4b7744b980
|
Support out-of-order Buffer ages in iced_tiny_skia
|
2024-01-18 10:35:27 +01:00 |
|
Héctor Ramón Jiménez
|
5fc49edc55
|
Make compatible_window mandatory in Compositor
|
2024-01-18 10:06:30 +01:00 |
|
Héctor Ramón Jiménez
|
1701ec815d
|
Remove redundant ref mut in iced_renderer::compositor
|
2024-01-18 10:02:50 +01:00 |
|
Héctor Ramón Jiménez
|
4c90ed6a1b
|
Remove patch version from softbuffer
|
2024-01-18 09:59:36 +01:00 |
|
Héctor Ramón Jiménez
|
b9dc106a56
|
Remove winit dependency from iced root crate
|
2024-01-18 09:59:14 +01:00 |
|
Héctor Ramón Jiménez
|
8bf2386972
|
Remove Compositor window generic
And update `glyphon` and `window_clipboard`
|
2024-01-18 09:55:27 +01:00 |
|
Héctor Ramón
|
61e3d8502f
|
Merge pull request #2163 from hicaru/svg_hover
added svg hover, for styles impl
|
2024-01-18 03:46:13 +01:00 |
|
Héctor Ramón
|
070abff5ce
|
Merge pull request #2204 from iced-rs/vectorial-text-reloaded
Vectorial text reloaded
|
2024-01-17 16:03:25 +01:00 |
|
Héctor Ramón Jiménez
|
5d4c55c07a
|
Fix paint not being transformed in iced_tiny_skia
|
2024-01-17 15:53:08 +01:00 |
|
Héctor Ramón Jiménez
|
acee3b030b
|
Fix paths with negative coordinates in iced_tiny_skia
|
2024-01-17 15:31:29 +01:00 |
|
Héctor Ramón Jiménez
|
4cb53a6e22
|
Implement vectorial text support for iced_tiny_skia
|
2024-01-17 14:49:14 +01:00 |
|
Héctor Ramón Jiménez
|
dd032d9a7a
|
Implement vectorial text support for iced_wgpu
|
2024-01-17 14:25:39 +01:00 |
|
Héctor Ramón Jiménez
|
d09f36e054
|
Fix missing semi-colon lint in vectorial_text example
|
2024-01-17 13:45:47 +01:00 |
|
Héctor Ramón Jiménez
|
fda96a9eda
|
Simplify Transform API in iced_wgpu::geometry
|
2024-01-17 13:44:30 +01:00 |
|
Héctor Ramón Jiménez
|
5aa741a177
|
Apply scaling during Frame::fill_text in iced_tiny_skia
|
2024-01-17 13:27:39 +01:00 |
|
Héctor Ramón Jiménez
|
66bea7bb6d
|
Apply scaling during Frame::fill_text in iced_wgpu
|
2024-01-17 13:22:02 +01:00 |
|
Héctor Ramón Jiménez
|
468f7432dd
|
Add vectorial_text example
|
2024-01-17 13:15:05 +01:00 |
|
Héctor Ramón
|
0001a6d636
|
Merge pull request #2169 from iced-rs/update-winit
Update `winit` to `0.29`
|
2024-01-17 08:12:44 +01:00 |
|
Héctor Ramón Jiménez
|
985acb2b15
|
Fine-tune event loop of multi-window applications
|
2024-01-17 08:05:19 +01:00 |
|
Ian Douglas Scott
|
7289b6091b
|
WIP raw-window-handle 0.6
|
2024-01-16 21:34:38 -08:00 |
|
Ian Douglas Scott
|
ff268c8c42
|
Update to softbuffer 0.3, tracking up to age sets of primitives
|
2024-01-17 07:46:33 -08:00 |
|
Héctor Ramón Jiménez
|
03f5a351c3
|
Use SmolStr for text field in KeyPressed event
|
2024-01-16 13:31:02 +01:00 |
|
Héctor Ramón Jiménez
|
64d1ce5532
|
Refactor KeyCode into Key and Location
|
2024-01-16 13:28:00 +01:00 |
|
Héctor Ramón Jiménez
|
534c7dd7b0
|
Merge branch 'master' into update-winit
|
2024-01-16 12:02:42 +01:00 |
|
Héctor Ramón Jiménez
|
17135cbd56
|
Update winit fork to 0.29.10
|
2024-01-16 12:01:33 +01:00 |
|
Héctor Ramón
|
c4ba657de8
|
Merge pull request #2203 from iced-rs/update-glyphon
Update `glyphon` to `0.4`
|
2024-01-16 02:11:48 +01:00 |
|
Héctor Ramón Jiménez
|
73e7cf16e3
|
Update rfd to 0.13
|
2024-01-15 23:51:46 +01:00 |
|
Héctor Ramón Jiménez
|
d948ca6f09
|
Update glyphon to 0.4
`Color` is now always in the sRGB color space.
|
2024-01-15 23:49:20 +01:00 |
|
Héctor Ramón
|
50c310fd9f
|
Merge pull request #2192 from iced-rs/fix/layout-inconsistencies
Layout consistency
|
2024-01-12 14:41:40 +01:00 |
|
Héctor Ramón
|
63e9adac56
|
Merge pull request #2199 from iced-rs/fix/clip-text-input-selection
Fix clipping of `TextInput` selection
|
2024-01-12 13:42:46 +01:00 |
|
Héctor Ramón Jiménez
|
5315e04a26
|
Fix clipping of TextInput selection
|
2024-01-12 13:34:14 +01:00 |
|
Héctor Ramón
|
a5ae442819
|
Merge pull request #2158 from iced-rs/feature/raw-text-primitive
Introduce `RawText` to `Primitive` in `iced_graphics`
|
2024-01-12 06:45:40 +01:00 |
|