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
/
widget
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-28
Fix scrollbar style when cursor is over `scrollable`
Giuliano Bellini s294739
1
-15
/
+17
2024-02-28
Capture select all command in `TextInput`
Héctor Ramón Jiménez
1
-0
/
+2
2024-02-28
Prioritize `TextInput` and `TextEditor` commands over text insertion
Héctor Ramón Jiménez
2
-103
/
+115
2024-02-27
Add option to draw background for `themer` widget
Héctor Ramón Jiménez
1
-2
/
+24
2024-02-27
Use `application::StyleSheet` text color in `Themer`
Héctor Ramón Jiménez
2
-4
/
+16
2024-02-27
Fix `PaneGrid` mouse interaction when clicking a pane
Héctor Ramón Jiménez
2
-99
/
+59
2024-02-27
Fix `Column` and `Row` fluidity being overridden by `push`
Héctor Ramón Jiménez
3
-24
/
+9
2024-02-27
Add `size_hint` implementation for `Tooltip`
Héctor Ramón Jiménez
1
-0
/
+4
2024-02-24
Assert `scrollable` content size never fills scrolling axis
Héctor Ramón Jiménez
1
-9
/
+25
2024-02-21
Use `find(...)` instead of `filter(...).next()`
Héctor Ramón Jiménez
1
-2
/
+1
2024-02-21
Prioritize text insertion in `TextInput` and `TextEditor`
Héctor Ramón Jiménez
2
-30
/
+31
2024-02-21
Add `size_hint` method to `Component` trait
Héctor Ramón Jiménez
1
-4
/
+17
2024-02-19
Fix `horizontal_space` and `vertical_space` docs
Rizzen Yazston
1
-4
/
+6
2024-02-19
Add `from_vec` method to `Column` and `Row`
Héctor Ramón Jiménez
2
-18
/
+44
2024-02-19
Add `extend` method to `Column` and `Row`
Héctor Ramón Jiménez
2
-2
/
+18
2024-02-15
Point doc links to `0.12` branch
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-15
Fix documentation for `qr_code` widget helper
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-15
Add `push_maybe` to `Column` and `Row`
Héctor Ramón Jiménez
4
-0
/
+49
2024-02-15
Make `horizontal_space` and `vertical_space` fill by default
Héctor Ramón Jiménez
3
-5
/
+17
2024-02-15
Rename `password` method in `TextInput` to `secure`
Héctor Ramón Jiménez
1
-4
/
+4
2024-02-15
Add `clip` property to `Button`
Héctor Ramón Jiménez
2
-3
/
+18
2024-02-15
Add `clip` property to `Container`, `Column`, and `Row`
Héctor Ramón Jiménez
3
-6
/
+57
2024-02-14
Use `Borrow` for both `options` and `selected` in `PickList`
Héctor Ramón Jiménez
2
-32
/
+42
2024-02-13
Introduce `Kind` in `core::clipboard`
Héctor Ramón Jiménez
2
-11
/
+19
2024-02-12
Simplify `scrollable` styling API
Héctor Ramón Jiménez
1
-35
/
+41
2024-02-12
Introduce an appearance for a scrollable, ability to customize the scrollbar ...
dtzxporter
1
-1
/
+36
2024-02-10
Fix leftover mentions of `State` in `QRCode` docs
Héctor Ramón Jiménez
1
-4
/
+4
2024-02-09
Invalidate `QRCode` cache on `Appearance` change
Héctor Ramón Jiménez
1
-49
/
+69
2024-02-09
Styling for QR Code using theme framework
Clark Moody
1
-20
/
+32
2024-02-09
Rename `text_layout` to `tooltip_layout` in `Tooltip`
Héctor Ramón Jiménez
1
-3
/
+4
2024-02-09
Improve `tooltip` docs
Héctor Ramón Jiménez
1
-1
/
+2
2024-02-09
Use simple method call syntax in `Tooltip`
Héctor Ramón Jiménez
1
-4
/
+2
2024-02-09
Add support for a generic `Element` in `Tooltip`
jhannyj
2
-38
/
+18
2024-02-07
Fix wrapped lines not being considered when measuring `TextEditor`
Héctor Ramón Jiménez
1
-22
/
+23
2024-02-07
feat: text-editor can shrink to content
Dworv YT
1
-1
/
+22
2024-02-07
add border widths to toggler stylesheet
Giuliano Bellini s294739
1
-4
/
+4
2024-02-07
Shorten properties in `MouseArea`
Héctor Ramón Jiménez
1
-20
/
+18
2024-02-07
Shorten some `MouseArea` methods
Héctor Ramón Jiménez
1
-7
/
+4
2024-02-07
Override `MouseArea` interaction only when contents are idle
Héctor Ramón Jiménez
1
-11
/
+12
2024-02-07
Add `Interaction` overriding to `MouseArea`
vawvaw
1
-0
/
+20
2024-02-06
Rename `PickList` handlers for consistency
Héctor Ramón Jiménez
1
-25
/
+25
2024-02-06
Add `on_opened` and `on_closed` handlers for `PickList`
Rinat
2
-2
/
+33
2024-02-03
Use `Fn` instead of `FnMut` in `MouseArea`
Héctor Ramón Jiménez
1
-39
/
+31
2024-02-03
Fix lints
Remmirad
1
-4
/
+4
2024-02-03
Add mouse move events to `MouseArea`
Remmirad
1
-2
/
+73
2024-02-03
Fix `clippy` lints
Héctor Ramón Jiménez
1
-3
/
+4
2024-02-03
Run `cargo fmt`
Héctor Ramón Jiménez
1
-1
/
+3
2024-02-03
Improve `TextEditor` slow scrolling behavior with touchpads.
Radovan Blažek
1
-14
/
+17
2024-02-02
Use `with_translation` wherever possible
Héctor Ramón Jiménez
3
-38
/
+29
2024-02-02
Introduce `with_transformation` to `Renderer` trait
Héctor Ramón Jiménez
4
-25
/
+33
[next]