Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate the `component` widget | 2024-09-05 | 1 | -149/+0 | |
| | |||||
* | Re-export variants of `Length` and `alignment` types | 2024-07-12 | 1 | -11/+6 | |
| | |||||
* | Introduce helper methods for alignment for all widgets | 2024-07-12 | 1 | -4/+2 | |
| | |||||
* | Introduce `center` widget helper | 2024-05-03 | 1 | -5/+3 | |
| | | | | | | | | ... and also make `center_x` and `center_y` set `width` and `height` to `Length::Fill`, respectively. This targets the most common use case when centering things and removes a bunch of boilerplate as a result. | ||||
* | Use `Catalog` approach for all widgets | 2024-03-24 | 1 | -8/+2 | |
| | |||||
* | Try catalog theming approach with `Button` | 2024-03-23 | 1 | -2/+2 | |
| | |||||
* | Introduce `Program` API | 2024-03-16 | 1 | -13/+3 | |
| | |||||
* | Use closures for `Text::style` | 2024-03-12 | 1 | -2/+8 | |
| | |||||
* | Make `component` example generic over `Theme` | 2024-03-09 | 1 | -3/+8 | |
| | |||||
* | Add `size_hint` method to `Component` trait | 2024-02-21 | 1 | -1/+8 | |
| | | | | | | | This can be used to aid the sizing strategy of some containers directly in the component definition, instead of stating the sizes explicitly in `view` logic. | ||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -4/+4 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -1/+1 | |
|\ | |||||
| * | Rename `on_change` to `on_input` for `TextInput` | 2023-04-12 | 1 | -1/+1 | |
| | | |||||
| * | Introduce disabled state for `TextInput` | 2023-04-12 | 1 | -1/+1 | |
| | | |||||
* | | Merge branch 'master' into feature/software-renderer | 2023-03-07 | 1 | -2/+3 | |
|\| | |||||
| * | Remove `Fill` variant for `Alignment` | 2023-02-27 | 1 | -2/+3 | |
| | | | | | | | | | | Implementing this generically in our `flex` logic has an exponential cost. Let's explore other options! | ||||
* | | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -17/+5 | |
|/ | |||||
* | Use `f32` in `Length::Units` and rename it to `Fixed` | 2023-02-17 | 1 | -1/+1 | |
| | |||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -66/+48 | |
| | |||||
* | Fix `clippy` lints for all crates and features | 2022-07-09 | 1 | -2/+1 | |
| | | | | ... and check those in CI as well! | ||||
* | Introduce `StyleSheet` for `Text` widget | 2022-06-29 | 1 | -3/+7 | |
| | |||||
* | Implement theme styling for `TextInput` | 2022-06-07 | 1 | -2/+2 | |
| | |||||
* | Rename `Variant` to `Style` and `Style` to `Appearance` | 2022-05-26 | 1 | -2/+0 | |
| | |||||
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -0/+4 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Hide `Box` allocation in `component::view` | 2021-11-29 | 1 | -1/+1 | |
| | | | | ... we may be able to avoid it with generics in the future. | ||||
* | Draft `component` example :tada: | 2021-11-29 | 1 | -0/+180 | |