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 #1703 from greatest-ape/v0.7-glow-explicit-location
Héctor Ramón
2023-02-17
1
-4
/
+4
|
\
|
*
glow: enable GL_ARB_explicit_attrib_location to fix crashes
Joakim Frostegård
2023-02-13
1
-4
/
+4
*
|
Merge pull request #1707 from casperstorm/feat/checkbox-icon
Héctor Ramón
2023-02-17
8
-9
/
+123
|
\
\
|
*
|
Added the ability to change checkbox icon
Casper Storm
2023-02-16
8
-9
/
+123
*
|
|
Merge pull request #1695 from nicksenger/widgets/container-ids
Héctor Ramón
2023-02-16
2
-17
/
+55
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
container: allow specification of ID and provide to `Operation::container`
Nick Senger
2023-02-16
1
-9
/
+44
|
*
|
Revert "provide ID to operation.container in applicable widgets"
Nick Senger
2023-02-16
5
-226
/
+51
|
*
|
provide ID to operation.container in applicable widgets
Nick Senger
2023-02-16
5
-51
/
+226
|
*
|
scrollable: provide ID to operation.container
Nick Senger
2023-02-16
1
-8
/
+11
*
|
|
Merge pull request #1706 from tarkah/fix/text-input-padding
Héctor Ramón
2023-02-15
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Pad after setting width
Cory Forsstrom
2023-02-14
1
-1
/
+1
|
/
/
*
|
Merge pull request #1675 from casperstorm/pick_list/extend-handle
Héctor Ramón
2023-02-14
2
-63
/
+72
|
\
\
|
*
|
Inline `Handle::content` for simplicity and efficiency
Héctor Ramón Jiménez
2023-02-14
1
-31
/
+22
|
*
|
Provide `State` reference instead of closure to `pick_list::draw`
Héctor Ramón Jiménez
2023-02-14
1
-3
/
+2
|
*
|
Use `char` instead of `String` for `pick_list::Icon`
Héctor Ramón Jiménez
2023-02-14
1
-19
/
+16
|
*
|
Move `Handle` and `Icon` definitions in `pick_list`
Héctor Ramón Jiménez
2023-02-14
1
-70
/
+70
|
*
|
Rename `HandleContent` to `Icon` and simplify generics
Héctor Ramón Jiménez
2023-02-14
2
-55
/
+21
|
*
|
Extend pick_list::Handle
Casper Storm
2023-02-14
2
-15
/
+71
*
|
|
Merge pull request #1701 from nicksenger/fix/diff-component-operate
Héctor Ramón
2023-02-14
1
-0
/
+2
|
\
\
\
|
*
|
|
fix: diff widget sub-tree after rebuilding component with operation
Nick Senger
2023-02-12
1
-0
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1698 from iced-rs/hide-window-until-ready
Héctor Ramón
2023-02-14
2
-7
/
+16
|
\
\
\
|
*
|
|
Hide window until `Renderer` has been initialized
Héctor Ramón Jiménez
2023-02-11
2
-7
/
+16
|
|
/
/
*
|
|
Merge pull request #1700 from nicksenger/overlay/fix-panic
Héctor Ramón
2023-02-14
1
-9
/
+9
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
fix: panic when overlay event processing removes overlay
Nick Senger
2023-02-11
1
-9
/
+9
|
|
/
*
|
Merge pull request #1699 from nicksenger/overlay/is_over
Héctor Ramón
2023-02-14
3
-0
/
+21
|
\
\
|
|
/
|
/
|
|
*
fix: lazy widgets overlay is_over
Nick Senger
2023-02-10
3
-0
/
+21
|
/
*
Resize images on README.md (#1659)
Yoo Dongryul
2023-02-07
1
-2
/
+2
*
Merge pull request #1694 from sushigiri/master
Héctor Ramón
2023-02-06
1
-1
/
+5
|
\
|
*
Accept FnOnce instead of Fn in canvas cache draw
sushigiri
2023-02-06
1
-1
/
+5
|
/
*
Write missing `window::Action` helpers in `window`
Héctor Ramón Jiménez
2023-01-31
2
-6
/
+35
*
Improve consistency of `window::Action`
Héctor Ramón Jiménez
2023-01-31
3
-14
/
+15
*
Merge pull request #1686 from iced-rs/fix/overlay-group-position
Héctor Ramón
2023-01-30
7
-18
/
+33
|
\
|
*
Fix layout translation in `overlay::Group`
Héctor Ramón Jiménez
2023-01-30
7
-18
/
+33
|
/
*
Merge pull request #1685 from iced-rs/fix/component-animations
Héctor Ramón
2023-01-30
1
-0
/
+4
|
\
|
*
Fix widget-driven animations for `Component`
Héctor Ramón Jiménez
2023-01-30
1
-0
/
+4
*
|
Merge pull request #1682 from tarkah/standalone-image-draw
Héctor Ramón
2023-01-30
1
-28
/
+40
|
\
\
|
|
/
|
/
|
|
*
Refactor image draw to standalone function
Cory Forsstrom
2023-01-28
1
-28
/
+40
|
/
*
Merge pull request #1678 from frey/fix/mapped_operations_missing
Héctor Ramón
2023-01-28
1
-1
/
+11
|
\
|
*
Mapped operations is missing text_input()...
frey
2023-01-26
1
-1
/
+11
*
|
Merge pull request #1679 from casperstorm/pick_list/width
Héctor Ramón
2023-01-28
1
-4
/
+1
|
\
\
|
*
|
Fixed a small pixel width issue on `pick_list`
Casper Storm
2023-01-27
1
-4
/
+1
|
|
/
*
|
Merge pull request #1681 from pop-os/fix-lints
Héctor Ramón
2023-01-28
29
-58
/
+53
|
\
\
|
|
/
|
/
|
|
*
Fix: Clippy lint 'uninlined_format_args'
13r0ck
2023-01-27
25
-54
/
+47
|
*
Fix: Clippy lint 'needless_lifetimes'
13r0ck
2023-01-27
2
-4
/
+4
|
*
Fix: Clippy lint 'let_underscore_future'
13r0ck
2023-01-27
2
-0
/
+2
|
/
*
Merge pull request #1676 from ids1024/must_use
Héctor Ramón
2023-01-27
3
-0
/
+3
|
\
|
*
Annotate `Command` and `Subscription` with `#[must_use]`
Ian Douglas Scott
2023-01-26
3
-0
/
+3
|
/
*
Merge pull request #1655 from tarkah/feat/group-overlay
Héctor Ramón
2023-01-24
8
-10
/
+896
|
\
|
*
Fix some minor documentation inconsistencies
Héctor Ramón Jiménez
2023-01-24
3
-5
/
+8
|
*
Rename method to is_over
Cory Forsstrom
2023-01-17
5
-37
/
+13
[next]