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
...
|
|
*
Update `glyphon` and `cosmic-text`
Héctor Ramón Jiménez
2023-05-02
5
-5
/
+20
|
|
*
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
2023-05-02
25
-132
/
+203
|
|
*
Make basic text shaping the default shaping strategy
Héctor Ramón Jiménez
2023-05-02
24
-10
/
+140
|
|
/
|
*
Merge pull request #1814 from ids1024/advanced-text
Héctor Ramón
2023-04-28
2
-23
/
+3
|
|
\
|
|
*
Do not require `Copy` for text `StyleSheet::Style`
Ian Douglas Scott
2023-04-28
2
-23
/
+3
|
|
/
|
*
Merge pull request #1811 from iced-rs/incremental-rendering
Héctor Ramón
2023-04-27
23
-269
/
+640
|
|
\
|
|
*
Remove unnecessary `last_` prefix in `Surface` of `iced_tiny_skia`
Héctor Ramón Jiménez
2023-04-27
1
-9
/
+9
|
|
*
Invalidate `last_primitives` on resize in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-04-27
1
-10
/
+12
|
|
*
Expand damage regions of `Clip` primitives a bit
Héctor Ramón Jiménez
2023-04-27
2
-3
/
+5
|
|
*
Fix unused import in `triangle` pipeline for Wasm target in `iced_wgpu`
Héctor Ramón Jiménez
2023-04-27
1
-1
/
+4
|
|
*
Fix build of `integration` example for Wasm target
Héctor Ramón Jiménez
2023-04-27
1
-1
/
+2
|
|
*
Fix double reference in `compositor` in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-04-27
1
-1
/
+1
|
|
*
Move damage tracking logic to `compositor` in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-04-27
5
-182
/
+183
|
|
*
Fix incorrect `wgpu` version for Wasm builds in `iced_wgpu`
Héctor Ramón Jiménez
2023-04-26
1
-1
/
+1
|
|
*
Update `tiny-skia` and `resvg`
Héctor Ramón Jiménez
2023-04-26
11
-42
/
+37
|
|
*
Fix `Candidate::build` in `compositor` of `iced_renderer`
Héctor Ramón Jiménez
2023-04-26
1
-36
/
+39
|
|
*
Remove `debug` overlay from `iced_tiny_skia` for now
Héctor Ramón Jiménez
2023-04-26
1
-38
/
+0
|
|
*
Remove `dbg!` statement leftover
Héctor Ramón Jiménez
2023-04-26
1
-1
/
+1
|
|
*
Revert "Use `pixels` for presentation in `iced_tiny_skia` when possible"
Héctor Ramón Jiménez
2023-04-26
2
-69
/
+13
|
|
*
Merge branch 'advanced-text' into incremental-rendering
Héctor Ramón Jiménez
2023-04-17
73
-705
/
+1588
|
|
|
\
|
|
|
/
|
|
/
|
|
*
|
Update `glyphon` to latest `dev`
Héctor Ramón Jiménez
2023-04-17
1
-1
/
+1
|
*
|
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-04-17
73
-705
/
+1588
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Bump version of `iced_lazy` :tada:
Héctor Ramón Jiménez
2023-04-13
1
-1
/
+1
*
|
|
Merge pull request #1791 from tarkah/fix/component-operate
Héctor Ramón
2023-04-13
1
-0
/
+16
|
\
\
\
|
*
|
|
Add missing operations for component
Cory Forsstrom
2023-04-12
1
-0
/
+16
*
|
|
|
Bump versions :tada:
Héctor Ramón Jiménez
2023-04-13
33
-91
/
+145
*
|
|
|
Add script to generate a release summary
Héctor Ramón Jiménez
2023-04-13
1
-0
/
+52
|
/
/
/
*
|
|
Merge pull request #1594 from mmstick/listener
Héctor Ramón
2023-04-13
4
-0
/
+332
|
\
\
\
|
*
|
|
Remove support for `on_mouse_enter` and `on_mouse_exit` in `MouseArea`
Héctor Ramón Jiménez
2023-04-13
1
-45
/
+3
|
*
|
|
Fix documentation of `MouseArea::new`
Héctor Ramón Jiménez
2023-04-13
1
-1
/
+1
|
*
|
|
Rename `MouseListener` to `MouseArea`
Héctor Ramón Jiménez
2023-04-13
4
-20
/
+20
|
*
|
|
Avoid cloning messages unnecessarily in `MouseListener`
Héctor Ramón Jiménez
2023-04-13
1
-12
/
+12
|
*
|
|
Avoid returning on mouse enter in `MouseListener`
Héctor Ramón Jiménez
2023-04-13
1
-14
/
+10
|
*
|
|
Ignore mouse movements events in `MouseListener`
Héctor Ramón Jiménez
2023-04-13
1
-2
/
+9
|
*
|
|
Move `tag` and `state` definitions in `MouseListener`
Héctor Ramón Jiménez
2023-04-13
1
-8
/
+8
|
*
|
|
Remove redundant comments in `MouseListener` fields
Héctor Ramón Jiménez
2023-04-13
1
-16
/
+0
|
*
|
|
Delegate `layout` directly to `content` in `MouseListener`
Héctor Ramón Jiménez
2023-04-13
1
-48
/
+11
|
*
|
|
feat(native): Add MouseListener widget
Michael Aaron Murphy
2023-04-13
4
-0
/
+424
|
/
/
/
*
|
|
Merge pull request #1789 from ElhamAryanpur/master
Héctor Ramón
2023-04-13
6
-20
/
+51
|
\
\
\
|
*
|
|
Fix Wasm target for `integration_wgpu`
Héctor Ramón Jiménez
2023-04-13
1
-1
/
+2
|
*
|
|
Update `env_logger` in `integration_wgpu` example
Héctor Ramón Jiménez
2023-04-13
1
-1
/
+1
|
*
|
|
Get surface capabilities only once in `iced_wgpu`
Héctor Ramón Jiménez
2023-04-13
2
-8
/
+8
|
*
|
|
Update `wgpu` to `0.15`
Elham Aryanpur
2023-04-13
5
-20
/
+50
*
|
|
|
Fix handle position of sliders
Héctor Ramón Jiménez
2023-04-13
2
-8
/
+8
*
|
|
|
Remove `border_radius` support for `slider::Rail`
Héctor Ramón Jiménez
2023-04-13
4
-31
/
+4
*
|
|
|
Merge pull request #1749 from FinnPerry/fix/add-width-to-scrollable
Héctor Ramón
2023-04-13
1
-11
/
+11
|
\
\
\
\
|
*
|
|
|
Remove `max_width` and `max_height` calls in `scrollable::layout`
Héctor Ramón Jiménez
2023-04-12
1
-9
/
+1
|
*
|
|
|
fix: add `width` to scrollables
FinnPerry
2023-03-08
1
-2
/
+10
*
|
|
|
|
Merge pull request #1788 from tarkah/optimization/scrollable-publish
Héctor Ramón
2023-04-12
1
-2
/
+20
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Include NaN in unchaged logic
Cory Forsstrom
2023-04-12
1
-1
/
+3
[prev]
[next]