Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add helper functions for alignment to `widget` module | 2025-01-24 | 1 | -6/+5 | |
| | |||||
* | Re-export variants of `Length` and `alignment` types | 2024-07-12 | 1 | -3/+2 | |
| | |||||
* | Introduce helper methods for alignment for all widgets | 2024-07-12 | 1 | -2/+1 | |
| | |||||
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -3/+3 | |
| | |||||
* | fix: run `cargo fmt` | 2024-03-18 | 1 | -3/+1 | |
| | |||||
* | refactor: replace `text(format!(` with `text` macro | 2024-03-18 | 1 | -1/+1 | |
| | |||||
* | Move `Theme` type to `iced_core` | 2024-03-07 | 1 | -2/+1 | |
| | |||||
* | Simplify theming for `Text` widget | 2024-03-04 | 1 | -57/+46 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -2/+3 | |
| | |||||
* | Make `Shrink` have priority over `Fill` in layout | 2024-01-04 | 1 | -23/+16 | |
| | |||||
* | Fix `clippy::default_trait_access` | 2023-09-20 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -5/+4 | |
|\ | |||||
* | | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 1 | -1/+1 | |
| | | |||||
* | | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -4/+6 | |
| | | |||||
* | | Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies | 2023-02-24 | 1 | -0/+112 | |
|/ | |||||
* | Rename `integration` examples | 2021-08-13 | 1 | -110/+0 | |
| | |||||
* | Add `clipboard` argument to `Application::update` | 2021-03-11 | 1 | -3/+8 | |
| | |||||
* | Add `step` member to slider widgets | 2020-06-11 | 1 | -15/+24 | |
| | | | | | | Both the native and the web slider now have a member `step` to control the least possible change of the slider's value. It defaults to 1.0 for all sliders and can be adjusted with the step method. | ||||
* | Add on_release message to Slider (#378) | 2020-06-08 | 1 | -1/+1 | |
| | | | | | | | | | | | * Add on_finish callback to Slider * Fix formatting * Rename Slider's on_finish to on_release, make the message simply an event without data * Satisfy Clone impl requirement on Message in integration test * Only call on_release after dragging a slider | ||||
* | Simplify `integration` example with `Program` | 2020-05-21 | 1 | -40/+37 | |
| | |||||
* | remove explicit lifetimes in integration example | 2020-03-27 | 1 | -4/+1 | |
| | |||||
* | Add `integration` example | 2020-02-09 | 1 | -0/+102 | |
It showcases how to integrate iced in an existing graphical application. |