Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 3 | -388/+0 | |
| | |||||
* | Merge pull request #1550 from bungoboingo/feat/multidirectional-scrolling | 2023-01-09 | 1 | -11/+30 | |
|\ | | | | | [Feature] Multidirectional scrolling | ||||
| * | Introduce `RelativeOffset` type in `scrollable` | 2023-01-08 | 1 | -6/+24 | |
| | | |||||
| * | Reworked Scrollable to account for lack of widget order guarantees. | 2022-12-29 | 1 | -5/+5 | |
| | | | | | | | | Fixed thumb "snapping" bug on scrollable when cursor is out of bounds. | ||||
| * | Add multidirectional scrolling capabilities to the existing Scrollable. | 2022-12-29 | 1 | -9/+10 | |
| | | |||||
* | | Make count fields pub | 2023-01-04 | 1 | -2/+2 | |
|/ | |||||
* | Merge pull request #1526 from mtkennerly/feature/find-focused | 2022-11-14 | 1 | -0/+34 | |
|\ | | | | | Add widget operation to find currently focused widget | ||||
| * | Add widget operation to find currently focused widget | 2022-11-11 | 1 | -0/+34 | |
| | | |||||
* | | Add text input operations | 2022-11-11 | 1 | -0/+131 | |
|/ | |||||
* | Fix documentation in `operation::focusable` | 2022-08-05 | 1 | -3/+4 | |
| | |||||
* | Write missing documentation in `iced_native` | 2022-08-05 | 2 | -0/+24 | |
| | |||||
* | Implement `scrollable::snap_to` operation | 2022-08-04 | 2 | -0/+179 | |