summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Improve documentation of `Application::run`Libravatar Héctor Ramón Jiménez2021-11-291-2/+3
| * Fix imports in `application` modulesLibravatar Héctor Ramón Jiménez2021-11-292-2/+2
| * Allow `Application::run` to return on native platformsLibravatar Andreas Hofstadler2021-11-293-7/+13
* | Merge pull request #1118 from TannerRogalsky/native-web-fixesLibravatar Héctor Ramón2021-11-293-29/+53
|\ \ | |/ |/|
| * Use iced_futures utilities to make native work under wasm32 target.Libravatar Tanner Rogalsky2021-11-142-7/+6
| * Collect the platform-specific concrete future implementations into mods.Libravatar Tanner Rogalsky2021-11-141-22/+47
* | Merge pull request #1125 from iced-rs/fix/overlay-layer-clip-boundsLibravatar Héctor Ramón2021-11-231-1/+1
|\ \
| * | Fix overflow of graphics primitives in overlaysLibravatar Héctor Ramón Jiménez2021-11-211-1/+1
* | | Merge pull request #1124 from iced-rs/fix/pane-grid-mouse-interactionLibravatar Héctor Ramón2021-11-221-4/+27
|\ \ \
| * | | Fix implementation of `Widget::mouse_interaction` for `PaneGrid`Libravatar Héctor Ramón Jiménez2021-11-211-4/+27
| |/ /
* | | Merge pull request #1121 from Imberflur/fix-some-doc-linksLibravatar Héctor Ramón2021-11-212-1/+3
|\ \ \ | |/ / |/| |
| * | Fix a few doc linksLibravatar Imbris2021-11-172-1/+3
|/ /
* | Merge pull request #1114 from tarkah/fix/slider-optimizationLibravatar Héctor Ramón2021-11-161-6/+16
|\ \
| * | Derive `Eq` for `slider::State` againLibravatar Héctor Ramón Jiménez2021-11-151-1/+1
| * | Use `value` in `Slider` to store the `previous` valueLibravatar Héctor Ramón Jiménez2021-11-151-8/+3
| * | Don't rebroadcast redundant slider messagesLibravatar Cory Forsstrom2021-11-111-7/+22
* | | Merge pull request #1116 from gonsor/checkbox_text_colorLibravatar Héctor Ramón2021-11-153-12/+15
|\ \ \
| * | | Add checkbox text_color stylingLibravatar Daniel May2021-11-143-12/+15
| |/ /
* | | Merge pull request #1117 from TannerRogalsky/twox-hash_no-default-featuresLibravatar Héctor Ramón2021-11-151-1/+1
|\ \ \ | |/ / |/| / | |/
| * Disable default features in twox-hash dependency.Libravatar Tanner Rogalsky2021-11-141-1/+1
|/
* Merge pull request #1106 from RamType0/RemoveUnnecessaryStringAllocationInExa...Libravatar Héctor Ramón2021-11-105-12/+10
|\
| * 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
* | Merge pull request #1110 from iced-rs/remove-renderer-traitsLibravatar Héctor Ramón2021-11-07142-4560/+3316
|\ \
| * \ 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 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
| * 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
| * Fix `mouse_interaction` using wrong layout in `PaneGrid`Libravatar Héctor Ramón Jiménez2021-11-011-3/+2
| * Reintroduce `draw` method in `TextInput`Libravatar Héctor Ramón Jiménez2021-11-011-156/+174
| * 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 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 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.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