summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #211 from mrkgnao/masterLibravatar Héctor Ramón2020-03-012-0/+43
|\ \ \
| * | | Note BGRA requirement in Handle::from_pixels docsLibravatar Soham Chowdhury2020-03-011-1/+3
| * | | Add support for loading already-decoded image pixelsLibravatar Soham Chowdhury2020-02-292-0/+41
|/ / /
* | | Fix offsets of buffer uploads in triangle pipelineLibravatar Héctor Ramón Jiménez2020-02-281-10/+13
* | | Merge pull request #154 from Maldela/atlasLibravatar Héctor Ramón2020-02-2818-351/+957
|\ \ \
| * | | Remove unnecessary `pub(crate) use`Libravatar Héctor Ramón Jiménez2020-02-282-4/+1
| * | | Stop creating image pipeline when unnecessaryLibravatar Héctor Ramón Jiménez2020-02-2811-86/+114
| * | | Move `Atlas::deallocate` after `allocate`Libravatar Héctor Ramón Jiménez2020-02-261-21/+21
| * | | Move `Debug` implementation for `vector::Svg`Libravatar Héctor Ramón Jiménez2020-02-261-11/+6
| * | | Derive `Debug` for `raster::Memory`Libravatar Héctor Ramón Jiménez2020-02-261-11/+1
| * | | Make new `texture` module private for nowLibravatar Héctor Ramón Jiménez2020-02-261-2/+2
| * | | Remove unused code warnings in `iced_wgpu::image`Libravatar Héctor Ramón Jiménez2020-02-261-8/+13
| * | | Add `env_logger` to `svg` exampleLibravatar Héctor Ramón Jiménez2020-02-262-3/+9
| * | | Deallocate atlas entries and remove paddingLibravatar Héctor Ramón Jiménez2020-02-265-46/+84
| * | | Fix multiple issues from the refactoringLibravatar Héctor Ramón Jiménez2020-02-264-42/+86
| * | | Avoid creating a vertex buffer every frameLibravatar Héctor Ramón Jiménez2020-02-265-50/+75
| * | | Refactor texture atlasLibravatar Héctor Ramón Jiménez2020-02-2611-653/+633
| * | | Recompile `image` shadersLibravatar Héctor Ramón Jiménez2020-02-252-0/+0
| * | | Implemented automatic deallocation of texture space for dropped allocationsLibravatar Malte Veerman2020-02-253-85/+88
| * | | When deallocating the last allocation in an allocator mark its layer as emptyLibravatar Malte Veerman2020-02-251-24/+23
| * | | Updated shaders and removed debug_stub_derive dependencyLibravatar Malte Veerman2020-02-256-19/+51
| * | | Batch image draw calls into one with multiple instancesLibravatar Malte Veerman2020-02-253-203/+160
| * | | Implement allocating large images across multiple texture array layers.Libravatar Malte Veerman2020-02-253-208/+539
| * | | Use array of atlases instead of one growing indefinitely.Libravatar Malte Veerman2020-02-255-281/+260
| * | | Fixed texture bleedingLibravatar Malte Veerman2020-02-251-4/+4
| * | | Some small debug changesLibravatar Malte Veerman2020-02-252-12/+12
| * | | Merged image and svg texture atlases into one owned by the image pipeline.Libravatar Malte Veerman2020-02-254-159/+91
| * | | Implemented a texture atlas for images and svgs.Libravatar Malte Veerman2020-02-257-211/+476
|/ / /
* | | Merge pull request #205 from hecrj/feature/wgpu-configurable-formatLibravatar Héctor Ramón2020-02-2511-22/+69
|\ \ \
| * | | Make output format of `iced_wgpu` configurableLibravatar Héctor Ramón Jiménez2020-02-2411-22/+69
|/ / /
* | | Merge pull request #201 from hecrj/fix/clip-primitive-intersectionLibravatar Héctor Ramón2020-02-232-18/+61
|\ \ \
| * | | Fix `Clip` primitive intersection in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-02-222-18/+61
|/ / /
| | * Convert `mouse::State` into `mouse::Click`Libravatar Héctor Ramón Jiménez2020-03-243-84/+111
| | * fixed panic on pasting into non updating inputLibravatar FabianLars2020-03-141-1/+1
| | * keep cursor inside value boundaries more reliableLibravatar FabianLars2020-03-131-3/+3
| | * disable word selection if is_secure == trueLibravatar FabianLars2020-02-271-6/+10
| | * really small cleanupLibravatar FabianLars2020-02-262-8/+2
| | * More selection actions: (Ctrl +) Shift + Left/Right, Shift + Home/EndLibravatar FabianLars2020-02-252-5/+45
| | * double click fixedLibravatar FabianLars2020-02-242-6/+4
| | * moved cursor into own fileLibravatar FabianLars2020-02-244-284/+315
| | * Text Selection completely rewrittenLibravatar FabianLars2020-02-242-310/+324
| | * styling example fixed (added selection_color)Libravatar FabianLars2020-02-231-0/+4
| | * max time window for double clickLibravatar FabianLars2020-02-231-1/+20
| | * double click for word selectionLibravatar FabianLars2020-02-231-1/+39
| | * ctrl + a selection for text inputLibravatar FabianLars2020-02-221-0/+10
| | * inital patch by FinneraleLibravatar FabianLars2020-02-223-42/+259
| |/ |/|
* | Merge pull request #198 from hecrj/improvement/example-readmesLibravatar Héctor Ramón2020-02-2212-1/+199
|\ \
| * | Create `README` files for all the examplesLibravatar Héctor Ramón Jiménez2020-02-2112-1/+199
|/ /
* | Merge pull request #196 from piaoger/patch-1Libravatar Héctor Ramón2020-02-201-1/+1
|\ \
| * | Fix sample file path for svg exampleLibravatar Piaoger2020-02-201-1/+1
|/ /