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
/
web
/
src
/
lib.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-28
Replace `iced_web` with WebGL support in `wgpu` :tada:
Héctor Ramón Jiménez
1
-431
/
+0
2022-01-03
Change GitHub namespace to new org for all files
LordRatte
1
-2
/
+2
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-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
1
-5
/
+10
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
1
-2
/
+2
2021-09-13
Write missing docs and `Debug` implementations for `web`
Héctor Ramón Jiménez
1
-2
/
+2
2021-09-02
Make `Command` implementations platform-specific
Héctor Ramón Jiménez
1
-19
/
+30
2021-07-12
Move `menu` module from `iced_native` to `iced_core`
Héctor Ramón Jiménez
1
-2
/
+2
2021-06-14
docs: update all 0.2 github links to 0.3
Yusuf Bera Ertan
1
-1
/
+1
2021-06-01
Add support for asymmetrical padding
Ben LeFevre
1
-1
/
+1
2021-03-11
Implement stub `Clipboard` in `iced_web`
Héctor Ramón Jiménez
1
-2
/
+11
2020-11-26
Update example links to point to `0.2` branch
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-26
Update graphs in crate docs
Héctor Ramón Jiménez
1
-2
/
+0
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-24
/
+3
2020-11-26
Fix broken links in API documentation
Héctor Ramón Jiménez
1
-2
/
+0
2020-09-09
Format code
Kaiden42
1
-2
/
+2
2020-09-09
Add trait for embedded web applications
Kaiden42
1
-0
/
+165
2020-07-01
Update `dodrio` dependency in `iced_web`
Héctor Ramón Jiménez
1
-11
/
+8
2020-04-30
Rename `MouseCursor` to `mouse::Interaction`
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-30
Remove inconsistent `input` module in `iced_native`
Héctor Ramón Jiménez
1
-2
/
+2
2020-04-29
Move `MouseCursor` to `iced_core`
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-28
Expose `Rectangle` in `iced_web`
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-02
Fix a couple of links in documentation
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-02
Update `iced_web` build documentation
Héctor Ramón Jiménez
1
-2
/
+3
2020-03-30
Call `Runtime::enter` properly in `iced_web`
Héctor Ramón Jiménez
1
-3
/
+8
2020-03-30
Allow passing external state to `Application::new`
Héctor Ramón Jiménez
1
-12
/
+18
2020-03-17
Move common keyboard types to `iced_core`
Héctor Ramón Jiménez
1
-2
/
+2
2020-02-14
Add transform stack to `canvas::Frame`
Héctor Ramón Jiménez
1
-2
/
+2
2020-02-12
Expose `Point` in `iced_web`
Héctor Ramón Jiménez
1
-1
/
+1
2020-02-05
Rename module `style` to `css` in `iced_web`
Héctor Ramón Jiménez
1
-5
/
+5
2020-02-04
Support event subscriptions in `iced_web`
Héctor Ramón Jiménez
1
-72
/
+64
2020-01-20
Forbid unsafe code and Rust 2018 idioms
Héctor Ramón Jiménez
1
-2
/
+2
2020-01-20
Implement `WasmBindgen` executor and reorganize
Héctor Ramón Jiménez
1
-2
/
+7
2020-01-20
Add `Application::Executor` associated type
Héctor Ramón Jiménez
1
-1
/
+1
2020-01-19
Create `iced_futures` and wire everything up
Héctor Ramón Jiménez
1
-3
/
+3
2020-01-12
Additional clone removals for wasm
Elliott Mahler
1
-4
/
+14
2019-12-18
Fix missing `Subscription` type in `iced_web`
Héctor Ramón Jiménez
1
-0
/
+4
2019-12-01
Schedule render after `Command` futures finish
Héctor Ramón Jiménez
1
-13
/
+29
2019-11-24
Update document title properly in `iced_web`
Héctor Ramón Jiménez
1
-0
/
+15
2019-11-24
Spawn `Command` futures in `iced_web`
Héctor Ramón Jiménez
1
-11
/
+27
2019-11-23
Make `tour` work with `iced_web` again :tada:
Héctor Ramón Jiménez
1
-7
/
+44
2019-11-22
Write docs for `iced_web`
Héctor Ramón Jiménez
1
-1
/
+89
2019-11-21
Move widgets from `core` to `native` and `web`
Héctor Ramón Jiménez
1
-1
/
+4
2019-11-11
Remove `padding` from `Container` for now
Héctor Ramón Jiménez
1
-1
/
+1
2019-10-23
Connect `iced_web` with `iced` properly
Héctor Ramón Jiménez
1
-10
/
+3
2019-10-09
Move `winit` logic from `iced` to `iced_winit`
Héctor Ramón Jiménez
1
-9
/
+9
2019-09-24
Improve documentation
Héctor Ramón Jiménez
1
-2
/
+2
2019-09-20
Create `iced_core` and `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
[next]