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
/
widget
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-01-08
Enable horizontal scrolling with `Shift+MouseWheel`
Héctor Ramón Jiménez
1
-1
/
+17
2023-01-08
Introduce `RelativeOffset` type in `scrollable`
Héctor Ramón Jiménez
2
-51
/
+64
2023-01-04
Checkbox: Fix tests with sync'ed helper macro and associated fn
13r0ck
1
-1
/
+1
2023-01-04
use same name & order for checkbox::new and helper
13r0ck
2
-2
/
+2
2023-01-04
Make count fields pub
Cory Forsstrom
1
-2
/
+2
2023-01-02
Rename `is_checked` to `is_toggled` in `Toggler`
Héctor Ramón Jiménez
1
-9
/
+9
2022-12-29
Reworked Scrollable to account for lack of widget order guarantees.
bungoboingo
2
-606
/
+537
2022-12-29
Add multidirectional scrolling capabilities to the existing Scrollable.
Bingus
3
-374
/
+763
2022-12-25
TextInput: SHIFT+Left Click to Select
Ryan Scheidter
1
-2
/
+10
2022-12-22
Use same name & order for toggler::new and helper
13r0ck
2
-10
/
+10
2022-12-22
Add `Renderer` argument to `operate`
Héctor Ramón Jiménez
9
-3
/
+23
2022-12-20
Fix `clippy` lints for Rust 1.66
Héctor Ramón Jiménez
5
-16
/
+12
2022-12-14
Rename `pick_list::AccessoryContent` to `Handle`
Héctor Ramón Jiménez
1
-32
/
+29
2022-12-13
Split vertical orientation into VerticalSlider
Casper Storm
3
-158
/
+528
2022-12-12
Vertical orientation added to Slider.
Casper Storm
1
-41
/
+158
2022-12-07
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-12-06
Remove `appearance` from `Handle`
Héctor Ramón Jiménez
2
-7
/
+10
2022-12-06
feat: SVG styling with icon fill color
Michael Aaron Murphy
2
-12
/
+49
2022-12-05
Fix scroller in `Scrollable` always being drawn
Héctor Ramón Jiménez
1
-3
/
+2
2022-11-29
Allow &mut self in overlay
tarkah
10
-23
/
+23
2022-11-29
Added accessory_content_color to appreance.
Casper Rogild Storm
1
-1
/
+1
2022-11-29
Correctly pass accessory content.
Casper Rogild Storm
1
-0
/
+2
2022-11-29
Added ability to customize accessory content.
Casper Rogild Storm
1
-14
/
+84
2022-11-16
Fix padding for `TextInput` with `Length::Units` width
Héctor Ramón Jiménez
1
-7
/
+5
2022-11-14
Implement `Operation::finish` for `action::widget::Map`
Héctor Ramón Jiménez
1
-11
/
+34
2022-11-14
Partially Fixed Mapped Operations
Ryan Scheidter
1
-1
/
+9
2022-11-14
Implement `Widget::operate` for `PaneGrid`
Ryan Scheidter
3
-2
/
+85
2022-11-11
Add text input operations
Cory Forsstrom
4
-0
/
+189
2022-11-11
Add widget operation to find currently focused widget
mtkennerly
1
-0
/
+34
2022-11-11
Allow converting from widget-specific IDs to generic ID
mtkennerly
2
-0
/
+12
2022-11-10
Fix outdated links in documentation
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-10
Remove unnecessary `into` call in `operation::scoped`
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-10
Fix broken documentation links
Héctor Ramón Jiménez
8
-13
/
+15
2022-11-09
Introduce `scoped` in `widget::operation`
Héctor Ramón Jiménez
1
-0
/
+43
2022-11-09
Implement `Operation::scrollable` for `widget::action::Map`
Héctor Ramón Jiménez
1
-0
/
+8
2022-11-09
Fix redundant references in `slider`
Héctor Ramón Jiménez
1
-3
/
+3
2022-11-09
Introduce `Custom` variants for every style in the built-in `Theme`
Héctor Ramón Jiménez
16
-35
/
+64
2022-11-08
Couple layout & content to avoid desync
Cory Forsstrom
2
-68
/
+55
2022-11-08
Rearrange `layout` code to improve readability
Héctor Ramón Jiménez
3
-8
/
+2
2022-11-08
Rename `Padding::constrain` to `fit`
Héctor Ramón Jiménez
3
-3
/
+3
2022-11-05
Refactor some `image` traits a bit
Héctor Ramón Jiménez
3
-6
/
+6
2022-11-03
non uniform border radius for quads
Robert Krahn
12
-21
/
+21
2022-11-03
Add pub method for getting maximized value
Cory Forsstrom
1
-0
/
+7
2022-11-03
Remove maximized when split occurs
Cory Forsstrom
1
-0
/
+1
2022-11-02
Fix doc links
tarkah
1
-2
/
+8
2022-11-02
Add state::Scoped & rename Elements as Contents
tarkah
2
-94
/
+100
2022-11-03
refactor: undo changes to radio
Ashley Wulber
2
-2
/
+2
2022-11-03
wip: Custom palette for built in theme
Ashley Wulber
2
-2
/
+2
2022-11-02
Fix tests & lints
tarkah
1
-5
/
+6
2022-11-03
Increase default `padding` of `TextInput`
Héctor Ramón Jiménez
1
-1
/
+1
[prev]
[next]