Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use recently stabilized intra-doc links | 2020-11-26 | 6 | -20/+1 | |
* | Implement `QRCode` widget | 2020-11-20 | 1 | -0/+2 | |
* | Remove `Focus` in `pane_grid` | 2020-11-17 | 1 | -2/+2 | |
* | Restore hotkeys in `pane_grid` example | 2020-11-10 | 1 | -2/+2 | |
* | added FillMode enum style for the Rule widget | 2020-08-22 | 1 | -1/+1 | |
* | widget Rule added | 2020-08-22 | 1 | -0/+10 | |
* | Rename `ComboBox` to `PickList` | 2020-07-10 | 2 | -9/+9 | |
* | Write documentation for the new `overlay` API | 2020-07-10 | 1 | -0/+1 | |
* | Merge branch 'master' into feature/overlay | 2020-07-10 | 1 | -2/+14 | |
|\ | |||||
| * | Merge branch 'master' into feature/pane-grid-titlebar | 2020-07-08 | 1 | -1/+1 | |
| |\ | |||||
| * | | 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 | |
* | | | Draft `ComboBox` and `Menu` layer | 2020-07-08 | 1 | -0/+3 | |
| |/ |/| | |||||
* | | Make `Slider` value type generic | 2020-06-13 | 1 | -1/+1 | |
|/ | |||||
* | Merge pull request #354 from hecrj/feature/glow-renderer | 2020-05-28 | 22 | -1403/+9 | |
|\ | |||||
| * | Write documentation for `iced_graphics` | 2020-05-28 | 1 | -7/+0 | |
| * | Draft new `iced_graphics` crate :tada: | 2020-05-19 | 21 | -1396/+9 | |
* | | 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 | |
|/ | |||||
* | Implement `Frame::fill_rectangle` | 2020-05-01 | 1 | -0/+51 | |
* | Rename `MouseCursor` to `mouse::Interaction` | 2020-04-30 | 2 | -11/+19 | |
* | Write documentation for the new `canvas` API | 2020-04-30 | 7 | -16/+121 | |
* | Remove inconsistent `input` module in `iced_native` | 2020-04-30 | 1 | -1/+1 | |
* | Rename `Cursor::*_position` methods in `canvas` | 2020-04-29 | 1 | -11/+11 | |
* | Merge branch 'master' into feature/canvas-interaction | 2020-04-29 | 1 | -0/+7 | |
|\ | |||||
| * | Make `Font` an associated type of `text::Renderer` | 2020-04-23 | 1 | -0/+7 | |
* | | Introduce `Cursor` type in `canvas` | 2020-04-29 | 3 | -32/+88 | |
* | | Let a `canvas::Program` control the mouse cursor | 2020-04-29 | 2 | -1/+10 | |
* | | Remove `Drawable` and rename `State` to `Program` | 2020-04-28 | 4 | -100/+37 | |
* | | Clip and cull `Mesh2D` primitives in `iced_wgpu` | 2020-04-28 | 1 | -0/+1 | |
* | | Allow `canvas::State` to produce messages | 2020-04-28 | 3 | -16/+30 | |
* | | Implement `Drawable` for slices of drawables | 2020-04-28 | 1 | -0/+9 | |
* | | Introduce `Translate` primitive in `iced_wgpu` | 2020-04-28 | 4 | -26/+37 | |
* | | Ask for a `Size` in `Frame::new` | 2020-04-28 | 2 | -10/+8 | |
* | | Add convenient builder methods to `canvas::Stroke` | 2020-04-28 | 1 | -0/+18 | |
* | | Remove `Layer` trait and simplify `Canvas` | 2020-04-19 | 7 | -107/+100 | |
* | | Add interactivity to `solar_system` example | 2020-04-19 | 1 | -38/+12 | |
* | | Use `Borrow<T>` when binding in `layer::Cache<T>` | 2020-04-19 | 1 | -6/+10 | |
* | | Simplify `Canvas` example in documentation | 2020-04-19 | 1 | -1/+1 | |
* | | Draft `Program` interactivity for `Canvas` | 2020-04-19 | 5 | -28/+98 | |
|/ | |||||
* | fix progress bar docs to no longer mention buttons (#301) | 2020-04-18 | 1 | -4/+4 | |
* | Fix MSAA blit vertex shader to match `wgpu` NDC | 2020-04-16 | 1 | -1/+1 | |
* | Merge pull request #269 from hecrj/update-wgpu | 2020-04-16 | 1 | -1/+1 | |
|\ | |||||
| * | Fix `angle` sign in `canvas::Frame::rotate` | 2020-04-08 | 1 | -1/+1 | |
* | | Implement `canvas::Path::line` helper method | 2020-04-14 | 1 | -0/+11 | |
* | | Implement `canvas::Path::circle` helper method | 2020-04-14 | 1 | -0/+8 | |
* | | Implement `canvas::Path::rectangle` helper method | 2020-04-14 | 2 | -5/+18 | |
* | | Implement `From<&str>` for `canvas::Text` | 2020-04-14 | 1 | -0/+6 | |
* | | Implement `From<String>` for `canvas::Text` | 2020-04-14 | 1 | -0/+9 |