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
*
Add app id setting for linux
Cory Forsstrom
2023-07-26
2
-1
/
+38
*
Merge pull request #1970 from iced-rs/ci/verify-changelog
Héctor Ramón
2023-07-26
2
-0
/
+20
|
\
|
*
Update `CHANGELOG`
Héctor Ramón Jiménez
2023-07-26
1
-0
/
+1
|
*
Use `origin/master` instead of `master` in `verify` workflow
Héctor Ramón Jiménez
2023-07-26
1
-1
/
+1
|
*
Use `login` instead of `name` in `verify` workflow
Héctor Ramón Jiménez
2023-07-26
1
-2
/
+2
|
*
Fetch all repository history in `verify` workflow
Héctor Ramón Jiménez
2023-07-26
1
-0
/
+2
|
*
Add workflow to verify `CHANGELOG` is always up-to-date
Héctor Ramón Jiménez
2023-07-26
1
-0
/
+17
*
|
Merge pull request #1966 from tarkah/fix/overlay-clip
Héctor Ramón
2023-07-24
1
-11
/
+7
|
\
\
|
|
/
|
/
|
|
*
Don't clip raw overlay bounds
Cory Forsstrom
2023-07-24
1
-11
/
+7
|
/
*
Merge pull request #1960 from iced-rs/update/changelog
Héctor Ramón
2023-07-20
2
-1
/
+93
|
\
|
*
Rearrange item in `CHANGELOG`
Héctor Ramón Jiménez
2023-07-20
1
-1
/
+1
|
*
Fix consistency in `CHANGELOG`
Héctor Ramón Jiménez
2023-07-20
1
-2
/
+2
|
*
Update `CHANGELOG`
Héctor Ramón Jiménez
2023-07-20
2
-1
/
+93
*
|
Merge pull request #1961 from iced-rs/update-glyphon-and-cosmic-text
Héctor Ramón
2023-07-20
4
-62
/
+22
|
\
\
|
|
/
|
/
|
|
*
Use official `glyphon` repository instead of fork
Héctor Ramón Jiménez
2023-07-20
1
-2
/
+2
|
*
Update `cosmic-text` and `glyphon`
Héctor Ramón Jiménez
2023-07-20
4
-61
/
+21
|
/
*
Merge pull request #1956 from tarkah/feat/on-event-viewport
Héctor Ramón
2023-07-15
30
-5
/
+77
|
\
|
*
Add viewport to Widget::on_event
Cory Forsstrom
2023-07-15
30
-5
/
+77
|
/
*
Merge pull request #1955 from tarkah/fix/input-animation-window-focus
Héctor Ramón
2023-07-14
1
-8
/
+34
|
\
|
*
Restart animation when regaining focus
Cory Forsstrom
2023-07-13
1
-0
/
+3
|
*
Dont blink input cursor when window loses focus
Cory Forsstrom
2023-07-13
1
-8
/
+31
|
/
*
Fix new `clippy` lint in `pokedex` example
Héctor Ramón Jiménez
2023-07-13
1
-1
/
+1
*
Merge pull request #1953 from tarkah/feat/viewport-translation
Héctor Ramón
2023-07-13
1
-0
/
+14
|
\
|
*
Avoid redundant `max` in `absolute_offset_reversed`
Héctor Ramón Jiménez
2023-07-13
1
-4
/
+2
|
*
Introduce `absolute_offset_reversed` to `scrollable::Viewport`
Héctor Ramón Jiménez
2023-07-13
1
-58
/
+17
|
*
Expose methods to change viewport alignment
Cory Forsstrom
2023-07-12
1
-1
/
+58
|
/
*
Merge pull request #1912 from tarkah/feat/scrollable-alignment
Héctor Ramón
2023-07-12
2
-67
/
+165
|
\
|
*
Remove unnecessary cursor unavailability logic in `scrollable`
Héctor Ramón Jiménez
2023-07-12
1
-22
/
+12
|
*
Rename `absolute_from_start` to `translation` in `scrollable`
Héctor Ramón Jiménez
2023-07-12
1
-3
/
+3
|
*
Disambiguate `offset` from `translation` in `scrollable`
Héctor Ramón Jiménez
2023-07-12
1
-37
/
+40
|
*
Increase type-safety of `alignment` in `scrollable`
Héctor Ramón Jiménez
2023-07-12
1
-63
/
+37
|
*
Remove public fields from `Viewport`
Héctor Ramón Jiménez
2023-07-12
1
-31
/
+3
|
*
Add alignment to Viewport
Cory Forsstrom
2023-07-04
1
-1
/
+27
|
*
Make viewport bounds public
Cory Forsstrom
2023-07-04
1
-2
/
+4
|
*
Add scrollable alignment option
Cory Forsstrom
2023-07-04
2
-15
/
+146
*
|
Merge pull request #1907 from alec-deason/master
Héctor Ramón
2023-07-12
7
-51
/
+85
|
\
\
|
*
|
Update `resvg` dependency to `0.35`
Héctor Ramón Jiménez
2023-07-12
2
-2
/
+2
|
*
|
Improve code style in `vector` modules
Héctor Ramón Jiménez
2023-07-12
2
-22
/
+24
|
*
|
Fix import consistency for `bytemuck`
Héctor Ramón Jiménez
2023-07-12
3
-8
/
+6
|
*
|
Upgrade resvg to 0.34 and tiny_skia to 0.10
Alec Deason
2023-07-12
7
-51
/
+85
|
/
/
*
|
Merge pull request #1692 from tarkah/fix/tooltip-overlay
Héctor Ramón
2023-07-12
1
-102
/
+167
|
\
\
|
*
|
Remove useless conversions in `widget::tooltip`
Héctor Ramón Jiménez
2023-07-12
1
-15
/
+17
|
*
|
Use overlay for `Tooltip` widget
Cory Forsstrom
2023-07-12
1
-97
/
+160
|
/
/
*
|
Merge pull request #1949 from nicksenger/fix/component-overlay-redraw
Héctor Ramón
2023-07-09
1
-0
/
+4
|
\
\
|
*
|
fix: request redraw in component overlay
Nick Senger
2023-07-09
1
-0
/
+4
|
/
/
*
|
Merge pull request #1865 from jhff/pane_grid_edge_with_dragged_pane
Héctor Ramón
2023-07-06
5
-113
/
+285
|
\
\
|
*
|
Remove useless conversion in `widget::pane_grid`
Héctor Ramón Jiménez
2023-07-06
1
-1
/
+1
|
*
|
Introduce `drop` helper to `pane_grid::State`
Héctor Ramón Jiménez
2023-07-06
2
-32
/
+37
|
*
|
Simplify `Target` enum in `widget::pane_grid`
Héctor Ramón Jiménez
2023-07-06
2
-18
/
+9
|
*
|
Call `in_edge` only when `picked_pane.is_some()`
Héctor Ramón Jiménez
2023-07-06
1
-19
/
+21
[next]