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
/
src
/
widget
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
8
-13
/
+15
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
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
16
-35
/
+64
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
Refactor some `image` traits a bit
Héctor Ramón Jiménez
3
-6
/
+6
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-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-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
3
-16
/
+20
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
Fix incorrect layout in `mouse_interaction` for `Tooltip`
Héctor Ramón Jiménez
1
-1
/
+1
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
Use `FnOnce` in `Command::perform`
Héctor Ramón Jiménez
1
-3
/
+3
2022-08-12
Relax `Fn` trait bounds in `Command` & `Action`
无限UCW
1
-3
/
+3
2022-08-05
Fix documentation in `operation::focusable`
Héctor Ramón Jiménez
1
-3
/
+4
2022-08-05
Remove `widget::state` leftover file
Héctor Ramón Jiménez
1
-1
/
+0
2022-08-05
Write missing documentation in `iced_native`
Héctor Ramón Jiménez
7
-0
/
+79
2022-08-04
Implement `scrollable::snap_to` operation
Héctor Ramón Jiménez
7
-178
/
+237
2022-08-04
Implement `focus_previous` operation
Héctor Ramón Jiménez
1
-8
/
+39
2022-08-02
Implement `focus_next` operation
Héctor Ramón Jiménez
1
-0
/
+93
2022-07-28
Focus text inputs in `todos` example
Héctor Ramón Jiménez
1
-0
/
+4
2022-07-28
Implement `Widget::operate` for `TextInput`
Héctor Ramón Jiménez
8
-18
/
+132
2022-07-28
Draft widget operations
Héctor Ramón Jiménez
6
-2
/
+200
2022-07-27
Fix `clippy` lints
Héctor Ramón Jiménez
1
-6
/
+6
[next]