summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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
|/ / /
* | | Merge pull request #205 from hecrj/feature/wgpu-configurable-formatLibravatar Héctor Ramón2020-02-2511-22/+69
|\ \ \ | | | | | | | | Make output format of `iced_wgpu` configurable
| * | | 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`
| * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | moved click tracking as a new State struct to input::mouse made cursor field of text_input state private brought back cursor type(Index, Selection) representation with a state enum cleaned out some stuff (but not enough/all) TODO: Documentation (sigh) TODO: Editor struct TODO: some (hopefully) small improvements here and there
| | * 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
| | | | | | | | | | | | 3 clicks to select all
| | * 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 examples
| * | 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 example
| * | Fix sample file path for svg exampleLibravatar Piaoger2020-02-201-1/+1
|/ / | | | | Sample tiger.svg is move to resources after directory restructuring. This change is to correct the path
* | Merge pull request #193 from hecrj/feature/canvasLibravatar Héctor Ramón2020-02-2042-209/+2094
|\ \ | | | | | | Canvas widget for 2D graphics
| * | Rename `Settings::use_antialiasing` to `antialiasing`Libravatar Héctor Ramón Jiménez2020-02-185-6/+6
| | |
| * | Write documentation for new `canvas` moduleLibravatar Héctor Ramón Jiménez2020-02-1817-196/+434
| | |
| * | Rename `Settings::antialiasing` to `use_antialiasing`Libravatar Héctor Ramón Jiménez2020-02-155-5/+5
| | |
| * | Request high performance adapter if MSAA is enabledLibravatar Héctor Ramón Jiménez2020-02-151-1/+5
| | |
| * | Implement MSAA for `triangle` pipeline in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-02-1515-73/+539
| | |
| * | Merge branch 'master' into feature/canvasLibravatar Héctor Ramón Jiménez2020-02-155-11/+34
| |\ \
| * | | Upgrade `Mesh2D` indices from `u16` to `u32`Libravatar Héctor Ramón Jiménez2020-02-143-4/+4
| | | |