Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve ergonomics of `span` background highlighting | 2024-07-28 | 3 | -35/+63 | |
| | |||||
* | Use dark background for inline code in `markdown` widget | 2024-07-28 | 2 | -13/+10 | |
| | |||||
* | Add background styling to span / rich text | 2024-07-28 | 7 | -16/+141 | |
| | |||||
* | Use `container::dark` style for `markdown` code blocks | 2024-07-27 | 1 | -1/+1 | |
| | |||||
* | Merge pull request #2522 from iced-rs/text-editor-keybindings | 2024-07-27 | 1 | -115/+266 | |
|\ | | | | | Custom key binding support for `text_editor` | ||||
| * | Reduce `KeyPress` duplication in `text_editor` | 2024-07-26 | 1 | -12/+9 | |
| | | |||||
| * | Implement custom key binding support for `text_editor` | 2024-07-26 | 1 | -118/+272 | |
|/ | |||||
* | Fix lints for Rust 1.80 | 2024-07-26 | 8 | -15/+15 | |
| | |||||
* | Fix broken doc link in `text_editor` | 2024-07-24 | 1 | -1/+1 | |
| | |||||
* | Add `placeholder` support to `text_editor` widget | 2024-07-24 | 5 | -9/+68 | |
| | |||||
* | Fix macOS race condition when closing window | 2024-07-24 | 1 | -9/+11 | |
| | |||||
* | Depend on `wasm-bindgen-futures` only for Wasm | 2024-07-24 | 1 | -2/+1 | |
| | | | | Fixes #2518 | ||||
* | Exit runtime with `control_sender` instead of `break` | 2024-07-24 | 1 | -2/+6 | |
| | |||||
* | Unify `Link` and `Message` generics in `text::Rich` | 2024-07-24 | 4 | -72/+29 | |
| | |||||
* | Fix mssing `Link` generic in `From` impl for `Span` | 2024-07-23 | 1 | -1/+1 | |
| | |||||
* | Fix `span` widget helper missing `Link` generic | 2024-07-23 | 1 | -2/+2 | |
| | |||||
* | Use horizontal `scrollable` for code blocks in `markdown` widget | 2024-07-21 | 1 | -6/+16 | |
| | |||||
* | Introduce `markdown::Settings` | 2024-07-21 | 4 | -42/+151 | |
| | |||||
* | Use `url` for `markdown` links | 2024-07-21 | 4 | -9/+24 | |
| | |||||
* | Merge pull request #2512 from iced-rs/feature/rich-text-links | 2024-07-21 | 9 | -79/+284 | |
|\ | | | | | Add `Link` support to `rich_text` widget | ||||
| * | Use `open::that_in_background` in `markdown` example | 2024-07-21 | 1 | -1/+1 | |
| | | |||||
| * | Use latest `spans` to retreive `Link` in `rich_text` | 2024-07-21 | 1 | -2/+2 | |
| | | |||||
| * | Rename `on_link_click` to `on_link` | 2024-07-21 | 2 | -15/+12 | |
| | | |||||
| * | Simplify font attributes in `Paragraph::with_spans` | 2024-07-21 | 1 | -9/+1 | |
| | | |||||
| * | Add `Link` support to `rich_text` widget | 2024-07-21 | 9 | -71/+287 | |
|/ | |||||
* | Use `from_iter` in `rich_text!` macro | 2024-07-20 | 1 | -1/+1 | |
| | |||||
* | Support nested lists in `markdown` widget | 2024-07-20 | 1 | -34/+100 | |
| | |||||
* | Make `container::dark` darker and rounded | 2024-07-20 | 1 | -1/+2 | |
| | |||||
* | Introduce `container::dark` style | 2024-07-20 | 1 | -2/+12 | |
| | |||||
* | Make `container::Style` API more consistent | 2024-07-20 | 2 | -17/+26 | |
| | |||||
* | Fix `text::State` downcast in some widgets | 2024-07-19 | 4 | -4/+10 | |
| | |||||
* | Fix newlines in `highlighter` and `markdown` example | 2024-07-18 | 2 | -1/+1 | |
| | |||||
* | Merge pull request #2508 from iced-rs/feature/rich-text | 2024-07-18 | 22 | -208/+1284 | |
|\ | | | | | `rich_text` and `markdown` widgets | ||||
| * | Return proper `theme` in `markdown` example | 2024-07-18 | 1 | -1/+1 | |
| | | |||||
| * | Fix `markdown` import in `iced_widget` | 2024-07-18 | 1 | -2/+1 | |
| | | |||||
| * | Create `markdown` widget helpers in `iced_widget` | 2024-07-18 | 7 | -220/+277 | |
| | | |||||
| * | Adapt `scrollable` sizing strategy to contents | 2024-07-18 | 2 | -12/+17 | |
| | | |||||
| * | Flesh out the `markdown` example a bit more | 2024-07-18 | 10 | -141/+435 | |
| | | |||||
| * | Implement `rich_text` widget and `markdown` example | 2024-07-17 | 11 | -99/+787 | |
| | | |||||
| * | Decouple caching from `Paragraph` API | 2024-07-17 | 7 | -96/+129 | |
|/ | |||||
* | Update `cosmic-text` and `resvg` (#2416) | 2024-07-17 | 10 | -222/+187 | |
| | | | | | | | | | | | | | | | | | * Update `cosmic-text`, `glyphon`, and `resvg` * Fix slow font fallback with `Shaping::Basic` in `cosmic-text` * Update `cosmic-text` and `resvg` * Update `cosmic-text` * Fix `SelectAll` action in `editor` * Fix some panics in `graphics::text::editor` * Remove empty `if` statement in `tiny_skia::vector` * Update `cosmic-text`, `glyphon`, and `rustc-hash` | ||||
* | Fix `Scrollable::spacing` not embedding the `Scrollbar` | 2024-07-16 | 2 | -45/+28 | |
| | |||||
* | Fix broken `futures-core` links in nightly docs | 2024-07-16 | 1 | -0/+1 | |
| | |||||
* | Remove unnecessary `derive` in "Scaling Applications" docs | 2024-07-16 | 1 | -1/+0 | |
| | |||||
* | Fix grammar in "Passive Subscriptions" docs | 2024-07-16 | 1 | -1/+1 | |
| | |||||
* | Finish "The Pocket Guide" | 2024-07-16 | 2 | -5/+130 | |
| | |||||
* | Draft "The Pocket Guide" for the API reference | 2024-07-16 | 1 | -129/+286 | |
| | |||||
* | Make `run_with` take a `FnOnce` | 2024-07-15 | 3 | -5/+5 | |
| | |||||
* | Export `operate` constructor in `advanced::widget` | 2024-07-14 | 2 | -9/+14 | |
| | |||||
* | Implement `application::Update` for `()` | 2024-07-14 | 3 | -6/+11 | |
| |