Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update docs for renamed integration examples | 2022-09-07 | 1 | -3/+4 | |
| | | | | | | The integration examples were renamed in 77a0b68aa176782e95048795aec15c20a3e60ec6 , this just updates the docs to point to the updates links. | ||||
* | Lay out `UserInterface` after diffing | 2022-08-05 | 1 | -3/+3 | |
| | |||||
* | Implement `Widget::operate` for `TextInput` | 2022-07-28 | 1 | -3/+5 | |
| | |||||
* | Draft widget operations | 2022-07-28 | 1 | -0/+21 | |
| | |||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -40/+63 | |
| | |||||
* | Address Clippy lints | 2022-07-09 | 1 | -1/+1 | |
| | |||||
* | Add `Style` variant support to `application::StyleSheet` | 2022-07-08 | 1 | -9/+7 | |
| | |||||
* | Merge branch 'master' into theming | 2022-07-08 | 1 | -22/+49 | |
|\ | |||||
| * | Don't process captured overlay statuses | 2022-05-30 | 1 | -0/+4 | |
| | | |||||
| * | Relayout base layer when layout is invalidated from an overlay | 2022-05-13 | 1 | -22/+45 | |
| | | |||||
* | | Rename `theme::Definition` to `application::StyleSheet` | 2022-05-26 | 1 | -3/+6 | |
| | | |||||
* | | Let a `Theme` control the `text_color` of an application | 2022-05-26 | 1 | -1/+5 | |
| | | |||||
* | | Draft first-class `Theme` support | 2022-05-14 | 1 | -2/+5 | |
|/ | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Fix broken intra-doc links in documentation | 2022-04-30 | 1 | -3/+2 | |
| | |||||
* | Point repository links to `0.4` branch in documentation | 2022-04-30 | 1 | -1/+1 | |
| | |||||
* | Fix overlay flickering after `Application::update` | 2022-03-01 | 1 | -20/+26 | |
| | |||||
* | Remove `hash_layout` method from `Widget` trait | 2022-02-23 | 1 | -164/+46 | |
| | |||||
* | Fix previous `overlay` affecting `cursor_position` during `draw` in ↵ | 2022-01-22 | 1 | -2/+4 | |
| | | | | `UserInterface` | ||||
* | Write missing docs for `user_interface` module | 2022-01-12 | 1 | -0/+6 | |
| | |||||
* | Introduce `Renderer` argument to `mouse_interaction` and `on_event` | 2022-01-11 | 1 | -22/+26 | |
| | |||||
* | Invalidate widget tree from `Responsive` widget | 2022-01-11 | 1 | -12/+33 | |
| | | | | ... by introducing a new `invalidate_widgets` method to `Shell` | ||||
* | Change GitHub namespace to new org for all files | 2022-01-03 | 1 | -1/+1 | |
| | |||||
* | Introduce `Shell` type in `iced_native` | 2021-11-29 | 1 | -10/+44 | |
| | | | | Widgets now can invalidate the current layout of the application on demand. | ||||
* | Fix overflow of graphics primitives in overlays | 2021-11-21 | 1 | -1/+1 | |
| | | | | ... by using `overlay_bounds` instead of `viewport` as clip bounds for overlay layer in `UserInterface::draw` | ||||
* | Move `viewport` argument to last position in `mouse_interaction` methods | 2021-11-02 | 1 | -2/+2 | |
| | | | | This keeps the order of the arguments consistent with `draw`. | ||||
* | Remove `widget` module re-exports in `iced_native` | 2021-10-31 | 1 | -3/+3 | |
| | |||||
* | Fix overlay layering in `UserInterface::draw` | 2021-10-28 | 1 | -32/+52 | |
| | | | | ... by properly implementing the Painter's algorithm. | ||||
* | Implement `Widget::mouse_interaction` for `PaneGrid` | 2021-10-25 | 1 | -13/+9 | |
| | | | | | | ... 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. | ||||
* | Introduce `mouse_interaction` method to `Widget` trait | 2021-10-18 | 1 | -3/+22 | |
| | |||||
* | Move `Defaults` from `iced_graphics` to `iced_native` | 2021-10-18 | 1 | -3/+4 | |
| | |||||
* | Implement `Widget::draw` for `Scrollable` | 2021-10-14 | 1 | -9/+13 | |
| | | | | Rendering the scroller is still WIP | ||||
* | Implement `Widget::draw` for `Text` | 2021-10-14 | 1 | -0/+3 | |
| | |||||
* | Remove trait-specific draw logic in `iced_native` | 2021-10-14 | 1 | -21/+13 | |
| | |||||
* | docs: update all 0.2 github links to 0.3 | 2021-06-14 | 1 | -1/+1 | |
| | |||||
* | Make `Clipboard` argument in `Widget` trait mutable | 2021-03-10 | 1 | -7/+9 | |
| | |||||
* | Update example links to point to `0.2` branch | 2020-11-26 | 1 | -1/+1 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -25/+4 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Batch event processing in `UserInterface::update` | 2020-11-12 | 1 | -43/+52 | |
| | |||||
* | Return `event::Status` in `UserInterface::update` | 2020-11-12 | 1 | -46/+51 | |
| | |||||
* | Make `Overlay::on_event` return `event::Status` | 2020-11-12 | 1 | -1/+1 | |
| | |||||
* | Make `Widget::on_event` return an `event::Status` | 2020-11-12 | 1 | -1/+1 | |
| | |||||
* | Relayout `UserInterface` on resize in `iced_winit` | 2020-11-05 | 1 | -0/+17 | |
| | |||||
* | Introduce `viewport` to `Widget::draw` | 2020-10-28 | 1 | -1/+7 | |
| | | | | | This should eventually allow us to only generate primitives that are visible. | ||||
* | Rename `overlay::Content` trait to `Overlay` | 2020-07-10 | 1 | -2/+2 | |
| | | | | The `Overlay` struct is now `overlay::Element`. | ||||
* | Finish wiring overlays to `UserInterface` | 2020-07-08 | 1 | -81/+113 | |
| | |||||
* | Draft `Widget::overlay` idempotency | 2020-07-08 | 1 | -61/+67 | |
| | |||||
* | Draft `ComboBox` and `Menu` layer | 2020-07-08 | 1 | -8/+8 | |
| | |||||
* | Introduce `Layer` trait | 2020-07-08 | 1 | -34/+115 | |
| | |||||
* | Decouple `cursor_position` from `Cache` | 2020-06-23 | 1 | -19/+27 | |
| | | | | | | Instead, we ask explicitly for it in the different `update` and `draw` methods. This way, the runtime can derive the logical position of the cursor from the source of truth. | ||||
* | Draft new `iced_graphics` crate :tada: | 2020-05-19 | 1 | -1/+3 | |
| |