summaryrefslogtreecommitdiffstats
path: root/native/src/user_interface.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez2023-03-051-592/+0
|
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-47/+35
|
* Fix base cursor position during `UserInterface::draw` when overlay is presentLibravatar Héctor Ramón Jiménez2023-02-181-6/+7
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-02-181-2/+2
|
* fix: panic when overlay event processing removes overlayLibravatar Nick Senger2023-02-111-9/+9
|
* Fix layout translation in `overlay::Group`Libravatar Héctor Ramón Jiménez2023-01-301-8/+10
| | | | | This bug produced improper positioning of overlays of elements inside a `Scrollable`.
* Rename method to is_overLibravatar Cory Forsstrom2023-01-171-5/+3
|
* New method to determine if overlay contains cursorLibravatar Cory Forsstrom2023-01-171-2/+9
| | | | | | This is needed for "container" overlay's such as `Group` which should only consider it's childrens layouts and not it's own when determining if the cursor is captured by the overlay.
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-01-141-2/+2
|
* Replace `Option<Instant>` with `RedrawRequest` enumLibravatar Héctor Ramón Jiménez2023-01-121-13/+10
|
* Draft `Shell:request_redraw` APILibravatar Héctor Ramón Jiménez2023-01-121-5/+41
| | | | ... and implement `TextInput` cursor blink :tada:
* Add `Renderer` argument to `operate`Libravatar Héctor Ramón Jiménez2022-12-221-0/+2
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-12-071-2/+2
|
* Get widget operations working w/ overlayLibravatar Cory Forsstrom2022-11-291-7/+12
|
* Allow &mut self in overlayLibravatar tarkah2022-11-291-9/+9
|
* Invalidate `overlay` layout when `base` layer captures an `Event`Libravatar Héctor Ramón Jiménez2022-11-141-1/+5
|
* #1484, #1527: Fix overlay transitionLibravatar mtkennerly2022-11-111-1/+1
|
* Fix outdated links in documentationLibravatar Héctor Ramón Jiménez2022-11-101-2/+2
|
* Update docs for renamed integration examplesLibravatar 13r0ck2022-09-071-3/+4
| | | | | | The integration examples were renamed in 77a0b68aa176782e95048795aec15c20a3e60ec6 , this just updates the docs to point to the updates links.
* Lay out `UserInterface` after diffingLibravatar Héctor Ramón Jiménez2022-08-051-3/+3
|
* Implement `Widget::operate` for `TextInput`Libravatar Héctor Ramón Jiménez2022-07-281-3/+5
|
* Draft widget operationsLibravatar Héctor Ramón Jiménez2022-07-281-0/+21
|
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-40/+63
|
* Address Clippy lintsLibravatar Poly2022-07-091-1/+1
|
* Add `Style` variant support to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2022-07-081-9/+7
|
* Merge branch 'master' into themingLibravatar Héctor Ramón Jiménez2022-07-081-22/+49
|\
| * Don't process captured overlay statusesLibravatar Cory Forsstrom2022-05-301-0/+4
| |
| * Relayout base layer when layout is invalidated from an overlayLibravatar Héctor Ramón Jiménez2022-05-131-22/+45
| |
* | Rename `theme::Definition` to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2022-05-261-3/+6
| |
* | Let a `Theme` control the `text_color` of an applicationLibravatar Héctor Ramón Jiménez2022-05-261-1/+5
| |
* | Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-2/+5
|/ | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Fix broken intra-doc links in documentationLibravatar Héctor Ramón Jiménez2022-04-301-3/+2
|
* Point repository links to `0.4` branch in documentationLibravatar Héctor Ramón Jiménez2022-04-301-1/+1
|
* Fix overlay flickering after `Application::update`Libravatar Héctor Ramón Jiménez2022-03-011-20/+26
|
* Remove `hash_layout` method from `Widget` traitLibravatar Héctor Ramón Jiménez2022-02-231-164/+46
|
* Fix previous `overlay` affecting `cursor_position` during `draw` in ↵Libravatar Héctor Ramón Jiménez2022-01-221-2/+4
| | | | `UserInterface`
* Write missing docs for `user_interface` moduleLibravatar Héctor Ramón Jiménez2022-01-121-0/+6
|
* Introduce `Renderer` argument to `mouse_interaction` and `on_event`Libravatar Héctor Ramón Jiménez2022-01-111-22/+26
|
* Invalidate widget tree from `Responsive` widgetLibravatar Héctor Ramón Jiménez2022-01-111-12/+33
| | | | ... by introducing a new `invalidate_widgets` method to `Shell`
* Change GitHub namespace to new org for all filesLibravatar LordRatte2022-01-031-1/+1
|
* Introduce `Shell` type in `iced_native`Libravatar Héctor Ramón Jiménez2021-11-291-10/+44
| | | | Widgets now can invalidate the current layout of the application on demand.
* Fix overflow of graphics primitives in overlaysLibravatar Héctor Ramón Jiménez2021-11-211-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` methodsLibravatar Héctor Ramón Jiménez2021-11-021-2/+2
| | | | This keeps the order of the arguments consistent with `draw`.
* Remove `widget` module re-exports in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-311-3/+3
|
* Fix overlay layering in `UserInterface::draw`Libravatar Héctor Ramón Jiménez2021-10-281-32/+52
| | | | ... by properly implementing the Painter's algorithm.
* Implement `Widget::mouse_interaction` for `PaneGrid`Libravatar Héctor Ramón Jiménez2021-10-251-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` traitLibravatar Héctor Ramón Jiménez2021-10-181-3/+22
|
* Move `Defaults` from `iced_graphics` to `iced_native`Libravatar Héctor Ramón Jiménez2021-10-181-3/+4
|
* Implement `Widget::draw` for `Scrollable`Libravatar Héctor Ramón Jiménez2021-10-141-9/+13
| | | | Rendering the scroller is still WIP
* Implement `Widget::draw` for `Text`Libravatar Héctor Ramón Jiménez2021-10-141-0/+3
|