| Commit message (Expand) | Author | Files | Lines |
2021-06-10 | Adds doc comment for disabled button | Jonas Matser | 1 | -0/+8 |
2021-06-04 | Introduce `on_scroll` event in `Scrollable` | Héctor Ramón | 1 | -1/+47 |
2021-06-04 | Introduce `snap_to` and `unsnap` to `scrollable::State` | Héctor Ramón | 1 | -184/+139 |
2021-06-04 | feat(native): Make scrollable programmatically scrollable for some use cases,... | Yusuf Bera Ertan | 1 | -90/+181 |
2021-06-03 | Use intra-doc links in `Toggler` docs | Héctor Ramón | 1 | -23/+0 |
2021-06-03 | Rename `text_align` to `text_alignment` in `Toggler` | Héctor Ramón | 1 | -8/+6 |
2021-06-03 | Update documentation of `Toggler` | Kaiden42 | 1 | -1/+1 |
2021-06-03 | Change label of `Toggler` to optional | Kaiden42 | 2 | -30/+46 |
2021-06-03 | Add alignment of `Toggler` label. | Kaiden42 | 1 | -1/+25 |
2021-06-03 | fix missing semicolon in doc test | Kaiden42 | 1 | -1/+1 |
2021-06-03 | Implement `Toggler` widget for iced_native | Kaiden42 | 3 | -1/+282 |
2021-06-01 | Replace ignored doc-tests with additional documentation for `Padding` | Héctor Ramón | 9 | -45/+0 |
2021-06-01 | Use `Padding::horizontal` and `Padding::vertical` helpers | Héctor Ramón | 2 | -8/+5 |
2021-06-01 | Fix `overlay::Menu` implementation | Héctor Ramón | 1 | -1/+1 |
2021-06-01 | Add support for asymmetrical padding | Ben LeFevre | 13 | -93/+161 |
2021-05-24 | Enable event handling within the title elements | Clark Moody | 1 | -10/+23 |
2021-05-19 | Fix formatting with `cargo fmt` | Héctor Ramón | 1 | -5/+4 |
2021-05-18 | fix pick_list layouting not respecting fonts | chiheisen | 1 | -1/+1 |
2021-05-17 | Added text color and font options for native radio and checkbox (#831) | zdevwu | 2 | -8/+32 |
2021-04-12 | Run cargo fmt | Dispersia | 3 | -8/+9 |
2021-03-31 | Bump versions :tada: | Héctor Ramón Jiménez | 2 | -4/+4 |
2021-03-30 | Add `CloseRequested` variant to `window::Event` | Héctor Ramón Jiménez | 1 | -0/+6 |
2021-03-14 | Overwrite `overlay` method in Widget implementation for Button (#764) | Nicolas Levy | 1 | -0/+8 |
2021-03-11 | Add `clipboard` argument to `Application::update` | Héctor Ramón Jiménez | 2 | -6/+12 |
2021-03-10 | Implement copy and cut behavior for `TextInput` | Héctor Ramón Jiménez | 1 | -0/+40 |
2021-03-10 | Make `Clipboard` argument in `Widget` trait mutable | Héctor Ramón Jiménez | 26 | -113/+140 |
2021-03-10 | Introduce `write` method to `Clipboard` trait | Héctor Ramón Jiménez | 1 | -0/+3 |
2021-03-10 | Update `window_clipboard` to `0.2` | Héctor Ramón Jiménez | 2 | -3/+3 |
2021-03-09 | Call `hash_layout` for `controls` in `pane_grid::TitleBar` | Héctor Ramón Jiménez | 1 | -0/+4 |
2021-02-27 | Fix `viewport` argument in `PaneGrid` draw calls | Héctor Ramón Jiménez | 4 | -3/+15 |
2021-02-24 | Hide `Text` as an implementation detail of `Tooltip` | Héctor Ramón Jiménez | 1 | -8/+22 |
2021-02-23 | Add `style` and `padding` to `Tooltip` | Héctor Ramón Jiménez | 1 | -7/+33 |
2021-02-23 | Introduce `Tooltip::gap` to control spacing | Héctor Ramón Jiménez | 1 | -0/+10 |
2021-02-23 | Remove `viewport` from `Overlay::draw` for now | Héctor Ramón Jiménez | 4 | -10/+2 |
2021-02-23 | Change `Tooltip` to support `Text` only for now | Héctor Ramón Jiménez | 12 | -237/+46 |
2021-02-15 | feat(native): add Tooltip widget | Yusuf Bera Ertan | 14 | -16/+381 |
2021-02-12 | Touch support for `PaneGrid` and `PickList` (#650) | anunge | 3 | -70/+91 |
2021-01-15 | Split `window::Event::Focused` into two variants | Héctor Ramón Jiménez | 1 | -4/+7 |
2021-01-15 | add focus event | cossonleo | 1 | -0/+3 |
2021-01-15 | Fix `Widget::width` implementation for `PickList` | Héctor Ramón Jiménez | 1 | -1/+1 |
2021-01-11 | Capture relevant events in `image::Viewer` | Héctor Ramón Jiménez | 1 | -5/+15 |
2021-01-07 | Use `BTreeMap` for splits and regions in `pane_grid` | Héctor Ramón Jiménez | 4 | -12/+12 |
2021-01-01 | Implement split highlight on hover for `PaneGrid` | Héctor Ramón Jiménez | 4 | -19/+67 |
2020-12-22 | Remove unnecessary lifetime bound in `TitleBar` | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-12-22 | Remove unnecessary `text::Renderer` bound for `PaneGrid` | Héctor Ramón Jiménez | 1 | -4/+1 |
2020-12-18 | Remove `max_width` and `max_height` from `image::Viewer` | Héctor Ramón Jiménez | 1 | -19/+1 |
2020-12-18 | Use intra-doc links in `image::viewer` | Héctor Ramón Jiménez | 1 | -37/+4 |
2020-12-18 | Simplify `cursor_to_center` in `image::Viewer` | Héctor Ramón Jiménez | 1 | -21/+2 |
2020-12-18 | Remove use of `unwrap` in `image::Viewer` | Héctor Ramón Jiménez | 1 | -34/+33 |
2020-12-18 | Rename `starting_cursor_pos` to `cursor_grabbed_at` in `image::Viewer` | Héctor Ramón Jiménez | 1 | -11/+10 |