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
/
overlay
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-05-05
Fix `bounds` of selected option background in `Menu`
Héctor Ramón Jiménez
1
-1
/
+5
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
3
-963
/
+0
2023-02-24
Fix `clippy` lints
Héctor Ramón Jiménez
1
-1
/
+1
2023-02-24
Fix `overlay::Menu` line height
Héctor Ramón Jiménez
1
-5
/
+5
2023-02-24
Use `Pixels` for `Text::size`
Héctor Ramón Jiménez
1
-1
/
+2
2023-02-24
Overhaul `Font` type to allow font family selection
Héctor Ramón Jiménez
1
-6
/
+6
2023-02-18
Fix height of `overlay::Menu`
Héctor Ramón Jiménez
1
-1
/
+2
2023-02-17
Use `f32` for `Padding`
Héctor Ramón Jiménez
1
-10
/
+7
2023-02-17
Use `Pixels` for `Text::size`
Héctor Ramón Jiménez
1
-12
/
+14
2023-02-17
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
1
-5
/
+5
2023-01-30
Fix layout translation in `overlay::Group`
Héctor Ramón Jiménez
2
-4
/
+12
2023-01-27
Fixed a small pixel width issue on `pick_list`
Casper Storm
1
-4
/
+1
2023-01-24
Fix some minor documentation inconsistencies
Héctor Ramón Jiménez
2
-4
/
+4
2023-01-17
Rename method to is_over
Cory Forsstrom
2
-21
/
+7
2023-01-17
New method to determine if overlay contains cursor
Cory Forsstrom
2
-0
/
+30
2023-01-17
Add group overlay element
Cory Forsstrom
1
-0
/
+165
2023-01-14
Introduce `custom` method to `widget::Operation` trait
Héctor Ramón Jiménez
1
-0
/
+6
2022-12-22
Add `Renderer` argument to `operate`
Héctor Ramón Jiménez
1
-2
/
+4
2022-11-29
Get widget operations working w/ overlay
Cory Forsstrom
1
-2
/
+2
2022-11-11
Add text input operations
Cory Forsstrom
1
-0
/
+8
2022-11-10
Fix broken documentation links
Héctor Ramón Jiménez
2
-14
/
+2
2022-11-09
Implement `Overlay::operate` for `overlay::element::Map`
Héctor Ramón Jiménez
1
-0
/
+43
2022-11-09
Introduce `Custom` variants for every style in the built-in `Theme`
Héctor Ramón Jiménez
1
-3
/
+3
2022-11-03
non uniform border radius for quads
Robert Krahn
1
-2
/
+2
2022-08-02
feat: allow specification of `border_radius` for `pick_list::Menu`
Nick Senger
1
-2
/
+2
2022-07-28
Draft widget operations
Héctor Ramón Jiménez
1
-0
/
+10
2022-07-28
Fix uninitialized `Tree` in `overlay::Menu`
Héctor Ramón Jiménez
1
-0
/
+2
2022-07-27
Fix `clippy` lints
Héctor Ramón Jiménez
1
-3
/
+3
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-13
/
+41
2022-07-09
Fix further `clippy` lints
Héctor Ramón Jiménez
1
-4
/
+4
2022-07-09
Address Clippy lints
Poly
1
-9
/
+13
2022-06-07
Implement theme styling for `PickList` and `Menu`
Héctor Ramón Jiménez
1
-22
/
+41
2022-06-07
Implement theme styling for `Container`
Héctor Ramón Jiménez
1
-4
/
+9
2022-06-07
Implement theme styling for `Scrollable`
Héctor Ramón Jiménez
1
-2
/
+5
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
2
-4
/
+16
2022-03-29
Loose lifetime bounds in `pure::Widget` implementations
Héctor Ramón Jiménez
1
-1
/
+1
2022-02-23
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
2
-34
/
+3
2022-01-11
Introduce `Renderer` argument to `mouse_interaction` and `on_event`
Héctor Ramón Jiménez
2
-6
/
+22
2021-12-10
Lower text::Renderer's Font bound from Copy to Clone
Olivier Pinon
1
-1
/
+1
2021-11-29
Introduce `Shell` type in `iced_native`
Héctor Ramón Jiménez
2
-13
/
+12
2021-11-29
Create `iced_lazy` and draft `Component` trait
Héctor Ramón Jiménez
1
-0
/
+5
2021-11-05
Write missing documentation in `iced_native`
Héctor Ramón Jiménez
1
-0
/
+1
2021-11-04
Rename `fill_rectangle` to `fill_quad` in `Renderer`
Héctor Ramón Jiménez
1
-14
/
+18
2021-11-02
Move `viewport` argument to last position in `mouse_interaction` methods
Héctor Ramón Jiménez
2
-5
/
+15
2021-10-31
Introduce first-class `text` module in `iced_native`
Héctor Ramón Jiménez
1
-10
/
+10
2021-10-31
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
1
-3
/
+4
2021-10-28
Implement `Overlay::mouse_interaction` for `overlay::Menu`
Héctor Ramón Jiménez
1
-0
/
+25
2021-10-28
Implement `Widget::draw` for `overlay::Menu`
Héctor Ramón Jiménez
1
-21
/
+71
2021-10-28
Wire up style to `PickList` and `overlay::Menu`
Héctor Ramón Jiménez
1
-28
/
+15
2021-10-20
Implement `Widget::draw` for `TextInput`
Héctor Ramón Jiménez
1
-1
/
+1
[next]