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
path:
root
/
native
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-11-09
Introduce `Custom` variants for every style in the built-in `Theme`
Héctor Ramón Jiménez
17
-38
/
+67
2022-11-08
Couple layout & content to avoid desync
Cory Forsstrom
2
-68
/
+55
2022-11-08
Rearrange `layout` code to improve readability
Héctor Ramón Jiménez
3
-8
/
+2
2022-11-08
Rename `Padding::constrain` to `fit`
Héctor Ramón Jiménez
3
-3
/
+3
2022-11-05
Use RGBA texture for `image` and `svg` pipelines
Héctor Ramón Jiménez
1
-5
/
+5
2022-11-05
Refactor some `image` traits a bit
Héctor Ramón Jiménez
5
-10
/
+10
2022-11-05
Unify methods by leveraging `Into<Cow>` in `image` and `svg`
Héctor Ramón Jiménez
2
-32
/
+7
2022-11-03
Add pub method for getting maximized value
Cory Forsstrom
1
-0
/
+7
2022-11-03
Remove maximized when split occurs
Cory Forsstrom
1
-0
/
+1
2022-11-02
Fix doc links
tarkah
1
-2
/
+8
2022-11-02
Add state::Scoped & rename Elements as Contents
tarkah
2
-94
/
+100
2022-11-03
refactor: undo changes to radio
Ashley Wulber
2
-2
/
+2
2022-11-03
wip: Custom palette for built in theme
Ashley Wulber
2
-2
/
+2
2022-11-02
Fix tests & lints
tarkah
1
-5
/
+6
2022-11-03
Increase default `padding` of `TextInput`
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-02
Disable drag when maximized
Cory Forsstrom
1
-2
/
+18
2022-11-02
Add maximize / restore to PaneGrid
Cory Forsstrom
2
-55
/
+128
2022-10-29
Reset `is_pasting` for `TextInput` even when unfocused
Héctor Ramón Jiménez
1
-0
/
+2
2022-10-29
Keep keyboard modifiers always in sync in `TextInput`
Héctor Ramón Jiménez
1
-3
/
+1
2022-10-27
Fix drop down not closing when inside scrollable
Cory Forsstrom
1
-3
/
+3
2022-10-27
Fix text input padding
Cory Forsstrom
1
-3
/
+9
2022-10-27
Constrain padding to inner & outer sizes
Cory Forsstrom
2
-7
/
+12
2022-10-19
Use child layout
Cory Forsstrom
1
-2
/
+4
2022-10-19
Eliminate unnecessary allocation
Cory Forsstrom
1
-23
/
+23
2022-10-17
Render picked pane last
Cory Forsstrom
1
-1
/
+6
2022-10-17
Fix pane grid mouse interactions
Cory Forsstrom
2
-2
/
+4
2022-10-11
feat: Add window minimize support
Michael Aaron Murphy
1
-0
/
+4
2022-10-11
feat: Add window maximize support
Michael Aaron Murphy
1
-0
/
+8
2022-10-11
feat: Add window drag support from winit
Michael Aaron Murphy
1
-0
/
+8
2022-10-07
Render pane grid titlebar after body
Cory Forsstrom
1
-7
/
+7
2022-10-05
Add `is_selected` argument in `radio::StyleSheet`
MG_REX
1
-2
/
+2
2022-10-03
Use `Cow<'static, [u8]>` in image/svg, add constructors taking &[u8]`
Ian Douglas Scott
2
-6
/
+37
2022-09-28
Return ignored events in `program::State::update`
Kai Mast
1
-8
/
+22
2022-09-23
New short OS Version field; update doc strings
Clark Moody
1
-9
/
+16
2022-09-23
Export `color!` macro in `iced` and `iced_native`
Héctor Ramón Jiménez
1
-2
/
+2
2022-09-23
Fix latest `clippy` lints
Héctor Ramón Jiménez
2
-17
/
+15
2022-09-21
Take `Cow` in `Text::new`
Ram.Type-0
4
-17
/
+21
2022-09-15
Document that `window::Action::Move` is unsupported on Wayland
Ian Douglas Scott
1
-0
/
+2
2022-09-07
Update docs for renamed integration examples
13r0ck
1
-3
/
+4
2022-08-27
When pane grid title bar is cramped, still show content until hover and allow...
Matthew Kennerly
1
-9
/
+15
2022-08-26
Reintroduce `Element::explain`
Héctor Ramón Jiménez
1
-9
/
+181
2022-08-26
Fix incorrect layout in `mouse_interaction` for `Tooltip`
Héctor Ramón Jiménez
1
-1
/
+1
2022-08-18
Implement `SetMode` and `FetchMode` window actions
Héctor Ramón Jiménez
4
-4
/
+61
2022-08-17
Don't constrict tooltip text layout to viewport size
Cory Forsstrom
1
-2
/
+7
2022-08-17
Add snap within viewport builder
Cory Forsstrom
1
-15
/
+27
2022-08-17
Don't clip tooltip
Cory Forsstrom
1
-1
/
+1
2022-08-17
Fix latest `clippy` lints
Héctor Ramón Jiménez
2
-3
/
+3
2022-08-17
Use `FnOnce` in `Command::perform`
Héctor Ramón Jiménez
5
-10
/
+10
2022-08-12
Relax `Fn` trait bounds in `Command` & `Action`
无限UCW
5
-11
/
+11
2022-08-05
Lay out `UserInterface` after diffing
Héctor Ramón Jiménez
1
-3
/
+3
[next]