Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -373/+0 | |
| | |||||
* | Add `Renderer` argument to `operate` | 2022-12-22 | 1 | -0/+3 | |
| | |||||
* | Allow &mut self in overlay | 2022-11-29 | 1 | -4/+4 | |
| | |||||
* | Implement `Widget::operate` for `PaneGrid` | 2022-11-14 | 1 | -1/+28 | |
| | |||||
* | Fix broken documentation links | 2022-11-10 | 1 | -1/+1 | |
| | |||||
* | Introduce `Custom` variants for every style in the built-in `Theme` | 2022-11-09 | 1 | -1/+1 | |
| | |||||
* | Fix pane grid mouse interactions | 2022-10-17 | 1 | -1/+2 | |
| | | | | | - Use `grabbing` interaction while dragging - Ignore grab interaction when dragging is disabled | ||||
* | Render pane grid titlebar after body | 2022-10-07 | 1 | -7/+7 | |
| | |||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -14/+70 | |
| | |||||
* | Implement theme styling for `Container` | 2022-06-07 | 1 | -6/+16 | |
| | |||||
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -2/+11 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Fix broken intra-doc links in documentation | 2022-04-30 | 1 | -1/+1 | |
| | |||||
* | Implement `pure` version of `PaneGrid` widget | 2022-03-14 | 1 | -18/+21 | |
| | |||||
* | Remove `hash_layout` method from `Widget` trait | 2022-02-23 | 1 | -11/+1 | |
| | |||||
* | Introduce `Renderer` argument to `mouse_interaction` and `on_event` | 2022-01-11 | 1 | -4/+7 | |
| | |||||
* | Introduce `Shell` type in `iced_native` | 2021-11-29 | 1 | -4/+6 | |
| | | | | Widgets now can invalidate the current layout of the application on demand. | ||||
* | Move `viewport` argument to last position in `mouse_interaction` methods | 2021-11-02 | 1 | -3/+3 | |
| | | | | This keeps the order of the arguments consistent with `draw`. | ||||
* | Fix `mouse_interaction` using wrong layout in `PaneGrid` | 2021-11-01 | 1 | -3/+2 | |
| | | | | ... when no titlebar is present. | ||||
* | Reintroduce `Box` for `style_sheet` in `Container` | 2021-10-31 | 1 | -3/+6 | |
| | |||||
* | Remove `widget` module re-exports in `iced_native` | 2021-10-31 | 1 | -2/+2 | |
| | |||||
* | Implement `Widget::mouse_interaction` for `PaneGrid` | 2021-10-25 | 1 | -0/+36 | |
| | | | | | | ... and fix rendering of drag interaction in `PaneGrid` by introducing an explicit `with_translation` method to `Renderer` and simplifying the `with_layer` and `Clip` primitive. | ||||
* | Implement `Widget::draw` for `PaneGrid` | 2021-10-25 | 1 | -35/+44 | |
| | |||||
* | Wire up `container` styling to `iced_native` | 2021-10-18 | 1 | -7/+4 | |
| | |||||
* | Move `Defaults` from `iced_graphics` to `iced_native` | 2021-10-18 | 1 | -1/+2 | |
| | |||||
* | Remove trait-specific draw logic in `iced_native` | 2021-10-14 | 1 | -26/+27 | |
| | |||||
* | Prevent body events pane is picked / dragging | 2021-07-27 | 1 | -8/+13 | |
| | |||||
* | Use `match` statement in `Content::overlay` | 2021-06-22 | 1 | -5/+4 | |
| | | | | ... to improve readability a bit. | ||||
* | Allow overlay from pane grid title bar | 2021-06-17 | 1 | -8/+8 | |
| | |||||
* | Merge pull request #770 from hecrj/feature/clipboard-write | 2021-03-10 | 1 | -4/+4 | |
|\ | | | | | Write clipboard support and `TextInput` copy and cut behavior | ||||
| * | Make `Clipboard` argument in `Widget` trait mutable | 2021-03-10 | 1 | -4/+4 | |
| | | |||||
* | | Fix `viewport` argument in `PaneGrid` draw calls | 2021-02-27 | 1 | -1/+4 | |
|/ | |||||
* | Implement split highlight on hover for `PaneGrid` | 2021-01-01 | 1 | -3/+6 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -14/+2 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Implement event capturing for `PaneGrid` | 2020-11-12 | 1 | -4/+9 | |
| | |||||
* | Make `Widget::on_event` return an `event::Status` | 2020-11-12 | 1 | -1/+1 | |
| | |||||
* | Fix typo in documentation of `pane_grid::Content` | 2020-11-10 | 1 | -2/+2 | |
| | |||||
* | Implement `hash_layout` for `pane_grid::TitleBar` | 2020-08-19 | 1 | -0/+4 | |
| | |||||
* | Implement `Widget::overlay` for `PaneGrid` | 2020-07-10 | 1 | -0/+19 | |
| | |||||
* | Write documentation for new `PaneGrid` API | 2020-07-09 | 1 | -11/+23 | |
| | |||||
* | Lay out title text dynamically in `TitleBar` | 2020-06-10 | 1 | -3/+3 | |
| | |||||
* | Draft draggable and graphics logic for `TitleBar` | 2020-06-05 | 1 | -8/+52 | |
| | |||||
* | Draft drawing logic for `Content` and `TitleBar` | 2020-06-05 | 1 | -12/+65 | |
| | |||||
* | Draft first-class `TitleBar` in `pane_grid` | 2020-06-04 | 1 | -27/+85 | |
| | |||||
* | Write documentation for new `pane_grid` API | 2020-05-23 | 1 | -0/+18 | |
| | |||||
* | Implement `State::with_content` in `pane_grid` | 2020-05-22 | 1 | -0/+12 | |