summaryrefslogtreecommitdiffstats
path: root/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* WIP: background image supportmasterLibravatar cel 🌸2025-03-203-5/+82
|
* Improve contrast of light deviation in `palette`Libravatar Héctor Ramón Jiménez2025-02-261-1/+1
|
* Merge pull request #2812 from andymandias/text_input-is_focusedLibravatar Héctor2025-02-231-0/+45
|\ | | | | `operation::focusable::is_focused` & `text_input::is_focused`
| * Nit fixes.Libravatar Andrew Baldwin2025-02-211-5/+5
| |
| * Add `is_focused` function that produces an `Operation` to get the focused ↵Libravatar Andrew Baldwin2025-02-211-0/+45
| | | | | | | | | | | | state of a `focusable` by ID. Add `is_focused` function that produces a `Task` to get the focused state of a `text_input` by ID.
* | Darken background of `Dark` themeLibravatar Héctor Ramón Jiménez2025-02-221-1/+1
| |
* | Improve `readable` fallback strategy in `palette`Libravatar Héctor Ramón Jiménez2025-02-221-11/+20
| |
* | Tweak colors of `Light` and `Dark` themesLibravatar Héctor Ramón Jiménez2025-02-221-3/+3
| |
* | Add `weakest` and `strongest` to `Background` paletteLibravatar Héctor Ramón Jiménez2025-02-221-5/+21
|/ | | | ... and tweak background shade generation logic.
* Run `cargo fmt`Libravatar Héctor Ramón Jiménez2025-02-218-15/+11
|
* Update to Rust 2024 and fix compiler errorsLibravatar Héctor Ramón Jiménez2025-02-212-3/+3
|
* Implement `delay` for `pop` widget :tada:Libravatar Héctor Ramón Jiménez2025-02-191-2/+2
|
* Simplify `InputMethod` API with only two statesLibravatar Héctor Ramón Jiménez2025-02-122-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-sizeLibravatar Héctor2025-02-121-3/+7
|\ | | | | Set correct text size for preedit window
| * Do not pass text size to `Preedit::new`Libravatar rhysd2025-02-061-5/+2
| |
| * Set correct text size for text in preedit windowLibravatar rhysd2025-02-061-5/+12
| |
* | Merge pull request #2805 from iced-rs/feature/sipper-supportLibravatar Héctor2025-02-122-2/+60
|\ \ | | | | | | `sipper` support and some QoL
| * | Fix broken link in `Function` documentationLibravatar Héctor Ramón Jiménez2025-02-111-1/+1
| | |
| * | Use `Function` trait in `Element::map` exampleLibravatar Héctor Ramón Jiménez2025-02-111-2/+3
| | |
| * | Replace `with` function with `Function` traitLibravatar Héctor Ramón Jiménez2025-02-111-55/+52
| | |
| * | Make `with` take a `Copy` prefixLibravatar Héctor Ramón Jiménez2025-02-111-2/+2
| | | | | | | | | | | | Use the `with!` macro otherwise!
| * | Fix typo in `with!` documentationLibravatar Héctor Ramón Jiménez2025-02-111-1/+1
| | |
| * | Introduce `with` helper and use `sipper` in `gallery` exampleLibravatar Héctor Ramón Jiménez2025-02-111-0/+60
| | |
* | | Add missing dot in `unfocus` operation docsLibravatar Héctor2025-02-111-1/+1
| | |
* | | add unfocus operationLibravatar edwloef2025-02-111-0/+27
|/ /
* | Simplify `gallery` example a bitLibravatar Héctor Ramón Jiménez2025-02-091-0/+12
| |
* | Implement `From<u32>` instead of `u16` for `Length` and `Pixels`Libravatar Héctor Ramón Jiménez2025-02-092-6/+6
|/
* Add `Copy` action to code blocks in `markdown` exampleLibravatar Héctor Ramón Jiménez2025-02-041-0/+8
|
* Fix documentation of `markdown` and `rich_text`Libravatar Héctor Ramón Jiménez2025-02-041-0/+9
|
* Draft `Viewer` trait for `markdown`Libravatar Héctor Ramón Jiménez2025-02-041-0/+6
|
* Take `Event` by reference in `Widget::update`Libravatar Héctor Ramón Jiménez2025-02-045-15/+8
|
* Merge branch 'master' into explore-input-method2Libravatar Héctor Ramón Jiménez2025-02-032-7/+44
|\
| * Introduce `Levitating` variant for `mouse::Cursor`Libravatar Héctor Ramón Jiménez2025-02-031-7/+32
| |
| * Ignore redraws of invisible content in `hover` widgetLibravatar Héctor Ramón Jiménez2025-02-031-0/+12
| |
* | Fix `InputMethod` conflicts with multiple scrollablesLibravatar Héctor Ramón Jiménez2025-02-031-24/+40
| |
* | Fix typo in `core::Event` documentationLibravatar Héctor Ramón Jiménez2025-02-031-1/+1
| |
* | Fulfill `InputMethod` requests only during `RedrawRequested`Libravatar Héctor Ramón Jiménez2025-02-031-0/+3
| |
* | Use `text::Span::new` in `window_manager`Libravatar Héctor Ramón Jiménez2025-02-031-26/+18
| |
* | Implement basic IME selection in `Preedit` overlayLibravatar Héctor Ramón Jiménez2025-02-032-5/+59
| |
* | Add neutral `None` variant to `InputMethod`Libravatar Héctor Ramón Jiménez2025-02-022-4/+11
| |
* | Refactor and simplify `input_method` APILibravatar Héctor Ramón Jiménez2025-02-025-62/+165
| |
* | Copy `winit` docs for `input_method::Event`Libravatar Héctor Ramón Jiménez2025-02-021-12/+64
| |
* | Draft `input_method` supportLibravatar KENZ2025-02-024-1/+54
|/
* Enable `animation` module for Wasm targetLibravatar Héctor Ramón Jiménez2025-01-291-2/+0
|
* Merge pull request #2758 from airstrike/mouse-transformationLibravatar Héctor2025-01-282-2/+32
|\ | | | | Implement `Mul<Transformation>` for `mouse::Cursor` and `mouse::Click`
| * Move cursor `Transformation` to `mouse::cursor` moduleLibravatar Andy Terra2025-01-282-15/+16
| |
| * Implement `Mul<Transformation>` for `mouse::Click`Libravatar Andy Terra2025-01-271-1/+16
| |
| * Implement `Mul<Transformation>` for `mouse::Cursor`Libravatar Andy Terra2025-01-271-0/+14
| |
* | Introduce `LineEnding` to `editor` and fix inconsistenciesLibravatar Héctor Ramón Jiménez2025-01-282-2/+41
|/
* Add `repeat`, `repeat_forever`, and `auto_reverse` to `Animation`Libravatar Héctor Ramón Jiménez2025-01-281-0/+20
|