summaryrefslogtreecommitdiffstats
path: root/graphics (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rely on latest release of `lyon_tessellation`Libravatar Héctor Ramón Jiménez2021-09-011-2/+0
|
* Rely on new fast paths for basic shapes in `lyon`Libravatar Héctor Ramón Jiménez2021-08-301-0/+2
| | | | | | See [1] for more details. [1]: https://github.com/nical/lyon/pull/696
* Use `FillTessellator::tessellate_rectangle` in `Frame`Libravatar Héctor Ramón Jiménez2021-08-261-10/+8
|
* Avoid reallocating tessellators in `Frame` methodsLibravatar Héctor Ramón Jiménez2021-08-261-27/+36
|
* Update `lyon` to `0.17` in `iced_graphics`Libravatar Héctor Ramón Jiménez2021-08-264-28/+24
|
* Merge pull request #670 from twitchyliquid64/text_backendLibravatar Héctor Ramón2021-08-262-2/+39
|\ | | | | Refactor textual hit testing into a `renderer::Backend` method
| * Rename `HitTestResult` to `Hit`Libravatar Héctor Ramón Jiménez2021-08-263-7/+7
| | | | | | | | ... and also move it to a new `text` module in `iced_core`
| * Implement textual hit testingLibravatar Tom2021-08-213-4/+41
| |
* | Rename `SwapChainError` to `SurfaceError` in `iced_graphics`Libravatar Héctor Ramón Jiménez2021-08-252-3/+3
| |
* | Remove `SwapChain` associated type from `Compositor`Libravatar Héctor Ramón Jiménez2021-08-201-7/+3
| |
* | wgpu: Update to 0.10Libravatar Poly2021-08-191-0/+1
|/
* Use `thiserror` to derive `Error` for `SwapChainError`Libravatar Héctor Ramón Jiménez2021-08-041-14/+12
|
* small documentation errorLibravatar Billy Messenger2021-07-221-1/+0
|
* redo custom error for Compositor::draw()Libravatar Billy Messenger2021-07-222-22/+21
|
* add custom error for Compositor::draw()Libravatar Billy Messenger2021-07-222-5/+30
|
* Merge branch 'master' of https://github.com/hecrj/iced into wgpu_outdatedframeLibravatar Billy Messenger2021-07-2217-80/+498
|\
| * Avoid cloning `placeholder` for `PickList` unnecessarily during `draw`Libravatar Héctor Ramón Jiménez2021-07-221-2/+4
| |
| * Introduce `placeholder_color` to `pick_list::Style`Libravatar Héctor Ramón Jiménez2021-07-221-1/+4
| |
| * feat: add placeholders to pick_listLibravatar Jon Pacheco2021-07-221-1/+2
| | | | | | | | see issue #726
| * fix-typoLibravatar Diego Fujii2021-06-241-1/+1
| |
| * docs: update all 0.2 github links to 0.3Libravatar Yusuf Bera Ertan2021-06-141-1/+1
| |
| * Change label of `Toggler` to optionalLibravatar Kaiden422021-06-031-2/+7
| |
| * Implement `Toggler` widget for iced_nativeLibravatar Kaiden422021-06-032-0/+97
| |
| * Use `Padding::horizontal` and `Padding::vertical` helpersLibravatar Héctor Ramón2021-06-012-4/+3
| |
| * Fix `Tooltip` widgetLibravatar Héctor Ramón2021-06-011-3/+3
| |
| * Add support for asymmetrical paddingLibravatar Ben LeFevre2021-06-013-13/+15
| |
| * Enable event handling within the title elementsLibravatar Clark Moody2021-05-241-3/+3
| | | | | | | | | | Shrink the pick area to avoid both the controls and the title elements. Handle events and merge title area event status with control events.
| * Provide `compatible_surface` in `iced_wgpu::Compositor`Libravatar Héctor Ramón2021-05-051-1/+4
| |
| * Fix `Scrollable` scrollbar being rendered behind contentsLibravatar Héctor Ramón2021-05-031-1/+9
| | | | | | | | ... by issuing a new clip layer just for the scrollbar itself.
| * Update frame.rsLibravatar Downtime2021-04-011-1/+1
| |
| * Bump versions :tada:Libravatar Héctor Ramón Jiménez2021-03-311-3/+3
| |
| * Merge pull request #770 from hecrj/feature/clipboard-writeLibravatar Héctor Ramón2021-03-101-2/+2
| |\ | | | | | | Write clipboard support and `TextInput` copy and cut behavior
| | * Make `Clipboard` argument in `Widget` trait mutableLibravatar Héctor Ramón Jiménez2021-03-101-2/+2
| | |
| * | Reposition `Tooltip` inside `viewport` boundsLibravatar Héctor Ramón Jiménez2021-02-271-37/+60
| | | | | | | | | | | | ... only when out of bounds.
| * | Fix `viewport` argument in `PaneGrid` draw callsLibravatar Héctor Ramón Jiménez2021-02-271-5/+14
| |/
| * Generate new layers only for clip primitives in `Layer::generate`Libravatar Héctor Ramón Jiménez2021-02-231-12/+28
| |
| * Add `style` and `padding` to `Tooltip`Libravatar Héctor Ramón Jiménez2021-02-231-24/+62
| |
| * Introduce `Tooltip::gap` to control spacingLibravatar Héctor Ramón Jiménez2021-02-231-6/+10
| |
| * Change `Tooltip` to support `Text` only for nowLibravatar Héctor Ramón Jiménez2021-02-231-5/+71
| |
| * feat(native): add Tooltip widgetLibravatar Yusuf Bera Ertan2021-02-152-0/+40
| |
| * Disable default features of `qrcode` for `iced_graphics`Libravatar Héctor Ramón Jiménez2021-01-211-0/+1
| |
| * Fix `physical_width` getter incorrectly returning the heightLibravatar Tanner Rogalsky2021-01-141-1/+1
| |
| * Implement split highlight on hover for `PaneGrid`Libravatar Héctor Ramón Jiménez2021-01-011-12/+66
| |
| * Merge pull request #657 from clarkmoody/feature/pane-grid-title-contentsLibravatar Héctor Ramón2020-12-221-22/+11
| |\ | | | | | | Generic Element Content in Pane Grid TitleBar
| | * Remove unnecessary `text::Renderer` bound for `PaneGrid`Libravatar Héctor Ramón Jiménez2020-12-221-3/+2
| | | | | | | | | | | | This is no longer necessary, as we do not render text directly anymore.
| | * Replace TitleBar string title with generic ContentLibravatar Clark Moody2020-12-101-19/+9
| | |
| * | Update `font-kit` to `0.10`Libravatar Héctor Ramón Jiménez2020-12-191-1/+1
| | |
| * | Rename `starting_cursor_pos` to `cursor_grabbed_at` in `image::Viewer`Libravatar Héctor Ramón Jiménez2020-12-181-1/+1
| | |
| * | Fix `layout` of `image::Viewer`Libravatar Héctor Ramón Jiménez2020-12-181-5/+9
| | |
| * | Format use declarations in `image::viewer`Libravatar Héctor Ramón Jiménez2020-12-181-4/+4
| | |