Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement `Widget::draw` for `TextInput` | 2021-10-20 | 1 | -1/+1 | ||
| | ||||||
* | Introduce `mouse_interaction` method to `Widget` trait | 2021-10-18 | 1 | -1/+12 | ||
| | ||||||
* | Wire up `container` styling to `iced_native` | 2021-10-18 | 1 | -2/+1 | ||
| | ||||||
* | Move `Defaults` from `iced_graphics` to `iced_native` | 2021-10-18 | 2 | -8/+8 | ||
| | ||||||
* | Draw scrollbar in `Widget::draw` for `Scrollable` | 2021-10-18 | 1 | -3/+1 | ||
| | ||||||
* | Remove trait-specific draw logic in `iced_native` | 2021-10-14 | 2 | -59/+24 | ||
| | ||||||
* | Replace ignored doc-tests with additional documentation for `Padding` | 2021-06-01 | 1 | -5/+0 | ||
| | ||||||
* | Use `Padding::horizontal` and `Padding::vertical` helpers | 2021-06-01 | 1 | -6/+3 | ||
| | ||||||
* | Fix `overlay::Menu` implementation | 2021-06-01 | 1 | -1/+1 | ||
| | ||||||
* | Add support for asymmetrical padding | 2021-06-01 | 1 | -12/+20 | ||
| | ||||||
* | Make `Clipboard` argument in `Widget` trait mutable | 2021-03-10 | 2 | -11/+11 | ||
| | ||||||
* | Touch support for `PaneGrid` and `PickList` (#650) | 2021-02-12 | 1 | -2/+24 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * touch events properly parsed and converted to logical size, button working * scrolling with a nice touch * fixed application state level touch cursor. panel_grid is touchable now. * format glicthes fixes * format glitches * tight format * fixed pane grid * fixing with upstream * Remove unused `touch` module from `iced_core` * Remove unused `crate::text` import in `iced_native` * Remove redundant match branch in `iced_winit` * Keep removed line break in `UserInterface::update` * Compute `text_size` only when bounds contains cursor in `overlay::menu` Co-authored-by: Héctor Ramón Jiménez <hector0193@gmail.com> | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 2 | -46/+1 | ||
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
* | Make `Overlay::on_event` return `event::Status` | 2020-11-12 | 2 | -7/+11 | ||
| | ||||||
* | Make `Widget::on_event` return an `event::Status` | 2020-11-12 | 1 | -5/+13 | ||
| | ||||||
* | Draw only visible options in `overlay::Menu` | 2020-10-28 | 1 | -1/+3 | ||
| | ||||||
* | Introduce `viewport` to `Widget::draw` | 2020-10-28 | 1 | -3/+8 | ||
| | | | | | This should eventually allow us to only generate primitives that are visible. | |||||
* | Improve `Menu` API to facilitate external control | 2020-07-23 | 1 | -53/+20 | ||
| | ||||||
* | Fix `hash_layout` implementation of `Menu` overlay | 2020-07-23 | 1 | -0/+1 | ||
| | ||||||
* | Add `new` method to `menu::State` | 2020-07-23 | 1 | -0/+8 | ||
| | ||||||
* | Remove unnecessary `Rc` in both `Element::map` | 2020-07-16 | 1 | -4/+3 | ||
| | ||||||
* | Write documentation for the new `overlay` API | 2020-07-10 | 2 | -16/+100 | ||
| | ||||||
* | Remove unnecessary lifetime in `Widget` trait | 2020-07-10 | 1 | -1/+1 | ||
| | ||||||
* | Rename `overlay::Content` trait to `Overlay` | 2020-07-10 | 3 | -37/+148 | ||
| | | | | The `Overlay` struct is now `overlay::Element`. | |||||
* | Implement `font` method for `ComboBox` | 2020-07-08 | 1 | -30/+21 | ||
| | ||||||
* | Split `Menu::new` into multiple builder methods | 2020-07-08 | 1 | -28/+96 | ||
| | ||||||
* | Use `Borrow` to avoid clone in `ComboBox::overlay` | 2020-07-08 | 1 | -21/+14 | ||
| | ||||||
* | Complete `hash_layout` for `menu::List` | 2020-07-08 | 1 | -3/+12 | ||
| | ||||||
* | Draft `Widget::overlay` idempotency | 2020-07-08 | 1 | -13/+18 | ||
| | ||||||
* | Add styling support for `ComboBox` and `Menu` | 2020-07-08 | 1 | -7/+24 | ||
| | ||||||
* | Rename `Layer` to `overlay::Content` | 2020-07-08 | 2 | -0/+357 | ||