Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace `iced_web` with WebGL support in `wgpu` :tada: | 2022-01-28 | 1 | -431/+0 | |
| | |||||
* | Change GitHub namespace to new org for all files | 2022-01-03 | 1 | -2/+2 | |
| | |||||
* | Use commit hash in `html_logo_url` | 2021-12-09 | 1 | -1/+1 | |
| | |||||
* | Added icon in docs | 2021-12-09 | 1 | -0/+3 | |
| | |||||
* | Refactor alignment types into an `alignment` module | 2021-09-20 | 1 | -5/+10 | |
| | |||||
* | Introduce and use `CrossAlign` enum for `Column` and `Row` | 2021-09-20 | 1 | -2/+3 | |
| | |||||
* | Revert system menus support | 2021-09-15 | 1 | -2/+2 | |
| | | | | | | The current implementation has some important issues on Windows. We will reintroduce the feature once we figure them out! I have kept some of the changes in #945, like the new `keyboard::Modifiers` powered by `bitflags`. | ||||
* | Write missing docs and `Debug` implementations for `web` | 2021-09-13 | 1 | -2/+2 | |
| | |||||
* | Make `Command` implementations platform-specific | 2021-09-02 | 1 | -19/+30 | |
| | | | | | | | | | This allows us to introduce a platform-specific `Action` to both `iced_native` and `iced_web` and remove the `Clipboard` from `Application::update` to maintain purity. Additionally, this should let us implement further actions to let users query and modify the shell environment (e.g. window, clipboard, and more!) | ||||
* | Merge pull request #517 from Kaiden42/embedded | 2021-08-12 | 1 | -0/+165 | |
|\ | | | | | iced_web: Add an option to select the element | ||||
| * | Format code | 2020-09-09 | 1 | -2/+2 | |
| | | |||||
| * | Add trait for embedded web applications | 2020-09-09 | 1 | -0/+165 | |
| | | |||||
* | | Move `menu` module from `iced_native` to `iced_core` | 2021-07-12 | 1 | -2/+2 | |
| | | |||||
* | | docs: update all 0.2 github links to 0.3 | 2021-06-14 | 1 | -1/+1 | |
| | | |||||
* | | Add support for asymmetrical padding | 2021-06-01 | 1 | -1/+1 | |
| | | |||||
* | | Implement stub `Clipboard` in `iced_web` | 2021-03-11 | 1 | -2/+11 | |
| | | | | | | | | | | We need to figure out browser permissions and use of unstable `web-sys` APIs | ||||
* | | Update example links to point to `0.2` branch | 2020-11-26 | 1 | -1/+1 | |
| | | |||||
* | | Update graphs in crate docs | 2020-11-26 | 1 | -2/+0 | |
| | | |||||
* | | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -24/+3 | |
| | | | | | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | | Fix broken links in API documentation | 2020-11-26 | 1 | -2/+0 | |
|/ | |||||
* | Update `dodrio` dependency in `iced_web` | 2020-07-01 | 1 | -11/+8 | |
| | |||||
* | Rename `MouseCursor` to `mouse::Interaction` | 2020-04-30 | 1 | -1/+1 | |
| | |||||
* | Remove inconsistent `input` module in `iced_native` | 2020-04-30 | 1 | -2/+2 | |
| | |||||
* | Move `MouseCursor` to `iced_core` | 2020-04-29 | 1 | -1/+1 | |
| | |||||
* | Expose `Rectangle` in `iced_web` | 2020-04-28 | 1 | -1/+1 | |
| | |||||
* | Fix a couple of links in documentation | 2020-04-02 | 1 | -1/+1 | |
| | |||||
* | Update `iced_web` build documentation | 2020-04-02 | 1 | -2/+3 | |
| | |||||
* | Call `Runtime::enter` properly in `iced_web` | 2020-03-30 | 1 | -3/+8 | |
| | |||||
* | Allow passing external state to `Application::new` | 2020-03-30 | 1 | -12/+18 | |
| | |||||
* | Move common keyboard types to `iced_core` | 2020-03-17 | 1 | -2/+2 | |
| | | | | Also expose them in `iced` through `iced_native` and `iced_web`. | ||||
* | Add transform stack to `canvas::Frame` | 2020-02-14 | 1 | -2/+2 | |
| | |||||
* | Expose `Point` in `iced_web` | 2020-02-12 | 1 | -1/+1 | |
| | |||||
* | Rename module `style` to `css` in `iced_web` | 2020-02-05 | 1 | -5/+5 | |
| | |||||
* | Support event subscriptions in `iced_web` | 2020-02-04 | 1 | -72/+64 | |
| | | | | Also improves the overall web runtime, avoiding nested update loops. | ||||
* | Forbid unsafe code and Rust 2018 idioms | 2020-01-20 | 1 | -2/+2 | |
| | |||||
* | Implement `WasmBindgen` executor and reorganize | 2020-01-20 | 1 | -2/+7 | |
| | |||||
* | Add `Application::Executor` associated type | 2020-01-20 | 1 | -1/+1 | |
| | |||||
* | Create `iced_futures` and wire everything up | 2020-01-19 | 1 | -3/+3 | |
| | |||||
* | Additional clone removals for wasm | 2020-01-12 | 1 | -4/+14 | |
| | |||||
* | Fix missing `Subscription` type in `iced_web` | 2019-12-18 | 1 | -0/+4 | |
| | |||||
* | Schedule render after `Command` futures finish | 2019-12-01 | 1 | -13/+29 | |
| | |||||
* | Update document title properly in `iced_web` | 2019-11-24 | 1 | -0/+15 | |
| | |||||
* | Spawn `Command` futures in `iced_web` | 2019-11-24 | 1 | -11/+27 | |
| | |||||
* | Make `tour` work with `iced_web` again :tada: | 2019-11-23 | 1 | -7/+44 | |
| | | | | | - Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation | ||||
* | Write docs for `iced_web` | 2019-11-22 | 1 | -1/+89 | |
| | |||||
* | Move widgets from `core` to `native` and `web` | 2019-11-21 | 1 | -1/+4 | |
| | | | | Also made fields private and improved `Renderer` traits. | ||||
* | Remove `padding` from `Container` for now | 2019-11-11 | 1 | -1/+1 | |
| | |||||
* | Connect `iced_web` with `iced` properly | 2019-10-23 | 1 | -10/+3 | |
| | |||||
* | Move `winit` logic from `iced` to `iced_winit` | 2019-10-09 | 1 | -9/+9 | |
| | | | | | | | | | | - Added new `renderer::Windowed` trait. This shoud allow users to easily try different renderers by simply changing one line. - Renamed `UserInterface` traits to `Application`, as the `run` method takes total control of the current thread. - Moved `MouseCursor` back to `iced_native`. The new `renderer::Windowed` trait returns one on `draw`. - Split `iced_native` renderer in multiple modules, for consistency. | ||||
* | Improve documentation | 2019-09-24 | 1 | -2/+2 | |
| |