summaryrefslogtreecommitdiffstats
path: root/graphics/src/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Implement theme styling for `Canvas`Libravatar Héctor Ramón Jiménez2022-06-074-37/+63
| |
* | Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-144-30/+41
|/ | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Replace `hecrj` in links with `iced-rs`Libravatar Héctor Ramón Jiménez2022-05-021-4/+4
|
* Fix broken intra-doc links in documentationLibravatar Héctor Ramón Jiménez2022-04-301-2/+2
|
* Point repository links to `0.4` branch in documentationLibravatar Héctor Ramón Jiménez2022-04-301-4/+4
|
* Merge pull request #1284 from iced-rs/virtual-widgetsLibravatar Héctor Ramón2022-03-2325-214/+421
|\ | | | | Stateless widgets
| * Implement `pure` version of `QRCode` widgetLibravatar Héctor Ramón Jiménez2022-03-212-0/+67
| |
| * Reintroduce generic `Message` type for `canvas::Program`Libravatar Héctor Ramón Jiménez2022-03-184-51/+49
| | | | | | | | | | As it is useful to make the `Message` completely free in many implementations.
| * Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez2022-03-161-1/+1
| | | | | | | | ... and fix collisions with the new `helpers`
| * Implement `Widget::tag` for `pure::Canvas`Libravatar Héctor Ramón Jiménez2022-03-091-0/+4
| |
| * Implement `pure` version of `Canvas` widgetLibravatar Héctor Ramón Jiménez2022-03-093-0/+339
| |
| * Use associated type for `Message` in a `canvas::Program`Libravatar Héctor Ramón Jiménez2022-03-092-19/+22
| |
| * Remove redundant `widget` modules in subcratesLibravatar Héctor Ramón Jiménez2022-03-0920-204/+0
| | | | | | | | Instead, we can define the type aliases just once in the root crate!
* | Fix `canvas::Frame` issuing a new layer for `Mesh2D` in `with_clip`Libravatar Héctor Ramón Jiménez2022-03-102-16/+32
|/ | | | Text will still be rendered in its own layer, until we fix the composition bottleneck in `glyph-brush`.
* Merge pull request #1264 from tarkah/canvas/clipLibravatar Héctor Ramón2022-03-051-0/+21
|\ | | | | Add clip to canvas
| * Use `Rectangle` directly in `Frame::with_clip`Libravatar Héctor Ramón Jiménez2022-03-021-21/+11
| |
| * Add doc commentLibravatar Cory Forsstrom2022-02-231-1/+8
| |
| * Add with_clip for canvasLibravatar Cory Forsstrom2022-02-231-0/+24
| |
* | Skip `Canvas::draw` if `bounds` have no logical pixelsLibravatar Héctor Ramón Jiménez2022-02-281-0/+5
| |
* | Remove `hash_layout` method from `Widget` traitLibravatar Héctor Ramón Jiménez2022-02-232-19/+3
| |
* | Access `lyon_algorithms` indirectly through `lyon`Libravatar Héctor Ramón Jiménez2022-02-031-2/+2
| |
* | Ask for a slice of segments instead of ownership in `LineDash`Libravatar Héctor Ramón Jiménez2022-02-033-23/+23
| |
* | Remove vec allocationLibravatar Cory Forsstrom2022-01-271-35/+36
| |
* | Add line dash APILibravatar Cory Forsstrom2022-01-274-2/+67
|/
* Introduce `Renderer` argument to `mouse_interaction` and `on_event`Libravatar Héctor Ramón Jiménez2022-01-111-0/+1
|
* Decouple the image Handle type from the iced_native implementationLibravatar Olivier Pinon2021-12-101-0/+2
|
* Introduce `Shell` type in `iced_native`Libravatar Héctor Ramón Jiménez2021-11-291-4/+4
| | | | Widgets now can invalidate the current layout of the application on demand.
* Move `viewport` argument to last position in `mouse_interaction` methodsLibravatar Héctor Ramón Jiménez2021-11-021-1/+1
| | | | This keeps the order of the arguments consistent with `draw`.
* Introduce state lifetime for `style_sheet` in `Toggler`Libravatar Héctor Ramón Jiménez2021-10-311-2/+2
|
* Introduce first-class `svg` module in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-311-2/+3
|
* Introduce first-class `image` module in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-311-2/+3
|
* Remove `widget` module re-exports in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-3120-28/+28
|
* Implement `Widget::draw` for `QRCode` in `iced_graphics`Libravatar Héctor Ramón Jiménez2021-10-301-47/+47
|
* Implement `Widget::mouse_interaction` for `Canvas` in `iced_graphics`Libravatar Héctor Ramón Jiménez2021-10-291-0/+13
|
* Implement `Widget::draw` for `Canvas` in `iced_graphics`Libravatar Héctor Ramón Jiménez2021-10-291-24/+22
|
* Implement `Widget::draw` for `Svg`Libravatar Héctor Ramón Jiménez2021-10-281-1/+5
|
* Implement `Widget::draw` for `Tooltip`Libravatar Héctor Ramón Jiménez2021-10-281-8/+0
|
* Remove unused imports for `toggler` in `iced_graphics`Libravatar Héctor Ramón Jiménez2021-10-281-2/+0
|
* Implement `Widget::draw` for `Toggler`Libravatar Héctor Ramón Jiménez2021-10-281-9/+0
|
* Implement `Widget::draw` for `Rule`Libravatar Héctor Ramón Jiménez2021-10-281-16/+1
|
* Implement `Widget::draw` for `ProgressBar`Libravatar Héctor Ramón Jiménez2021-10-281-19/+1
|
* Implement `Widget::draw` for `image::Viewer`Libravatar Héctor Ramón Jiménez2021-10-281-7/+3
|
* Wire up style to `PickList` and `overlay::Menu`Libravatar Héctor Ramón Jiménez2021-10-281-17/+0
|
* Implement `Widget::draw` for `PaneGrid`Libravatar Héctor Ramón Jiménez2021-10-251-9/+1
|
* Implement `Widget::draw` for `Image`Libravatar Héctor Ramón Jiménez2021-10-251-1/+9
|
* Remove `Renderer` trait for `Checkbox`Libravatar Héctor Ramón Jiménez2021-10-211-15/+2
|
* Wire up styling to `Radio` in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-201-14/+3
|
* Implement `Widget::draw` for `TextInput`Libravatar Héctor Ramón Jiménez2021-10-202-118/+1
|
* Wire up styling to `Slider` in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-201-20/+1
|
* Wire up styling to `Button` in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-181-13/+2
|