Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove `themer` use from `gradient` example :tada: | 2024-03-12 | 2 | -13/+31 | |
| | |||||
* | Use closures for `PickList::style` | 2024-03-12 | 3 | -95/+41 | |
| | |||||
* | Use closures for `TextEditor::style` | 2024-03-12 | 2 | -15/+18 | |
| | |||||
* | Use closures for `ProgressBar::style` | 2024-03-12 | 2 | -21/+21 | |
| | |||||
* | Use closures for `PaneGrid::style` | 2024-03-12 | 1 | -11/+11 | |
| | |||||
* | Use closures for `TextInput::style` | 2024-03-12 | 3 | -36/+29 | |
| | |||||
* | Use closures for `Checkbox::style` | 2024-03-12 | 3 | -18/+20 | |
| | |||||
* | Use closures for `Toggler::style` | 2024-03-12 | 2 | -12/+15 | |
| | |||||
* | Use closures for `QRCode::style` | 2024-03-12 | 2 | -14/+16 | |
| | |||||
* | Use closures for `Slider::style` and `VerticalSlider::style` | 2024-03-12 | 3 | -18/+24 | |
| | |||||
* | Use closures for `Radio::style` | 2024-03-12 | 2 | -22/+25 | |
| | |||||
* | Use closures for `Text::style` | 2024-03-12 | 3 | -56/+40 | |
| | |||||
* | Use closures for `Rule::style` | 2024-03-12 | 2 | -22/+23 | |
| | |||||
* | Use closures for `Svg::style` | 2024-03-12 | 3 | -25/+31 | |
| | |||||
* | Use closures for `Scrollable::style` | 2024-03-12 | 2 | -19/+18 | |
| | |||||
* | Use closures for `Button::style` | 2024-03-12 | 2 | -14/+17 | |
| | |||||
* | Try using closures for `Container::style` | 2024-03-12 | 5 | -39/+43 | |
| | | | | | | `Box` should not allocate for zero-sized types; so we should not be incurring much overhead. Just a bit of indirection. | ||||
* | Use `v2` of `setup-rust-action` on CI | 2024-03-12 | 7 | -12/+12 | |
| | |||||
* | Merge pull request #2324 from Gigas002/viewer_filter_method | 2024-03-12 | 1 | -0/+6 | |
|\ | | | | | Implement setter for filter_method property of viewer | ||||
| * | Implement setter for filter_method property of viewer | 2024-03-11 | 1 | -0/+6 | |
|/ | |||||
* | Merge pull request #2322 from LuisLiraC/fix/release_scrollbar | 2024-03-11 | 1 | -22/+16 | |
|\ | | | | | Fix scrollbar dragged state after release left mouse button | ||||
| * | Prioritize release events in `scrollable` | 2024-03-11 | 1 | -22/+16 | |
|/ | |||||
* | Merge pull request #2320 from iced-rs/fix/input-cursor-alignment | 2024-03-10 | 2 | -2/+3 | |
|\ | | | | | Use integer coordinates for input caret | ||||
| * | Use integer coordinates for input caret | 2024-03-10 | 2 | -2/+3 | |
|/ | | | | | This should stop the caret from changing thickness in screens with an integral scale factor. | ||||
* | Simplify documentation of `Element::map` | 2024-03-09 | 1 | -46/+25 | |
| | |||||
* | Make `component` example generic over `Theme` | 2024-03-09 | 1 | -3/+8 | |
| | |||||
* | Merge pull request #2317 from rustrover/master | 2024-03-09 | 7 | -8/+8 | |
|\ | | | | | fix some comments | ||||
| * | fix some comments | 2024-03-09 | 7 | -8/+8 | |
|/ | | | | Signed-off-by: rustrover <seekseat@126.com> | ||||
* | Merge pull request #2316 from casperstorm/fix/pane_grid_appearance_pub | 2024-03-08 | 1 | -3/+3 | |
|\ | | | | | fix: make pane_grid appearance items visible to others. | ||||
| * | fix: make pane_grid appearance items visible to others. | 2024-03-08 | 1 | -3/+3 | |
|/ | |||||
* | Rename `container::box_` to `rounded_box` | 2024-03-08 | 8 | -9/+9 | |
| | |||||
* | Fix `mouse_interaction` and `on_event` for `Scrollable` | 2024-03-08 | 1 | -2/+2 | |
| | |||||
* | Merge pull request #2312 from iced-rs/theming-reloaded | 2024-03-08 | 97 | -6632/+5710 | |
|\ | | | | | Theming reloaded | ||||
| * | Clarify docs of `Text::color_maybe` | 2024-03-08 | 1 | -1/+1 | |
| | | |||||
| * | Rename `transparentize` to `scale_alpha` | 2024-03-08 | 4 | -18/+24 | |
| | | |||||
| * | Inline helper functions in `widget` modules | 2024-03-08 | 4 | -669/+553 | |
| | | |||||
| * | Use `Theme::TokyoNight` for `clock` example | 2024-03-08 | 1 | -5/+11 | |
| | | |||||
| * | Use `button::danger` in `bezier_tool` example | 2024-03-08 | 1 | -1/+3 | |
| | | |||||
| * | Use generated palette as `Theme` in `color_palette` example | 2024-03-08 | 1 | -5/+22 | |
| | | |||||
| * | Make default height of `Slider` consistent with `Checkbox` | 2024-03-08 | 2 | -2/+2 | |
| | | |||||
| * | Group preset list and clear button in `game_of_life` example | 2024-03-08 | 1 | -11/+8 | |
| | | |||||
| * | Fix handle of `PickList` being rendered too much to the left | 2024-03-08 | 1 | -1/+1 | |
| | | |||||
| * | Make `PickList` padding consistent with `Button` | 2024-03-08 | 2 | -13/+10 | |
| | | |||||
| * | Make `Checkbox`, `Radio`, and `Toggler` default sizes consistent | 2024-03-08 | 3 | -5/+5 | |
| | | |||||
| * | Improve default padding of `Button` widget | 2024-03-08 | 1 | -1/+9 | |
| | | |||||
| * | Reduce default `Rail::width` of `Slider` widget | 2024-03-08 | 1 | -2/+2 | |
| | | |||||
| * | Remove obsolete `shadow_offset` field from `button::Appearance` | 2024-03-07 | 1 | -3/+0 | |
| | | |||||
| * | Fix consistency of `with_background` for `button::Appearance` | 2024-03-07 | 1 | -5/+5 | |
| | | |||||
| * | Implement additional helpers for `Border` and `container::Appearance` | 2024-03-07 | 12 | -35/+71 | |
| | | |||||
| * | Implement `button::DefaultStyle` for `Color` | 2024-03-07 | 1 | -0/+6 | |
| | |