Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify `InputMethod` API with only two states | 2025-02-12 | 1 | -1/+1 | |
| | | | | | Co-authored-by: rhysd <lin90162@yahoo.co.jp> Co-authored-by: KENZ <KENZ.gelsoft@gmail.com> | ||||
* | Take `Event` by reference in `Widget::update` | 2025-02-04 | 1 | -2/+1 | |
| | |||||
* | Add neutral `None` variant to `InputMethod` | 2025-02-02 | 1 | -1/+1 | |
| | |||||
* | Refactor and simplify `input_method` API | 2025-02-02 | 1 | -30/+13 | |
| | |||||
* | Draft `input_method` support | 2025-02-02 | 1 | -2/+12 | |
| | |||||
* | Rename `Overlay::on_event` to `update` | 2024-11-06 | 1 | -1/+1 | |
| | |||||
* | Rename `Widget::on_event` to `update` | 2024-11-05 | 1 | -1/+1 | |
| | |||||
* | Replace `event::Status` in `Widget::on_event` with `Shell::capture_event` | 2024-11-05 | 1 | -5/+5 | |
| | |||||
* | Bump version to `0.13.0` :tada: | 2024-09-18 | 1 | -1/+1 | |
| | |||||
* | Introduce `black_box` and `chain` in `widget::operation` | 2024-08-08 | 1 | -1/+1 | |
| | |||||
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -1/+1 | |
| | |||||
* | Make `iced_tiny_skia` optional with a `tiny-skia` feature | 2024-03-22 | 1 | -6/+6 | |
| | |||||
* | Point doc links to `0.12` branch | 2024-02-15 | 1 | -1/+1 | |
| | |||||
* | Remove `position` from `overlay::Element` | 2024-02-01 | 1 | -29/+33 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -8/+8 | |
| | |||||
* | Fix `Overlay` composition | 2023-11-21 | 1 | -7/+23 | |
| | | | | Translations were not easily composable. | ||||
* | Merge branch 'master' into explicit-text-caching | 2023-09-10 | 1 | -2/+2 | |
|\ | |||||
| * | Fix majority of unresolved documentation links | 2023-09-09 | 1 | -2/+2 | |
| | | |||||
* | | Make `widget::Tree` mutable in `Widget::layout` | 2023-08-30 | 1 | -3/+3 | |
| | | |||||
* | | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -6/+11 | |
|/ | |||||
* | Fix `clippy` lints for Rust 1.72 | 2023-08-26 | 1 | -1/+1 | |
| | |||||
* | Bump versions :tada: | 2023-07-28 | 1 | -1/+1 | |
| | |||||
* | Don't clip raw overlay bounds | 2023-07-24 | 1 | -11/+7 | |
| | | | | | | | | User interface wraps the overlay in `overlay::Nested`. Clipping here w/ the base Nested overlay always clipped at (0, 0) position instead of the correct position of the child overlay. It's clipped properly already within `Nested::draw`. | ||||
* | Add viewport to Widget::on_event | 2023-07-15 | 1 | -0/+3 | |
| | |||||
* | Revert "Remove `layout` method from `core::Renderer` trait" | 2023-06-29 | 1 | -7/+6 | |
| | | | | This reverts commit 2128472c2a8afcb59927712497c4f613612e9dcc. | ||||
* | Remove `layout` method from `core::Renderer` trait | 2023-06-29 | 1 | -6/+7 | |
| | |||||
* | Use nested for lazy widgets | 2023-06-14 | 1 | -4/+2 | |
| | |||||
* | Remove interior mutability | 2023-06-14 | 1 | -18/+19 | |
| | | | | | Nested doesn't need to implement Overlay trait, it can be be used mutably in user interface so we don't need interior mutability. | ||||
* | Introduce internal `overlay::Nested` for `UserInterface` | 2023-06-14 | 1 | -27/+44 | |
| | |||||
* | Extend cursor availability to the shell level | 2023-06-08 | 1 | -24/+43 | |
| | |||||
* | Implement basic cursor availability | 2023-06-08 | 1 | -15/+15 | |
| | |||||
* | Remove OpenGL mentions in `README`s | 2023-05-11 | 1 | -4/+3 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -2/+2 | |
| | |||||
* | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 1 | -0/+592 | |