summaryrefslogtreecommitdiffstats
path: root/wgpu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow configuration of default fontLibravatar Héctor Ramón Jiménez2020-01-014-9/+21
|
* Move styling to a brand new `iced_style` crateLibravatar Héctor Ramón Jiménez2020-01-013-111/+10
|
* Add `border_width` and `border_color` to `Quad`Libravatar Héctor Ramón Jiménez2019-12-3114-127/+169
|
* Merge branch 'master' into feature/custom-stylingLibravatar Héctor Ramón Jiménez2019-12-313-0/+15
|\
| * Rename `Empty` widget to `Space`Libravatar Héctor Ramón Jiménez2019-12-302-3/+3
| |
| * Implement `Empty` widgetLibravatar Héctor Ramón Jiménez2019-12-302-0/+9
| | | | | | | | It can be useful if you want to fill some space with nothing.
| * Implement `Default` for `iced_wgpu::Primitive`Libravatar Héctor Ramón Jiménez2019-12-301-0/+6
| |
* | Draft basic styling for `Container`Libravatar Héctor Ramón Jiménez2019-12-314-0/+85
| |
* | Add `Renderer::Defaults` and style inheritanceLibravatar Héctor Ramón Jiménez2019-12-309-37/+83
| |
* | Add `background_color` to `Settings`Libravatar Héctor Ramón Jiménez2019-12-291-6/+12
| |
* | Draft `Style` and `StyleSheet` for `Button`Libravatar Héctor Ramón Jiménez2019-12-296-21/+124
|/
* Avoid rasterizing SVG when a dimension is 0Libravatar Héctor Ramón Jiménez2019-12-211-0/+4
|
* Fix cursor positioning in `TextInput` on overflowLibravatar Héctor Ramón Jiménez2019-12-211-10/+47
|
* Resize text measure cache to avoid panicLibravatar Héctor Ramón Jiménez2019-12-181-5/+17
| | | | | | | This should not be really necessary, as we are not really drawing anything with the measure brush... But we are using `glyph_brush` in an unconventional way, so that may be the cause. We need to redesign `wgpu_glyph` or come up with an alternative.
* Cache `Svg` load result properlyLibravatar Héctor Ramón Jiménez2019-12-152-20/+22
| | | | This avoids trying to reload the file constantly on every frame.
* Put `svg` rendering behind a feature gateLibravatar Héctor Ramón Jiménez2019-12-153-14/+31
| | | | This reduces binary size when SVG supoprt is not needed.
* Add `svg` exampleLibravatar Héctor Ramón Jiménez2019-12-151-1/+1
|
* Rerasterize SVGs when resized and refactor a bitLibravatar Héctor Ramón Jiménez2019-12-157-262/+455
|
* Merged svg pipeline into imageLibravatar Malte Veerman2019-12-127-634/+87
|
* Improved dpi handlingLibravatar Malte Veerman2019-12-122-54/+8
|
* Ran cargo_fmt over changed files.Libravatar Malte Veerman2019-12-114-41/+42
|
* Added an `Icon` widget to native.Libravatar Malte Veerman2019-12-114-5/+26
|
* Implemented SVG support in iced_wgpu.Libravatar Malte Veerman2019-12-115-1/+640
|
* Place `TextInput` cursor position on clickLibravatar Héctor Ramón Jiménez2019-12-051-16/+21
|
* Implemented `From<Color` for `Background`Libravatar Malte Veerman2019-12-041-2/+2
|
* Merge branch 'master' into feature/image-from-bytesLibravatar Héctor Ramón Jiménez2019-12-049-82/+189
|\
| * Merge pull request #95 from Friz64/scrolling-behaviourLibravatar Héctor Ramón2019-12-041-56/+64
| |\ | | | | | | Make scrolling behave like you'd expect it to
| | * Unify logic by introducing `scrollable::Scrollbar`Libravatar Héctor Ramón Jiménez2019-12-031-49/+61
| | |
| | * Address suggestionsLibravatar Friz642019-12-021-73/+29
| | |
| | * Finalize workLibravatar Friz642019-12-021-14/+18
| | |
| | * First implementationLibravatar Friz642019-12-021-24/+60
| | |
| * | Fix `TextInput` inner border radius in `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-12-031-1/+1
| | |
| * | Use `PowerPreference::Default` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-12-011-1/+1
| | |
| * | Add `repr(C)` to GPU typesLibravatar Héctor Ramón Jiménez2019-12-012-0/+4
| | |
| * | Stop loading a mono font just for the debug viewLibravatar Héctor Ramón Jiménez2019-11-261-15/+3
| | |
| * | Fallback to embedded font when system font failsLibravatar Héctor Ramón Jiménez2019-11-264-13/+120
| |/
* | Implement basic image cache trimming in iced_wgpuLibravatar Héctor Ramón Jiménez2019-11-302-7/+53
| |
* | Allow to load an image from memoryLibravatar Héctor Ramón Jiménez2019-11-294-25/+48
|/ | | | | New `image::Handle` opaque type uniquely identifying some `image::Data`, allowing reliable caching.
* Add `CHANGELOG` to subcratesLibravatar Héctor Ramón Jiménez2019-11-251-0/+14
|
* Use explicit `Uniforms` type in image pipelineLibravatar Héctor Ramón Jiménez2019-11-241-14/+24
|
* Fix copy image instance size in `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-11-241-1/+1
|
* Use latest `wgpu_glyph`Libravatar Héctor Ramón Jiménez2019-11-241-1/+1
|
* Avoid panic when image load fails in `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-11-241-63/+71
|
* Fix `iced_native` widget examplesLibravatar Héctor Ramón Jiménez2019-11-241-3/+3
|
* Write docs for `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-11-227-16/+74
|
* Merge branch 'master' into improvement/docsLibravatar Héctor Ramón Jiménez2019-11-222-2/+51
|\
| * Add installation section to subcrate `README`sLibravatar Héctor Ramón Jiménez2019-11-202-2/+14
| |
| * Add `README` for each subcrateLibravatar Héctor Ramón Jiménez2019-11-201-0/+37
| |
* | Move widgets from `core` to `native` and `web`Libravatar Héctor Ramón Jiménez2019-11-2112-268/+149
|/ | | | Also made fields private and improved `Renderer` traits.
* Draw proper checkmark for `Checkbox` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-11-143-11/+19
|