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
2022-01-28
Implement `time` module for `wasm-bindgen` backend in `iced_futures`
Héctor Ramón Jiménez
2
-14
/
+3
2022-01-28
Split `iced_futures` into different `backend` implementations
Héctor Ramón Jiménez
3
-95
/
+13
2022-01-28
Enable `instant` only for `wasm32` targets
Héctor Ramón Jiménez
1
-3
/
+3
2022-01-28
Replace `iced_web` with WebGL support in `wgpu` :tada:
Héctor Ramón Jiménez
9
-156
/
+64
2022-01-19
Add setting to try OpenGL ES first
Richard
1
-0
/
+12
2022-01-12
Remove support for old `tokio` crate
Héctor Ramón Jiménez
2
-21
/
+4
2022-01-12
Implement `Widget::overlay` for `Responsive` widget
Héctor Ramón Jiménez
1
-5
/
+4
2022-01-11
Draft `Responsive` widget
Héctor Ramón Jiménez
1
-4
/
+5
2021-12-29
Allow Sandbox applications to exit.
Drake Tetreault
1
-0
/
+11
2021-12-09
Use commit hash in `html_logo_url`
Héctor Ramón Jiménez
1
-1
/
+1
2021-12-09
Added icon in docs
daladim
1
-0
/
+3
2021-11-29
Improve documentation of `Application::run`
Héctor Ramón Jiménez
1
-2
/
+3
2021-11-29
Allow `Application::run` to return on native platforms
Andreas Hofstadler
1
-2
/
+2
2021-11-17
Fix a few doc links
Imbris
1
-0
/
+2
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
[next]