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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement `Widget::draw` for `PickList`
Héctor Ramón Jiménez
2021-10-28
1
-1
/
+61
*
Wire up style to `PickList` and `overlay::Menu`
Héctor Ramón Jiménez
2021-10-28
2
-59
/
+30
*
Implement `Widget::mouse_interaction` for `PaneGrid`
Héctor Ramón Jiménez
2021-10-25
8
-50
/
+143
*
Implement `Widget::draw` for `PaneGrid`
Héctor Ramón Jiménez
2021-10-25
4
-148
/
+229
*
Implement `Widget::draw` for `Image`
Héctor Ramón Jiménez
2021-10-25
1
-1
/
+4
*
Implement `Widget::mouse_interaction` for `Checkbox`
Héctor Ramón Jiménez
2021-10-21
1
-0
/
+13
*
Implement `Widget::draw` for `Checkbox`
Héctor Ramón Jiménez
2021-10-21
3
-23
/
+75
*
Remove `Renderer` trait for `Checkbox`
Héctor Ramón Jiménez
2021-10-21
2
-42
/
+22
*
Implement `Widget::mouse_interaction` for `Radio`
Héctor Ramón Jiménez
2021-10-20
1
-0
/
+13
*
Implement `Widget::draw` for `Radio`
Héctor Ramón Jiménez
2021-10-20
1
-2
/
+61
*
Wire up styling to `Radio` in `iced_native`
Héctor Ramón Jiménez
2021-10-20
3
-93
/
+75
*
Implement `Widget::mouse_interaction` for `TextInput`
Héctor Ramón Jiménez
2021-10-20
1
-0
/
+13
*
Implement `Widget::draw` for `TextInput`
Héctor Ramón Jiménez
2021-10-20
10
-204
/
+338
*
Implement `Widget::mouse_interaction` for `Slider`
Héctor Ramón Jiménez
2021-10-20
1
-0
/
+18
*
Implement `Widget::draw` for `Slider`
Héctor Ramón Jiménez
2021-10-20
1
-14
/
+81
*
Wire up styling to `Slider` in `iced_native`
Héctor Ramón Jiménez
2021-10-20
2
-40
/
+18
*
Implement `Widget::mouse_interaction` for `Button`
Héctor Ramón Jiménez
2021-10-18
1
-1
/
+18
*
Implement `Widget::mouse_interaction` for `Scrollable`
Héctor Ramón Jiménez
2021-10-18
1
-0
/
+39
*
Implement `Widget::mouse_interaction` for `Row`
Héctor Ramón Jiménez
2021-10-18
1
-0
/
+21
*
Implement `Widget::mouse_interaction` for `Column`
Héctor Ramón Jiménez
2021-10-18
1
-0
/
+21
*
Implement `Widget::mouse_interaction` for `Container`
Héctor Ramón Jiménez
2021-10-18
1
-0
/
+14
*
Introduce `mouse_interaction` method to `Widget` trait
Héctor Ramón Jiménez
2021-10-18
6
-9
/
+106
*
Implement `Widget::draw` for `Button`
Héctor Ramón Jiménez
2021-10-18
1
-7
/
+60
*
Wire up styling to `Button` in `iced_native`
Héctor Ramón Jiménez
2021-10-18
2
-29
/
+12
*
Draw styling in `Widget::draw` for `Container`
Héctor Ramón Jiménez
2021-10-18
1
-8
/
+36
*
Wire up `container` styling to `iced_native`
Héctor Ramón Jiménez
2021-10-18
8
-55
/
+28
*
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
2021-10-18
31
-133
/
+140
*
Draw scrollbar in `Widget::draw` for `Scrollable`
Héctor Ramón Jiménez
2021-10-18
4
-115
/
+115
*
Introduce `fill_rectangle` to `Renderer` trait
Héctor Ramón Jiménez
2021-10-18
2
-1
/
+14
*
Implement `Widget::draw` for `Scrollable`
Héctor Ramón Jiménez
2021-10-14
4
-51
/
+116
*
Implement `Widget::draw` for `Container`
Héctor Ramón Jiménez
2021-10-14
1
-1
/
+7
*
Implement `Widget::draw` for `Row`
Héctor Ramón Jiménez
2021-10-14
1
-8
/
+3
*
Implement `Widget::draw` for `Column`
Héctor Ramón Jiménez
2021-10-14
1
-1
/
+3
*
Implement `Widget::draw` for `Text`
Héctor Ramón Jiménez
2021-10-14
5
-10
/
+66
*
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
2021-10-14
34
-1141
/
+383
*
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
2021-09-20
12
-85
/
+106
*
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
2021-09-20
10
-46
/
+58
*
Improve readability of Align::Fill branching
Cory Forsstrom
2021-09-20
1
-34
/
+22
*
Calc fill cross and use for all children
Cory Forsstrom
2021-09-20
1
-29
/
+55
*
Add Align::Fill variant
Cory Forsstrom
2021-09-20
2
-13
/
+55
*
Merge pull request #1047 from iced-rs/revert-menus
Héctor Ramón
2021-09-15
2
-3
/
+3
|
\
|
*
Revert system menus support
Héctor Ramón Jiménez
2021-09-15
2
-3
/
+3
*
|
Use `Option` to encode empty text case in hit test methods
Héctor Ramón Jiménez
2021-09-15
3
-29
/
+32
|
/
*
Write missing docs and `Debug` implementations for `native`
Héctor Ramón Jiménez
2021-09-13
4
-2
/
+51
*
Hide implementation details of `Command` in `iced_futures`
Héctor Ramón Jiménez
2021-09-02
1
-40
/
+25
*
Handle `clipboard::Action` in `iced_winit` shell
Héctor Ramón Jiménez
2021-09-02
1
-2
/
+2
*
Make `Command` implementations platform-specific
Héctor Ramón Jiménez
2021-09-02
9
-18
/
+151
*
Rename `HitTestResult` to `Hit`
Héctor Ramón Jiménez
2021-08-26
3
-10
/
+12
*
Implement textual hit testing
Tom
2021-08-21
4
-69
/
+42
*
Merge pull request #652 from twitchyliquid64/text_input_fix
Héctor Ramón
2021-08-12
1
-0
/
+10
|
\
[next]