Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable `instant` only for `wasm32` targets | 2022-01-28 | 6 | -6/+19 | |
| | | | | ... and hide the dependency under a `time` module in `iced_native` | ||||
* | Use WebGL2 limits for `Compositor` in `iced_wgpu` | 2022-01-28 | 1 | -1/+8 | |
| | |||||
* | Append `Canvas` to `<body>` when targetting Wasm in `iced_winit` | 2022-01-28 | 2 | -0/+19 | |
| | |||||
* | Replace `iced_web` with WebGL support in `wgpu` :tada: | 2022-01-28 | 35 | -3475/+69 | |
| | |||||
* | Reduce diff | 2022-01-28 | 1 | -1/+1 | |
| | |||||
* | Always use event_loop.run | 2022-01-28 | 1 | -77/+30 | |
| | |||||
* | Use glow_glyp in opengl_integration example | 2022-01-28 | 1 | -1/+1 | |
| | |||||
* | Re-add docs for clipboard | 2022-01-28 | 1 | -1/+2 | |
| | |||||
* | Remove wasm-specific clipboard | 2022-01-28 | 2 | -30/+2 | |
| | |||||
* | Use instant instead of std::instant | 2022-01-28 | 2 | -1/+2 | |
| | |||||
* | Experimental wgpu WebGL backend support | 2022-01-28 | 21 | -87/+415 | |
| | | | | | | | | - Added missing `draw_cache_align_4x4` call for `brush_glyph` on wasm32 target - Added WebGL support to `integratio_wgpu` example - Fixed test.yml CI workflow - Removed spir-v shader in `integration_wgpu`; Fixed formatting - Removed redundant `BoxStream` typedef | ||||
* | Rely on GHCR instead of Docker Hub in `Cross.toml` | 2022-01-26 | 1 | -2/+2 | |
| | |||||
* | Fix `audit` workflow | 2022-01-26 | 1 | -1/+0 | |
| | | | | ... since `nix` recently released a `0.22.3`, which is safe by default. | ||||
* | Merge pull request #1160 from derezzedex/dev/arm-support | 2022-01-26 | 30 | -280/+1108 | |
|\ | | | | | feat: add support to ARM devices (and older hardware) | ||||
| * | Build `todos` for Raspberry Pis in `build` workflow | 2022-01-20 | 2 | -5/+31 | |
| | | |||||
| * | Move files in `docker` directory to `iced-rs/docker` repository | 2022-01-20 | 3 | -79/+0 | |
| | | |||||
| * | Add `Shader` and `Version` | 2022-01-19 | 6 | -134/+156 | |
| | | | | | | | | to simplify and constrain `program::create` | ||||
| * | Add setting to try OpenGL ES first | 2022-01-19 | 3 | -4/+34 | |
| | | |||||
| * | Update documentation for built-in renderers | 2022-01-19 | 4 | -3/+102 | |
| | | |||||
| * | Export `glow` in `iced_glow` | 2022-01-19 | 4 | -2/+3 | |
| | | |||||
| * | Export `iced_winit::conversion` in `iced_glutin` | 2022-01-19 | 2 | -5/+6 | |
| | | |||||
| * | Improve shader version selection | 2022-01-19 | 17 | -69/+179 | |
| | | |||||
| * | 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 | |
| | | |||||
* | | Merge pull request #1213 from iced-rs/fix/phantom-overlay | 2022-01-22 | 1 | -2/+4 | |
|\ \ | | | | | | | Fix previous `overlay` affecting `cursor_position` during `draw` in `UserInterface` | ||||
| * | | Fix previous `overlay` affecting `cursor_position` during `draw` in ↵ | 2022-01-22 | 1 | -2/+4 | |
|/ / | | | | | | | `UserInterface` | ||||
* | | Merge pull request #1209 from iced-rs/checkbox-radio-text-color | 2022-01-21 | 6 | -33/+21 | |
|\ \ | | | | | | | Remove ambiguous `text_color` attributes for `Checkbox` and `Radio` | ||||
| * | | Remove ambiguous `text_color` attributes for `Checkbox` and `Radio` | 2022-01-20 | 6 | -33/+21 | |
| | | | | | | | | | | | | Instead, always use a `StyleSheet`. | ||||
* | | | Merge pull request #1206 from iced-rs/fix/responsive-window-resize | 2022-01-20 | 1 | -1/+5 | |
|\ \ \ | | | | | | | | | Invalidate widget tree in `Responsive` after a `window::Event::Resized` | ||||
| * | | | Invalidate widget tree in `Responsive` after a `window::Event::Resized` | 2022-01-20 | 1 | -1/+5 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | | This is a pessimistic approach! Ideally, we should be able to recreate only the contents of the `Responsive` widget in `Widget::layout`, but given `view` is impure we have to trigger a brand new `view` call. The persistent widget tree should make this easier. | ||||
* | | | Remove `position` abbreviation in `Component` | 2022-01-20 | 1 | -2/+5 | |
| | | | |||||
* | | | component overlay position fix | 2022-01-20 | 1 | -6/+8 | |
|/ / | |||||
* / | Recompute layout of `Responsive` contents when size changes | 2022-01-20 | 1 | -1/+3 | |
|/ | |||||
* | 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 |