Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-04-17 | Add scrollable `Viewport` | 1 | -9/+0 | |
2023-04-14 | Add `scroll_to` operation for absolute scroll | 1 | -1/+49 | |
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 3 | -388/+0 | |
2023-01-08 | Introduce `RelativeOffset` type in `scrollable` | 1 | -6/+24 | |
2023-01-04 | Make count fields pub | 1 | -2/+2 | |
2022-12-29 | Reworked Scrollable to account for lack of widget order guarantees. | 1 | -5/+5 | |
2022-12-29 | Add multidirectional scrolling capabilities to the existing Scrollable. | 1 | -9/+10 | |
2022-11-11 | Add text input operations | 1 | -0/+131 | |
2022-11-11 | Add widget operation to find currently focused widget | 1 | -0/+34 | |
2022-08-05 | Fix documentation in `operation::focusable` | 1 | -3/+4 | |
2022-08-05 | Write missing documentation in `iced_native` | 2 | -0/+24 | |
2022-08-04 | Implement `scrollable::snap_to` operation | 2 | -0/+179 |