Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump versions to `0.12.1` | 2024-02-21 | 1 | -1/+1 | |
* | Merge pull request #2238 from wash2/modifiers-text | 2024-02-20 | 2 | -11/+36 | |
|\ | |||||
| * | Update `CHANGELOG` | 2024-02-20 | 1 | -0/+2 | |
| * | Decouple `Key` from modifiers and apply them to `text` | 2024-02-20 | 1 | -11/+34 | |
|/ | |||||
* | Update `CHANGELOG` | 2024-02-20 | 1 | -0/+1 | |
* | Merge pull request #2271 from iced-rs/fix/wasm | 2024-02-20 | 9 | -95/+142 | |
|\ | |||||
| * | Embed Fira Sans font on Wasm builds by default | 2024-02-20 | 5 | -1/+18 | |
| * | Make `Canvas` fill the parent container on Wasm | 2024-02-20 | 2 | -2/+6 | |
| * | Avoid uninitialized `Surface` configuration on Wasm | 2024-02-20 | 1 | -1/+3 | |
| * | Disable `quad::gradient` pipeline on Wasm | 2024-02-20 | 1 | -91/+115 | |
|/ | |||||
* | Merge pull request #2270 from iced-rs/traits-for-modifiers | 2024-02-20 | 3 | -12/+13 | |
|\ | |||||
| * | Disable `artifacts` job in `audit` workflow | 2024-02-20 | 1 | -11/+11 | |
| * | Update `CHANGELOG` | 2024-02-20 | 1 | -0/+1 | |
| * | Implement `PartialOrd`, `Ord`, and `Hash` for `keyboard::Modifiers` | 2024-02-20 | 1 | -1/+1 | |
|/ | |||||
* | Merge pull request #2265 from rizzen-yazston/master | 2024-02-19 | 2 | -4/+8 | |
|\ | |||||
| * | Update `CHANGELOG` | 2024-02-19 | 1 | -0/+2 | |
| * | Fix `horizontal_space` and `vertical_space` docs | 2024-02-19 | 1 | -4/+6 | |
|/ | |||||
* | Merge pull request #2264 from iced-rs/column-row-ergonomics | 2024-02-19 | 3 | -21/+69 | |
|\ | |||||
| * | Fix `CHANGELOG` | 2024-02-19 | 1 | -4/+9 | |
| * | Update `CHANGELOG` | 2024-02-19 | 1 | -0/+1 | |
| * | Add `from_vec` method to `Column` and `Row` | 2024-02-19 | 2 | -18/+44 | |
| * | Add `extend` method to `Column` and `Row` | 2024-02-19 | 2 | -2/+18 | |
|/ | |||||
* | Merge pull request #2259 from PolyMeilex/wgpu-image-workaround-wgpu-gl-heuris... | 2024-02-19 | 6 | -22/+52 | |
|\ | |||||
| * | Update `CHANGELOG` | 2024-02-19 | 1 | -0/+4 | |
| * | Use two layers for `image::atlas` only on `Gl` backend | 2024-02-19 | 5 | -24/+46 | |
| * | [wgpu.image] Workaround WGPU OpenGL heuristics | 2024-02-18 | 1 | -2/+6 | |
|/ | |||||
* | Update `CHANGELOG` | 2024-02-15 | 1 | -1/+4 | |
* | Fix URL of graph image in `iced_runtime` docs | 2024-02-15 | 1 | -1/+1 | |
* | Update `README` | 2024-02-15 | 1 | -3/+2 | |
* | Point doc links to `0.12` branch | 2024-02-15 | 10 | -42/+42 | |
* | Merge pull request #2250 from Koranir/text-alpha-fix | 2024-02-15 | 2 | -1/+11 | |
|\ | |||||
| * | Update `CHANGELOG` | 2024-02-15 | 1 | -0/+1 | |
| * | Fix text transparency in `iced_tiny_skia` | 2024-02-15 | 1 | -1/+10 | |
|/ | |||||
* | Merge pull request #2253 from iced-rs/improve-ergonomics | 2024-02-15 | 24 | -150/+204 | |
|\ | |||||
| * | Fix documentation for `qr_code` widget helper | 2024-02-15 | 1 | -1/+1 | |
| * | Add `push_maybe` to `Column` and `Row` | 2024-02-15 | 9 | -95/+144 | |
| * | Update `CHANGELOG` | 2024-02-15 | 1 | -0/+1 | |
| * | Make `horizontal_space` and `vertical_space` fill by default | 2024-02-15 | 16 | -46/+54 | |
| * | Rename `password` method in `TextInput` to `secure` | 2024-02-15 | 3 | -10/+6 | |
|/ | |||||
* | Merge pull request #2252 from iced-rs/feature/clip-property | 2024-02-15 | 5 | -8/+75 | |
|\ | |||||
| * | Add `clip` property to `Button` | 2024-02-15 | 3 | -4/+19 | |
| * | Update `CHANGELOG` | 2024-02-15 | 1 | -0/+1 | |
| * | Add `clip` property to `Container`, `Column`, and `Row` | 2024-02-15 | 3 | -6/+57 | |
|/ | |||||
* | Merge pull request #2251 from iced-rs/borrow-pick-list-values | 2024-02-14 | 6 | -48/+47 | |
|\ | |||||
| * | Update `CHANGELOG` | 2024-02-14 | 1 | -0/+1 | |
| * | Use `Borrow` for both `options` and `selected` in `PickList` | 2024-02-14 | 5 | -48/+46 | |
|/ | |||||
* | Merge pull request #2243 from ids1024/show_window_menu | 2024-02-13 | 5 | -0/+40 | |
|\ | |||||
| * | Update `CHANGELOG` | 2024-02-13 | 1 | -0/+1 | |
| * | Rename `show_window_menu` to `show_system_menu` | 2024-02-13 | 4 | -10/+12 | |
| * | Add `show_window_menu` action | 2024-02-13 | 4 | -0/+37 | |
|/ |