Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | |
| | |||||
* | Add size, spacing, and text_size properties to Checkbox | 2020-02-17 | 1 | -7/+38 | |
| | |||||
* | Write missing docs and reenable deny statements | 2020-01-09 | 1 | -0/+1 | |
| | |||||
* | 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 | |
| | | |||||
* | | Implement styling for `Checkbox` | 2020-01-07 | 1 | -17/+24 | |
| | | |||||
* | | Add `Renderer::Defaults` and style inheritance | 2019-12-30 | 1 | -0/+2 | |
|/ | |||||
* | Allow clipboard access in `Widget::on_event` | 2019-12-18 | 1 | -1/+2 | |
| | |||||
* | Fix `Widget::width` for `Checkbox` | 2019-12-14 | 1 | -1/+1 | |
| | |||||
* | Draft first version of event subscriptions :tada: | 2019-12-05 | 1 | -2/+13 | |
| | |||||
* | Display widget images in documentation | 2019-11-24 | 1 | -1/+1 | |
| | |||||
* | Fix `iced_native` widget examples | 2019-11-24 | 1 | -1/+1 | |
| | |||||
* | Uncomment missing debug implementations rule | 2019-11-22 | 1 | -0/+1 | |
| | |||||
* | Write docs for `iced` and `iced_native` | 2019-11-22 | 1 | -3/+6 | |
| | |||||
* | 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 | -20/+108 | |
|/ | | | | Also made fields private and improved `Renderer` traits. | ||||
* | Fix `Widget::width` implementation of `Checkbox` | 2019-11-13 | 1 | -1/+5 | |
| | |||||
* | Draft custom layout engine based on `druid` | 2019-11-11 | 1 | -5/+9 | |
| | |||||
* | Draft new layout API | 2019-11-10 | 1 | -7/+11 | |
| | |||||
* | Provide `Renderer` to `Widget::on_event` | 2019-10-29 | 1 | -0/+1 | |
| | | | | | This allows us to implement configurable event processing that adapts to different rendering strategies. | ||||
* | Draw checkbox in `iced_wgpu` | 2019-10-13 | 1 | -3/+1 | |
| | |||||
* | Rename `Renderer::Primitive` to `Renderer::Output` | 2019-10-11 | 1 | -2/+2 | |
| | |||||
* | Make `iced_core::Button` customizable | 2019-10-08 | 1 | -2/+2 | |
| | | | | | | | Now it supports: - Any kind of content - Custom border radius - Custom background | ||||
* | Add `Renderer` and `Primitive` concepts | 2019-10-05 | 1 | -4/+4 | |
| | |||||
* | Create `iced_core` and `iced_native` | 2019-09-20 | 1 | -0/+95 | |