Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify `InputMethod` API with only two states | 2025-02-12 | 1 | -2/+2 | |
| | | | | | Co-authored-by: rhysd <lin90162@yahoo.co.jp> Co-authored-by: KENZ <KENZ.gelsoft@gmail.com> | ||||
* | Fix scrolling offset of preedit window | 2025-02-07 | 1 | -1/+1 | |
| | |||||
* | Take `Event` by reference in `Widget::update` | 2025-02-04 | 1 | -4/+4 | |
| | |||||
* | Merge branch 'master' into explore-input-method2 | 2025-02-03 | 1 | -2/+4 | |
|\ | |||||
| * | Introduce `Levitating` variant for `mouse::Cursor` | 2025-02-03 | 1 | -2/+4 | |
| | | |||||
* | | Fix `InputMethod` conflicts with multiple scrollables | 2025-02-03 | 1 | -4/+8 | |
| | | |||||
* | | Refactor and simplify `input_method` API | 2025-02-02 | 1 | -13/+5 | |
| | | |||||
* | | Draft `input_method` support | 2025-02-02 | 1 | -2/+17 | |
|/ | |||||
* | Add `horizontal` helper to `scrollable` | 2025-02-01 | 1 | -0/+5 | |
| | |||||
* | Revert automatic horizontal scroll in `scrollable` | 2025-02-01 | 1 | -7/+1 | |
| | |||||
* | Fix `viewport` when using nested `scrollable`s | 2025-02-01 | 1 | -6/+6 | |
| | |||||
* | Use `Into<Id>` for `scrollable::Id` arguments | 2025-01-30 | 1 | -8/+19 | |
| | |||||
* | Rename `*_disabled` to `is_*_disabled` in `scrollable` | 2025-01-06 | 1 | -8/+8 | |
| | |||||
* | Simplify `scrollable` disabled styling calculation | 2025-01-06 | 1 | -24/+11 | |
| | |||||
* | Migrate scrollbar disabled style status to iced 0.13. | 2025-01-06 | 1 | -14/+65 | |
| | | | | Feel free to change the 'name' of it. I originally used 'disabled' to signal that it's not usable, but still visible. 'Overflowing' may be a better term. | ||||
* | Draft `iced_test` crate and test `todos` example | 2024-12-10 | 1 | -1/+1 | |
| | |||||
* | Fix new `clippy` lints | 2024-12-02 | 1 | -2/+2 | |
| | |||||
* | Merge pull request #2668 from edwloef/master | 2024-11-13 | 1 | -2/+2 | |
|\ | | | | | Fix docs of `Scrollable::with_direction` and `Scrollable::direction` | ||||
| * | Fix docs of `Scrollable::with_direction` and `Scrollable::direction` | 2024-11-11 | 1 | -2/+2 | |
| | | |||||
* | | Rename `Widget::on_event` to `update` | 2024-11-05 | 1 | -2/+2 | |
| | | |||||
* | | Replace `event::Status` in `Widget::on_event` with `Shell::capture_event` | 2024-11-05 | 1 | -35/+27 | |
| | | |||||
* | | Split `Shell::request_redraw` into two different methods | 2024-11-05 | 1 | -1/+1 | |
| | | |||||
* | | Implement `reactive-rendering` for `scrollable` | 2024-11-05 | 1 | -294/+331 | |
|/ | |||||
* | Add `PartialEq` derives for widget styles | 2024-10-14 | 1 | -3/+3 | |
| | |||||
* | Merge pull request #2587 from iced-rs/improve-api-reference | 2024-09-19 | 1 | -1/+41 | |
|\ | | | | | Add widget examples to API reference and update `README` | ||||
| * | Show `scrollable` doc example in multiple places | 2024-09-19 | 1 | -1/+41 | |
| | | |||||
* | | Merge pull request #2584 from iced-rs/fix/scrollable-transactions | 2024-09-18 | 1 | -8/+10 | |
|\ \ | |/ |/| | Fix `scrollable` transactions when `on_scroll` is not set | ||||
| * | Fix `scrollable` transactions when `on_scroll` is not set | 2024-09-18 | 1 | -8/+10 | |
| | | |||||
* | | Fix scrolling direction with trackpad in `scrollable` | 2024-09-18 | 1 | -1/+1 | |
|/ | |||||
* | Notify all `scrollable::Viewport` changes | 2024-09-10 | 1 | -14/+44 | |
| | | | | Co-authored-by: Daniel Yoon <101683475+Koranir@users.noreply.github.com> | ||||
* | Implement `scroll_by` operation for `scrollable` | 2024-09-10 | 1 | -31/+59 | |
| | | | | | `scroll_by` allows scrolling an absolute offset that is applied to the current scrolling position. | ||||
* | Enable horizontal scrolling without shift modifier | 2024-09-08 | 1 | -6/+20 | |
| | | | | Fixes #2359. | ||||
* | Implement mouse wheel transactions for `scrollable` | 2024-09-08 | 1 | -9/+34 | |
| | | | | | | See https://wiki.mozilla.org/Gecko:Mouse_Wheel_Scrolling#Mouse_wheel_transaction Co-authored-by: Daniel Yoon <101683475+Koranir@users.noreply.github.com> | ||||
* | Introduce `black_box` and `chain` in `widget::operation` | 2024-08-08 | 1 | -1/+1 | |
| | |||||
* | Reintroduce `Scrollable::with_direction` | 2024-07-30 | 1 | -1/+9 | |
| | |||||
* | Adapt `scrollable` sizing strategy to contents | 2024-07-18 | 1 | -5/+13 | |
| | |||||
* | Fix `Scrollable::spacing` not embedding the `Scrollbar` | 2024-07-16 | 1 | -37/+22 | |
| | |||||
* | Rename `embed_*` in `Scrollable` to simply `spacing` | 2024-07-12 | 1 | -43/+56 | |
| | |||||
* | Improve `Border` ergonomics | 2024-07-12 | 1 | -4/+5 | |
| | |||||
* | Introduce helper methods for alignment for all widgets | 2024-07-12 | 1 | -27/+48 | |
| | |||||
* | Fix broken doc links in `widget::scrollable` | 2024-07-11 | 1 | -4/+4 | |
| | |||||
* | Add support for embedded scrollbars for `scrollable` | 2024-07-11 | 1 | -163/+248 | |
| | | | | Co-authored-by: dtzxporter <dtzxporter@users.noreply.github.com> | ||||
* | Merge pull request #2488 from vladh/remove-scrollable-comment | 2024-07-11 | 1 | -1/+0 | |
|\ | | | | | doc: remove extraneous comment | ||||
| * | doc: remove extraneous comment | 2024-07-02 | 1 | -1/+0 | |
| | | |||||
* | | Add `align_x` and `align_y` helpers to `Scrollable` | 2024-07-11 | 1 | -0/+26 | |
| | | |||||
* | | Hide internal `Task` constructors | 2024-07-05 | 1 | -3/+4 | |
|/ | |||||
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -14/+10 | |
| | |||||
* | Fix `Shift` scrolling for `scrollable` on macOS | 2024-04-26 | 1 | -1/+3 | |
| | | | | | Apparently, macOS inverts the scrolling axes automatically now. Was this a thing before, or did an update just break user space? | ||||
* | Capture scrollbar events in a `scrollable` before content events | 2024-04-26 | 1 | -142/+142 | |
| | |||||
* | Introduce `opaque` widget helper | 2024-04-25 | 1 | -1/+1 | |
| |