Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix `clippy::match-wildcard-for-single-variants` | 2023-09-20 | 1 | -2/+2 | |
| | |||||
* | Fix `clippy::default_trait_access` | 2023-09-20 | 1 | -1/+1 | |
| | |||||
* | Fix `clippy::semicolon_if_nothing_returned` | 2023-09-20 | 1 | -5/+5 | |
| | |||||
* | Fix `height` of vertical scroller in `Scrollbar` | 2023-09-14 | 1 | -4/+4 | |
| | |||||
* | Fix width of horizontal scrollbar in `Scrollable` | 2023-09-14 | 1 | -6/+6 | |
| | |||||
* | Merge branch 'master' into explicit-text-caching | 2023-09-10 | 1 | -0/+10 | |
|\ | |||||
| * | Add access to bounds/content bounds from a scrollable viewport. (#2072) | 2023-09-07 | 1 | -0/+10 | |
| | | | | | | | | | | * Add access to bounds/content bounds from a scrollable viewport in order to perform certain scrollable optimizations as a consumer. * Move bounds/content_bounds after relative_offset as per feedback. | ||||
* | | Make `widget::Tree` mutable in `Widget::layout` | 2023-08-30 | 1 | -2/+2 | |
| | | |||||
* | | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -1/+6 | |
|/ | |||||
* | Run `cargo fmt` with Rust 1.72 | 2023-08-26 | 1 | -6/+6 | |
| | |||||
* | Introduce `visible_bounds` operation for `Container` | 2023-07-27 | 1 | -1/+13 | |
| | |||||
* | Add viewport to Widget::on_event | 2023-07-15 | 1 | -2/+18 | |
| | |||||
* | Avoid redundant `max` in `absolute_offset_reversed` | 2023-07-13 | 1 | -4/+2 | |
| | | | | | I believe `Offset::absolute` guarantees the offset never exceeds the maximum scrolling boundaries already. | ||||
* | Introduce `absolute_offset_reversed` to `scrollable::Viewport` | 2023-07-13 | 1 | -58/+17 | |
| | |||||
* | Expose methods to change viewport alignment | 2023-07-12 | 1 | -1/+58 | |
| | |||||
* | Remove unnecessary cursor unavailability logic in `scrollable` | 2023-07-12 | 1 | -22/+12 | |
| | |||||
* | Rename `absolute_from_start` to `translation` in `scrollable` | 2023-07-12 | 1 | -3/+3 | |
| | |||||
* | Disambiguate `offset` from `translation` in `scrollable` | 2023-07-12 | 1 | -37/+40 | |
| | |||||
* | Increase type-safety of `alignment` in `scrollable` | 2023-07-12 | 1 | -63/+37 | |
| | |||||
* | Remove public fields from `Viewport` | 2023-07-12 | 1 | -31/+3 | |
| | | | | Let's tackle use cases directly instead! | ||||
* | Add alignment to Viewport | 2023-07-04 | 1 | -1/+27 | |
| | |||||
* | Make viewport bounds public | 2023-07-04 | 1 | -2/+4 | |
| | |||||
* | Add scrollable alignment option | 2023-07-04 | 1 | -8/+101 | |
| | |||||
* | Use `Option::filter` instead of `and_then` in `scrollable` | 2023-06-27 | 1 | -14/+6 | |
| | |||||
* | Require a `Direction` when computing `State::offset` in `scrollable` | 2023-06-27 | 1 | -18/+23 | |
| | |||||
* | Rename `ScrollbarProperties` to `Direction` in `scrollable` | 2023-06-27 | 1 | -57/+48 | |
| | |||||
* | Make vertical scroll properties optional | 2023-06-27 | 1 | -40/+90 | |
| | | | | Co-Authored-By: Austin M. Reppert <austinmreppert@gmail.com> | ||||
* | Only scroll w/ wheel if over scrollable | 2023-06-12 | 1 | -0/+4 | |
| | |||||
* | Fix mouse interactions in `Scrollable` | 2023-06-08 | 1 | -4/+24 | |
| | |||||
* | Take `Rectangle` by value in `Cursor` API | 2023-06-08 | 1 | -3/+3 | |
| | |||||
* | Implement basic cursor availability | 2023-06-08 | 1 | -131/+125 | |
| | |||||
* | clippy | 2023-05-23 | 1 | -2/+2 | |
| | |||||
* | Avoid drawing empty quads in `widget::scrollable` | 2023-05-23 | 1 | -6/+10 | |
| | |||||
* | Remove min width 1 from scrollbar & scroller | 2023-05-23 | 1 | -4/+2 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-05-02 | 1 | -27/+80 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -17/+35 | |
| | |||||
* | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 1 | -1/+1 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+1325 | |