Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `Catalog` approach for all widgets | 2024-03-24 | 1 | -37/+56 | |
| | |||||
* | Use closures for `Slider::style` and `VerticalSlider::style` | 2024-03-12 | 1 | -11/+14 | |
| | |||||
* | Make default height of `Slider` consistent with `Checkbox` | 2024-03-08 | 1 | -1/+1 | |
| | |||||
* | Reduce default `Rail::width` of `Slider` widget | 2024-03-08 | 1 | -2/+2 | |
| | |||||
* | Implement additional helpers for `Border` and `container::Appearance` | 2024-03-07 | 1 | -2/+2 | |
| | |||||
* | Leverage `DefaultStyle` traits instead of `Default` | 2024-03-07 | 1 | -17/+14 | |
| | |||||
* | Fix broken links in documentation | 2024-03-07 | 1 | -2/+0 | |
| | |||||
* | Move `Theme` type to `iced_core` | 2024-03-07 | 1 | -4/+2 | |
| | |||||
* | Use `Style` struct pattern instead of trait for all widgets | 2024-03-06 | 1 | -12/+24 | |
| | |||||
* | Improve default styling of `Slider` widget | 2024-03-05 | 1 | -19/+12 | |
| | |||||
* | Move style types of `slider` to `iced_widget` | 2024-03-05 | 1 | -15/+125 | |
| | |||||
* | Try new approach to theming for `Slider` | 2024-03-04 | 1 | -310/+238 | |
| | |||||
* | Fix documentation of `default` method for `slider` | 2024-01-31 | 1 | -1/+2 | |
| | |||||
* | Rename `step_fine` in `slider` to `shift_step` | 2024-01-31 | 1 | -12/+13 | |
| | |||||
* | Simplify `slider` logic further | 2024-01-31 | 1 | -20/+21 | |
| | |||||
* | Simplify `Change` enum in `slider` logic and remove double-click behavior | 2024-01-31 | 1 | -59/+17 | |
| | |||||
* | Enhance `Slider` and `VerticalSlider` functionality | 2024-01-31 | 1 | -16/+148 | |
| | | | | | | | | | | | | | * Add optional default behavior * Add a `default` field * Add a `default()` method to set the `default` field * A double-click, ctrl-click or command-click will set the slider to the default value * Add optional fine-grained control * Add an optional `step_fine` field * Add a `step_fine()` method to set the `step_fine` field * Use `step_fine` in place of `step` while shift is pressed * Add increment/decrement via up/down keys * Update `Slider` and `VerticalSlider` examples | ||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -33/+28 | |
| | |||||
* | Introduce `Border` struct analogous to `Shadow` | 2024-01-20 | 1 | -7/+9 | |
| | |||||
* | Use `Default` implementation of `renderer::Quad` | 2024-01-20 | 1 | -9/+5 | |
| | |||||
* | feat: quad shadows | 2024-01-20 | 1 | -0/+3 | |
| | |||||
* | Introduce useful helpers in `layout` module | 2024-01-10 | 1 | -3/+1 | |
| | |||||
* | Replace `width` and `height` with `Widget::size` | 2024-01-10 | 1 | -6/+5 | |
| | |||||
* | Make `Shrink` have priority over `Fill` in layout | 2024-01-04 | 1 | -2/+1 | |
| | |||||
* | Fix `clippy::semicolon_if_nothing_returned` | 2023-09-20 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'master' into explicit-text-caching | 2023-09-10 | 1 | -2/+2 | |
|\ | |||||
| * | Use `Radians` as a number directly in `gradient` example | 2023-09-08 | 1 | -2/+2 | |
| | | |||||
* | | Make `widget::Tree` mutable in `Widget::layout` | 2023-08-30 | 1 | -1/+1 | |
| | | |||||
* | | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -0/+1 | |
|/ | |||||
* | Add viewport to Widget::on_event | 2023-07-15 | 1 | -0/+1 | |
| | |||||
* | Take `Rectangle` by value in `Cursor` API | 2023-06-08 | 1 | -4/+3 | |
| | |||||
* | Implement basic cursor availability | 2023-06-08 | 1 | -19/+17 | |
| | |||||
* | Fix `quad` glitch when rounding borders of a `Slider` rail | 2023-06-01 | 1 | -5/+2 | |
| | |||||
* | only add border radius to the visible part | 2023-06-01 | 1 | -2/+5 | |
| | |||||
* | Add border_radius to slider rail | 2023-06-01 | 1 | -2/+2 | |
| | |||||
* | clippy | 2023-05-23 | 1 | -1/+1 | |
| | |||||
* | Extend border radius on relevant widgets | 2023-05-23 | 1 | -10/+10 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-05-02 | 1 | -2/+2 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -38/+40 | |
| | |||||
* | Use `no_run` for widget doc-tests | 2023-03-05 | 1 | -1/+1 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+471 | |