Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `env_logger` to `game_of_life` | 2022-01-19 | 2 | -0/+5 | |
| | |||||
* | Log debugging info | 2022-01-19 | 2 | -0/+9 | |
| | |||||
* | Split `quad::Pipeline` into `core` and `compatibility` | 2022-01-19 | 13 | -220/+755 | |
| | |||||
* | Use `glutin`, `glow` and `glow_glyph` forks | 2022-01-19 | 1 | -2/+2 | |
| | |||||
* | Add cross compilation targets for `armv7` and `aarch64` | 2022-01-19 | 3 | -0/+69 | |
| | |||||
* | Write `CNAME` file before publishing in `document` workflow | 2022-01-19 | 1 | -0/+2 | |
| | |||||
* | Create worflow to publish latest docs to `iced-rs/docs` | 2022-01-19 | 1 | -0/+32 | |
| | |||||
* | Merge pull request #1198 from iced-rs/subscription-helpers | 2022-01-17 | 10 | -137/+615 | |
|\ | | | | | `websocket` example and helpers to create custom subscriptions | ||||
| * | Add worker example to docs of `subscription::unfold` | 2022-01-17 | 1 | -0/+65 | |
| | | |||||
| * | Simplify `run` and `unfold` helpers to build a `Subscription` | 2022-01-17 | 2 | -96/+69 | |
| | | |||||
| * | Update `README` file of `websocket` example | 2022-01-16 | 1 | -1/+6 | |
| | | |||||
| * | Draft `websocket` example :tada: | 2022-01-16 | 8 | -73/+426 | |
| | | |||||
| * | Make `clock` example responsive | 2022-01-15 | 1 | -5/+1 | |
| | | |||||
| * | Use `subscription::run` for `download_progress` example | 2022-01-15 | 1 | -84/+69 | |
| | | |||||
| * | Implement `subscription::worker` :tada: | 2022-01-14 | 1 | -0/+44 | |
| | | |||||
| * | Implement `subscription::unfold` :tada: | 2022-01-14 | 1 | -1/+22 | |
| | | |||||
| * | Implement `subscription::run` :tada: | 2022-01-14 | 1 | -0/+19 | |
| | | |||||
| * | Rewrite `events` and `events_with` with a new `Runner` abstraction | 2022-01-14 | 2 | -45/+62 | |
|/ | |||||
* | Merge pull request #1195 from iced-rs/fix/vulnerabilities | 2022-01-14 | 14 | -94/+53 | |
|\ | | | | | Fix `cargo-audit` vulnerabilities | ||||
| * | Add `audit` workflow for GitHub CI | 2022-01-13 | 1 | -0/+16 | |
| | | |||||
| * | Update `reqwest` in examples | 2022-01-13 | 2 | -2/+7 | |
| | | | | | | | | ... and rely on `rustls` instead of `native-tls` | ||||
| * | Replace `chrono` with `time` in `clock` example | 2022-01-12 | 2 | -11/+14 | |
| | | |||||
| * | Simplify version of the `palette` dependency | 2022-01-12 | 1 | -1/+1 | |
| | | |||||
| * | Remove support for old `tokio` crate | 2022-01-12 | 9 | -80/+15 | |
| | | |||||
* | | Merge pull request #1193 from iced-rs/responsive-widget | 2022-01-13 | 34 | -131/+765 | |
|\ \ | |/ |/| | `Responsive` widget | ||||
| * | Write docs for `responsive` in `iced_lazy` | 2022-01-12 | 1 | -1/+13 | |
| | | |||||
| * | Write documentation for `component` in `iced_lazy` | 2022-01-12 | 1 | -8/+30 | |
| | | |||||
| * | Write missing docs for `user_interface` module | 2022-01-12 | 4 | -3/+9 | |
| | | |||||
| * | Increase text size of pane dimensions in `pane_grid` example | 2022-01-12 | 1 | -1/+1 | |
| | | |||||
| * | Implement `Widget::overlay` for `Responsive` widget | 2022-01-12 | 13 | -248/+440 | |
| | | |||||
| * | Remove superfluous generic type in `iced_lazy::Cache` | 2022-01-11 | 1 | -10/+8 | |
| | | |||||
| * | Implement `Widget::mouse_interaction` for `Responsive` | 2022-01-11 | 1 | -21/+41 | |
| | | |||||
| * | Introduce `Renderer` argument to `mouse_interaction` and `on_event` | 2022-01-11 | 24 | -58/+165 | |
| | | |||||
| * | Invalidate widget tree from `Responsive` widget | 2022-01-11 | 8 | -33/+85 | |
| | | | | | | | | ... by introducing a new `invalidate_widgets` method to `Shell` | ||||
| * | Draft `Responsive` widget | 2022-01-11 | 11 | -23/+248 | |
|/ | |||||
* | Merge pull request #1164 from PolyMeilex/wgpu-update | 2022-01-04 | 10 | -15/+15 | |
|\ | | | | | Update wgpu 0.12 | ||||
| * | Run `cargo fmt` | 2022-01-04 | 2 | -4/+8 | |
| | | |||||
| * | Fix `integration_wgpu` example | 2022-01-04 | 1 | -0/+1 | |
| | | |||||
| * | Bump raw-window-handle | 2022-01-04 | 2 | -2/+2 | |
| | | |||||
| * | Update wgpu_glyph | 2022-01-04 | 1 | -1/+1 | |
| | | |||||
| * | Update wgpu 0.12 | 2022-01-04 | 8 | -14/+9 | |
|/ | |||||
* | Merge pull request #1182 from iced-rs/update-winit-and-glutin | 2022-01-04 | 2 | -4/+4 | |
|\ | | | | | Update `winit` and `glutin` forks | ||||
| * | Update `winit` and `glutin` forks | 2022-01-04 | 2 | -4/+4 | |
|/ | |||||
* | Merge pull request #1175 from EkardNT/sandbox-exit | 2022-01-03 | 5 | -0/+116 | |
|\ | | | | | Allow Sandbox applications to exit. | ||||
| * | Center contents with `Container` in `exit` example | 2022-01-03 | 1 | -7/+16 | |
| | | | | | | | | ... also add some `padding` to buttons! | ||||
| * | Allow Sandbox applications to exit. | 2021-12-29 | 5 | -0/+107 | |
| | | |||||
* | | Merge pull request #1168 from LordRatte/patch-1 | 2022-01-03 | 36 | -122/+122 | |
|\ \ | | | | | | | Change GitHub namespace to new org to prevent link-rot | ||||
| * | | Change GitHub namespace to new org for all files | 2022-01-03 | 36 | -122/+122 | |
| | | | |||||
* | | | Merge pull request #1181 from feylinara/feylinara/issue1087 | 2022-01-03 | 2 | -1/+4 | |
|\ \ \ | |_|/ |/| | | Fix memory leak in opengl integration example | ||||
| * | | Fix memory leak in opengl integration example | 2022-01-02 | 2 | -1/+4 | |
|/ / |