| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2 | -28/+29 |
* | 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 |
* | Merge pull request #1964 from bungoboingo/feat/multi-window-support | Héctor Ramón | 2023-12-05 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'master' into feat/multi-window-support | Héctor Ramón Jiménez | 2023-11-29 | 6 | -69/+233 |
| |\ |
|
| * \ | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | Bingus | 2023-07-12 | 7 | -0/+1187 |
| |\ \ |
|
* | | | | 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 | 5 | -14/+14 |
|\ \ \ |
|
| * | | | Fix `clippy::semicolon_if_nothing_returned` | Héctor Ramón Jiménez | 2023-09-20 | 4 | -13/+13 |
| * | | | 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 |
|/ / / |
|
* | | | Introduce `keyed::Column` widget | Héctor Ramón Jiménez | 2023-09-04 | 1 | -0/+82 |
* | | | 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 |
* | | | Introduce `visible_bounds` operation for `Container` | Héctor Ramón Jiménez | 2023-07-27 | 4 | -8/+54 |
| |/
|/| |
|
* | | 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 |
* | | Merge branch 'master' into advanced-text | Héctor Ramón Jiménez | 2023-05-02 | 1 | -1/+40 |
|\| |
|
* | | 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 |
* | | Converge `Command` types from `iced_futures` and `iced_native` | Héctor Ramón Jiménez | 2023-03-05 | 1 | -1/+115 |
* | | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2023-03-04 | 7 | -0/+1007 |
|/ |
|
* | Move widgets from `core` to `native` and `web` | Héctor Ramón Jiménez | 2019-11-21 | 11 | -1327/+0 |
* | Write documentation for `iced_core` | Héctor Ramón Jiménez | 2019-11-18 | 8 | -40/+138 |
* | Derive `Clone` for `text_input::State` | Héctor Ramón Jiménez | 2019-11-17 | 1 | -1/+1 |
* | Remove argument from `text_input::State::focused` | Héctor Ramón Jiménez | 2019-11-13 | 1 | -2/+4 |
* | Implement `text_input::State::focused` | Héctor Ramón Jiménez | 2019-11-13 | 1 | -0/+11 |
* | Remove default styling of `Button` | Héctor Ramón Jiménez | 2019-11-13 | 1 | -0/+8 |
* | Draft `Font` type and implement `Text::font` | Héctor Ramón Jiménez | 2019-11-13 | 1 | -1/+8 |
* | Split text measurements cache from rendering cache | Héctor Ramón Jiménez | 2019-11-11 | 1 | -1/+1 |
* | Remove `padding` from `Container` for now | Héctor Ramón Jiménez | 2019-11-11 | 1 | -10/+0 |
* | Implement `Container` widget | Héctor Ramón Jiménez | 2019-11-11 | 6 | -94/+99 |
* | Draft custom layout engine based on `druid` | Héctor Ramón Jiménez | 2019-11-11 | 3 | -16/+22 |
* | minor changes to text_input's use of iterators | memoryruins | 2019-11-07 | 1 | -8/+3 |
* | Remove unnecessary code in `Value` | Héctor Ramón Jiménez | 2019-11-05 | 1 | -18/+1 |