| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Simplify theming for `Rule` widget | 2024-03-05 | 1 | -2/+2 | ||
| | | ||||||
| * | Simplify theming for `ProgressBar` widget | 2024-03-05 | 1 | -1/+1 | ||
| | | ||||||
| * | Simplify theming for `Radio` widget | 2024-03-05 | 1 | -1/+1 | ||
| | | ||||||
| * | Move style types of `slider` to `iced_widget` | 2024-03-05 | 1 | -3/+4 | ||
| | | ||||||
| * | Simplify theming for `QRCode` widget | 2024-03-05 | 1 | -1/+1 | ||
| | | ||||||
| * | Simplify theming for `TextInput` widget | 2024-03-05 | 1 | -4/+4 | ||
| | | ||||||
| * | Simplify theming for `Scrollable` widget | 2024-03-05 | 1 | -2/+2 | ||
| | | ||||||
| * | Simplify theming for `Container` widget | 2024-03-05 | 1 | -3/+3 | ||
| | | ||||||
| * | Simplify theming for `Checkbox` widget | 2024-03-05 | 1 | -1/+1 | ||
| | | ||||||
| * | Simplify theming for `Button` widget | 2024-03-04 | 1 | -1/+1 | ||
| | | ||||||
| * | Enhnace `Themer` to allow derivation from current `Theme` | 2024-03-04 | 1 | -7/+6 | ||
| | | ||||||
| * | Use `application::StyleSheet` text color in `Themer` | 2024-02-27 | 1 | -0/+2 | ||
| | | ||||||
| * | Fix `horizontal_space` and `vertical_space` docs | 2024-02-19 | 1 | -4/+6 | ||
| | | ||||||
| * | Fix documentation for `qr_code` widget helper | 2024-02-15 | 1 | -1/+1 | ||
| | | ||||||
| * | Add `push_maybe` to `Column` and `Row` | 2024-02-15 | 1 | -0/+12 | ||
| | | ||||||
| * | Make `horizontal_space` and `vertical_space` fill by default | 2024-02-15 | 1 | -4/+4 | ||
| | | ||||||
| * | Use `Borrow` for both `options` and `selected` in `PickList` | 2024-02-14 | 1 | -7/+8 | ||
| | | ||||||
| * | Improve `tooltip` docs | 2024-02-09 | 1 | -1/+2 | ||
| | | ||||||
| * | Add support for a generic `Element` in `Tooltip` | 2024-02-09 | 1 | -3/+3 | ||
| | | ||||||
| * | Add `on_opened` and `on_closed` handlers for `PickList` | 2024-02-06 | 1 | -0/+1 | ||
| | | ||||||
| * | Introduce support for disabling a `checkbox` | 2024-02-01 | 1 | -2/+1 | ||
| | | ||||||
| * | Introduce `themer` widget | 2024-01-21 | 1 | -1/+12 | ||
| | | ||||||
| * | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -80/+73 | ||
| | | ||||||
| * | Add `Theme` selector to `layout` example | 2024-01-10 | 1 | -1/+1 | ||
| | | ||||||
| * | Make `column` and `row` take an `IntoIterator` | 2024-01-10 | 1 | -4/+4 | ||
| | | ||||||
| * | Fix `size_hint` for `keyed_column` | 2024-01-10 | 1 | -0/+1 | ||
| | | ||||||
| * | Introduce `Widget::size_hint` and fix further layout inconsistencies | 2024-01-10 | 1 | -8/+14 | ||
| | | ||||||
| * | Create `shader` function helper in `iced_widget` | 2023-11-14 | 1 | -0/+11 | ||
| | | ||||||
| * | Draft `Highlighter` API | 2023-09-17 | 1 | -1/+1 | ||
| | | ||||||
| * | Fix `clippy` lints | 2023-09-13 | 1 | -3/+3 | ||
| | | ||||||
| * | Draft `Editor` API and `TextEditor` widget | 2023-09-12 | 1 | -0/+15 | ||
| | | ||||||
| * | Merge branch 'master' into explicit-text-caching | 2023-09-10 | 1 | -25/+27 | ||
| |\ | ||||||
| | * | Fix majority of unresolved documentation links | 2023-09-09 | 1 | -26/+28 | ||
| | | | ||||||
| * | | Introduce `keyed::Column` widget | 2023-09-04 | 1 | -2/+11 | ||
| |/ | ||||||
| * | Add ComboBox widget | 2023-07-26 | 1 | -0/+18 | ||
| | | | | | | | - Widget implementation - Widget helper - Example | |||||
| * | Enable `doc_auto_cfg` when generating documentation | 2023-05-11 | 1 | -3/+0 | ||
| | | ||||||
| * | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -4/+13 | ||
| | | ||||||
| * | 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 | -0/+362 | ||
