Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Rename `window::Backend` to `Compositor` | 2020-05-19 | 9 | -31/+39 | ||
| | | | | | | ||||||
| * | | | | | Move `Viewport` to `iced_graphics` | 2020-05-19 | 5 | -37/+7 | ||
| | | | | | | ||||||
| * | | | | | Move `Transformation` to `iced_graphics` | 2020-05-19 | 6 | -58/+5 | ||
| | | | | | | ||||||
| * | | | | | Draft new `iced_graphics` crate :tada: | 2020-05-19 | 100 | -1755/+861 | ||
| | | | | | | ||||||
| * | | | | | Draft first working version of `iced_glow` :tada: | 2020-05-19 | 51 | -43/+3213 | ||
| | | | | | | ||||||
* | | | | | | Merge pull request #361 from clarkmoody/pane-grid-spacing | 2020-05-28 | 2 | -23/+181 | ||
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Proper Pane Grid spacing | |||||
| * | | | | | | Structured test cases | 2020-05-27 | 1 | -65/+136 | ||
| | | | | | | | ||||||
| * | | | | | | Tests for axis split | 2020-05-26 | 1 | -0/+87 | ||
| | | | | | | | ||||||
| * | | | | | | Pane Grid spacing applied prior to rounding | 2020-05-26 | 2 | -23/+23 | ||
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On low-DPI screens, the rounding order of operations made it impossible to produce an odd-pixel spacing. Specifying 1, for instance, produced zero space between panes. This approach subtracts half the spacing from the first pane prior to rounding and uses the whole spacing for the second pane size and coordinate. | |||||
* | | | | | | Merge pull request #362 from hecrj/fix/target-quad-pixels | 2020-05-28 | 2 | -6/+6 | ||
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Align quads to physical pixels in `iced_wgpu` | |||||
| * | | | | | Align quads to physical pixels in `iced_wgpu` | 2020-05-27 | 2 | -6/+6 | ||
|/ / / / / | ||||||
| | * | | | Use published version of `wgpu_glyph` | 2020-05-29 | 1 | -1/+1 | ||
| | | | | | ||||||
| | * | | | Update `wgpu_glyph` and `glyph_brush` | 2020-05-25 | 4 | -117/+111 | ||
| |/ / / |/| | | | ||||||
* | | | | Merge pull request #358 from hecrj/improvement/pane-grid-ergonomics | 2020-05-25 | 5 | -79/+224 | ||
|\ \ \ \ | |/ / / |/| | | | Implement `State::layout` and `State::with_content` in `pane_grid` | |||||
| * | | | Write documentation for new `pane_grid` API | 2020-05-23 | 3 | -0/+58 | ||
| | | | | ||||||
| * | | | Implement `State::with_content` in `pane_grid` | 2020-05-22 | 4 | -18/+63 | ||
| | | | | ||||||
| * | | | Return new `Split` in `pane_grid::State::split` | 2020-05-22 | 1 | -2/+7 | ||
| | | | | ||||||
| * | | | Implement `State::get` in `pane_grid` | 2020-05-22 | 1 | -0/+8 | ||
| | | | | ||||||
| * | | | Expose `Node` and `State::layout` for `PaneGrid` | 2020-05-22 | 4 | -60/+89 | ||
| | | | | ||||||
| * | | | Implement `Clone` for `pane_grid::State` | 2020-05-22 | 1 | -2/+2 | ||
|/ / / | ||||||
* | | | Merge pull request #345 from AberrantWolf/master | 2020-05-15 | 3 | -19/+66 | ||
|\ \ \ | | | | | | | | | Update `Radio` to have the same layout members and fns as `Checkbox` | |||||
| * \ \ | Merge remote-tracking branch 'upstream/master' | 2020-05-15 | 1 | -1/+1 | ||
| |\ \ \ | |/ / / |/| | | | ||||||
* | | | | Merge pull request #344 from DominosCinnaStix/master | 2020-05-14 | 1 | -1/+1 | ||
|\ \ \ \ | | | | | | | | | | | fix(wgpu): Set adapter backend to PRIMARY | |||||
| * | | | | set wgpu's adapter backend to PRIMARY | 2020-05-14 | 1 | -1/+1 | ||
|/ / / / | ||||||
| * / / | Updated `Radio` layout/fns to match `Checkbox` | 2020-05-15 | 3 | -19/+66 | ||
|/ / / | ||||||
* | | | Fix `PaneGrid` not releasing split properly | 2020-05-06 | 1 | -1/+1 | ||
| | | | ||||||
* | | | Pin `gfx-memory` until allocator issue is fixed | 2020-05-06 | 1 | -0/+3 | ||
| | | | | | | | | | | | | https://github.com/gfx-rs/wgpu-rs/issues/261 | |||||
* | | | Merge pull request #334 from Veykril/master | 2020-05-05 | 1 | -4/+4 | ||
|\ \ \ | | | | | | | | | Update iced_wgpu dependencies | |||||
| * | | | Update iced_wgpu dependencies | 2020-05-05 | 1 | -4/+4 | ||
|/ / / | | | | | | | | | | | | | | | | | | | font-kit 0.4 -> 0.6 guillotiere 0.4 -> 0.5 image 0.22 -> 0.23 resvg 0.8 -> 0.9 | |||||
* | | | Merge pull request #325 from hecrj/feature/canvas-interaction | 2020-05-05 | 89 | -1326/+2509 | ||
|\ \ \ | | | | | | | | | Canvas interactivity and Game of Life example | |||||
| * | | | Update `README` of `game_of_life` example | 2020-05-04 | 2 | -2/+26 | ||
| | | | | ||||||
| * | | | Adapt `color_palette` to new `canvas` API | 2020-05-04 | 1 | -21/+27 | ||
| | | | | ||||||
| * | | | Merge branch 'master' into feature/canvas-interaction | 2020-05-04 | 8 | -5/+621 | ||
| |\ \ \ | |/ / / |/| | | | ||||||
* | | | | Merge pull request #200 from clarkmoody/color-enhancements | 2020-05-04 | 8 | -5/+621 | ||
|\ \ \ \ | | | | | | | | | | | Color Enhancements | |||||
| * | | | | Improve minor documentation details in `Color` | 2020-05-04 | 1 | -10/+16 | ||
| | | | | | ||||||
| * | | | | Use only `iced` dependency for `color_palette` | 2020-05-04 | 2 | -6/+3 | ||
| | | | | | | | | | | | | | | | | | | | | `Point` and `Size` are now properly re-exported. | |||||
| * | | | | Add screenshot to `README` of `color_palette` | 2020-05-04 | 1 | -1/+7 | ||
| | | | | | ||||||
| * | | | | Add screenshot of `color_palette` example | 2020-05-04 | 2 | -1/+1 | ||
| | | | | | ||||||
| * | | | | Mention `color_palette` in examples `README` | 2020-05-04 | 1 | -0/+1 | ||
| | | | | | ||||||
| * | | | | Reuse triangle path with transforms in `color_palette` | 2020-05-01 | 1 | -43/+28 | ||
| | | | | | ||||||
| * | | | | Use `Path::rectangle` directly in `color_palette` | 2020-05-01 | 1 | -6/+3 | ||
| | | | | | ||||||
| * | | | | Move application implementation in `color_palette` | 2020-05-01 | 1 | -206/+206 | ||
| | | | | | ||||||
| * | | | | Introduce `Theme` type in `color_palette` example | 2020-05-01 | 1 | -103/+88 | ||
| | | | | | ||||||
| * | | | | Improve `generate_theme` in `color_palette` | 2020-05-01 | 1 | -27/+15 | ||
| | | | | | ||||||
| * | | | | Remove `update_component` in `color_palette` | 2020-05-01 | 1 | -92/+4 | ||
| | | | | | | | | | | | | | | | | | | | | We can use `ColorSpace::new` instead | |||||
| * | | | | Abstract into ColorPicker and ColorSpace trait | 2020-04-27 | 1 | -312/+323 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Each color type implements ColorSpace to define its own representation and update methods. View sliders are implemented on the ColorPicker struct. | |||||
| * | | | | Use Path::rectangle and Size for drawing swatches | 2020-04-24 | 1 | -42/+21 | ||
| | | | | | ||||||
| * | | | | Replace text input fields for simple text | 2020-04-24 | 1 | -75/+20 | ||
| | | | | | ||||||
| * | | | | Do not re-export Palette from iced_core | 2020-04-24 | 3 | -7/+2 | ||
| | | | | | ||||||
| * | | | | Hex label text alignment | 2020-04-24 | 1 | -4/+6 | ||
| | | | | |