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
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-10-31
Introduce first-class `svg` module in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+2
2021-10-31
Introduce first-class `image` module in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+2
2021-10-31
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
1
-3
/
+3
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
1
-3
/
+4
2021-09-20
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
1
-2
/
+3
2021-09-15
Revert system menus support
Héctor Ramón Jiménez
3
-17
/
+5
2021-09-02
Implement `move_to` and `resize` commands for `window`
Héctor Ramón Jiménez
1
-0
/
+3
2021-09-02
Implement and expose `read` and `write` helpers for `clipboard`
Héctor Ramón Jiménez
2
-0
/
+4
2021-09-02
Remove `Clipboard` export in `iced`
Héctor Ramón Jiménez
2
-2
/
+2
2021-09-02
Make `Command` implementations platform-specific
Héctor Ramón Jiménez
2
-30
/
+10
2021-08-11
Introduce explicit `id` field to `Settings`
Héctor Ramón Jiménez
1
-2
/
+11
2021-07-22
Introduce `text_multithreading` to `Settings`
Héctor Ramón Jiménez
2
-5
/
+16
2021-07-21
Improve `window::Position` API
Héctor Ramón Jiménez
3
-10
/
+39
2021-07-21
Remove DPI from docs in `window::Settings::position`
Héctor Ramón Jiménez
1
-16
/
+5
2021-07-19
Write documentation for `menu` method in `Application`
Héctor Ramón Jiménez
1
-1
/
+3
2021-07-13
Force `Application::Message` to implement `Clone`
Héctor Ramón Jiménez
2
-2
/
+2
2021-07-12
Make `Menu` API a bit more functional
Héctor Ramón Jiménez
1
-1
/
+1
2021-07-05
Initial menu implementation
Richard
2
-3
/
+12
2021-06-25
done
TimUntersberger
1
-1
/
+16
2021-06-25
wip
TimUntersberger
1
-0
/
+7
2021-06-14
docs: update all 0.2 github links to 0.3
Yusuf Bera Ertan
2
-20
/
+20
2021-06-03
Implement `Toggler` widget for iced_native
Kaiden42
1
-3
/
+3
2021-05-13
Change examples to point to 0.3 examples, not 0.2
Riccardo D'Ambrosio
1
-1
/
+1
2021-04-12
Run cargo fmt
Dispersia
1
-8
/
+10
2021-04-09
use Mode::Hidden instead
Cory Forsstrom
2
-11
/
+4
2021-04-08
add window visibility
Cory Forsstrom
1
-0
/
+11
2021-03-30
Add support for graceful exits in `Application`
Héctor Ramón Jiménez
2
-4
/
+22
2021-03-25
Introduce `internal_backend` to `iced_wgpu::Settings`
Héctor Ramón Jiménez
1
-1
/
+1
2021-03-11
Implement stub `Clipboard` in `iced_web`
Héctor Ramón Jiménez
1
-2
/
+6
2021-03-11
Add `clipboard` argument to `Application::update`
Héctor Ramón Jiménez
3
-11
/
+28
2021-02-15
feat(native): add Tooltip widget
Yusuf Bera Ertan
1
-2
/
+3
2021-02-13
Fix `image` feature name in `glow` and `iced`
Héctor Ramón Jiménez
1
-1
/
+1
2021-02-13
Add image format options to reduce code bloat, fixes #376
Greg V
1
-1
/
+1
2021-01-29
Make iced::Error Send + Sync
Taiki Endo
1
-1
/
+12
2021-01-22
update example description at sandbox's documentation (#710)
GunpowderGuy
1
-3
/
+3
2021-01-15
Keep old behavior for `Executor` feature flags
Héctor Ramón Jiménez
1
-14
/
+7
2021-01-14
Add `smol` async runtime
Jayce Fayne
2
-7
/
+31
2020-11-26
Update example links to point to `0.2` branch
Héctor Ramón Jiménez
3
-20
/
+23
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
7
-75
/
+18
2020-11-26
Rename `keyboard::ModifiersState` to `Modifiers`
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-25
Introduce `tokio_old` feature
Héctor Ramón Jiménez
2
-5
/
+22
2020-11-20
Implement `QRCode` widget
Héctor Ramón Jiménez
1
-0
/
+11
2020-11-06
Update src/executor.rs
dabaichi
1
-2
/
+1
2020-11-05
upgrade tokio to latest version(v0.3)
valbendan
1
-1
/
+2
2020-11-01
Fix DimensionsMismatch error message
sum-elier
1
-1
/
+1
2020-10-17
Remove `executor::Null` from the root public API
Héctor Ramón Jiménez
3
-4
/
+3
2020-09-28
Fixes #539: Allow windows to be set always_on_top
Tom
1
-1
/
+6
2020-09-08
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
5
-12
/
+61
2020-08-22
widget Rule added
Billy Messenger
1
-3
/
+3
2020-08-17
Add 'transparent' in window setting
Katherine Philip
1
-0
/
+5
[next]