Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant `widget` modules in subcrates | 2022-03-09 | 15 | -148/+0 | |
| | | | | Instead, we can define the type aliases just once in the root crate! | ||||
* | Change GitHub namespace to new org for all files | 2022-01-03 | 1 | -1/+1 | |
| | |||||
* | Introduce state lifetime for `style_sheet` in `Toggler` | 2021-10-31 | 1 | -1/+2 | |
| | |||||
* | Remove `widget` module re-exports in `iced_native` | 2021-10-31 | 11 | -18/+23 | |
| | |||||
* | Implement `Widget::draw` for `Rule` | 2021-10-28 | 1 | -8/+1 | |
| | |||||
* | Implement `Widget::draw` for `ProgressBar` | 2021-10-28 | 1 | -9/+1 | |
| | |||||
* | Remove `Renderer` trait for `Checkbox` | 2021-10-21 | 1 | -1/+1 | |
| | |||||
* | Wire up styling to `Radio` in `iced_native` | 2021-10-20 | 1 | -1/+1 | |
| | |||||
* | Wire up styling to `Slider` in `iced_native` | 2021-10-20 | 1 | -9/+1 | |
| | |||||
* | docs: update all 0.2 github links to 0.3 | 2021-06-14 | 1 | -1/+1 | |
| | |||||
* | Implement `Toggler` widget for iced_native | 2021-06-03 | 1 | -0/+9 | |
| | |||||
* | Change `Tooltip` to support `Text` only for now | 2021-02-23 | 1 | -1/+1 | |
| | |||||
* | feat(native): add Tooltip widget | 2021-02-15 | 1 | -0/+6 | |
| | |||||
* | Implement split highlight on hover for `PaneGrid` | 2021-01-01 | 1 | -3/+3 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 6 | -20/+1 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Implement `QRCode` widget | 2020-11-20 | 1 | -0/+2 | |
| | |||||
* | Remove `Focus` in `pane_grid` | 2020-11-17 | 1 | -2/+2 | |
| | | | | Since #608, the `PaneGrid` widget does not handle pane focus. | ||||
* | Restore hotkeys in `pane_grid` example | 2020-11-10 | 1 | -2/+2 | |
| | | | | | | - Implement `subscription::events_with` - Remove `pane_grid::KeyPressEvent` - Return closest sibling in `pane_grid::State::close` | ||||
* | 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 | |
|\ | | | | | OpenGL renderer and backend-agnostic graphics subcrate | ||||
| * | 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 | |
| | | | | This method greatly improves performance when drawing axis-aligned rectangles. | ||||
* | 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 | |
| | |