| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Decouple `markdown` widget from built-in `Theme` | Héctor Ramón Jiménez | 2024-08-21 | 1 | -4/+19 |
|/ |
|
* | Short-circuit scrolling passthrough in `Stack` | Héctor Ramón Jiménez | 2024-08-14 | 1 | -1/+1 |
* | Fix scroll event passthrough in `Stack` widget | Héctor Ramón Jiménez | 2024-08-14 | 1 | -5/+21 |
* | Find `layers_below` only if `Stack` is hovered | Héctor Ramón Jiménez | 2024-08-14 | 1 | -3/+3 |
* | Fix cursor passthrough in `Stack` during `draw` | Héctor Ramón Jiménez | 2024-08-14 | 1 | -17/+52 |
* | Use `clipped_cursor` directly in `text_editor` | Héctor Ramón Jiménez | 2024-08-12 | 1 | -6/+1 |
* | Merge pull request #2536 from meithecatte/editor-clipping | Héctor Ramón | 2024-08-12 | 1 | -20/+13 |
|\ |
|
| * | Fix clipping area of `text_editor` placeholder | Héctor Ramón Jiménez | 2024-08-12 | 1 | -1/+1 |
| * | Remove cursor snapping hack in `text_editor` | Héctor Ramón Jiménez | 2024-08-12 | 1 | -1/+1 |
| * | Make `Padding` affect `text_editor` clipping | Héctor Ramón Jiménez | 2024-08-12 | 1 | -17/+10 |
| * | text_editor: Avoid rendering text outside the border | Maja Kądziołka | 2024-08-03 | 1 | -3/+3 |
* | | Display top contents in `hover` widget when focused | Héctor Ramón Jiménez | 2024-08-08 | 1 | -4/+26 |
* | | Introduce `black_box` and `chain` in `widget::operation` | Héctor Ramón Jiménez | 2024-08-08 | 18 | -23/+23 |
* | | Implement `row::Wrapping` widget | Héctor Ramón Jiménez | 2024-08-06 | 1 | -0/+200 |
* | | Fix `hover` widget not relaying events when overlay is active | Héctor Ramón Jiménez | 2024-08-05 | 1 | -0/+1 |
* | | Implement `State::options` for `combo_box` | Héctor Ramón Jiménez | 2024-08-05 | 1 | -13/+25 |
* | | Introduce `Svg` struct in `core::svg` | Héctor Ramón Jiménez | 2024-08-04 | 2 | -7/+9 |
* | | Introduce `Image` struct in `core::image` | Héctor Ramón Jiménez | 2024-08-04 | 3 | -14/+20 |
* | | Implement `From<&Handle>` for `image::Handle` | Héctor Ramón Jiménez | 2024-08-03 | 1 | -1/+1 |
|/ |
|
* | Reintroduce `Scrollable::with_direction` | Héctor Ramón Jiménez | 2024-07-30 | 1 | -1/+9 |
* | Simplify `focus` method in `text_editor` | Héctor Ramón Jiménez | 2024-07-29 | 1 | -7/+1 |
* | Implement blinking cursor for `text_editor` | Héctor Ramón Jiménez | 2024-07-29 | 2 | -28/+90 |
* | Fix unused `core` import in `text_editor` module | Héctor Ramón Jiménez | 2024-07-29 | 1 | -2/+2 |
* | Simplify `highlight` method for `text_editor` widget | Héctor Ramón Jiménez | 2024-07-28 | 1 | -2/+21 |
* | Implement `strikethrough` support for `rich_text` spans | Héctor Ramón Jiménez | 2024-07-28 | 2 | -28/+63 |
* | Make `underline` positioning aware of `line_height` | Héctor Ramón Jiménez | 2024-07-28 | 1 | -6/+10 |
* | Underline `rich_text` links when hovered | Héctor Ramón Jiménez | 2024-07-28 | 2 | -6/+11 |
* | Implement `underline` support for `rich_text` spans | Héctor Ramón Jiménez | 2024-07-28 | 2 | -22/+61 |
* | Remove comment in `text::Rich::draw` | Héctor Ramón Jiménez | 2024-07-28 | 1 | -1/+0 |
* | Make `markdown::parse` take a `Palette` value | Héctor Ramón Jiménez | 2024-07-28 | 1 | -4/+4 |
* | Add `padding` to `text::Span` | Héctor Ramón Jiménez | 2024-07-28 | 2 | -2/+13 |
* | Improve ergonomics of `span` background highlighting | Héctor Ramón Jiménez | 2024-07-28 | 2 | -8/+5 |
* | Use dark background for inline code in `markdown` widget | Héctor Ramón Jiménez | 2024-07-28 | 1 | -7/+7 |
* | Add background styling to span / rich text | Cory Forsstrom | 2024-07-28 | 2 | -10/+36 |
* | Use `container::dark` style for `markdown` code blocks | Héctor Ramón Jiménez | 2024-07-27 | 1 | -1/+1 |
* | Reduce `KeyPress` duplication in `text_editor` | Héctor Ramón Jiménez | 2024-07-26 | 1 | -12/+9 |
* | Implement custom key binding support for `text_editor` | Héctor Ramón Jiménez | 2024-07-26 | 1 | -118/+272 |
* | Fix lints for Rust 1.80 | Héctor Ramón Jiménez | 2024-07-26 | 3 | -5/+5 |
* | Fix broken doc link in `text_editor` | Héctor Ramón Jiménez | 2024-07-24 | 1 | -1/+1 |
* | Add `placeholder` support to `text_editor` widget | Héctor Ramón Jiménez | 2024-07-24 | 1 | -9/+53 |
* | Unify `Link` and `Message` generics in `text::Rich` | Héctor Ramón Jiménez | 2024-07-24 | 3 | -67/+27 |
* | Fix `span` widget helper missing `Link` generic | Héctor Ramón Jiménez | 2024-07-23 | 1 | -2/+2 |
* | Use horizontal `scrollable` for code blocks in `markdown` widget | Héctor Ramón Jiménez | 2024-07-21 | 1 | -6/+16 |
* | Introduce `markdown::Settings` | Héctor Ramón Jiménez | 2024-07-21 | 2 | -41/+125 |
* | Use `url` for `markdown` links | Héctor Ramón Jiménez | 2024-07-21 | 2 | -7/+21 |
* | Use latest `spans` to retreive `Link` in `rich_text` | Héctor Ramón Jiménez | 2024-07-21 | 1 | -2/+2 |
* | Rename `on_link_click` to `on_link` | Héctor Ramón Jiménez | 2024-07-21 | 2 | -15/+12 |
* | Add `Link` support to `rich_text` widget | Héctor Ramón Jiménez | 2024-07-21 | 3 | -56/+201 |
* | Use `from_iter` in `rich_text!` macro | Héctor Ramón Jiménez | 2024-07-20 | 1 | -1/+1 |
* | Support nested lists in `markdown` widget | Héctor Ramón Jiménez | 2024-07-20 | 1 | -34/+100 |