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
*
Introduce `scoped` in `widget::operation`
Héctor Ramón Jiménez
2022-11-09
1
-0
/
+43
*
Implement `Operation::scrollable` for `widget::action::Map`
Héctor Ramón Jiménez
2022-11-09
1
-0
/
+8
*
Implement `Overlay::operate` for `overlay::element::Map`
Héctor Ramón Jiménez
2022-11-09
1
-0
/
+43
*
Implement `Operation::scrollable` for `element::Map`
Héctor Ramón Jiménez
2022-11-09
1
-0
/
+8
*
Merge pull request #1519 from iced-rs/customizable-theme
Héctor Ramón
2022-11-09
34
-327
/
+583
|
\
|
*
Fix redundant references in `slider`
Héctor Ramón Jiménez
2022-11-09
1
-3
/
+3
|
*
Use `derive(Default)` for `theme` types
Héctor Ramón Jiménez
2022-11-09
1
-50
/
+16
|
*
Introduce `Custom` variants for every style in the built-in `Theme`
Héctor Ramón Jiménez
2022-11-09
34
-286
/
+576
|
/
*
Merge pull request #1518 from bungoboingo/fix/old_gl
Héctor Ramón
2022-11-08
5
-19
/
+22
|
\
|
*
Fixed issues with old GL versions ( <= 2.1 )
bungoboingo
2022-11-08
5
-19
/
+22
|
/
*
Merge pull request #1504 from tarkah/feat/pane-grid-maximize
Héctor Ramón
2022-11-08
3
-86
/
+213
|
\
|
*
Couple layout & content to avoid desync
Cory Forsstrom
2022-11-08
2
-68
/
+55
|
*
Add pub method for getting maximized value
Cory Forsstrom
2022-11-03
1
-0
/
+7
|
*
Remove maximized when split occurs
Cory Forsstrom
2022-11-03
1
-0
/
+1
|
*
Fix doc links
tarkah
2022-11-02
1
-2
/
+8
|
*
Add state::Scoped & rename Elements as Contents
tarkah
2022-11-02
2
-94
/
+100
|
*
Fix tests & lints
tarkah
2022-11-02
1
-5
/
+6
|
*
Disable drag when maximized
Cory Forsstrom
2022-11-02
1
-2
/
+18
|
*
Update pane_grid example w/ maximize / restore
Cory Forsstrom
2022-11-02
1
-5
/
+35
|
*
Add maximize / restore to PaneGrid
Cory Forsstrom
2022-11-02
2
-55
/
+128
*
|
Merge pull request #1494 from tarkah/fix/padding
Héctor Ramón
2022-11-08
5
-14
/
+60
|
\
\
|
*
|
Remove redundant `std::convert` namespace in `padding`
Héctor Ramón Jiménez
2022-11-08
1
-3
/
+3
|
*
|
Cast to `u16` first then divide by `2` in `Padding::fit`
Héctor Ramón Jiménez
2022-11-08
1
-4
/
+4
|
*
|
Rearrange `layout` code to improve readability
Héctor Ramón Jiménez
2022-11-08
3
-8
/
+2
|
*
|
Rename `Padding::constrain` to `fit`
Héctor Ramón Jiménez
2022-11-08
4
-5
/
+5
|
*
|
Fix text input padding
Cory Forsstrom
2022-10-27
1
-3
/
+9
|
*
|
Constrain padding to inner & outer sizes
Cory Forsstrom
2022-10-27
4
-7
/
+53
*
|
|
Merge pull request #1505 from ids1024/weak-dep-feature
Héctor Ramón
2022-11-08
1
-4
/
+1
|
\
\
\
|
*
|
|
Combine `glow_default_system_font` and `default_system_font` features
Ian Douglas Scott
2022-11-03
1
-4
/
+1
*
|
|
|
Merge pull request #1507 from ids1024/rgba-svg
Héctor Ramón
2022-11-05
1
-9
/
+2
|
\
\
\
\
|
*
|
|
|
Don't convert svg to BGRA before passing to shader
Ian Douglas Scott
2022-11-04
1
-9
/
+2
|
/
/
/
/
*
|
|
|
Merge pull request #1485 from ids1024/glow-image
Héctor Ramón
2022-11-05
29
-267
/
+750
|
\
\
\
\
|
*
|
|
|
Update `image` dependency to `0.24`
Héctor Ramón Jiménez
2022-11-05
2
-2
/
+2
|
*
|
|
|
Replace `texture_store` and `store` with `storage`
Héctor Ramón Jiménez
2022-11-05
2
-9
/
+9
|
*
|
|
|
Remove redundant features in `iced_wgpu` and `iced_glow`
Héctor Ramón Jiménez
2022-11-05
8
-37
/
+35
|
*
|
|
|
Remove unnecessary dependencies from `iced_glow`
Héctor Ramón Jiménez
2022-11-05
1
-2
/
+0
|
*
|
|
|
Use RGBA texture for `image` and `svg` pipelines
Héctor Ramón Jiménez
2022-11-05
4
-9
/
+9
|
*
|
|
|
Refactor some `image` traits a bit
Héctor Ramón Jiménez
2022-11-05
20
-127
/
+164
|
*
|
|
|
Add image/svg support to `iced_glow`
Ian Douglas Scott
2022-11-05
8
-8
/
+368
|
*
|
|
|
Move image/svg handling into `iced_graphics`
Ian Douglas Scott
2022-11-05
10
-191
/
+281
|
/
/
/
/
*
|
|
|
Merge pull request #1453 from ids1024/cow
Héctor Ramón
2022-11-05
2
-8
/
+14
|
\
\
\
\
|
*
|
|
|
Unify methods by leveraging `Into<Cow>` in `image` and `svg`
Héctor Ramón Jiménez
2022-11-05
2
-32
/
+7
|
*
|
|
|
Use `Cow<'static, [u8]>` in image/svg, add constructors taking &[u8]`
Ian Douglas Scott
2022-10-03
2
-6
/
+37
*
|
|
|
|
Merge pull request #1443 from traxys/div_canvas
Héctor Ramón
2022-11-05
5
-7
/
+38
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Allow providing a DOM identifier as a `target` for Wasm
Héctor Ramón Jiménez
2022-11-05
5
-8
/
+34
|
*
|
|
|
Allow to replace an element instead of append to body
traxys
2022-11-05
1
-3
/
+8
|
/
/
/
/
*
|
|
|
Merge pull request #1448 from bungoboingo/fear/linear-gradients
Héctor Ramón
2022-11-03
47
-971
/
+2234
|
\
\
\
\
|
*
|
|
|
Refactor imports of `triangle` modules in `iced_glow` and `iced_wgpu`
Héctor Ramón Jiménez
2022-11-03
2
-14
/
+13
|
*
|
|
|
Remove unnecessary `pub(crate)` in `widget::canvas::frame`
Héctor Ramón Jiménez
2022-11-03
1
-5
/
+2
|
*
|
|
|
Refactor imports of `widget::canvas::frame` in `iced_graphics`
Héctor Ramón Jiménez
2022-11-03
1
-7
/
+7
[next]