| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename `container::box_` to `rounded_box` | Héctor Ramón Jiménez | 2024-03-08 | 7 | -8/+8 |
* | Use `Theme::TokyoNight` for `clock` example | Héctor Ramón Jiménez | 2024-03-08 | 1 | -5/+11 |
* | Use `button::danger` in `bezier_tool` example | Héctor Ramón Jiménez | 2024-03-08 | 1 | -1/+3 |
* | Use generated palette as `Theme` in `color_palette` example | Héctor Ramón Jiménez | 2024-03-08 | 1 | -5/+22 |
* | Group preset list and clear button in `game_of_life` example | Héctor Ramón Jiménez | 2024-03-08 | 1 | -11/+8 |
* | Implement additional helpers for `Border` and `container::Appearance` | Héctor Ramón Jiménez | 2024-03-07 | 2 | -15/+6 |
* | Rename `positive` and `destructive` to `success` and `danger` in `button` | Héctor Ramón Jiménez | 2024-03-07 | 6 | -7/+7 |
* | Move `Theme` type to `iced_core` | Héctor Ramón Jiménez | 2024-03-07 | 3 | -5/+3 |
* | Simplify theming for `Application` | Héctor Ramón Jiménez | 2024-03-06 | 2 | -19/+12 |
* | Use `Style` struct pattern instead of trait for all widgets | Héctor Ramón Jiménez | 2024-03-06 | 1 | -1/+1 |
* | Simplify theming for `Svg` widget | Héctor Ramón Jiménez | 2024-03-06 | 1 | -4/+3 |
* | Simplify theming for `ProgressBar` widget | Héctor Ramón Jiménez | 2024-03-05 | 1 | -2/+3 |
* | Reduce default size of `checkbox` to `15.0` | Héctor Ramón Jiménez | 2024-03-05 | 1 | -0/+1 |
* | Simplify theming for `Container` widget | Héctor Ramón Jiménez | 2024-03-05 | 9 | -61/+97 |
* | Simplify theming for `Checkbox` widget | Héctor Ramón Jiménez | 2024-03-05 | 1 | -5/+4 |
* | Simplify theming for `Button` widget | Héctor Ramón Jiménez | 2024-03-04 | 8 | -41/+35 |
* | Simplify theming for `Text` widget | Héctor Ramón Jiménez | 2024-03-04 | 8 | -76/+64 |
* | Remove complex cross-axis layout logic from `Column` and `Row` | Héctor Ramón Jiménez | 2024-03-03 | 1 | -39/+3 |
* | Assert `scrollable` content size never fills scrolling axis | Héctor Ramón Jiménez | 2024-02-24 | 1 | -30/+30 |
* | Enable layout debugger for Wasm builds in `tour` example | Héctor Ramón Jiménez | 2024-02-22 | 1 | -10/+3 |
* | Add `size_hint` method to `Component` trait | Héctor Ramón Jiménez | 2024-02-21 | 1 | -1/+8 |
* | Make `Canvas` fill the parent container on Wasm | Héctor Ramón Jiménez | 2024-02-20 | 1 | -2/+2 |
* | Use two layers for `image::atlas` only on `Gl` backend | Héctor Ramón Jiménez | 2024-02-19 | 1 | -14/+18 |
* | Add `push_maybe` to `Column` and `Row` | Héctor Ramón Jiménez | 2024-02-15 | 5 | -95/+95 |
* | Make `horizontal_space` and `vertical_space` fill by default | Héctor Ramón Jiménez | 2024-02-15 | 13 | -41/+37 |
* | Rename `password` method in `TextInput` to `secure` | Héctor Ramón Jiménez | 2024-02-15 | 2 | -6/+2 |
* | Use `Borrow` for both `options` and `selected` in `PickList` | Héctor Ramón Jiménez | 2024-02-14 | 3 | -16/+4 |
* | Simplify `scrollable` styling API | Héctor Ramón Jiménez | 2024-02-12 | 1 | -51/+2 |
* | Introduce an appearance for a scrollable, ability to customize the scrollbar ... | dtzxporter | 2024-02-12 | 1 | -1/+5 |
* | Fix `style` in `solar_system` example | Héctor Ramón Jiménez | 2024-02-10 | 1 | -1/+1 |
* | Log available formats and alpha modes in `wgpu::window::compositor` | Héctor Ramón Jiménez | 2024-02-10 | 2 | -1/+6 |
* | Use custom `Application::style` to enable transparency | Héctor Ramón Jiménez | 2024-02-10 | 1 | -19/+19 |
* | Fix alpha mode configuration in `iced_wgpu` | Daniel Yoon | 2024-02-10 | 1 | -5/+48 |
* | Invalidate `QRCode` cache on `Appearance` change | Héctor Ramón Jiménez | 2024-02-09 | 1 | -6/+2 |
* | Update `qr_code` example with theme selector | Clark Moody | 2024-02-09 | 1 | -6/+28 |
* | Update `async-tungstenite` dependency in `websocket` example | Héctor Ramón Jiménez | 2024-02-09 | 1 | -1/+1 |
* | Fix wrapped lines not being considered when measuring `TextEditor` | Héctor Ramón Jiménez | 2024-02-07 | 1 | -0/+1 |
* | Fix new `beta` toolchain warnings | Héctor Ramón Jiménez | 2024-02-05 | 4 | -16/+14 |
* | Fix unused import in `game_of_life` example | Héctor Ramón Jiménez | 2024-02-05 | 1 | -1/+1 |
* | Fix unused `Instant` in `game_of_life` example | Héctor Ramón Jiménez | 2024-02-05 | 1 | -3/+3 |
* | Use `Theme::ALL` for theme selector in `styling` example | Héctor Ramón Jiménez | 2024-02-03 | 1 | -71/+15 |
* | Add Dracula, Nord, Solarized and Grubvox variants to `Theme` | Var Bhat | 2024-02-03 | 1 | -18/+45 |
* | The memory information is returned in bytes and not kb. | brianch | 2024-02-02 | 1 | -4/+4 |
* | Implement `loupe` example | Héctor Ramón Jiménez | 2024-02-02 | 2 | -0/+195 |
* | Implement `transform` method for `Geometry` | Héctor Ramón Jiménez | 2024-02-02 | 1 | -1/+1 |
* | Fix `spacing` in `checkbox` example | Héctor Ramón Jiménez | 2024-02-01 | 1 | -2/+2 |
* | Use `then_some` instead of `then` in `checkbox` example | Héctor Ramón Jiménez | 2024-02-01 | 1 | -1/+1 |
* | Simplify `checkbox` example | Héctor Ramón Jiménez | 2024-02-01 | 1 | -34/+29 |
* | Introduce support for disabling a `checkbox` | Alexander van Saase | 2024-02-01 | 10 | -64/+81 |
* | Remove `position` from `overlay::Element` | Héctor Ramón Jiménez | 2024-02-01 | 2 | -25/+23 |