summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Implement `Program::load` to specify startup `Command`Libravatar Héctor Ramón Jiménez2024-03-168-77/+122
|
* Rename `Program::new` to `build`Libravatar Héctor Ramón Jiménez2024-03-161-10/+10
|
* Introduce `Program` APILibravatar Héctor Ramón Jiménez2024-03-1643-833/+1143
|
* Merge pull request #2327 from fenhl/patch-1Libravatar Héctor Ramón2024-03-131-1/+1
|\ | | | | Fix wgpu examples link in issue template
| * Fix wgpu examples link in issue templateLibravatar Fenhl2024-03-121-1/+1
|/
* Merge pull request #2326 from iced-rs/closure-stylesLibravatar Héctor Ramón2024-03-1227-444/+417
|\ | | | | Use closures for widget styling
| * Remove `themer` use from `gradient` example :tada:Libravatar Héctor Ramón Jiménez2024-03-122-13/+31
| |
| * Use closures for `PickList::style`Libravatar Héctor Ramón Jiménez2024-03-123-95/+41
| |
| * Use closures for `TextEditor::style`Libravatar Héctor Ramón Jiménez2024-03-122-15/+18
| |
| * Use closures for `ProgressBar::style`Libravatar Héctor Ramón Jiménez2024-03-122-21/+21
| |
| * Use closures for `PaneGrid::style`Libravatar Héctor Ramón Jiménez2024-03-121-11/+11
| |
| * Use closures for `TextInput::style`Libravatar Héctor Ramón Jiménez2024-03-123-36/+29
| |
| * Use closures for `Checkbox::style`Libravatar Héctor Ramón Jiménez2024-03-123-18/+20
| |
| * Use closures for `Toggler::style`Libravatar Héctor Ramón Jiménez2024-03-122-12/+15
| |
| * Use closures for `QRCode::style`Libravatar Héctor Ramón Jiménez2024-03-122-14/+16
| |
| * Use closures for `Slider::style` and `VerticalSlider::style`Libravatar Héctor Ramón Jiménez2024-03-123-18/+24
| |
| * Use closures for `Radio::style`Libravatar Héctor Ramón Jiménez2024-03-122-22/+25
| |
| * Use closures for `Text::style`Libravatar Héctor Ramón Jiménez2024-03-123-56/+40
| |
| * Use closures for `Rule::style`Libravatar Héctor Ramón Jiménez2024-03-122-22/+23
| |
| * Use closures for `Svg::style`Libravatar Héctor Ramón Jiménez2024-03-123-25/+31
| |
| * Use closures for `Scrollable::style`Libravatar Héctor Ramón Jiménez2024-03-122-19/+18
| |
| * Use closures for `Button::style`Libravatar Héctor Ramón Jiménez2024-03-122-14/+17
| |
| * Try using closures for `Container::style`Libravatar Héctor Ramón Jiménez2024-03-125-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 CILibravatar Héctor Ramón Jiménez2024-03-127-12/+12
|
* Merge pull request #2324 from Gigas002/viewer_filter_methodLibravatar Héctor Ramón2024-03-121-0/+6
|\ | | | | Implement setter for filter_method property of viewer
| * Implement setter for filter_method property of viewerLibravatar gigas0022024-03-111-0/+6
|/
* Merge pull request #2322 from LuisLiraC/fix/release_scrollbarLibravatar Héctor Ramón2024-03-111-22/+16
|\ | | | | Fix scrollbar dragged state after release left mouse button
| * Prioritize release events in `scrollable`Libravatar LuisLiraC2024-03-111-22/+16
|/
* Merge pull request #2320 from iced-rs/fix/input-cursor-alignmentLibravatar Héctor Ramón2024-03-102-2/+3
|\ | | | | Use integer coordinates for input caret
| * Use integer coordinates for input caretLibravatar Héctor Ramón Jiménez2024-03-102-2/+3
|/ | | | | This should stop the caret from changing thickness in screens with an integral scale factor.
* Simplify documentation of `Element::map`Libravatar Héctor Ramón Jiménez2024-03-091-46/+25
|
* Make `component` example generic over `Theme`Libravatar Héctor Ramón Jiménez2024-03-091-3/+8
|
* Merge pull request #2317 from rustrover/masterLibravatar Héctor Ramón2024-03-097-8/+8
|\ | | | | fix some comments
| * fix some commentsLibravatar rustrover2024-03-097-8/+8
|/ | | | Signed-off-by: rustrover <seekseat@126.com>
* Merge pull request #2316 from casperstorm/fix/pane_grid_appearance_pubLibravatar Héctor Ramón2024-03-081-3/+3
|\ | | | | fix: make pane_grid appearance items visible to others.
| * fix: make pane_grid appearance items visible to others.Libravatar Casper Rogild Storm2024-03-081-3/+3
|/
* Rename `container::box_` to `rounded_box`Libravatar Héctor Ramón Jiménez2024-03-088-9/+9
|
* Fix `mouse_interaction` and `on_event` for `Scrollable`Libravatar Héctor Ramón Jiménez2024-03-081-2/+2
|
* Merge pull request #2312 from iced-rs/theming-reloadedLibravatar Héctor Ramón2024-03-0897-6632/+5710
|\ | | | | Theming reloaded
| * Clarify docs of `Text::color_maybe`Libravatar Héctor Ramón Jiménez2024-03-081-1/+1
| |
| * Rename `transparentize` to `scale_alpha`Libravatar Héctor Ramón Jiménez2024-03-084-18/+24
| |
| * Inline helper functions in `widget` modulesLibravatar Héctor Ramón Jiménez2024-03-084-669/+553
| |
| * Use `Theme::TokyoNight` for `clock` exampleLibravatar Héctor Ramón Jiménez2024-03-081-5/+11
| |
| * Use `button::danger` in `bezier_tool` exampleLibravatar Héctor Ramón Jiménez2024-03-081-1/+3
| |
| * Use generated palette as `Theme` in `color_palette` exampleLibravatar Héctor Ramón Jiménez2024-03-081-5/+22
| |
| * Make default height of `Slider` consistent with `Checkbox`Libravatar Héctor Ramón Jiménez2024-03-082-2/+2
| |
| * Group preset list and clear button in `game_of_life` exampleLibravatar Héctor Ramón Jiménez2024-03-081-11/+8
| |
| * Fix handle of `PickList` being rendered too much to the leftLibravatar Héctor Ramón Jiménez2024-03-081-1/+1
| |
| * Make `PickList` padding consistent with `Button`Libravatar Héctor Ramón Jiménez2024-03-082-13/+10
| |
| * Make `Checkbox`, `Radio`, and `Toggler` default sizes consistentLibravatar Héctor Ramón Jiménez2024-03-083-5/+5
| |