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
2021-10-20
Implement `Widget::mouse_interaction` for `Slider`
Héctor Ramón Jiménez
1
-0
/
+18
2021-10-20
Implement `Widget::draw` for `Slider`
Héctor Ramón Jiménez
1
-14
/
+81
2021-10-20
Wire up styling to `Slider` in `iced_native`
Héctor Ramón Jiménez
2
-40
/
+18
2021-10-18
Implement `Widget::mouse_interaction` for `Button`
Héctor Ramón Jiménez
1
-1
/
+18
2021-10-18
Implement `Widget::mouse_interaction` for `Scrollable`
Héctor Ramón Jiménez
1
-0
/
+39
2021-10-18
Implement `Widget::mouse_interaction` for `Row`
Héctor Ramón Jiménez
1
-0
/
+21
2021-10-18
Implement `Widget::mouse_interaction` for `Column`
Héctor Ramón Jiménez
1
-0
/
+21
2021-10-18
Implement `Widget::mouse_interaction` for `Container`
Héctor Ramón Jiménez
1
-0
/
+14
2021-10-18
Introduce `mouse_interaction` method to `Widget` trait
Héctor Ramón Jiménez
6
-9
/
+106
2021-10-18
Implement `Widget::draw` for `Button`
Héctor Ramón Jiménez
1
-7
/
+60
2021-10-18
Wire up styling to `Button` in `iced_native`
Héctor Ramón Jiménez
2
-29
/
+12
2021-10-18
Draw styling in `Widget::draw` for `Container`
Héctor Ramón Jiménez
1
-8
/
+36
2021-10-18
Wire up `container` styling to `iced_native`
Héctor Ramón Jiménez
8
-55
/
+28
2021-10-18
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
31
-133
/
+140
2021-10-18
Draw scrollbar in `Widget::draw` for `Scrollable`
Héctor Ramón Jiménez
5
-115
/
+119
2021-10-18
Introduce `fill_rectangle` to `Renderer` trait
Héctor Ramón Jiménez
2
-1
/
+14
2021-10-14
Implement `Widget::draw` for `Scrollable`
Héctor Ramón Jiménez
4
-51
/
+116
2021-10-14
Implement `Widget::draw` for `Container`
Héctor Ramón Jiménez
1
-1
/
+7
2021-10-14
Implement `Widget::draw` for `Row`
Héctor Ramón Jiménez
1
-8
/
+3
2021-10-14
Implement `Widget::draw` for `Column`
Héctor Ramón Jiménez
1
-1
/
+3
2021-10-14
Implement `Widget::draw` for `Text`
Héctor Ramón Jiménez
5
-10
/
+66
2021-10-14
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
34
-1141
/
+383
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
12
-85
/
+106
2021-09-20
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
10
-46
/
+58
2021-09-20
Improve readability of Align::Fill branching
Cory Forsstrom
1
-34
/
+22
2021-09-20
Calc fill cross and use for all children
Cory Forsstrom
1
-29
/
+55
2021-09-20
Add Align::Fill variant
Cory Forsstrom
2
-13
/
+55
2021-09-15
Revert system menus support
Héctor Ramón Jiménez
2
-3
/
+3
2021-09-15
Use `Option` to encode empty text case in hit test methods
Héctor Ramón Jiménez
3
-29
/
+32
2021-09-13
Write missing docs and `Debug` implementations for `native`
Héctor Ramón Jiménez
4
-2
/
+51
2021-09-02
Hide implementation details of `Command` in `iced_futures`
Héctor Ramón Jiménez
1
-40
/
+25
2021-09-02
Handle `clipboard::Action` in `iced_winit` shell
Héctor Ramón Jiménez
1
-2
/
+2
2021-09-02
Make `Command` implementations platform-specific
Héctor Ramón Jiménez
9
-18
/
+151
2021-08-26
Rename `HitTestResult` to `Hit`
Héctor Ramón Jiménez
3
-10
/
+12
2021-08-21
Implement textual hit testing
Tom
4
-69
/
+42
2021-07-28
Simplify `is_picked` expression in `pane_grid`
Héctor Ramón Jiménez
1
-5
/
+1
2021-07-27
Prevent body events pane is picked / dragging
Cory Forsstrom
2
-10
/
+24
2021-07-27
Fix overlay in titlebar when initiating drag
Cory Forsstrom
1
-18
/
+14
2021-07-27
Allow `PickList` selection with mouse scroll only if command is pressed
Héctor Ramón Jiménez
1
-2
/
+13
2021-07-26
Add window::Event::Moved
Cory Forsstrom
1
-0
/
+8
2021-07-22
Enable scroll selection for `PickList` only when scroll is discrete
Héctor Ramón Jiménez
1
-8
/
+4
2021-07-22
Abstract and improve scroll logic in `PickList`
Héctor Ramón Jiménez
1
-25
/
+21
2021-07-22
Avoid cloning `placeholder` for `PickList` unnecessarily during `draw`
Héctor Ramón Jiménez
1
-2
/
+2
2021-07-22
Remove duplication of measuring logic in `PickList`
Héctor Ramón Jiménez
1
-23
/
+17
2021-07-22
Hash `placeholder` in `hash_layout` implementation for `PickList`
Héctor Ramón Jiménez
1
-0
/
+2
2021-07-22
feat: add placeholders to pick_list
Jon Pacheco
1
-3
/
+29
2021-07-15
Remove unnecesary use of `Option::unwrap`
Héctor Ramón Jiménez
1
-3
/
+3
2021-07-15
Fix implementation of `Widget::overlay` for `pane_grid::TitleBar`
Héctor Ramón Jiménez
1
-1
/
+17
2021-07-13
Force `Application::Message` to implement `Clone`
Héctor Ramón Jiménez
1
-1
/
+1
2021-07-12
Use `bitflags` for `keyboard::Modifiers`
Héctor Ramón Jiménez
1
-22
/
+13
[next]