| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to Rust 2024 and fix compiler errors | Héctor Ramón Jiménez | 2025-02-21 | 1 | -1/+1 |
* | Remove `dbg!` leftover in `core::widget::text` | Héctor Ramón Jiménez | 2024-12-10 | 1 | -2/+0 |
* | Draft `iced_test` crate and test `todos` example | Héctor Ramón Jiménez | 2024-12-10 | 1 | -0/+12 |
* | Fix new `clippy` lints | Héctor Ramón Jiménez | 2024-12-02 | 1 | -2/+2 |
* | Add `PartialEq` derives for widget styles | BradySimon | 2024-10-14 | 1 | -1/+1 |
* | Show `text` doc examples in multiple places | Héctor Ramón Jiménez | 2024-09-19 | 1 | -2/+44 |
* | Add `text::Wrapping` support | Héctor Ramón Jiménez | 2024-09-04 | 1 | -2/+13 |
* | Fix `text::State` downcast in some widgets | Héctor Ramón Jiménez | 2024-07-19 | 1 | -1/+1 |
* | Implement `rich_text` widget and `markdown` example | Héctor Ramón Jiménez | 2024-07-17 | 1 | -86/+5 |
* | Decouple caching from `Paragraph` API | Héctor Ramón Jiménez | 2024-07-17 | 1 | -4/+7 |
* | Add `default` and `base` stylings to `text` widget | Héctor Ramón Jiménez | 2024-07-13 | 1 | -0/+12 |
* | Re-export variants of `Length` and `alignment` types | Héctor Ramón Jiménez | 2024-07-12 | 1 | -31/+2 |
* | Introduce helper methods for alignment for all widgets | Héctor Ramón Jiménez | 2024-07-12 | 1 | -6/+41 |
* | Add some built-in text styles for each `Palette` color | Héctor Ramón Jiménez | 2024-07-11 | 1 | -0/+28 |
* | Implement `IntoFragment` for `Fragment` | Héctor Ramón Jiménez | 2024-04-02 | 1 | -0/+12 |
* | Implement `IntoFragment` for `usize` and `isize` | Héctor Ramón Jiménez | 2024-04-02 | 1 | -0/+2 |
* | Rename `text::IntoContent` to `IntoFragment` | Héctor Ramón Jiménez | 2024-04-01 | 1 | -40/+40 |
* | Specialize `widget::text` helper with custom `IntoContent` trait | Héctor Ramón Jiménez | 2024-04-01 | 1 | -3/+67 |
* | Use `Catalog` approach for all widgets | Héctor Ramón Jiménez | 2024-03-24 | 1 | -46/+71 |
* | Use closures for `Text::style` | Héctor Ramón Jiménez | 2024-03-12 | 1 | -53/+30 |
* | fix some comments | rustrover | 2024-03-09 | 1 | -1/+1 |
* | Clarify docs of `Text::color_maybe` | Héctor Ramón Jiménez | 2024-03-08 | 1 | -1/+1 |
* | Use `Style` struct pattern instead of trait for all widgets | Héctor Ramón Jiménez | 2024-03-06 | 1 | -24/+15 |
* | Simplify theming for `Text` widget | Héctor Ramón Jiménez | 2024-03-04 | 1 | -17/+48 |
* | Convert `Renderer::Theme` to generic `Widget` type | Héctor Ramón Jiménez | 2024-01-21 | 1 | -22/+23 |
* | Introduce useful helpers in `layout` module | Héctor Ramón Jiménez | 2024-01-10 | 1 | -22/+21 |
* | Replace `width` and `height` with `Widget::size` | Héctor Ramón Jiménez | 2024-01-10 | 1 | -7/+8 |
* | Make `Shrink` have priority over `Fill` in layout | Héctor Ramón Jiménez | 2024-01-04 | 1 | -1/+1 |
* | Clip text to `viewport` bounds instead of layout bounds | Héctor Ramón Jiménez | 2023-12-01 | 1 | -1/+4 |
* | Merge branch 'master' into text-editor | Héctor Ramón Jiménez | 2023-10-27 | 1 | -1/+1 |
|\ |
|
| * | Chore: Apply some minor clippy fixes | Yuri Astrakhan | 2023-09-19 | 1 | -1/+1 |
* | | Make `FontSystem` global and simplify `Paragraph` API | Héctor Ramón Jiménez | 2023-09-11 | 1 | -13/+10 |
|/ |
|
* | Fix unnecessary dereference in `widget::text` | Héctor Ramón Jiménez | 2023-08-30 | 1 | -1/+1 |
* | Make `widget::Tree` mutable in `Widget::layout` | Héctor Ramón Jiménez | 2023-08-30 | 1 | -10/+9 |
* | Implement explicit text caching in the widget state tree | Héctor Ramón Jiménez | 2023-08-30 | 1 | -48/+88 |
* | Reuse entries in `text::Cache` in `iced_wgpu` | Héctor Ramón Jiménez | 2023-06-28 | 1 | -6/+4 |
* | Implement basic cursor availability | Héctor Ramón Jiménez | 2023-06-08 | 1 | -4/+3 |
* | Export `Shaping` and `LineHeight` in `widget::text` | Héctor Ramón Jiménez | 2023-05-08 | 1 | -12/+11 |
* | Support configurable `LineHeight` in text widgets | Héctor Ramón Jiménez | 2023-05-04 | 1 | -1/+19 |
* | Introduce `text::Shaping` enum and replace magic boolean | Héctor Ramón Jiménez | 2023-05-02 | 1 | -18/+10 |
* | Make basic text shaping the default shaping strategy | Héctor Ramón Jiménez | 2023-05-02 | 1 | -0/+21 |
* | Do not require `Copy` for text `StyleSheet::Style` | Ian Douglas Scott | 2023-04-28 | 1 | -3/+3 |
* | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2023-03-04 | 1 | -0/+277 |
* | Move widgets from `core` to `native` and `web` | Héctor Ramón Jiménez | 2019-11-21 | 1 | -132/+0 |
* | Write documentation for `iced_core` | Héctor Ramón Jiménez | 2019-11-18 | 1 | -1/+7 |
* | Draft `Font` type and implement `Text::font` | Héctor Ramón Jiménez | 2019-11-13 | 1 | -1/+8 |
* | Create `iced_core` and `iced_native` | Héctor Ramón Jiménez | 2019-09-20 | 1 | -0/+119 |
* | Rethink workspace structure | Héctor Ramón Jiménez | 2019-09-14 | 1 | -224/+0 |
* | Switch to workspace layout | Héctor Ramón Jiménez | 2019-09-10 | 1 | -0/+224 |