Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -263/+0 | |
| | |||||
* | Use `Pixels` for `Text::size` | 2023-02-24 | 1 | -5/+3 | |
| | |||||
* | Overhaul `Font` type to allow font family selection | 2023-02-24 | 1 | -7/+13 | |
| | |||||
* | Use `Pixels` for `Text::size` | 2023-02-17 | 1 | -6/+6 | |
| | |||||
* | Use `f32` in `Length::Units` and rename it to `Fixed` | 2023-02-17 | 1 | -4/+4 | |
| | |||||
* | Fix broken documentation links | 2022-11-10 | 1 | -1/+1 | |
| | |||||
* | Take `Cow` in `Text::new` | 2022-09-21 | 1 | -10/+12 | |
| | |||||
* | Use `ToString` for `Text::new` instead of `Into<String>` | 2022-07-27 | 1 | -2/+2 | |
| | |||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -0/+12 | |
| | |||||
* | Address Clippy lints | 2022-07-09 | 1 | -2/+2 | |
| | |||||
* | Introduce `StyleSheet` for `Text` widget | 2022-06-29 | 1 | -24/+45 | |
| | |||||
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -0/+1 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Fix broken intra-doc links in documentation | 2022-04-30 | 1 | -3/+3 | |
| | |||||
* | Remove `hash_layout` method from `Widget` trait | 2022-02-23 | 1 | -15/+1 | |
| | |||||
* | Change GitHub namespace to new org for all files | 2022-01-03 | 1 | -1/+1 | |
| | |||||
* | Lower text::Renderer's Font bound from Copy to Clone | 2021-12-10 | 1 | -3/+3 | |
| | |||||
* | Rename `fill_rectangle` to `fill_quad` in `Renderer` | 2021-11-04 | 1 | -0/+10 | |
| | |||||
* | Introduce first-class `text` module in `iced_native` | 2021-10-31 | 1 | -9/+8 | |
| | |||||
* | Remove `widget` module re-exports in `iced_native` | 2021-10-31 | 1 | -1/+1 | |
| | |||||
* | Wire up styling to `Radio` in `iced_native` | 2021-10-20 | 1 | -23/+49 | |
| | |||||
* | Implement `Widget::draw` for `TextInput` | 2021-10-20 | 1 | -43/+5 | |
| | |||||
* | Move `Defaults` from `iced_graphics` to `iced_native` | 2021-10-18 | 1 | -3/+3 | |
| | |||||
* | Implement `Widget::draw` for `Text` | 2021-10-14 | 1 | -7/+27 | |
| | |||||
* | Remove trait-specific draw logic in `iced_native` | 2021-10-14 | 1 | -35/+5 | |
| | |||||
* | Refactor alignment types into an `alignment` module | 2021-09-20 | 1 | -10/+14 | |
| | |||||
* | Use `Option` to encode empty text case in hit test methods | 2021-09-15 | 1 | -1/+1 | |
| | |||||
* | Rename `HitTestResult` to `Hit` | 2021-08-26 | 1 | -4/+6 | |
| | | | | ... and also move it to a new `text` module in `iced_core` | ||||
* | Implement textual hit testing | 2021-08-21 | 1 | -2/+19 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -33/+3 | |
| | | | | 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. | ||||
* | Make default text size configurable in `Settings` | 2020-06-19 | 1 | -4/+4 | |
| | |||||
* | Loosen bounds on Text Clone impl | 2020-05-27 | 1 | -1/+16 | |
| | |||||
* | Make `Font` an associated type of `text::Renderer` | 2020-04-23 | 1 | -16/+23 | |
| | |||||
* | Hash type ids in `Widget::hash_layout` impls | 2020-03-30 | 1 | -0/+2 | |
| | |||||
* | Pull `Checkbox` default constants from its `Renderer` | 2020-02-18 | 1 | -4/+4 | |
| | |||||
* | Merge branch 'master' into feature/custom-styling | 2020-01-09 | 1 | -1/+1 | |
|\ | |||||
| * | Make `Row`, `Column`, and `Checkbox` shrink by default | 2019-12-30 | 1 | -1/+1 | |
| | | |||||
* | | Add `Renderer::Defaults` and style inheritance | 2019-12-30 | 1 | -0/+3 | |
|/ | |||||
* | Display widget images in documentation | 2019-11-24 | 1 | -0/+2 | |
| | |||||
* | Fix `iced_native` widget examples | 2019-11-24 | 1 | -1/+2 | |
| | |||||
* | Write docs for `iced` and `iced_native` | 2019-11-22 | 1 | -2/+9 | |
| | |||||
* | Merge branch 'master' into improvement/docs | 2019-11-21 | 1 | -0/+4 | |
|\ | |||||
| * | Make `width` and `height` required methods | 2019-11-16 | 1 | -0/+4 | |
| | | |||||
* | | Move widgets from `core` to `native` and `web` | 2019-11-21 | 1 | -16/+146 | |
|/ | | | | Also made fields private and improved `Renderer` traits. | ||||
* | Draft custom layout engine based on `druid` | 2019-11-11 | 1 | -5/+13 | |
| | |||||
* | Draft new layout API | 2019-11-10 | 1 | -6/+6 | |
| | |||||
* | Rename `Renderer::Primitive` to `Renderer::Output` | 2019-10-11 | 1 | -2/+2 | |
| | |||||
* | Make `iced_core::Button` customizable | 2019-10-08 | 1 | -1/+1 | |
| | | | | | | | Now it supports: - Any kind of content - Custom border radius - Custom background | ||||
* | Add `Renderer` and `Primitive` concepts | 2019-10-05 | 1 | -7/+5 | |
| | |||||
* | Complete some `hash_layout` implementations | 2019-09-20 | 1 | -0/+2 | |
| |