Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run `cargo fmt` | 2025-02-21 | 8 | -15/+11 | |
| | |||||
* | Update to Rust 2024 and fix compiler errors | 2025-02-21 | 2 | -3/+3 | |
| | |||||
* | Implement `delay` for `pop` widget :tada: | 2025-02-19 | 1 | -2/+2 | |
| | |||||
* | Simplify `InputMethod` API with only two states | 2025-02-12 | 2 | -32/+14 | |
| | | | | | Co-authored-by: rhysd <lin90162@yahoo.co.jp> Co-authored-by: KENZ <KENZ.gelsoft@gmail.com> | ||||
* | Merge pull request #2790 from rhysd/adjust-preedit-size | 2025-02-12 | 1 | -3/+7 | |
|\ | | | | | Set correct text size for preedit window | ||||
| * | Do not pass text size to `Preedit::new` | 2025-02-06 | 1 | -5/+2 | |
| | | |||||
| * | Set correct text size for text in preedit window | 2025-02-06 | 1 | -5/+12 | |
| | | |||||
* | | Merge pull request #2805 from iced-rs/feature/sipper-support | 2025-02-12 | 2 | -2/+60 | |
|\ \ | | | | | | | `sipper` support and some QoL | ||||
| * | | Fix broken link in `Function` documentation | 2025-02-11 | 1 | -1/+1 | |
| | | | |||||
| * | | Use `Function` trait in `Element::map` example | 2025-02-11 | 1 | -2/+3 | |
| | | | |||||
| * | | Replace `with` function with `Function` trait | 2025-02-11 | 1 | -55/+52 | |
| | | | |||||
| * | | Make `with` take a `Copy` prefix | 2025-02-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | Use the `with!` macro otherwise! | ||||
| * | | Fix typo in `with!` documentation | 2025-02-11 | 1 | -1/+1 | |
| | | | |||||
| * | | Introduce `with` helper and use `sipper` in `gallery` example | 2025-02-11 | 1 | -0/+60 | |
| | | | |||||
* | | | Add missing dot in `unfocus` operation docs | 2025-02-11 | 1 | -1/+1 | |
| | | | |||||
* | | | add unfocus operation | 2025-02-11 | 1 | -0/+27 | |
|/ / | |||||
* | | Simplify `gallery` example a bit | 2025-02-09 | 1 | -0/+12 | |
| | | |||||
* | | Implement `From<u32>` instead of `u16` for `Length` and `Pixels` | 2025-02-09 | 2 | -6/+6 | |
|/ | |||||
* | Add `Copy` action to code blocks in `markdown` example | 2025-02-04 | 1 | -0/+8 | |
| | |||||
* | Fix documentation of `markdown` and `rich_text` | 2025-02-04 | 1 | -0/+9 | |
| | |||||
* | Draft `Viewer` trait for `markdown` | 2025-02-04 | 1 | -0/+6 | |
| | |||||
* | Take `Event` by reference in `Widget::update` | 2025-02-04 | 5 | -15/+8 | |
| | |||||
* | Merge branch 'master' into explore-input-method2 | 2025-02-03 | 2 | -7/+44 | |
|\ | |||||
| * | Introduce `Levitating` variant for `mouse::Cursor` | 2025-02-03 | 1 | -7/+32 | |
| | | |||||
| * | Ignore redraws of invisible content in `hover` widget | 2025-02-03 | 1 | -0/+12 | |
| | | |||||
* | | Fix `InputMethod` conflicts with multiple scrollables | 2025-02-03 | 1 | -24/+40 | |
| | | |||||
* | | Fix typo in `core::Event` documentation | 2025-02-03 | 1 | -1/+1 | |
| | | |||||
* | | Fulfill `InputMethod` requests only during `RedrawRequested` | 2025-02-03 | 1 | -0/+3 | |
| | | |||||
* | | Use `text::Span::new` in `window_manager` | 2025-02-03 | 1 | -26/+18 | |
| | | |||||
* | | Implement basic IME selection in `Preedit` overlay | 2025-02-03 | 2 | -5/+59 | |
| | | |||||
* | | Add neutral `None` variant to `InputMethod` | 2025-02-02 | 2 | -4/+11 | |
| | | |||||
* | | Refactor and simplify `input_method` API | 2025-02-02 | 5 | -62/+165 | |
| | | |||||
* | | Copy `winit` docs for `input_method::Event` | 2025-02-02 | 1 | -12/+64 | |
| | | |||||
* | | Draft `input_method` support | 2025-02-02 | 4 | -1/+54 | |
|/ | |||||
* | Enable `animation` module for Wasm target | 2025-01-29 | 1 | -2/+0 | |
| | |||||
* | Merge pull request #2758 from airstrike/mouse-transformation | 2025-01-28 | 2 | -2/+32 | |
|\ | | | | | Implement `Mul<Transformation>` for `mouse::Cursor` and `mouse::Click` | ||||
| * | Move cursor `Transformation` to `mouse::cursor` module | 2025-01-28 | 2 | -15/+16 | |
| | | |||||
| * | Implement `Mul<Transformation>` for `mouse::Click` | 2025-01-27 | 1 | -1/+16 | |
| | | |||||
| * | Implement `Mul<Transformation>` for `mouse::Cursor` | 2025-01-27 | 1 | -0/+14 | |
| | | |||||
* | | Introduce `LineEnding` to `editor` and fix inconsistencies | 2025-01-28 | 2 | -2/+41 | |
|/ | |||||
* | Add `repeat`, `repeat_forever`, and `auto_reverse` to `Animation` | 2025-01-28 | 1 | -0/+20 | |
| | |||||
* | Rename `Animation::in_progress` to `is_animating` | 2025-01-28 | 1 | -1/+1 | |
| | |||||
* | Make `animation` module only available in native | 2025-01-27 | 1 | -0/+2 | |
| | |||||
* | Fix broken intra-doc link in `animation` | 2025-01-27 | 1 | -0/+2 | |
| | |||||
* | Implement `Animation::value` | 2025-01-27 | 1 | -0/+5 | |
| | |||||
* | Draft basic `Animation` API in `iced_core` | 2025-01-27 | 3 | -0/+112 | |
| | |||||
* | Merge pull request #2749 from rhysd/const-from-rgb8 | 2025-01-27 | 2 | -88/+23 | |
|\ | | | | | Make `Color::from_rgb8` and `Color::from_rgba8` const | ||||
| * | Use `color!` macro in `Palette` definitions | 2025-01-27 | 1 | -9/+9 | |
| | | |||||
| * | Make all `Color` constructors `const` :tada: | 2025-01-27 | 1 | -41/+12 | |
| | | |||||
| * | Make `Color::from_rgb8` and `Color::from_rgba8` const | 2025-01-25 | 2 | -50/+14 | |
| | |