summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1106 from ↵Libravatar Héctor Ramón2021-11-105-12/+10
|\ | | | | | | | | RamType0/RemoveUnnecessaryStringAllocationInExample Remove unnecessary String allocation
| * Fix formatting with `cargo fmt`Libravatar Héctor Ramón Jiménez2021-11-101-3/+1
| |
| * Remove unnecessary String allocationLibravatar Ram.Type-02021-11-025-10/+10
| | | | | | | | Remove unnecessary String allocation by passing &format! or &x.to_string as impl Into<String>
* | Merge pull request #1110 from iced-rs/remove-renderer-traitsLibravatar Héctor Ramón2021-11-07142-4560/+3316
|\ \ | | | | | | Reduce the surface of the `Renderer` APIs
| * \ Merge branch 'master' into remove-renderer-traitsLibravatar Héctor Ramón Jiménez2021-11-050-0/+0
| |\ \ | |/ / |/| |
* | | Merge pull request #1109 from mettz/masterLibravatar Héctor Ramón2021-11-041-1/+1
|\ \ \ | |_|/ |/| | Fix color issue with Debugger::explain implementation for Renderer
| * | Fix color issue with Debugger::explain implementation for RendererLibravatar Mattia Guazzaloca2021-11-031-1/+1
|/ /
| * Make `program` module in `iced_glow` privateLibravatar Héctor Ramón Jiménez2021-11-051-2/+2
| |
| * Write missing documentation in `iced_graphics`Libravatar Héctor Ramón Jiménez2021-11-053-1/+5
| |
| * Rename `Renderer::present` to `with_primitives`Libravatar Héctor Ramón Jiménez2021-11-055-6/+8
| |
| * Write missing documentation in `iced_native`Libravatar Héctor Ramón Jiménez2021-11-053-1/+10
| |
| * Write documentation for `iced_native::text`Libravatar Héctor Ramón Jiménez2021-11-041-1/+19
| |
| * Write documentation for `iced_native::svg`Libravatar Héctor Ramón Jiménez2021-11-041-6/+4
| |
| * Write documentation for `iced_native::image`Libravatar Héctor Ramón Jiménez2021-11-041-3/+5
| |
| * Rename `fill_rectangle` to `fill_quad` in `Renderer`Libravatar Héctor Ramón Jiménez2021-11-0419-246/+321
| |
| * Merge `iced_core::text` with `iced_native::text`Libravatar Héctor Ramón Jiménez2021-11-043-33/+28
| |
| * Use `mem::take` instead of `mem::replace` in `iced_graphics::Renderer`Libravatar Héctor Ramón Jiménez2021-11-041-4/+2
| | | | | | | | Thanks to @tarkah for pointing this out!
| * Introduce generic lifetime to `Default` implementation for style sheetsLibravatar Héctor Ramón Jiménez2021-11-0212-12/+12
| |
| * Move `viewport` argument to last position in `mouse_interaction` methodsLibravatar Héctor Ramón Jiménez2021-11-0224-41/+61
| | | | | | | | This keeps the order of the arguments consistent with `draw`.
| * Fix `mouse_interaction` using wrong layout in `PaneGrid`Libravatar Héctor Ramón Jiménez2021-11-011-3/+2
| | | | | | | | ... when no titlebar is present.
| * Reintroduce `draw` method in `TextInput`Libravatar Héctor Ramón Jiménez2021-11-011-156/+174
| | | | | | | | ... which allows overriding the rendered value.
| * Fix missing lifetime in doc example for `Toggler`Libravatar Héctor Ramón Jiménez2021-11-011-1/+1
| |
| * Merge branch 'master' into remove-renderer-traitsLibravatar Héctor Ramón Jiménez2021-10-315-30/+31
| |\ | |/ |/|
* | Merge pull request #1098 from cmot17/masterLibravatar Héctor Ramón2021-10-251-23/+21
|\ \ | | | | | | Fix issue with text selection in text_input widget
| * | Fix issue with text selection in text_input widgetLibravatar cmot172021-10-251-23/+21
|/ /
* | Merge pull request #1084 from oknozor/masterLibravatar Héctor Ramón2021-10-161-2/+2
|\ \ | | | | | | Fix blit shader constants visibility
| * | Fix blit shader constants visivility #1083Libravatar Paul Delafosse2021-10-151-2/+2
|/ /
* | Merge pull request #1081 from PolyMeilex/wgpu-0.11Libravatar Héctor Ramón2021-10-143-6/+9
|\ \ | | | | | | Update wgpu to 0.11
| * | Update wgpu to 0.11Libravatar Poly2021-10-133-6/+9
|/ /
| * Introduce state lifetime for `style_sheet` in `Toggler`Libravatar Héctor Ramón Jiménez2021-10-315-13/+16
| |
| * Reintroduce `Box` for `style_sheet` in `TextInput`Libravatar Héctor Ramón Jiménez2021-10-314-10/+25
| |
| * Reintroduce `Box` for `style_sheet` in `Slider`Libravatar Héctor Ramón Jiménez2021-10-315-11/+26
| |
| * Reintroduce `Box` for `style_sheet` in `Scrollable`Libravatar Héctor Ramón Jiménez2021-10-316-17/+29
| |
| * Introduce state lifetime for `style_sheet` in `Rule`Libravatar Héctor Ramón Jiménez2021-10-312-9/+9
| |
| * Reintroduce `Box` for `style_sheet` in `Radio`Libravatar Héctor Ramón Jiménez2021-10-316-14/+29
| |
| * Introduce state lifetime for `style_sheet` in `ProgressBar`Libravatar Héctor Ramón Jiménez2021-10-313-15/+16
| |
| * Introduce state lifetime for `style_sheet` in `PickList`Libravatar Héctor Ramón Jiménez2021-10-312-4/+4
| |
| * Reintroduce `Box` for `style_sheet` in `PaneGrid`Libravatar Héctor Ramón Jiménez2021-10-312-5/+14
| |
| * Reintroduce `Box` for `style_sheet` in `Container`Libravatar Héctor Ramón Jiménez2021-10-3112-30/+51
| |
| * Reintroduce `Box` for `style_sheet` in `Checkbox`Libravatar Héctor Ramón Jiménez2021-10-314-11/+26
| |
| * Reintroduce `Box` for `style_sheet` in `Button`Libravatar Héctor Ramón Jiménez2021-10-3110-30/+42
| |
| * Rewrite cursor icon logic for `integration_wgpu` exampleLibravatar Héctor Ramón Jiménez2021-10-311-5/+5
| |
| * Rewrite cursor icon logic for `integration_opengl` exampleLibravatar Héctor Ramón Jiménez2021-10-311-6/+5
| |
| * Introduce first-class `svg` module in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-3111-98/+106
| |
| * Introduce first-class `image` module in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-3112-143/+139
| |
| * Introduce first-class `text` module in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-3116-88/+87
| |
| * Remove `widget` module re-exports in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-3181-154/+166
| |
| * Migrate `geometry` example to new `Renderer` APILibravatar Héctor Ramón Jiménez2021-10-301-95/+95
| |
| * 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
| |