| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into dev/system-information | Héctor Ramón Jiménez | 2022-05-04 | 6 | -32/+130 |
|\ |
|
| * | Expose `Padding` in `iced` root crate | Héctor Ramón Jiménez | 2022-05-03 | 1 | -2/+2 |
| * | Indicate feature-flagged modules in documentation | Héctor Ramón Jiménez | 2022-05-02 | 2 | -0/+9 |
| * | Replace `hecrj` in links with `iced-rs` | Héctor Ramón Jiménez | 2022-05-02 | 3 | -28/+28 |
| * | Write documentation for `iced_pure` | Héctor Ramón Jiménez | 2022-05-02 | 1 | -0/+78 |
| * | Fix broken intra-doc links in documentation | Héctor Ramón Jiménez | 2022-04-30 | 1 | -0/+1 |
| * | Point repository links to `0.4` branch in documentation | Héctor Ramón Jiménez | 2022-04-30 | 5 | -27/+27 |
| * | Implemented Tooltip as Pure | Casper Rogild Storm | 2022-04-22 | 1 | -0/+10 |
* | | Expose `system` module through feature flag | Héctor Ramón Jiménez | 2022-04-30 | 1 | -1/+3 |
* | | Change `ContextCreationFailed` to `GraphicsCreationFailed` | Richard | 2022-04-27 | 1 | -5/+5 |
* | | Export new `system` module | Richard | 2022-04-26 | 1 | -0/+1 |
* | | Introduce `Error::ContextCreationFailed` | Richard | 2022-04-20 | 1 | -5/+5 |
|/ |
|
* | Implement `pure` version of `Svg` widget | Héctor Ramón Jiménez | 2022-03-22 | 1 | -0/+6 |
* | Implement `pure` version of `QRCode` widget | Héctor Ramón Jiménez | 2022-03-21 | 1 | -0/+6 |
* | Export widget modules in `iced_pure` | Héctor Ramón Jiménez | 2022-03-16 | 2 | -31/+161 |
* | Implement `pure` version of `game_of_life` example :tada: | Héctor Ramón Jiménez | 2022-03-09 | 1 | -3/+3 |
* | Implement `pure` version of `Canvas` widget | Héctor Ramón Jiménez | 2022-03-09 | 1 | -0/+6 |
* | Remove redundant `widget` modules in subcrates | Héctor Ramón Jiménez | 2022-03-09 | 2 | -40/+180 |
* | Merge branch 'master' into virtual-widgets | Héctor Ramón Jiménez | 2022-03-07 | 1 | -2/+2 |
|\ |
|
| * | Expose `ContentFit` in root | Héctor Ramón Jiménez | 2022-02-16 | 2 | -3/+2 |
| * | Add support for `ContentFit` for `Image` | Emi Simpson | 2022-02-16 | 1 | -0/+1 |
* | | Fix `subscription` for `iced::pure::Application` | Héctor Ramón Jiménez | 2022-02-20 | 1 | -0/+4 |
* | | Expose additional helpers in `iced::pure` | Héctor Ramón Jiménez | 2022-02-13 | 1 | -1/+16 |
* | | Implement `Image` in `iced_pure` | Héctor Ramón Jiménez | 2022-02-13 | 1 | -1/+4 |
* | | Implement pure version of `todos` example :tada: | Héctor Ramón Jiménez | 2022-02-12 | 1 | -1/+4 |
* | | Allow pure widgets to borrow from `Application` data :tada: | Héctor Ramón Jiménez | 2022-02-11 | 3 | -5/+6 |
* | | Expose `iced_pure` through a `pure` feature in `iced` | Héctor Ramón Jiménez | 2022-02-11 | 4 | -0/+333 |
* | | Draft virtual `Button`, `Column`, and `Text` | Héctor Ramón Jiménez | 2022-02-10 | 1 | -0/+1 |
|/ |
|
* | Implement `time` module for `wasm-bindgen` backend in `iced_futures` | Héctor Ramón Jiménez | 2022-01-28 | 2 | -14/+3 |
* | Split `iced_futures` into different `backend` implementations | Héctor Ramón Jiménez | 2022-01-28 | 3 | -95/+13 |
* | Enable `instant` only for `wasm32` targets | Héctor Ramón Jiménez | 2022-01-28 | 1 | -3/+3 |
* | Replace `iced_web` with WebGL support in `wgpu` :tada: | Héctor Ramón Jiménez | 2022-01-28 | 9 | -156/+64 |
* | Add setting to try OpenGL ES first | Richard | 2022-01-19 | 1 | -0/+12 |
* | Remove support for old `tokio` crate | Héctor Ramón Jiménez | 2022-01-12 | 2 | -21/+4 |
* | Allow Sandbox applications to exit. | Drake Tetreault | 2021-12-29 | 1 | -0/+11 |
* | Use commit hash in `html_logo_url` | Héctor Ramón Jiménez | 2021-12-09 | 1 | -1/+1 |
* | Added icon in docs | daladim | 2021-12-09 | 1 | -0/+3 |
* | Improve documentation of `Application::run` | Héctor Ramón Jiménez | 2021-11-29 | 1 | -2/+3 |
* | Allow `Application::run` to return on native platforms | Andreas Hofstadler | 2021-11-29 | 1 | -2/+2 |
* | Fix a few doc links | Imbris | 2021-11-17 | 1 | -0/+2 |
* | Introduce first-class `svg` module in `iced_native` | Héctor Ramón Jiménez | 2021-10-31 | 1 | -1/+2 |
* | Introduce first-class `image` module in `iced_native` | Héctor Ramón Jiménez | 2021-10-31 | 1 | -1/+2 |
* | Remove `widget` module re-exports in `iced_native` | Héctor Ramón Jiménez | 2021-10-31 | 1 | -3/+3 |
* | Refactor alignment types into an `alignment` module | Héctor Ramón Jiménez | 2021-09-20 | 1 | -3/+4 |
* | Introduce and use `CrossAlign` enum for `Column` and `Row` | Héctor Ramón Jiménez | 2021-09-20 | 1 | -2/+3 |
* | Revert system menus support | Héctor Ramón Jiménez | 2021-09-15 | 3 | -17/+5 |
* | Implement `move_to` and `resize` commands for `window` | Héctor Ramón Jiménez | 2021-09-02 | 1 | -0/+3 |
* | Implement and expose `read` and `write` helpers for `clipboard` | Héctor Ramón Jiménez | 2021-09-02 | 2 | -0/+4 |
* | Remove `Clipboard` export in `iced` | Héctor Ramón Jiménez | 2021-09-02 | 2 | -2/+2 |
* | Make `Command` implementations platform-specific | Héctor Ramón Jiménez | 2021-09-02 | 2 | -30/+10 |