Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2586 from lufte/master | 2024-09-19 | 1 | -2/+2 | |
|\ | | | | | Set the text color determined by the style function | ||||
| * | Set the text color determined by the style function | 2024-09-18 | 1 | -2/+2 | |
| | | | | | | | | Fixes: https://github.com/iced-rs/iced/issues/2557 | ||||
* | | Merge pull request #2587 from iced-rs/improve-api-reference | 2024-09-19 | 27 | -192/+2248 | |
|\ \ | | | | | | | Add widget examples to API reference and update `README` | ||||
| * | | Write doc examples for `column` and `row` | 2024-09-19 | 3 | -4/+122 | |
| | | | |||||
| * | | Write doc examples for `rich_text` widget | 2024-09-19 | 1 | -0/+78 | |
| | | | |||||
| * | | Show `tooltip` doc example in multiple places | 2024-09-19 | 2 | -3/+68 | |
| | | | |||||
| * | | Show `toggler` doc example in multiple places | 2024-09-19 | 2 | -9/+86 | |
| | | | |||||
| * | | Show `text_input` doc example in multiple places | 2024-09-19 | 2 | -13/+84 | |
| | | | |||||
| * | | Show `text_editor` example in multiple places | 2024-09-19 | 2 | -2/+98 | |
| | | | |||||
| * | | Show `text` doc examples in multiple places | 2024-09-19 | 2 | -14/+54 | |
| | | | |||||
| * | | Show `svg` doc example in multiple places | 2024-09-19 | 2 | -1/+51 | |
| | | | |||||
| * | | Show `slider` doc example in multiple places | 2024-09-19 | 3 | -18/+162 | |
| | | | |||||
| * | | Show `scrollable` doc example in multiple places | 2024-09-19 | 2 | -2/+62 | |
| | | | |||||
| * | | Show `rule` doc example in multiple places | 2024-09-19 | 2 | -3/+67 | |
| | | | |||||
| * | | Show `radio` doc example in multiple places | 2024-09-19 | 2 | -38/+157 | |
| | | | |||||
| * | | Show `qr_code` doc example in multiple places | 2024-09-19 | 2 | -1/+66 | |
| | | | |||||
| * | | Show `progress_bar` doc example in multiple places | 2024-09-19 | 2 | -7/+56 | |
| | | | |||||
| * | | Show `pick_list` doc example in multiple places | 2024-09-19 | 2 | -2/+185 | |
| | | | |||||
| * | | Show `pane_grid` doc example in multiple places | 2024-09-19 | 2 | -14/+117 | |
| | | | |||||
| * | | Show `markdown` doc example in multiple places | 2024-09-19 | 1 | -1/+130 | |
| | | | |||||
| * | | Show `keyed_column` doc example in multiple places | 2024-09-19 | 3 | -8/+68 | |
| | | | |||||
| * | | Show `image` doc example in multiple places | 2024-09-19 | 2 | -7/+50 | |
| | | | |||||
| * | | Show `container` doc example in multiple places | 2024-09-19 | 3 | -11/+65 | |
| | | | |||||
| * | | Show `combo_box` doc example in multiple places | 2024-09-19 | 2 | -5/+166 | |
| | | | |||||
| * | | Show `checkbox` doc example in multiple places | 2024-09-19 | 4 | -11/+89 | |
| | | | |||||
| * | | Show `canvas` doc example in multiple places | 2024-09-19 | 2 | -11/+126 | |
| | | | |||||
| * | | Add quick example to `widget::button` module | 2024-09-19 | 2 | -14/+48 | |
| | | | |||||
* | | | Fix `mouse_area` not notifying of mouse move events | 2024-09-19 | 1 | -1/+1 | |
| |/ |/| | |||||
* | | Merge pull request #2579 from dcampbell24/add-rust-version | 2024-09-18 | 1 | -1/+1 | |
|\ \ | | | | | | | Add rust-version. | ||||
| * | | Remove redundant import in `markdown` widget | 2024-09-18 | 1 | -1/+1 | |
| | | | |||||
* | | | Merge pull request #2584 from iced-rs/fix/scrollable-transactions | 2024-09-18 | 1 | -8/+10 | |
|\ \ \ | |_|/ |/| | | Fix `scrollable` transactions when `on_scroll` is not set | ||||
| * | | Fix `scrollable` transactions when `on_scroll` is not set | 2024-09-18 | 1 | -8/+10 | |
| | | | |||||
* | | | Merge pull request #2583 from iced-rs/fix/scrolling-direction-with-trackpad | 2024-09-18 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | Fix scrolling direction with trackpad in `scrollable` | ||||
| * | | Fix scrolling direction with trackpad in `scrollable` | 2024-09-18 | 1 | -1/+1 | |
| | | | |||||
* | | | Implement some `From` traits for `text_input::Id` | 2024-09-18 | 1 | -12/+27 | |
|/ / | |||||
* / | Bump version to `0.13.0` :tada: | 2024-09-18 | 1 | -1/+1 | |
|/ | |||||
* | Merge pull request #2565 from kiedtl/slider_mouse_wheel | 2024-09-13 | 2 | -2/+38 | |
|\ | | | | | slider: handle mouse wheel events | ||||
| * | Use `mouse::Cursor::is_over` in `slider` | 2024-09-13 | 2 | -4/+4 | |
| | | |||||
| * | Enable `slider` scrolling only when `Ctrl` is pressed | 2024-09-13 | 2 | -32/+36 | |
| | | |||||
| * | slider: handle mouse wheel events | 2024-09-02 | 2 | -0/+32 | |
| | | |||||
* | | Document how the state of a `Component` can be managed | 2024-09-13 | 1 | -0/+13 | |
| | | |||||
* | | Add `on_open` handler to `combo_box` widget | 2024-09-13 | 1 | -7/+20 | |
| | | | | | | | | Co-authored-by: Wail Abou <abou.w@hotmail.com> | ||||
* | | Fix priority of `Binding::Delete` in `text_editor` | 2024-09-13 | 1 | -1/+3 | |
| | | | | | | | | Co-authored-by: Trevor Campbell <trevor@shartrec.com> | ||||
* | | Set `Limits::width` in `TextEditor` layout | 2024-09-13 | 1 | -1/+1 | |
| | | |||||
* | | Take `Into<Pixels>` in `TextEditor::width` | 2024-09-13 | 1 | -2/+2 | |
| | | | | | | | | Since a `Shrink` width would not make sense. | ||||
* | | feat: add width setter | 2024-09-13 | 1 | -0/+6 | |
| | | |||||
* | | Add `label` method to `Toggler` | 2024-09-11 | 2 | -8/+11 | |
| | | |||||
* | | Add disabled state and `on_toggle` handler to `Toggler` | 2024-09-11 | 2 | -14/+48 | |
| | | | | | | | | Co-authored-by: Your Name here only <krishnsundaram@gmail.com> | ||||
* | | Merge pull request #2450 from breynard0/master | 2024-09-10 | 1 | -14/+35 | |
|\ \ | | | | | | | Add `on_scroll` handler to `mouse_area` widget | ||||
| * | | Simplify signatures of `on_move` and `on_scroll` for `mouse_area` | 2024-09-10 | 1 | -10/+7 | |
| | | |