Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-08-17 | Add snap within viewport builder | 1 | -15/+27 | |
2022-08-17 | Don't clip tooltip | 1 | -1/+1 | |
2022-08-05 | Fix documentation in `operation::focusable` | 1 | -3/+4 | |
2022-08-05 | Remove `widget::state` leftover file | 1 | -1/+0 | |
2022-08-05 | Write missing documentation in `iced_native` | 7 | -0/+79 | |
2022-08-04 | Implement `scrollable::snap_to` operation | 7 | -178/+237 | |
2022-08-04 | Implement `focus_previous` operation | 1 | -8/+39 | |
2022-08-02 | Implement `focus_next` operation | 1 | -0/+93 | |
2022-07-28 | Focus text inputs in `todos` example | 1 | -0/+4 | |
2022-07-28 | Implement `Widget::operate` for `TextInput` | 8 | -18/+132 | |
2022-07-28 | Draft widget operations | 6 | -2/+200 | |
2022-07-27 | Fix `clippy` lints | 1 | -6/+6 | |
2022-07-27 | Use `ToString` for `Text::new` instead of `Into<String>` | 2 | -3/+3 | |
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 25 | -1305/+2052 | |
2022-07-18 | Fix `max_height` for `Scrollable` | 1 | -1/+3 | |
2022-07-18 | Fix `max_width` and `max_height` for `Container` | 1 | -1/+11 | |
2022-07-13 | Simplify `update` signature in `text_input` | 1 | -2/+2 | |
2022-07-13 | Simplify `on_paste` signature | 1 | -5/+8 | |
2022-07-13 | Added `on_paste` handler to `TextInput` | 1 | -2/+17 | |
2022-07-09 | Fix further `clippy` lints | 8 | -13/+25 | |
2022-07-09 | Address Clippy lints | 13 | -63/+56 | |
2022-06-29 | Introduce `StyleSheet` for `Text` widget | 5 | -43/+69 | |
2022-06-07 | Remove unused code warnings | 1 | -1/+1 | |
2022-06-07 | Implement theme styling for `PickList` and `Menu` | 1 | -20/+31 | |
2022-06-07 | Implement theme styling for `Container` | 6 | -44/+85 | |
2022-06-07 | Implement theme styling for `Scrollable` | 2 | -14/+31 | |
2022-06-07 | Prevent pane grid title bar content and controls from overlapping | 1 | -24/+47 | |
2022-06-07 | Implement theme styling for `TextInput` | 1 | -22/+33 | |
2022-06-04 | Implement theme styling for `Checkbox` | 1 | -10/+20 | |
2022-06-01 | Implement theme styling for `ProgressBar` | 1 | -13/+25 | |
2022-06-01 | Implement theme styling for `Rule` | 1 | -13/+24 | |
2022-06-01 | Implement theme styling for `PaneGrid` | 1 | -13/+26 | |
2022-06-01 | Implement theme styling for `Toggler` | 1 | -11/+21 | |
2022-05-27 | Implement theme styling for `Radio` | 1 | -17/+22 | |
2022-05-26 | Fix examples and doc-tests | 1 | -1/+3 | |
2022-05-26 | Rename `Variant` to `Style` and `Style` to `Appearance` | 2 | -29/+31 | |
2022-05-26 | Implement theme styling for `Slider` | 1 | -16/+30 | |
2022-05-14 | Draft first-class `Theme` support | 22 | -18/+88 | |
2022-05-02 | Write documentation for `iced_pure` | 3 | -3/+3 | |
2022-04-30 | Fix broken intra-doc links in documentation | 8 | -11/+38 | |
2022-04-30 | Point repository links to `0.4` branch in documentation | 1 | -1/+1 | |
2022-04-27 | Restrict text width & height to prevent overflow | 1 | -1/+2 | |
2022-04-27 | Manually center top aligned text | 1 | -2/+4 | |
2022-04-27 | Use top alignment instead of new layer | 1 | -17/+14 | |
2022-04-25 | Clip bounds to prevent text overflow | 1 | -16/+18 | |
2022-04-25 | Don't wrap picklist label text | 1 | -0/+1 | |
2022-04-24 | Reuse `Tooltip` draw logic in `iced_pure` | 1 | -88/+131 | |
2022-04-22 | Implemented Tooltip as Pure | 1 | -2/+2 | |
2022-03-29 | Fix slider's handle position calculation | 1 | -4/+4 | |
2022-03-29 | Loose lifetime bounds in `pure::Widget` implementations | 1 | -3/+3 |