| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | WIP: background image supportmaster | 2025-03-20 | 1 | -2/+2 | |
| | | |||||
| * | Use `text::Span::new` in `window_manager` | 2025-02-03 | 1 | -26/+18 | |
| | | |||||
| * | Implement basic IME selection in `Preedit` overlay | 2025-02-03 | 1 | -0/+17 | |
| | | |||||
| * | Fix new `clippy` lints | 2024-12-02 | 1 | -2/+2 | |
| | | |||||
| * | Fix various typos | 2024-09-29 | 1 | -2/+2 | |
| | | | | | Using https://github.com/crate-ci/typos | ||||
| * | Add `text::Wrapping` support | 2024-09-04 | 1 | -0/+19 | |
| | | | | | Co-authored-by: Neeraj Jaiswal <neerajj85@gmail.com> | ||||
| * | Make `RichText` generic over data structure | 2024-08-22 | 1 | -1/+1 | |
| | | | | | ... and decouple `markdown::parse` from theming | ||||
| * | Implement `strikethrough` support for `rich_text` spans | 2024-07-28 | 1 | -0/+10 | |
| | | |||||
| * | Implement `underline` support for `rich_text` spans | 2024-07-28 | 1 | -0/+10 | |
| | | |||||
| * | Add `padding` to `text::Span` | 2024-07-28 | 1 | -10/+30 | |
| | | |||||
| * | Improve ergonomics of `span` background highlighting | 2024-07-28 | 1 | -27/+58 | |
| | | |||||
| * | Add background styling to span / rich text | 2024-07-28 | 1 | -1/+38 | |
| | | |||||
| * | Fix mssing `Link` generic in `From` impl for `Span` | 2024-07-23 | 1 | -1/+1 | |
| | | |||||
| * | Add `Link` support to `rich_text` widget | 2024-07-21 | 1 | -4/+30 | |
| | | |||||
| * | Flesh out the `markdown` example a bit more | 2024-07-18 | 1 | -0/+12 | |
| | | |||||
| * | Implement `rich_text` widget and `markdown` example | 2024-07-17 | 1 | -0/+148 | |
| | | |||||
| * | Decouple caching from `Paragraph` API | 2024-07-17 | 1 | -2/+1 | |
| | | |||||
| * | Port `iced_tiny_skia` to new layering architecture | 2024-04-09 | 1 | -4/+0 | |
| | | |||||
| * | Use generic `Content` in `Text` to avoid reallocation in `fill_text` | 2024-04-01 | 1 | -3/+3 | |
| | | |||||
| * | Rename `viewport` to `clip_bounds` | 2023-12-02 | 1 | -3/+3 | |
| | | |||||
| * | Clip text to `viewport` bounds instead of layout bounds | 2023-12-01 | 1 | -1/+4 | |
| | | |||||
| * | Write documentation for the new text APIs | 2023-10-27 | 1 | -0/+2 | |
| | | |||||
| * | Draft `Highlighter` API | 2023-09-17 | 1 | -0/+2 | |
| | | |||||
| * | Fix broken intra-doc links | 2023-09-14 | 1 | -0/+2 | |
| | | |||||
| * | Draft `Editor` API and `TextEditor` widget | 2023-09-12 | 1 | -81/+42 | |
| | | |||||
| * | Make `FontSystem` global and simplify `Paragraph` API | 2023-09-11 | 1 | -67/+23 | |
| | | |||||
| * | Fix (more) broken intradoc links | 2023-09-10 | 1 | -1/+1 | |
| | | | | | Good thing I just set up CI earlier for this :sweat_smile: | ||||
| * | Invalidate existing paragraphs when new fonts are loaded | 2023-09-09 | 1 | -12/+56 | |
| | | |||||
| * | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -58/+103 | |
| | | |||||
| * | Reuse entries in `text::Cache` in `iced_wgpu` | 2023-06-28 | 1 | -3/+3 | |
| | | |||||
| * | Increase default `LineHeight` to `Relative(1.3)` | 2023-05-10 | 1 | -1/+1 | |
| | | |||||
| * | Support configurable `LineHeight` in text widgets | 2023-05-04 | 1 | -4/+69 | |
| | | |||||
| * | Introduce `text::Shaping` enum and replace magic boolean | 2023-05-02 | 1 | -6/+24 | |
| | | |||||
| * | Make basic text shaping the default shaping strategy | 2023-05-02 | 1 | -2/+20 | |
| | | |||||
| * | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+111 | |
| | | |||||
| * | Merge `iced_core::text` with `iced_native::text` | 2021-11-04 | 1 | -29/+0 | |
| | | |||||
| * | Use `Option` to encode empty text case in hit test methods | 2021-09-15 | 1 | -3/+3 | |
| | | |||||
| * | Rename `HitTestResult` to `Hit` | 2021-08-26 | 1 | -0/+29 | |
| ... and also move it to a new `text` module in `iced_core` | |||||
