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-05-04
Run `system::information` in a different thread
Héctor Ramón Jiménez
1
-2
/
+5
2022-05-02
Bump versions :tada:
Héctor Ramón Jiménez
1
-4
/
+4
2022-05-02
Write documentation for `iced_pure`
Héctor Ramón Jiménez
3
-3
/
+3
2022-04-30
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
15
-42
/
+51
2022-04-30
Point repository links to `0.4` branch in documentation
Héctor Ramón Jiménez
4
-9
/
+9
2022-04-27
Simplify the `QueryInformation` Action
Richard
1
-1
/
+1
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-26
Add memory usage to `Information` struct
Richard
1
-1
/
+3
2022-04-26
Add graphics information to `system::Information`
Richard
1
-0
/
+4
2022-04-26
Add `system_information` example
Richard
1
-4
/
+0
2022-04-26
Turn `Information` fields `pub`
Richard
1
-8
/
+16
2022-04-26
Introduce `QueryInformation` to `system::Action`
Richard
4
-4
/
+52
2022-04-26
Add new `System` variant to `Action`
Richard
4
-0
/
+13
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
[next]