summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-2613-69/+335
|\
| * Rename `HitTestResult` to `Hit`Libravatar Héctor Ramón Jiménez2021-08-2614-48/+48
| * Implement textual hit testingLibravatar Tom2021-08-2113-75/+341
* | Merge pull request #1000 from PolyMeilex/wgpu-0.10Libravatar Héctor Ramón2021-08-2515-120/+123
|\ \ | |/ |/|
| * Rename `SwapChainError` to `SurfaceError` in `iced_graphics`Libravatar Héctor Ramón Jiménez2021-08-254-9/+9
| * Add spaces around `iced_wgpu` feature list in `Cargo.toml` of `integration_wgpu`Libravatar Héctor Ramón Jiménez2021-08-251-1/+1
| * Rename `surf` variable to `surface`Libravatar Héctor Ramón Jiménez2021-08-251-1/+1
| * Remove `SwapChain` associated type from `Compositor`Libravatar Héctor Ramón Jiménez2021-08-203-24/+16
| * Update wgpu_glyphLibravatar Poly2021-08-191-1/+1
| * wgpu: Update to 0.10Libravatar Poly2021-08-1914-89/+100
* | Update `winit` and `glutin` dependenciesLibravatar Héctor Ramón Jiménez2021-08-192-2/+2
|/
* Update `winit` and `glutin` dependenciesLibravatar Héctor Ramón Jiménez2021-08-163-8/+8
* Merge pull request #617 from sztomi/integration_glLibravatar Héctor Ramón2021-08-1415-9/+432
|\
| * Sort example list in `Cargo.toml`Libravatar Héctor Ramón Jiménez2021-08-131-3/+3
| * Update `README` in `examples` directoryLibravatar Héctor Ramón Jiménez2021-08-132-3/+4
| * Fix `panic!` warnings in `integration_opengl` exampleLibravatar Héctor Ramón Jiménez2021-08-132-2/+8
| * Fix formatting of `integration_opengl` exampleLibravatar Héctor Ramón Jiménez2021-08-131-3/+9
| * Rename `integration` examplesLibravatar Héctor Ramón Jiménez2021-08-1313-7/+9
| * Add integration_gl exampleLibravatar Tamás Szelei2021-08-137-2/+410
|/
* Merge pull request #994 from BillyDM/masterLibravatar Héctor Ramón2021-08-131-2/+2
|\
| * tweak default rule styleLibravatar Billy Messenger2021-08-121-2/+2
|/
* Merge pull request #654 from atbentley/hide-titlebar-macosLibravatar Héctor Ramón2021-08-124-8/+37
|\
| * Fix minor formatting nitpicksLibravatar Héctor Ramón Jiménez2021-08-121-0/+3
| * Convert empty struct `PlatformSpecific` into empty typeLibravatar Héctor Ramón Jiménez2021-08-121-1/+1
| * Add PlatformSpecific winit settings for macOSLibravatar Andrew Bentley2021-08-123-6/+32
|/
* Merge pull request #652 from twitchyliquid64/text_input_fixLibravatar Héctor Ramón2021-08-121-0/+10
|\
| * text_input: Do not capture tab/up/down keysLibravatar Tom2020-12-161-0/+10
* | Merge pull request #517 from Kaiden42/embeddedLibravatar Héctor Ramón2021-08-121-0/+165
|\ \
| * | Format codeLibravatar Kaiden422020-09-091-2/+2
| * | Merge branch 'master' from upstream into embeddedLibravatar Kaiden422020-09-0941-68/+176
| |\ \
| * | | Add trait for embedded web applicationsLibravatar Kaiden422020-09-091-0/+165
* | | | Merge pull request #599 from oknozor/wayland-app-idLibravatar Héctor Ramón2021-08-114-2/+36
|\ \ \ \
| * | | | Introduce explicit `id` field to `Settings`Libravatar Héctor Ramón Jiménez2021-08-114-3/+25
| * | | | Match winit unix targets for wayland app_idLibravatar Paul Delafosse2021-08-111-1/+7
| * | | | Add wayland app_idLibravatar Paul Delafosse2021-08-111-0/+6
|/ / / /
* | | | Merge pull request #667 from BillyDM/wgpu_outdatedframeLibravatar Héctor Ramón2021-08-055-110/+181
|\ \ \ \
| * | | | 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-224-56/+63
| * | | | add custom error for Compositor::draw()Libravatar Billy Messenger2021-07-225-31/+70
| * | | | only panic when wgpu gives OutOfMemory swapchain errorLibravatar Billy Messenger2021-07-221-1/+1
| * | | | Merge branch 'master' of https://github.com/hecrj/iced into wgpu_outdatedframeLibravatar Billy Messenger2021-07-22219-1761/+6266
| |\ \ \ \
| * | | | | remove unused codeLibravatar Billy Messenger2020-12-161-4/+2
| * | | | | don't panic when swapchain frame is outdatedLibravatar Billy Messenger2020-12-164-109/+141
* | | | | | Merge pull request #978 from ATiltedTree/use-preffered-formatLibravatar Héctor Ramón2021-08-044-33/+37
|\ \ \ \ \ \
| * | | | | | Fix typo in `integration` exampleLibravatar Héctor Ramón Jiménez2021-08-041-1/+1
| * | | | | | wgpu: Use the preferred texture format of the surfaceLibravatar Tilmann Meyer2021-08-034-33/+37