Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Align text in `iced_wgpu` on a case-by-case basis | 2020-04-10 | 4 | -23/+23 | |
| | |||||
* | Merge pull request #279 from hecrj/fix/text-input-measure-value | 2020-04-10 | 1 | -7/+17 | |
|\ | | | | | Fix `text_input::Renderer` implementation in `iced_wgpu` | ||||
| * | Fix unnecessary clip of text input in `iced_wgpu` | 2020-04-09 | 1 | -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` | 2020-04-09 | 1 | -3/+3 | |
| | | | | | | | | It accounts for spaces at the start of text now. | ||||
* | | Stop generating empty `Mesh2D` in `canvas::Frame` | 2020-04-09 | 1 | -7/+9 | |
|/ | |||||
* | impl default for canvas cache | 2020-04-08 | 1 | -7/+24 | |
| | |||||
* | Enable feature flags in `docs.rs` | 2020-04-05 | 1 | -0/+4 | |
| | |||||
* | document wgpu feature flags | 2020-04-04 | 3 | -0/+4 | |
| | |||||
* | Bump all versions :tada: | 2020-04-02 | 2 | -4/+10 | |
| | |||||
* | Remove subcrates `CHANGELOG` | 2020-04-02 | 1 | -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 documentation | 2020-04-02 | 1 | -0/+7 | |
| | |||||
* | Update `iced_wgpu` root documentation | 2020-04-02 | 2 | -2/+3 | |
| | |||||
* | Add examples to `Canvas` documentation | 2020-04-02 | 1 | -2/+15 | |
| | |||||
* | Fix minor documentation issues | 2020-04-02 | 3 | -2/+3 | |
| | |||||
* | Add example for `Canvas` widget | 2020-04-02 | 1 | -2/+39 | |
| | |||||
* | Update `iced_wgpu` information in repository docs | 2020-04-02 | 1 | -1/+2 | |
| | |||||
* | Implement `svg::Handle::from_memory` | 2020-03-31 | 1 | -3/+13 | |
| | | | | Useful if you already have your SVG data in memory. | ||||
* | Remove unnecessary `clone` call in `Transformation` | 2020-03-29 | 1 | -1/+1 | |
| | |||||
* | Improve `Antialiasing::sample_count` signature | 2020-03-29 | 1 | -1/+1 | |
| | |||||
* | Remove unnecessary conversion in `iced_wgpu` | 2020-03-29 | 1 | -2/+1 | |
| | |||||
* | Remove redundant field assignment | 2020-03-29 | 2 | -2/+2 | |
| | |||||
* | Remove unnecessary merge of `iced_wgpu::Defaults` | 2020-03-29 | 2 | -3/+1 | |
| | |||||
* | Use `!is_empty()` instead of `len() > 0` | 2020-03-29 | 1 | -1/+1 | |
| | |||||
* | Fix formatting | 2020-03-28 | 1 | -1/+1 | |
| | |||||
* | Clippy | 2020-03-28 | 1 | -5/+5 | |
| | |||||
* | Implement `Renderer::find_cursor_position` | 2020-03-25 | 1 | -2/+2 | |
| | |||||
* | Improve `text_input::cursor` API | 2020-03-24 | 1 | -46/+75 | |
| | |||||
* | Merge branch 'master' into feature/text-selection | 2020-03-24 | 33 | -474/+1371 | |
|\ | |||||
| * | Create `PaneGrid` alias in `iced_wgpu` | 2020-03-19 | 2 | -0/+20 | |
| | | |||||
| * | Make cursor unavailable when dragging panes | 2020-03-18 | 1 | -1/+9 | |
| | | |||||
| * | Improve pane selection when resizing a `PaneGrid` | 2020-03-14 | 1 | -2/+2 | |
| | | |||||
| * | Implement mouse-based pane resizing for `PaneGrid` | 2020-03-14 | 1 | -1/+7 | |
| | | |||||
| * | Clip `scrollable` primitives only when necessary | 2020-03-10 | 1 | -7/+7 | |
| | | |||||
| * | Draft drag and drop support for `PaneGrid` | 2020-03-10 | 1 | -18/+62 | |
| | | |||||
| * | Fix `Debug` implementation of `layer::cache::State` | 2020-03-10 | 1 | -3/+2 | |
| | | |||||
| * | Merge branch 'master' into feature/panes-widget | 2020-03-10 | 8 | -81/+193 | |
| |\ | |||||
| | * | Implement `Default` for `canvas::Text` | 2020-03-08 | 1 | -0/+14 | |
| | | | |||||
| | * | Transform text position in `Frame::fill_text` | 2020-03-08 | 1 | -3/+23 | |
| | | | | | | | | | | | | Also add a warning explaining its current limitations. | ||||
| | * | Take a slice in `iced_wgpu::triangle` pipeline | 2020-03-07 | 1 | -1/+1 | |
| | | | |||||
| | * | Implement `Primitive::Cached` | 2020-03-07 | 8 | -101/+126 | |
| | | | |||||
| | * | Rename `Frame::text` to `Frame::fill_text` | 2020-03-07 | 1 | -2/+4 | |
| | | | | | | | | | | | | This keeps the API similar to the Web Canvas API. | ||||
| | * | Rename `canvas::TextNode` to `canvas::Text` | 2020-03-07 | 3 | -9/+11 | |
| | | | |||||
| | * | implement text support in canvas widget | 2020-03-06 | 5 | -31/+80 | |
| | | | |||||
| * | | Rename `Panes` widget to `PaneGrid` | 2020-03-10 | 2 | -4/+4 | |
| | | | |||||
| * | | Merge branch 'master' into feature/panes-widget | 2020-03-05 | 1 | -3/+8 | |
| |\| | |||||
| | * | Fix offsets in `triangle` pipeline | 2020-03-04 | 1 | -3/+8 | |
| | | | | | | | | | | | | Yes, again... | ||||
| * | | Compute `panes` regions and focus on click | 2020-03-04 | 1 | -3/+3 | |
| | | | |||||
| * | | Improve `Debug` implementation of `cache::State` | 2020-03-04 | 1 | -1/+14 | |
| | | | |||||
| * | | Draft `Panes` widget and `panes` example | 2020-03-04 | 2 | -0/+35 | |
| |/ | |||||
| * | Use new `wgpu_glyph` release in `iced_wgpu` | 2020-03-03 | 1 | -1/+1 | |
| | |