Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump versions :tada: | 2024-02-24 | 1 | -13/+13 | |
| | |||||
* | Bump versions to `0.12.1` | 2024-02-21 | 1 | -1/+1 | |
| | |||||
* | Embed Fira Sans font on Wasm builds by default | 2024-02-20 | 1 | -1/+3 | |
| | |||||
* | Introduce `Kind` in `core::clipboard` | 2024-02-13 | 1 | -1/+1 | |
| | |||||
* | Update some dependencies | 2024-02-09 | 1 | -6/+6 | |
| | |||||
* | Pin `web-sys` dependency to `0.3.67` for now | 2024-02-07 | 1 | -1/+1 | |
| | | | | Context: https://github.com/rustwasm/wasm-bindgen/issues/3834 | ||||
* | Remove patch version from `softbuffer` | 2024-01-18 | 1 | -1/+1 | |
| | |||||
* | Remove `winit` dependency from `iced` root crate | 2024-01-18 | 1 | -2/+0 | |
| | |||||
* | Remove `Compositor` window generic | 2024-01-18 | 1 | -7/+3 | |
| | | | | And update `glyphon` and `window_clipboard` | ||||
* | WIP raw-window-handle 0.6 | 2024-01-16 | 1 | -6/+12 | |
| | |||||
* | Update to `softbuffer` 0.3, tracking up to `age` sets of primitives | 2024-01-17 | 1 | -1/+1 | |
| | |||||
* | Refactor `KeyCode` into `Key` and `Location` | 2024-01-16 | 1 | -0/+1 | |
| | |||||
* | Merge branch 'master' into update-winit | 2024-01-16 | 1 | -1/+1 | |
|\ | |||||
| * | Update `glyphon` to `0.4` | 2024-01-15 | 1 | -1/+1 | |
| | | | | | | | | `Color` is now always in the sRGB color space. | ||||
* | | Update `winit` fork to `0.29.10` | 2024-01-16 | 1 | -1/+1 | |
| | | |||||
* | | Update `winit` fork to `0.29.8` | 2024-01-04 | 1 | -1/+1 | |
| | | |||||
* | | Enable `rwh_06` feature for `winit` dependency | 2023-12-15 | 1 | -1/+1 | |
| | | |||||
* | | Update `winit` to `0.29.4` | 2023-12-15 | 1 | -2/+2 | |
|/ | |||||
* | Move `multi-window` feature before the `advanced` one | 2023-11-29 | 1 | -2/+2 | |
| | |||||
* | Merge branch 'master' into feat/multi-window-support | 2023-11-29 | 1 | -38/+111 | |
|\ | |||||
| * | Added support for custom shader widget for iced_wgpu backend. | 2023-11-14 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request #1908 from alec-deason/bug/convert_text | 2023-11-11 | 1 | -2/+2 | |
| |\ | | | | | | | Run convert_text on svg trees so text renders correctly | ||||
| | * | Call `convert_text` on `svg` node before rendering | 2023-11-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | `tiny-skia` does not support text rendering, so we convert the text nodes to path nodes prior to that. | ||||
| * | | Remove unnecessary `default-features` attribute from `xxhash-rust` dependency | 2023-11-11 | 1 | -1/+1 | |
| | | | |||||
| * | | Remove patch version from `xxhash-rust` dependency | 2023-11-11 | 1 | -1/+1 | |
| | | | |||||
| * | | Migrate twox-hash -> xxhash_rust. Switch to Xxh3 for better performance. | 2023-11-11 | 1 | -1/+1 | |
| |/ | | | | | | | xxhash-rust is more maintained, built against `::core`, so no workaround for wasm is necessary. Switch to Xxh3 for better performance, which shows when loading/hashing image buffers. | ||||
| * | Merge pull request #2123 from iced-rs/text-editor | 2023-10-27 | 1 | -1/+9 | |
| |\ | | | | | | | `TextEditor` widget (or multi-line text input) | ||||
| | * | Merge branch 'master' into text-editor | 2023-10-27 | 1 | -3/+3 | |
| | |\ | |||||
| | * | | Remove `patch.crates-io` section for `cosmic-text` in `Cargo.toml` | 2023-09-22 | 1 | -6/+2 | |
| | | | | |||||
| | * | | Remove `rangemap` patch in `Cargo.toml` | 2023-09-21 | 1 | -4/+0 | |
| | | | | |||||
| | * | | Introduce new `iced_highlighter` subcrate | 2023-09-19 | 1 | -1/+9 | |
| | | | | |||||
| | * | | Use `Font::MONOSPACE` in `editor` example | 2023-09-18 | 1 | -1/+1 | |
| | | | | |||||
| | * | | Avoid adding unnecessary spans when syntax highlighting | 2023-09-17 | 1 | -1/+1 | |
| | | | | |||||
| | * | | Implement syntax highlighting cache in `editor` example | 2023-09-17 | 1 | -0/+4 | |
| | | | | |||||
| | * | | Use fork of `cosmic-text` with some minor fixes | 2023-09-16 | 1 | -0/+4 | |
| | | | | |||||
| * | | | Use upstream repository for `glyphon` dependency | 2023-10-27 | 1 | -1/+1 | |
| | |/ | |/| | |||||
| * | | Update `wgpu` to `0.18` and `cosmic-text` to `0.10` | 2023-10-27 | 1 | -3/+3 | |
| |/ | |||||
| * | Use workspace dependencies and package inheritance | 2023-09-04 | 1 | -36/+99 | |
| | | | | | | | | | | | | We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version. | ||||
| * | Enable WebGPU backend in `wgpu` by default instead of WebGL | 2023-09-04 | 1 | -0/+2 | |
| | | | | | | | | Instead, we expose a new `webgl` feature. | ||||
| * | Enable all features in `docs.rs` | 2023-07-28 | 1 | -1/+1 | |
| | | |||||
| * | Bump versions :tada: | 2023-07-28 | 1 | -4/+4 | |
| | | |||||
* | | refactored window storage; | 2023-07-21 | 1 | -1/+1 | |
| | | | | | | | | | | new helper window events (Destroyed, Created); clippy + fmt; | ||||
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-07-12 | 1 | -35/+22 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Cargo.toml # core/src/window/icon.rs # core/src/window/id.rs # core/src/window/position.rs # core/src/window/settings.rs # examples/integration/src/main.rs # examples/integration_opengl/src/main.rs # glutin/src/application.rs # native/src/subscription.rs # native/src/window.rs # runtime/src/window/action.rs # src/lib.rs # src/window.rs # winit/Cargo.toml # winit/src/application.rs # winit/src/icon.rs # winit/src/settings.rs # winit/src/window.rs | ||||
| * | Introduce `web-colors` feature flag to enable sRGB linear blending | 2023-05-31 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is how browsers perform color management. They treat gamma-corrected sRGB colors as if they were linear RGB. Correctness aside, this mode is introduced for legacy reasons. Most UI/UX tooling uses this color management as well, and many have created an intuition about how color should behave from interacting with a browser. This feature flag should facilitate application development with `iced` in those cases. More details: https://webcolorisstillbroken.com/ | ||||
| * | Bundle `tiny-skia` backend together with `iced_renderer` | 2023-05-10 | 1 | -3/+1 | |
| | | |||||
| * | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -3/+3 | |
| |\ | |||||
| | * | Bump versions :tada: | 2023-04-13 | 1 | -9/+9 | |
| | | | |||||
| * | | Introduce backend feature flags in `iced_renderer` | 2023-03-06 | 1 | -0/+6 | |
| | | | |||||
| * | | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 1 | -1/+1 | |
| | | | |||||
| * | | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -18/+11 | |
| | | |