Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce generic lifetime to `Default` implementation for style sheets | 2021-11-02 | 12 | -12/+12 | |
| | |||||
* | Move `viewport` argument to last position in `mouse_interaction` methods | 2021-11-02 | 24 | -41/+61 | |
| | | | | This keeps the order of the arguments consistent with `draw`. | ||||
* | Fix `mouse_interaction` using wrong layout in `PaneGrid` | 2021-11-01 | 1 | -3/+2 | |
| | | | | ... when no titlebar is present. | ||||
* | Reintroduce `draw` method in `TextInput` | 2021-11-01 | 1 | -156/+174 | |
| | | | | ... which allows overriding the rendered value. | ||||
* | Fix missing lifetime in doc example for `Toggler` | 2021-11-01 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'master' into remove-renderer-traits | 2021-10-31 | 5 | -30/+31 | |
|\ | |||||
| * | Merge pull request #1098 from cmot17/master | 2021-10-25 | 1 | -23/+21 | |
| |\ | | | | | | | Fix issue with text selection in text_input widget | ||||
| | * | Fix issue with text selection in text_input widget | 2021-10-25 | 1 | -23/+21 | |
| |/ | |||||
| * | Merge pull request #1084 from oknozor/master | 2021-10-16 | 1 | -2/+2 | |
| |\ | | | | | | | Fix blit shader constants visibility | ||||
| | * | Fix blit shader constants visivility #1083 | 2021-10-15 | 1 | -2/+2 | |
| |/ | |||||
| * | Merge pull request #1081 from PolyMeilex/wgpu-0.11 | 2021-10-14 | 3 | -6/+9 | |
| |\ | | | | | | | Update wgpu to 0.11 | ||||
| | * | Update wgpu to 0.11 | 2021-10-13 | 3 | -6/+9 | |
| |/ | |||||
* | | Introduce state lifetime for `style_sheet` in `Toggler` | 2021-10-31 | 5 | -13/+16 | |
| | | |||||
* | | Reintroduce `Box` for `style_sheet` in `TextInput` | 2021-10-31 | 4 | -10/+25 | |
| | | |||||
* | | Reintroduce `Box` for `style_sheet` in `Slider` | 2021-10-31 | 5 | -11/+26 | |
| | | |||||
* | | Reintroduce `Box` for `style_sheet` in `Scrollable` | 2021-10-31 | 6 | -17/+29 | |
| | | |||||
* | | Introduce state lifetime for `style_sheet` in `Rule` | 2021-10-31 | 2 | -9/+9 | |
| | | |||||
* | | Reintroduce `Box` for `style_sheet` in `Radio` | 2021-10-31 | 6 | -14/+29 | |
| | | |||||
* | | Introduce state lifetime for `style_sheet` in `ProgressBar` | 2021-10-31 | 3 | -15/+16 | |
| | | |||||
* | | Introduce state lifetime for `style_sheet` in `PickList` | 2021-10-31 | 2 | -4/+4 | |
| | | |||||
* | | Reintroduce `Box` for `style_sheet` in `PaneGrid` | 2021-10-31 | 2 | -5/+14 | |
| | | |||||
* | | Reintroduce `Box` for `style_sheet` in `Container` | 2021-10-31 | 12 | -30/+51 | |
| | | |||||
* | | Reintroduce `Box` for `style_sheet` in `Checkbox` | 2021-10-31 | 4 | -11/+26 | |
| | | |||||
* | | Reintroduce `Box` for `style_sheet` in `Button` | 2021-10-31 | 10 | -30/+42 | |
| | | |||||
* | | Rewrite cursor icon logic for `integration_wgpu` example | 2021-10-31 | 1 | -5/+5 | |
| | | |||||
* | | Rewrite cursor icon logic for `integration_opengl` example | 2021-10-31 | 1 | -6/+5 | |
| | | |||||
* | | Introduce first-class `svg` module in `iced_native` | 2021-10-31 | 11 | -98/+106 | |
| | | |||||
* | | Introduce first-class `image` module in `iced_native` | 2021-10-31 | 12 | -143/+139 | |
| | | |||||
* | | Introduce first-class `text` module in `iced_native` | 2021-10-31 | 16 | -88/+87 | |
| | | |||||
* | | Remove `widget` module re-exports in `iced_native` | 2021-10-31 | 81 | -154/+166 | |
| | | |||||
* | | Migrate `geometry` example to new `Renderer` API | 2021-10-30 | 1 | -95/+95 | |
| | | |||||
* | | Implement `Widget::draw` for `QRCode` in `iced_graphics` | 2021-10-30 | 1 | -47/+47 | |
| | | |||||
* | | Implement `Widget::mouse_interaction` for `Canvas` in `iced_graphics` | 2021-10-29 | 1 | -0/+13 | |
| | | |||||
* | | Implement `Widget::draw` for `Canvas` in `iced_graphics` | 2021-10-29 | 1 | -24/+22 | |
| | | |||||
* | | Implement `Widget::draw` for `element::Explain` | 2021-10-28 | 1 | -5/+33 | |
| | | |||||
* | | Implement `Widget::draw` for `Svg` | 2021-10-28 | 2 | -4/+10 | |
| | | |||||
* | | Remove unused import for `toggler` in `iced_graphics` | 2021-10-28 | 1 | -1/+0 | |
| | | |||||
* | | Implement `Widget::draw` for `Tooltip` | 2021-10-28 | 2 | -39/+123 | |
| | | |||||
* | | Fix unused variables in `Widget::draw` for `Space` | 2021-10-28 | 1 | -3/+3 | |
| | | |||||
* | | Remove unused imports for `toggler` in `iced_graphics` | 2021-10-28 | 1 | -2/+0 | |
| | | |||||
* | | Implement `Widget::mouse_interaction` for `Toggler` | 2021-10-28 | 1 | -0/+13 | |
| | | |||||
* | | Implement `Widget::draw` for `Toggler` | 2021-10-28 | 3 | -68/+91 | |
| | | |||||
* | | Implement `Widget::draw` for `Rule` | 2021-10-28 | 5 | -57/+66 | |
| | | |||||
* | | Fix scrollbar clipping in `Scrollable` draw logic | 2021-10-28 | 1 | -25/+32 | |
| | | |||||
* | | Implement `Widget::draw` for `ProgressBar` | 2021-10-28 | 5 | -82/+63 | |
| | | |||||
* | | Implement `Widget::mouse_interaction` for `image::Viewer` | 2021-10-28 | 1 | -0/+18 | |
| | | |||||
* | | Implement `Widget::draw` for `image::Viewer` | 2021-10-28 | 3 | -12/+20 | |
| | | |||||
* | | Implement `Overlay::mouse_interaction` for `overlay::Menu` | 2021-10-28 | 1 | -0/+25 | |
| | | |||||
* | | Fix overlay layering in `UserInterface::draw` | 2021-10-28 | 1 | -32/+52 | |
| | | | | | | | | ... by properly implementing the Painter's algorithm. | ||||
* | | Implement `Widget::draw` for `overlay::Menu` | 2021-10-28 | 1 | -21/+71 | |
| | |