summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Implement `Column` and `Row` changes in `iced_web`Libravatar Héctor Ramón Jiménez2020-03-172-24/+6
|
* Reuse `with_children` to remove some duplicationLibravatar Héctor Ramón Jiménez2020-03-172-20/+2
|
* Rename `new_with_children` to `with_children`Libravatar Héctor Ramón Jiménez2020-03-172-4/+8
|
* Instantiate Column and Row with childrenLibravatar Rowun Giles2020-03-164-0/+64
|
* Fix `Scrollable` width consistencyLibravatar Héctor Ramón Jiménez2020-03-142-2/+3
|
* Update `window_clipboard` in `iced_winit`Libravatar Héctor Ramón Jiménez2020-03-121-4/+1
|
* Merge pull request #215 from hecrj/improvement/update-winitLibravatar Héctor Ramón2020-03-113-14/+9
|\ | | | | Update `winit` to `0.22`
| * Update `winit` to `0.22`Libravatar Héctor Ramón Jiménez2020-03-093-14/+9
|/
* Merge pull request #214 from artursapek/artur/canvas-textLibravatar Héctor Ramón2020-03-0912-86/+219
|\ | | | | Implement text support in canvas widget
| * Implement `Default` for `canvas::Text`Libravatar Héctor Ramón Jiménez2020-03-081-0/+14
| |
| * Transform text position in `Frame::fill_text`Libravatar Héctor Ramón Jiménez2020-03-081-3/+23
| | | | | | | | Also add a warning explaining its current limitations.
| * Take a slice in `iced_wgpu::triangle` pipelineLibravatar Héctor Ramón Jiménez2020-03-071-1/+1
| |
| * Implement `Primitive::Cached`Libravatar Héctor Ramón Jiménez2020-03-0712-106/+152
| |
| * Rename `Frame::text` to `Frame::fill_text`Libravatar Héctor Ramón Jiménez2020-03-071-2/+4
| | | | | | | | This keeps the API similar to the Web Canvas API.
| * Rename `canvas::TextNode` to `canvas::Text`Libravatar Héctor Ramón Jiménez2020-03-073-9/+11
| |
| * implement text support in canvas widgetLibravatar Artur Sapek2020-03-065-31/+80
|/
* Update `reqwest` in `pokedex` exampleLibravatar Héctor Ramón Jiménez2020-03-061-5/+9
|
* Merge pull request #91 from nvzqz/const-all-the-thingsLibravatar Héctor Ramón2020-03-063-4/+4
|\ | | | | Make many functions `const`
| * Remove counterintuitive constant functionsLibravatar Héctor Ramón Jiménez2020-03-0614-55/+52
| |
| * Make many functions `const`Libravatar Nikolai Vazquez2019-11-2916-57/+60
| | | | | | | | | | | | | | | | The point is to set up repeated components or boilerplate before their use sites. The majority of these make sense as `const`. However, some functions such as those regarding state may not make sense as `const`.
* | Fix offsets in `triangle` pipelineLibravatar Héctor Ramón Jiménez2020-03-041-3/+8
| | | | | | | | Yes, again...
* | Use new `wgpu_glyph` release in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-03-031-1/+1
| |
* | Merge pull request #211 from mrkgnao/masterLibravatar Héctor Ramón2020-03-012-0/+43
|\ \ | | | | | | Add support for loading already-decoded image pixels
| * | 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
|\ \ | | | | | | Texture atlas
| * | 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
| | | | | | | | | | | | | | | | | | - Update texture view on grow - Fix atlas texture coordinates - Fix fragmented uploads
| * | 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
| | | | | | | | | | | | | | | | | | - Split into multiple modules - Rename some concepts - Change API details
| * | 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
|/ /