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
2023-01-09
introduce `window::spawn` and `window::close`
Richard
1
-3
/
+12
2023-01-09
move window settings to `iced_native`
Richard
4
-0
/
+90
2023-01-09
add `window::Id` to `Event` and `Action`
Richard
3
-4
/
+9
2023-01-09
Allow closing the window from user code
Richard
1
-1
/
+1
2023-01-09
what is this
Richard
1
-1
/
+1
2023-01-09
Introduce opaque `window::Id` type
Richard
2
-0
/
+18
2023-01-08
Avoid dragging scroll area when touching scrollbars for `Scrollable`
Héctor Ramón Jiménez
1
-1
/
+4
2023-01-08
Remove `PartialOrd` implementation for `Rectangle`
Héctor Ramón Jiménez
1
-1
/
+3
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-05
Stop using `f32::clamp` altogether in `layout::Limits`
Héctor Ramón Jiménez
1
-7
/
+9
2023-01-05
Fix `Layout::resolve` panicking under some circumstances
Héctor Ramón Jiménez
1
-2
/
+7
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 `FocusWindow` to `GainFocus` in `window::Action`
Héctor Ramón Jiménez
1
-3
/
+3
2023-01-02
Add `FocusWindow` to `window::Action`
Night_Hunter
1
-0
/
+13
2023-01-02
Add `RequestUserAttention` to `window::Action`
Night_Hunter
3
-5
/
+48
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
14
-8
/
+42
2022-12-20
Fix `clippy` lints for Rust 1.66
Héctor Ramón Jiménez
6
-30
/
+20
2022-12-15
Implement `window::close` action and remove `should_exit`
Héctor Ramón Jiménez
1
-0
/
+4
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
4
-158
/
+531
2022-12-13
Remove mention of iOS and Android in `window::action`
Héctor Ramón
1
-1
/
+1
2022-12-12
Vertical orientation added to Slider.
Casper Storm
1
-41
/
+158
2022-12-10
add toggle decorations action
Night_Hunter
1
-0
/
+7
2022-12-07
Bump versions :tada:
Héctor Ramón Jiménez
6
-13
/
+13
2022-12-06
Remove `appearance` from `Handle`
Héctor Ramón Jiménez
3
-24
/
+13
2022-12-06
feat: SVG styling with icon fill color
Michael Aaron Murphy
3
-12
/
+63
2022-12-05
Fix scroller in `Scrollable` always being drawn
Héctor Ramón Jiménez
1
-3
/
+2
2022-11-29
Get widget operations working w/ overlay
Cory Forsstrom
3
-10
/
+15
2022-11-29
Allow &mut self in overlay
tarkah
14
-38
/
+38
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
Invalidate `overlay` layout when `base` layer captures an `Event`
Héctor Ramón Jiménez
1
-1
/
+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
6
-0
/
+205
2022-11-11
#1484, #1527: Fix overlay transition
mtkennerly
1
-1
/
+1
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
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
[next]