index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #2215 from jhannyj/editor-cut
Héctor Ramón
2024-01-27
1
-0
/
+12
|
\
|
*
Add cut functionality to text editor
jhannyj
2024-01-25
1
-0
/
+12
|
/
*
Merge pull request #2211 from MrAntix/windows_PlatformSpecific_skip_taskbar
Héctor Ramón
2024-01-22
2
-0
/
+7
|
\
|
*
feat(window): adds skip_taskbar for windows
MrAntix
2024-01-21
2
-0
/
+7
*
|
Fix impossible to type `v` in `TextInput`
Héctor Ramón Jiménez
2024-01-22
1
-34
/
+29
*
|
Merge pull request #2209 from iced-rs/remove-associated-theme
Héctor Ramón
2024-01-22
89
-1154
/
+1502
|
\
\
|
|
/
|
/
|
|
*
Introduce `themer` widget
Héctor Ramón Jiménez
2024-01-21
3
-2
/
+284
|
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
88
-1153
/
+1219
|
/
*
Merge pull request #1882 from nicksenger/shadows
Héctor Ramón
2024-01-20
49
-384
/
+597
|
\
|
*
Inline `quad_pos` and `quad_scale` definitions
Héctor Ramón Jiménez
2024-01-20
1
-4
/
+2
|
*
Add `Shadow` to `container::Appearance`
Héctor Ramón Jiménez
2024-01-20
4
-6
/
+11
|
*
Add `Shadow` to `button::Appearance`
Héctor Ramón Jiménez
2024-01-20
2
-5
/
+12
|
*
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
2024-01-20
44
-426
/
+384
|
*
Skip transparent shadows in `iced_tiny_skia`
Héctor Ramón Jiménez
2024-01-20
1
-94
/
+101
|
*
Use `Default` implementation of `renderer::Quad`
Héctor Ramón Jiménez
2024-01-20
20
-116
/
+63
|
*
Make `shadow` optional in `renderer::Quad`
Héctor Ramón Jiménez
2024-01-20
8
-46
/
+57
|
*
Run `cargo fmt`
Héctor Ramón Jiménez
2024-01-20
1
-1
/
+1
|
*
feat: quad shadows
Nick Senger
2024-01-20
33
-25
/
+305
|
/
*
Merge pull request #2099 from jim-ec/master
Héctor Ramón
2024-01-19
8
-229
/
+114
|
\
|
*
Fix `vertex.wgsl` shader in `iced_wgpu`
Héctor Ramón Jiménez
2024-01-19
1
-1
/
+1
|
*
Merge branch 'master' into remove-vertex-indexing
Héctor Ramón Jiménez
2024-01-19
240
-3393
/
+12774
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #2191 from ids1024/raw-window-handle-0.6
Héctor Ramón
2024-01-19
20
-128
/
+207
|
\
\
|
*
|
Use `workspace` dependency for `raw-window-handle` in `iced_core`
Héctor Ramón Jiménez
2024-01-18
1
-2
/
+1
|
*
|
Fix grammar in `iced_futures::maybe` module
Héctor Ramón Jiménez
2024-01-18
1
-4
/
+4
|
*
|
Fix typo `Send -> Sync`
Héctor Ramón Jiménez
2024-01-18
1
-1
/
+1
|
*
|
Remove comment in `iced_winit::application`
Héctor Ramón Jiménez
2024-01-18
1
-1
/
+0
|
*
|
Use `Self::Surface` in `Compositor` implementors
Héctor Ramón Jiménez
2024-01-18
2
-7
/
+7
|
*
|
Resize surface in `configure_surface` in `iced_tiny_skia`
Héctor Ramón Jiménez
2024-01-18
1
-10
/
+14
|
*
|
Nest `age` declaration inside `last_primitives`
Héctor Ramón Jiménez
2024-01-18
1
-2
/
+2
|
*
|
Avoid stacking new primitives when undamaged
Héctor Ramón Jiménez
2024-01-18
1
-19
/
+21
|
*
|
Support out-of-order `Buffer` ages in `iced_tiny_skia`
Héctor Ramón Jiménez
2024-01-18
1
-17
/
+15
|
*
|
Make `compatible_window` mandatory in `Compositor`
Héctor Ramón Jiménez
2024-01-18
6
-25
/
+18
|
*
|
Remove redundant `ref mut` in `iced_renderer::compositor`
Héctor Ramón Jiménez
2024-01-18
1
-3
/
+3
|
*
|
Remove patch version from `softbuffer`
Héctor Ramón Jiménez
2024-01-18
1
-1
/
+1
|
*
|
Remove `winit` dependency from `iced` root crate
Héctor Ramón Jiménez
2024-01-18
1
-2
/
+0
|
*
|
Remove `Compositor` window generic
Héctor Ramón Jiménez
2024-01-18
18
-114
/
+126
|
*
|
WIP raw-window-handle 0.6
Ian Douglas Scott
2024-01-16
8
-102
/
+142
|
*
|
Update to `softbuffer` 0.3, tracking up to `age` sets of primitives
Ian Douglas Scott
2024-01-17
3
-45
/
+79
*
|
|
Merge pull request #2163 from hicaru/svg_hover
Héctor Ramón
2024-01-18
3
-2
/
+18
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix `Svg` styling
Héctor Ramón
2024-01-09
1
-2
/
+2
|
*
|
added svg hover, for styles impl
hicaru
2023-12-12
3
-2
/
+18
*
|
|
Merge pull request #2204 from iced-rs/vectorial-text-reloaded
Héctor Ramón
2024-01-17
7
-127
/
+512
|
\
\
\
|
*
|
|
Fix `paint` not being transformed in `iced_tiny_skia`
Héctor Ramón Jiménez
2024-01-17
1
-6
/
+15
|
*
|
|
Fix paths with negative coordinates in `iced_tiny_skia`
Héctor Ramón Jiménez
2024-01-17
3
-18
/
+21
|
*
|
|
Implement vectorial text support for `iced_tiny_skia`
Héctor Ramón Jiménez
2024-01-17
3
-185
/
+191
|
*
|
|
Implement vectorial text support for `iced_wgpu`
Héctor Ramón Jiménez
2024-01-17
1
-37
/
+188
|
*
|
|
Fix missing semi-colon lint in `vectorial_text` example
Héctor Ramón Jiménez
2024-01-17
1
-1
/
+1
|
*
|
|
Simplify `Transform` API in `iced_wgpu::geometry`
Héctor Ramón Jiménez
2024-01-17
1
-74
/
+62
|
*
|
|
Apply scaling during `Frame::fill_text` in `iced_tiny_skia`
Héctor Ramón Jiménez
2024-01-17
1
-8
/
+24
|
*
|
|
Apply scaling during `Frame::fill_text` in `iced_wgpu`
Héctor Ramón Jiménez
2024-01-17
1
-6
/
+34
[next]