Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -168/+0 | |
| | |||||
* | Use `f32` in `Length::Units` and rename it to `Fixed` | 2023-02-17 | 1 | -7/+7 | |
| | |||||
* | Fix `clippy` lints for Rust 1.66 | 2022-12-20 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'master' into non-uniform-border-radius-for-quads | 2022-12-02 | 1 | -1/+1 | |
|\ | |||||
| * | Introduce `Custom` variants for every style in the built-in `Theme` | 2022-11-09 | 1 | -1/+1 | |
| | | |||||
* | | non uniform border radius for quads | 2022-11-03 | 1 | -2/+2 | |
|/ | |||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -0/+2 | |
| | |||||
* | Fix further `clippy` lints | 2022-07-09 | 1 | -1/+1 | |
| | | | | ... and explicitly annotate crates as well. | ||||
* | Implement theme styling for `ProgressBar` | 2022-06-01 | 1 | -13/+25 | |
| | |||||
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -0/+1 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Remove `hash_layout` method from `Widget` trait | 2022-02-23 | 1 | -12/+2 | |
| | |||||
* | Rename `fill_rectangle` to `fill_quad` in `Renderer` | 2021-11-04 | 1 | -16/+20 | |
| | |||||
* | Introduce state lifetime for `style_sheet` in `ProgressBar` | 2021-10-31 | 1 | -7/+8 | |
| | |||||
* | Remove `widget` module re-exports in `iced_native` | 2021-10-31 | 1 | -1/+1 | |
| | |||||
* | Implement `Widget::draw` for `ProgressBar` | 2021-10-28 | 1 | -40/+60 | |
| | |||||
* | Move `Defaults` from `iced_graphics` to `iced_native` | 2021-10-18 | 1 | -4/+4 | |
| | |||||
* | Remove trait-specific draw logic in `iced_native` | 2021-10-14 | 1 | -23/+2 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -14/+1 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Introduce `viewport` to `Widget::draw` | 2020-10-28 | 1 | -0/+1 | |
| | | | | | This should eventually allow us to only generate primitives that are visible. | ||||
* | #288 Renamed XXXWidget to Marker | 2020-04-12 | 1 | -2/+2 | |
| | |||||
* | Remove unnecessary 'static lifetime on Renderer | 2020-04-12 | 1 | -3/+4 | |
| | |||||
* | Hash type ids in `Widget::hash_layout` impls | 2020-03-30 | 1 | -2/+4 | |
| | |||||
* | refactor: remove not mandatory static lifetime | 2020-03-30 | 1 | -2/+2 | |
| | |||||
* | Write missing docs and reenable deny statements | 2020-01-09 | 1 | -0/+1 | |
| | |||||
* | Implement styling for `ProgressBar` | 2020-01-07 | 1 | -28/+21 | |
| | |||||
* | Merge branch 'master' into feature/custom-styling | 2020-01-05 | 1 | -0/+1 | |
| | |||||
* | Hash `height` of `ProgressBar` in `hash_layout` | 2020-01-03 | 1 | -0/+1 | |
| | |||||
* | Move `DEFAULT_HEIGHT` constant to `Renderer` | 2020-01-03 | 1 | -19/+20 | |
| | | | | Also fixes some minor documentation issues. | ||||
* | change(widget): make height adjustable at widget level | 2020-01-02 | 1 | -0/+171 | |
addtionally rename Progressbar to ProgressBar |