Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -1/+4 | |
| | |||||
* | Address Clippy lints | 2022-07-09 | 1 | -1/+4 | |
| | |||||
* | Introduce `StyleSheet` for `Text` widget | 2022-06-29 | 1 | -6/+8 | |
| | |||||
* | Implement theme styling for `Checkbox` | 2022-06-04 | 1 | -10/+20 | |
| | |||||
* | 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 | -1/+1 | |
| | |||||
* | Merge branch 'master' into virtual-widgets | 2022-03-07 | 1 | -11/+2 | |
|\ | |||||
| * | Remove `hash_layout` method from `Widget` trait | 2022-02-23 | 1 | -11/+2 | |
| | | |||||
* | | Implement `Checkbox` in `iced_pure` | 2022-02-12 | 1 | -2/+2 | |
|/ | |||||
* | Remove ambiguous `text_color` attributes for `Checkbox` and `Radio` | 2022-01-20 | 1 | -11/+3 | |
| | | | | Instead, always use a `StyleSheet`. | ||||
* | Introduce `Renderer` argument to `mouse_interaction` and `on_event` | 2022-01-11 | 1 | -0/+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 | -2/+2 | |
| | |||||
* | Introduce `Shell` type in `iced_native` | 2021-11-29 | 1 | -3/+3 | |
| | | | | Widgets now can invalidate the current layout of the application on demand. | ||||
* | Add checkbox text_color styling | 2021-11-14 | 1 | -12/+12 | |
| | |||||
* | Rename `fill_rectangle` to `fill_quad` in `Renderer` | 2021-11-04 | 1 | -7/+9 | |
| | |||||
* | Move `viewport` argument to last position in `mouse_interaction` methods | 2021-11-02 | 1 | -1/+1 | |
| | | | | This keeps the order of the arguments consistent with `draw`. | ||||
* | Reintroduce `Box` for `style_sheet` in `Checkbox` | 2021-10-31 | 1 | -3/+6 | |
| | |||||
* | Introduce first-class `text` module in `iced_native` | 2021-10-31 | 1 | -8/+8 | |
| | |||||
* | Remove `widget` module re-exports in `iced_native` | 2021-10-31 | 1 | -3/+4 | |
| | |||||
* | Implement `Widget::mouse_interaction` for `Checkbox` | 2021-10-21 | 1 | -0/+13 | |
| | |||||
* | Implement `Widget::draw` for `Checkbox` | 2021-10-21 | 1 | -23/+58 | |
| | |||||
* | Remove `Renderer` trait for `Checkbox` | 2021-10-21 | 1 | -33/+22 | |
| | |||||
* | Implement `Widget::draw` for `TextInput` | 2021-10-20 | 1 | -5/+4 | |
| | |||||
* | 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 | -49/+25 | |
| | |||||
* | Refactor alignment types into an `alignment` module | 2021-09-20 | 1 | -5/+6 | |
| | |||||
* | Introduce and use `CrossAlign` enum for `Column` and `Row` | 2021-09-20 | 1 | -2/+2 | |
| | |||||
* | Added text color and font options for native radio and checkbox (#831) | 2021-05-17 | 1 | -3/+11 | |
| | | | | | | | | | | | | | | | | | * text color and font options to radio * code formatting * code formatting * code formatting * Added text_color for native checkbox * Removed clone as color has Copy * Fix code formatting with `cargo fmt` Co-authored-by: Héctor Ramón <hector@lich.io> | ||||
* | Make `Clipboard` argument in `Widget` trait mutable | 2021-03-10 | 1 | -2/+2 | |
| | |||||
* | Turn `Touch` into a `touch::Event` enum | 2020-12-15 | 1 | -5/+2 | |
| | |||||
* | Merge branch 'ios-support-wip' into feature/touch-support | 2020-12-15 | 1 | -1/+6 | |
|\ | |||||
| * | Turn `Touch` into a struct and add finger id | 2020-03-19 | 1 | -2/+5 | |
| | | |||||
| * | Added initial touch events to support iOS | 2020-03-18 | 1 | -2/+3 | |
| | | |||||
* | | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -22/+2 | |
| | | | | | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | | Implement event capturing for `Checkbox` | 2020-11-12 | 1 | -0/+2 | |
| | | |||||
* | | Make `Widget::on_event` return an `event::Status` | 2020-11-12 | 1 | -4/+10 | |
| | | |||||
* | | Introduce `viewport` to `Widget::draw` | 2020-10-28 | 1 | -0/+1 | |
| | | | | | | | | | | This should eventually allow us to only generate primitives that are visible. | ||||
* | | Fix `Widget::layout` for `Checkbox` | 2020-07-28 | 1 | -0/+1 | |
| | | |||||
* | | Add custom `font` support to `Checkbox` | 2020-07-28 | 1 | -1/+12 | |
| | | |||||
* | | Make default text size configurable in `Settings` | 2020-06-19 | 1 | -5/+5 | |
| | | |||||
* | | Remove inconsistent `input` module in `iced_native` | 2020-04-30 | 1 | -1/+1 | |
| | | |||||
* | | Split `Input` mouse event by `ButtonState` | 2020-04-30 | 1 | -6/+2 | |
| | | |||||
* | | Make `Font` an associated type of `text::Renderer` | 2020-04-23 | 1 | -2/+2 | |
| | | |||||
* | | #288 Renamed XXXWidget to Marker | 2020-04-12 | 1 | -2/+2 | |
| | | |||||
* | | Remove unnecessary 'static lifetime on Renderer | 2020-04-12 | 1 | -3/+4 | |
| | | |||||
* | | Checkbox label is now `impl Into<String>` | 2020-04-05 | 1 | -2/+2 | |
| | | |||||
* | | 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 | |
|/ | |||||
* | Pull `Checkbox` default constants from its `Renderer` | 2020-02-18 | 1 | -9/+17 | |
| |