summaryrefslogtreecommitdiffstats
path: root/wgpu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Align text in `iced_wgpu` on a case-by-case basisLibravatar Héctor Ramón Jiménez2020-04-104-23/+23
|
* Merge pull request #279 from hecrj/fix/text-input-measure-valueLibravatar Héctor Ramón2020-04-101-7/+17
|\ | | | | Fix `text_input::Renderer` implementation in `iced_wgpu`
| * Fix unnecessary clip of text input in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-04-091-4/+14
| | | | | | | | | | It should only produce a `Clip` primitive when the contents overflow the input now.
| * Fix `measure_value` for text input in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-04-091-3/+3
| | | | | | | | It accounts for spaces at the start of text now.
* | Stop generating empty `Mesh2D` in `canvas::Frame`Libravatar Héctor Ramón Jiménez2020-04-091-7/+9
|/
* impl default for canvas cacheLibravatar Rob Ede2020-04-081-7/+24
|
* Enable feature flags in `docs.rs`Libravatar Héctor Ramón Jiménez2020-04-051-0/+4
|
* document wgpu feature flagsLibravatar Rob Ede2020-04-043-0/+4
|
* Bump all versions :tada:Libravatar Héctor Ramón Jiménez2020-04-022-4/+10
|
* Remove subcrates `CHANGELOG`Libravatar Héctor Ramón Jiménez2020-04-021-14/+0
| | | | | | | | | | | | At this stage, it is important to allow the library to change rapidly. Because of this, keeping a log of changes can be counter-productive. We do not want pin down design decisions by writing detailed changelogs (sunk cost fallacy). Once the library and its different parts start becoming more stable and mature, we will reintroduce changelogs accordingly. For now, we will keep a main `CHANGELOG` file just for the `iced` crate.
* Add example to `pane_grid` module documentationLibravatar Héctor Ramón Jiménez2020-04-021-0/+7
|
* Update `iced_wgpu` root documentationLibravatar Héctor Ramón Jiménez2020-04-022-2/+3
|
* Add examples to `Canvas` documentationLibravatar Héctor Ramón Jiménez2020-04-021-2/+15
|
* Fix minor documentation issuesLibravatar Héctor Ramón Jiménez2020-04-023-2/+3
|
* Add example for `Canvas` widgetLibravatar Héctor Ramón Jiménez2020-04-021-2/+39
|
* Update `iced_wgpu` information in repository docsLibravatar Héctor Ramón Jiménez2020-04-021-1/+2
|
* Implement `svg::Handle::from_memory`Libravatar Héctor Ramón Jiménez2020-03-311-3/+13
| | | | Useful if you already have your SVG data in memory.
* Remove unnecessary `clone` call in `Transformation`Libravatar Héctor Ramón Jiménez2020-03-291-1/+1
|
* Improve `Antialiasing::sample_count` signatureLibravatar Héctor Ramón Jiménez2020-03-291-1/+1
|
* Remove unnecessary conversion in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-03-291-2/+1
|
* Remove redundant field assignmentLibravatar Héctor Ramón Jiménez2020-03-292-2/+2
|
* Remove unnecessary merge of `iced_wgpu::Defaults`Libravatar Héctor Ramón Jiménez2020-03-292-3/+1
|
* Use `!is_empty()` instead of `len() > 0`Libravatar Héctor Ramón Jiménez2020-03-291-1/+1
|
* Fix formattingLibravatar Kai Mast2020-03-281-1/+1
|
* ClippyLibravatar Kai Mast2020-03-281-5/+5
|
* Implement `Renderer::find_cursor_position`Libravatar Héctor Ramón Jiménez2020-03-251-2/+2
|
* Improve `text_input::cursor` APILibravatar Héctor Ramón Jiménez2020-03-241-46/+75
|
* Merge branch 'master' into feature/text-selectionLibravatar Héctor Ramón Jiménez2020-03-2433-474/+1371
|\
| * Create `PaneGrid` alias in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-03-192-0/+20
| |
| * Make cursor unavailable when dragging panesLibravatar Héctor Ramón Jiménez2020-03-181-1/+9
| |
| * Improve pane selection when resizing a `PaneGrid`Libravatar Héctor Ramón Jiménez2020-03-141-2/+2
| |
| * Implement mouse-based pane resizing for `PaneGrid`Libravatar Héctor Ramón Jiménez2020-03-141-1/+7
| |
| * Clip `scrollable` primitives only when necessaryLibravatar Héctor Ramón Jiménez2020-03-101-7/+7
| |
| * Draft drag and drop support for `PaneGrid`Libravatar Héctor Ramón Jiménez2020-03-101-18/+62
| |
| * Fix `Debug` implementation of `layer::cache::State`Libravatar Héctor Ramón Jiménez2020-03-101-3/+2
| |
| * Merge branch 'master' into feature/panes-widgetLibravatar Héctor Ramón Jiménez2020-03-108-81/+193
| |\
| | * 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-078-101/+126
| | |
| | * 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
| | |
| * | Rename `Panes` widget to `PaneGrid`Libravatar Héctor Ramón Jiménez2020-03-102-4/+4
| | |
| * | Merge branch 'master' into feature/panes-widgetLibravatar Héctor Ramón Jiménez2020-03-051-3/+8
| |\|
| | * Fix offsets in `triangle` pipelineLibravatar Héctor Ramón Jiménez2020-03-041-3/+8
| | | | | | | | | | | | Yes, again...
| * | Compute `panes` regions and focus on clickLibravatar Héctor Ramón Jiménez2020-03-041-3/+3
| | |
| * | Improve `Debug` implementation of `cache::State`Libravatar Héctor Ramón Jiménez2020-03-041-1/+14
| | |
| * | Draft `Panes` widget and `panes` exampleLibravatar Héctor Ramón Jiménez2020-03-042-0/+35
| |/
| * Use new `wgpu_glyph` release in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-03-031-1/+1
| |