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
2022-04-27
Restrict text width & height to prevent overflow
Cory Forsstrom
1
-1
/
+2
2022-04-27
Manually center top aligned text
Cory Forsstrom
1
-2
/
+4
2022-04-27
Use top alignment instead of new layer
Cory Forsstrom
1
-17
/
+14
2022-04-25
Clip bounds to prevent text overflow
Cory Forsstrom
1
-16
/
+18
2022-04-25
Don't wrap picklist label text
Cory Forsstrom
1
-0
/
+1
2022-04-24
Reuse `Tooltip` draw logic in `iced_pure`
Héctor Ramón Jiménez
1
-88
/
+131
2022-04-22
Implemented Tooltip as Pure
Casper Rogild Storm
1
-2
/
+2
2022-03-29
Fix slider's handle position calculation
MG_REX
1
-4
/
+4
2022-03-29
Loose lifetime bounds in `pure::Widget` implementations
Héctor Ramón Jiménez
2
-4
/
+4
2022-03-28
Fix `KeyPressed` event being always `Captured` by `TextInput`
Héctor Ramón Jiménez
1
-2
/
+2
2022-03-18
Restore `TextInput::draw` helper
Héctor Ramón Jiménez
1
-12
/
+24
2022-03-14
Implement `pure` version of `PaneGrid` widget
Héctor Ramón Jiménez
5
-406
/
+547
2022-03-10
Implement `pure` version of `Rule` widget
Héctor Ramón Jiménez
1
-6
/
+6
2022-03-09
Remove redundant `widget` modules in subcrates
Héctor Ramón Jiménez
2
-2
/
+8
2022-03-01
Fix overlay flickering after `Application::update`
Héctor Ramón Jiménez
1
-20
/
+26
2022-02-23
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
29
-547
/
+91
2022-02-16
Hash `content_fit` in `hash_layout` of `Image` and `Svg`
Héctor Ramón Jiménez
2
-0
/
+2
2022-02-16
Remove redundant `layout.bounds()` calls in `Image` and `Svg`
Héctor Ramón Jiménez
2
-12
/
+10
2022-02-16
Add `ContentFit` support to `Svg` widget
Héctor Ramón Jiménez
2
-17
/
+67
2022-02-16
Center `Image` inside available bounds when possible
Héctor Ramón Jiménez
1
-9
/
+14
2022-02-16
Rename `Image::fit` to `content_fit`
Héctor Ramón Jiménez
1
-6
/
+10
2022-02-16
Make documentation of `Image::fit` consistent
Héctor Ramón Jiménez
1
-1
/
+1
2022-02-16
Use a new clipping layer only when necessary in `Image::draw`
Héctor Ramón Jiménez
1
-2
/
+11
2022-02-16
Add support for `ContentFit` for `Image`
Emi Simpson
2
-18
/
+52
2022-02-16
Add `overlay` support in `iced_pure` and port `PickList` :tada:
Héctor Ramón Jiménez
1
-240
/
+364
2022-02-13
Implement `Radio` in `iced_pure`
Héctor Ramón Jiménez
1
-1
/
+1
2022-02-13
Introduce lifetime to `on_change` handler for `Toggler`
Héctor Ramón Jiménez
1
-2
/
+2
2022-02-13
Implement `Slider` in `iced_pure`
Héctor Ramón Jiménez
1
-165
/
+232
2022-02-13
Implement `Image` in `iced_pure`
Héctor Ramón Jiménez
1
-24
/
+49
2022-02-12
Implement `TextInput` in `iced_pure`
Héctor Ramón Jiménez
1
-448
/
+477
2022-02-12
Implement `Scrollable` in `iced_pure`
Héctor Ramón Jiménez
1
-369
/
+520
2022-02-12
Implement `Checkbox` in `iced_pure`
Héctor Ramón Jiménez
1
-2
/
+2
2022-02-12
Implement `Container` widget in `iced_pure`
Héctor Ramón Jiménez
1
-22
/
+36
2022-02-11
Expose reusable `Button` logic
Héctor Ramón Jiménez
1
-121
/
+174
2022-02-09
Update Rust edition to 2021 :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-31
Replace Zulip links with Discord
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-28
Use `MaybeSend` in `perform` and `map` for `Command`
Héctor Ramón Jiménez
3
-5
/
+17
2022-01-28
Implement `time` module for `wasm-bindgen` backend in `iced_futures`
Héctor Ramón Jiménez
1
-2
/
+7
2022-01-28
Introduce `MaybeSend` trait in `iced_futures`
Héctor Ramón Jiménez
1
-49
/
+9
2022-01-28
Move `time` module from `iced_native` to `iced_core`
Héctor Ramón Jiménez
3
-12
/
+1
2022-01-28
Enable `instant` only for `wasm32` targets
Héctor Ramón Jiménez
5
-3
/
+16
2022-01-28
Use instant instead of std::instant
Kai Mast
2
-1
/
+2
2022-01-28
Experimental wgpu WebGL backend support
Vladyslav Nikonov
1
-2
/
+40
2022-01-22
Fix previous `overlay` affecting `cursor_position` during `draw` in `UserInte...
Héctor Ramón Jiménez
1
-2
/
+4
2022-01-20
Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`
Héctor Ramón Jiménez
2
-30
/
+14
2022-01-17
Add worker example to docs of `subscription::unfold`
Héctor Ramón Jiménez
1
-0
/
+65
2022-01-17
Simplify `run` and `unfold` helpers to build a `Subscription`
Héctor Ramón Jiménez
1
-26
/
+17
2022-01-16
Draft `websocket` example :tada:
Héctor Ramón Jiménez
1
-73
/
+25
2022-01-14
Implement `subscription::worker` :tada:
Héctor Ramón Jiménez
1
-0
/
+44
2022-01-14
Implement `subscription::unfold` :tada:
Héctor Ramón Jiménez
1
-1
/
+22
[next]