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-14
Implement `Operation::finish` for `action::widget::Map`
Héctor Ramón Jiménez
1
-11
/
+34
2022-11-14
Partially Fixed Mapped Operations
Ryan Scheidter
1
-1
/
+9
2022-11-14
Implement `Widget::operate` for `PaneGrid`
Ryan Scheidter
3
-2
/
+85
2022-11-11
Add text input operations
Cory Forsstrom
6
-0
/
+205
2022-11-10
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-10
Fix outdated links in documentation
Héctor Ramón Jiménez
5
-11
/
+11
2022-11-10
Bump versions :tada:
Héctor Ramón Jiménez
1
-4
/
+4
2022-11-10
Remove unnecessary `into` call in `operation::scoped`
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-10
Fix broken documentation links
Héctor Ramón Jiménez
11
-51
/
+19
2022-11-09
Introduce `scoped` in `widget::operation`
Héctor Ramón Jiménez
1
-0
/
+43
2022-11-09
Implement `Operation::scrollable` for `widget::action::Map`
Héctor Ramón Jiménez
1
-0
/
+8
2022-11-09
Implement `Overlay::operate` for `overlay::element::Map`
Héctor Ramón Jiménez
1
-0
/
+43
2022-11-09
Implement `Operation::scrollable` for `element::Map`
Héctor Ramón Jiménez
1
-0
/
+8
2022-11-09
Fix redundant references in `slider`
Héctor Ramón Jiménez
1
-3
/
+3
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
[next]