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::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
|
\
|
*
text_input: Do not capture tab/up/down keys
Tom
2020-12-16
1
-0
/
+10
*
|
Merge pull request #971 from tarkah/fix/pane-dragging-overlay
Héctor Ramón
2021-07-28
2
-26
/
+32
|
\
\
|
*
|
Simplify `is_picked` expression in `pane_grid`
Héctor Ramón Jiménez
2021-07-28
1
-5
/
+1
|
*
|
Prevent body events pane is picked / dragging
Cory Forsstrom
2021-07-27
2
-10
/
+24
|
*
|
Fix overlay in titlebar when initiating drag
Cory Forsstrom
2021-07-27
1
-18
/
+14
*
|
|
Allow `PickList` selection with mouse scroll only if command is pressed
Héctor Ramón Jiménez
2021-07-27
1
-2
/
+13
*
|
|
Add window::Event::Moved
Cory Forsstrom
2021-07-26
1
-0
/
+8
*
|
|
Merge pull request #872 from 13r0ck/master
Héctor Ramón
2021-07-22
1
-0
/
+37
|
\
\
\
|
*
|
|
Enable scroll selection for `PickList` only when scroll is discrete
Héctor Ramón Jiménez
2021-07-22
1
-8
/
+4
|
*
|
|
Abstract and improve scroll logic in `PickList`
Héctor Ramón Jiménez
2021-07-22
1
-25
/
+21
|
*
|
|
Remove redundant 'on_change'
13r0ck
2021-05-25
1
-14
/
+0
|
*
|
|
cargo fmt
13r0ck
2021-05-10
1
-7
/
+13
|
*
|
|
Improve performance using iters
13r0ck
2021-05-10
1
-23
/
+8
|
*
|
|
add scrolling to pick_lists
13r0ck
2021-05-10
1
-0
/
+68
*
|
|
|
Merge pull request #776 from AldoMX/master
Héctor Ramón
2021-07-22
1
-0
/
+5
|
\
\
\
\
|
*
|
|
|
Added `select_all` method to `TextInput`.
Aldo Fregoso
2021-03-13
1
-0
/
+5
[next]