Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | added FillMode enum style for the Rule widget | 2020-08-22 | 1 | -1/+1 | ||
| * | widget Rule added | 2020-08-22 | 2 | -0/+13 | ||
* | | Upgrade glam to 0.9 & use glam's Mat4 ortho rh gl. | 2020-08-17 | 1 | -1/+0 | ||
|/ | ||||||
* | Rename `ComboBox` to `PickList` | 2020-07-10 | 3 | -12/+12 | ||
* | Write documentation for the new `overlay` API | 2020-07-10 | 2 | -1/+2 | ||
* | Merge branch 'master' into feature/overlay | 2020-07-10 | 1 | -2/+14 | ||
|\ | ||||||
| * | Merge branch 'master' into feature/pane-grid-titlebar | 2020-07-08 | 6 | -16/+57 | ||
| |\ | ||||||
| * | | Draft drawing logic for `Content` and `TitleBar` | 2020-06-05 | 1 | -2/+14 | ||
| * | | Draft first-class `TitleBar` in `pane_grid` | 2020-06-04 | 1 | -2/+2 | ||
* | | | Add styling support for `ComboBox` and `Menu` | 2020-07-08 | 1 | -1/+6 | ||
* | | | Render arrow icon in `ComboBox` | 2020-07-08 | 1 | -0/+1 | ||
* | | | Draft `ComboBox` and `Menu` layer | 2020-07-08 | 3 | -1/+7 | ||
| |/ |/| | ||||||
* | | Recreate uniforms `BindGroup` when necessary | 2020-06-23 | 1 | -8/+30 | ||
* | | Make default text size configurable in `Settings` | 2020-06-19 | 2 | -0/+14 | ||
* | | Merge pull request #407 from hecrj/feature/generic-slider | 2020-06-14 | 1 | -1/+1 | ||
|\ \ | ||||||
| * | | Make `Slider` value type generic | 2020-06-13 | 1 | -1/+1 | ||
| |/ | ||||||
* / | Add `background_color` to `Application` and `Sandbox` | 2020-06-12 | 2 | -7/+12 | ||
|/ | ||||||
* | Rename `Rectangle::round` to `snap` | 2020-06-02 | 2 | -3/+2 | ||
* | Revert "Merge pull request #371 from myfreeweb/window-alpha" | 2020-06-01 | 2 | -10/+5 | ||
* | Merge pull request #371 from myfreeweb/window-alpha | 2020-06-01 | 2 | -5/+10 | ||
|\ | ||||||
| * | Add custom window background/clear color (incl. transparency) support, fixes ... | 2020-06-01 | 2 | -5/+10 | ||
* | | Feature gate `font-kit` behind `"default_system_font"` feature. | 2020-05-31 | 2 | -7/+13 | ||
|/ | ||||||
* | Fix documentation of `Backend` in `iced_wgpu` | 2020-05-30 | 1 | -6/+4 | ||
* | Re-export `Antialiasing` in `iced_wgpu` | 2020-05-29 | 2 | -2/+2 | ||
* | Implement async `Compositor::request` in `iced_wgpu` | 2020-05-29 | 1 | -37/+53 | ||
* | Merge branch 'master' into improvement/update-wgpu_glyph | 2020-05-29 | 60 | -3635/+415 | ||
|\ | ||||||
| * | Revert "Merge pull request #362 from hecrj/fix/target-quad-pixels" | 2020-05-28 | 2 | -6/+6 | ||
| * | Merge pull request #354 from hecrj/feature/glow-renderer | 2020-05-28 | 60 | -3642/+409 | ||
| |\ | ||||||
| | * | Write documentation for `iced_glow` | 2020-05-28 | 1 | -3/+1 | ||
| | * | Write documentation for `iced_graphics` | 2020-05-28 | 4 | -15/+15 | ||
| | * | Update `glyph_brush` and `glow_glyph` | 2020-05-27 | 2 | -20/+0 | ||
| | * | Introduce feature flags to enable `iced_glow` | 2020-05-27 | 1 | -0/+7 | ||
| | * | Use built-in OpenGL multisampling in `iced_glow` | 2020-05-22 | 1 | -3/+3 | ||
| | * | Introduce `Program` and `State` | 2020-05-21 | 1 | -10/+12 | ||
| | * | Refactor `Viewport` and `Compositor` | 2020-05-20 | 7 | -106/+35 | ||
| | * | Move `Layer` to `iced_graphics` | 2020-05-19 | 6 | -328/+101 | ||
| | * | Move `Antialiasing` to `iced_graphics` | 2020-05-19 | 1 | -24/+1 | ||
| | * | Move built-in fonts to `iced_graphics` | 2020-05-19 | 6 | -107/+6 | ||
| | * | Move `font::Source` to `iced_graphics` | 2020-05-19 | 3 | -41/+2 | ||
| | * | Rename `window::Backend` to `Compositor` | 2020-05-19 | 2 | -6/+6 | ||
| | * | Move `Viewport` to `iced_graphics` | 2020-05-19 | 2 | -32/+1 | ||
| | * | Move `Transformation` to `iced_graphics` | 2020-05-19 | 2 | -56/+1 | ||
| | * | Draft new `iced_graphics` crate :tada: | 2020-05-19 | 45 | -2738/+66 | ||
| | * | Draft first working version of `iced_glow` :tada: | 2020-05-19 | 1 | -11/+10 | ||
| * | | 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 | ||
|/ / | ||||||
* | | Implement `State::with_content` in `pane_grid` | 2020-05-22 | 1 | -2/+2 | ||
* | | Expose `Node` and `State::layout` for `PaneGrid` | 2020-05-22 | 1 | -2/+2 | ||
|/ | ||||||
* | Merge remote-tracking branch 'upstream/master' | 2020-05-15 | 1 | -1/+1 | ||
|\ |