| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix build of `integration` example for Wasm target | Héctor Ramón Jiménez | 2023-04-27 | 1 | -1/+2 |
* | Merge branch 'master' into advanced-text | Héctor Ramón Jiménez | 2023-04-17 | 15 | -153/+201 |
|\ |
|
| * | Fix Wasm target for `integration_wgpu` | Héctor Ramón Jiménez | 2023-04-13 | 1 | -1/+2 |
| * | Update `env_logger` in `integration_wgpu` example | Héctor Ramón Jiménez | 2023-04-13 | 1 | -1/+1 |
| * | Get surface capabilities only once in `iced_wgpu` | Héctor Ramón Jiménez | 2023-04-13 | 1 | -5/+4 |
| * | Update `wgpu` to `0.15` | Elham Aryanpur | 2023-04-13 | 1 | -14/+23 |
| * | Remove `text_input` example | Héctor Ramón Jiménez | 2023-04-12 | 3 | -120/+0 |
| * | Rename `on_change` to `on_input` for `TextInput` | Héctor Ramón Jiménez | 2023-04-12 | 11 | -16/+16 |
| * | Introduce disabled state for `TextInput` | Dan Mishin | 2023-04-12 | 13 | -66/+166 |
| * | Use `Result::is_err` in `websocket` example | Héctor Ramón Jiménez | 2023-04-11 | 1 | -1/+1 |
| * | Use `127.0.0.1` instead of `localhost` in `websocket` example | Héctor Ramón Jiménez | 2023-04-11 | 1 | -1/+1 |
| * | Implement `subscription::channel` and simplify `unfold` | Héctor Ramón Jiménez | 2023-04-11 | 2 | -58/+59 |
| * | Fix `current` step in `tour` | Héctor Ramón Jiménez | 2023-04-11 | 1 | -1/+1 |
| * | Move `ICON_FONT` constant in `tour` to `text_input` helper | Héctor Ramón Jiménez | 2023-04-11 | 1 | -5/+5 |
| * | Collapse `Font` import in `tour` example | Héctor Ramón Jiménez | 2023-04-11 | 1 | -2/+1 |
| * | Rename `IconPosition` to `Side` in `text_input` | Héctor Ramón Jiménez | 2023-04-11 | 1 | -1/+1 |
| * | Move `Icon` layout logic to `layout` in `text_input` | Héctor Ramón Jiménez | 2023-04-11 | 1 | -2/+3 |
| * | Use `f32` for `Icon::size` and remove unnecessary conversions | Héctor Ramón Jiménez | 2023-04-11 | 1 | -1/+1 |
| * | Removed text_input example in favor for Tour | Casper Storm | 2023-04-11 | 5 | -124/+66 |
| * | Changed `Handle` to `Icon` to be consistent | Casper Storm | 2023-04-11 | 1 | -9/+9 |
| * | feat: added handle to text_input | Casper Storm | 2023-04-11 | 4 | -0/+112 |
| * | Merge pull request #1669 from GyulyVGC/master | Héctor Ramón | 2023-03-27 | 1 | -11/+25 |
| |\ |
|
| | * | Introduce `is_mouse_over_scrollbar` to `StyleSheet::hovered` for `Scrollable` | Héctor Ramón Jiménez | 2023-03-27 | 1 | -11/+25 |
* | | | Update `wgpu` and `cosmic-text` | Héctor Ramón Jiménez | 2023-04-08 | 1 | -12/+15 |
* | | | Introduce support for `Font` attributes | Héctor Ramón Jiménez | 2023-03-30 | 2 | -7/+10 |
* | | | Merge branch 'master' into advanced-text | Héctor Ramón Jiménez | 2023-03-17 | 3 | -15/+7 |
|\| | |
|
| * | | Fix `clippy` lints for Rust 1.68 | Héctor Ramón Jiménez | 2023-03-14 | 2 | -14/+6 |
| * | | Use correct package name in checkbox example docs | lupd | 2023-03-08 | 1 | -1/+1 |
* | | | Merge branch 'master' into feature/software-renderer | Héctor Ramón Jiménez | 2023-03-07 | 4 | -5/+26 |
|\| | |
|
| * | | Expose `window` commands for Wasm builds | Héctor Ramón Jiménez | 2023-03-03 | 1 | -11/+4 |
| * | | Added example of toggling fullscreen to TODOs. | Bingus | 2023-03-02 | 1 | -2/+28 |
| * | | Remove `Fill` variant for `Alignment` | Héctor Ramón Jiménez | 2023-02-27 | 3 | -4/+6 |
| |/ |
|
* | | Enable renderer backends in `integration` example | Héctor Ramón Jiménez | 2023-03-07 | 1 | -0/+1 |
* | | Use default features in `svg` example | Héctor Ramón Jiménez | 2023-03-07 | 1 | -1/+1 |
* | | Implement `vector` pipeline in `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-03-07 | 1 | -1/+1 |
* | | Move `webgl` feature selection for `wgpu` into `iced_wgpu` | Héctor Ramón Jiménez | 2023-03-05 | 1 | -1/+1 |
* | | Rename `iced_native` to `iced_runtime` | Héctor Ramón Jiménez | 2023-03-05 | 2 | -3/+3 |
* | | Remove generic `Hasher` and `Event` from `subscription::Recipe` | Héctor Ramón Jiménez | 2023-03-05 | 5 | -8/+4 |
* | | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2023-03-04 | 24 | -163/+143 |
* | | Move `Canvas` and `QRCode` to `iced` crate | Héctor Ramón Jiménez | 2023-03-03 | 6 | -6/+6 |
* | | Fix `Clip` primitive translation in `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-03-01 | 1 | -1/+1 |
* | | Implement `Canvas` support for `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-03-01 | 10 | -80/+100 |
* | | Fix `checkbox` example | Héctor Ramón Jiménez | 2023-02-24 | 2 | -9/+19 |
* | | Reuse a `RenderPass` as much as possible in `iced_wgpu` | Héctor Ramón Jiménez | 2023-02-24 | 1 | -0/+1 |
* | | Refactor `triangle::Pipeline` into `prepare` and `render` architecture | Héctor Ramón Jiménez | 2023-02-24 | 1 | -9/+0 |
* | | Implement `font::load` command in `iced_native` | Héctor Ramón Jiménez | 2023-02-24 | 1 | -5/+10 |
* | | Overhaul `Font` type to allow font family selection | Héctor Ramón Jiménez | 2023-02-24 | 2 | -4/+1 |
* | | Draft `glyphon` implementation of text pipeline for `iced_wgpu` | Héctor Ramón Jiménez | 2023-02-24 | 1 | -2/+7 |
* | | Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies | Héctor Ramón Jiménez | 2023-02-24 | 14 | -421/+3 |
|/ |
|
* | Use `f32` in `Length::Units` and rename it to `Fixed` | Héctor Ramón Jiménez | 2023-02-17 | 14 | -38/+34 |