| Commit message (Expand) | Author | Files | Lines |
2023-12-01 | Fix `clippy` lint | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-12-01 | Clip text to `viewport` bounds instead of layout bounds | Héctor Ramón Jiménez | 11 | -70/+84 |
2023-11-28 | Provide actual bounds to `Shader` primitives | Héctor Ramón Jiménez | 1 | -1/+0 |
2023-11-21 | Invalidate layout when `Tooltip` changes `overlay` | Héctor Ramón Jiménez | 1 | -1/+9 |
2023-11-21 | Fix `Overlay` composition | Héctor Ramón Jiménez | 5 | -5/+11 |
2023-11-14 | Improve module hierarchy of `custom_shader` example | Héctor Ramón Jiménez | 1 | -0/+1 |
2023-11-14 | Export `wgpu` crate in `shader` module in `iced_widget` | Héctor Ramón Jiménez | 1 | -0/+1 |
2023-11-14 | Create `shader` function helper in `iced_widget` | Héctor Ramón Jiménez | 1 | -0/+11 |
2023-11-14 | Fix broken intra-doc links | Héctor Ramón Jiménez | 2 | -3/+3 |
2023-11-14 | Use `Instant` from `iced_core` instead of `std` | Héctor Ramón Jiménez | 1 | -2/+1 |
2023-11-14 | Enable `iced_renderer/wgpu` feature in `iced_widget` | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-11-14 | Re-organize `custom` module as `pipeline` module | Héctor Ramón Jiménez | 4 | -1/+312 |
2023-11-14 | Reexport Transformation from widget::shader | Bingus | 1 | -1/+1 |
2023-11-14 | Added support for custom shader widget for iced_wgpu backend. | Bingus | 2 | -0/+4 |
2023-11-11 | Refactor texture image filtering | Héctor Ramón Jiménez | 2 | -9/+25 |
2023-11-11 | Fix clippy + fmt | Remmirad | 1 | -1/+1 |
2023-11-11 | Implement texture filtering options | Remmirad | 1 | -1/+1 |
2023-10-27 | Improve `TextEditor` scroll interaction with a touchpad | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-10-27 | Implement missing debug implementations in `iced_widget` | Héctor Ramón Jiménez | 2 | -1/+18 |
2023-10-27 | Write documentation for the new text APIs | Héctor Ramón Jiménez | 2 | -6/+34 |
2023-09-22 | Add `text` helper method for `text_editor::Content` | Héctor Ramón Jiménez | 1 | -0/+21 |
2023-09-22 | Fix selection clipping out of bounds in `TextEditor` | Héctor Ramón Jiménez | 1 | -24/+33 |
2023-09-21 | Fix vertical scroll for `TextEditor` | Héctor Ramón Jiménez | 1 | -2/+3 |
2023-09-21 | Scroll at least one line on macOS in `TextEditor` | Héctor Ramón Jiménez | 1 | -1/+5 |
2023-09-21 | Round `ScrollDelta::Lines` in `TextEditor` | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-09-20 | Centralize `clippy` lints in `.cargo/config.toml` | Héctor Ramón Jiménez | 2 | -11/+6 |
2023-09-20 | Fix `clippy::filter_map_next` | Héctor Ramón Jiménez | 1 | -14/+11 |
2023-09-20 | Fix `clippy::redundant-closure-for-method-calls` | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-09-20 | Fix `clippy::match-wildcard-for-single-variants` | Héctor Ramón Jiménez | 2 | -4/+4 |
2023-09-20 | Fix `clippy::default_trait_access` | Héctor Ramón Jiménez | 3 | -3/+3 |
2023-09-20 | Fix `clippy::trivially-copy-pass-by-ref` | Héctor Ramón Jiménez | 2 | -34/+34 |
2023-09-20 | Fix `clippy::semicolon_if_nothing_returned` | Héctor Ramón Jiménez | 18 | -59/+59 |
2023-09-20 | Scroll `TextEditor` only if `cursor.is_over(bounds)` | Héctor Ramón Jiménez | 1 | -1/+3 |
2023-09-19 | Introduce new `iced_highlighter` subcrate | Héctor Ramón Jiménez | 1 | -5/+23 |
2023-09-19 | Implement `Scroll` action in `text::editor` | Héctor Ramón Jiménez | 1 | -0/+12 |
2023-09-18 | Flesh out the `editor` example a bit more | Héctor Ramón Jiménez | 1 | -0/+4 |
2023-09-18 | Implement theme selector in `editor` example | Héctor Ramón Jiménez | 1 | -1/+12 |
2023-09-17 | Notify `Highlighter` of topmost line change | Héctor Ramón Jiménez | 1 | -11/+14 |
2023-09-17 | Implement basic syntax highlighting with `syntect` in `editor` example | Héctor Ramón Jiménez | 1 | -0/+18 |
2023-09-17 | Draft `Highlighter` API | Héctor Ramón Jiménez | 2 | -16/+50 |
2023-09-16 | Avoid drag on double or triple click for now in `TextEditor` | Héctor Ramón Jiménez | 1 | -24/+28 |
2023-09-16 | Implement `Copy` and `Paste` actions for `text::Editor` | Héctor Ramón Jiménez | 1 | -3/+8 |
2023-09-16 | Implement methods to query the contents of a `TextEditor` | Héctor Ramón Jiménez | 1 | -0/+48 |
2023-09-14 | Fix `height` of vertical scroller in `Scrollbar` | Héctor Ramón Jiménez | 1 | -4/+4 |
2023-09-14 | Fix `Copy` action being triggered without any modifiers | Héctor Ramón Jiménez | 1 | -1/+3 |
2023-09-14 | Fix width of horizontal scrollbar in `Scrollable` | Héctor Ramón Jiménez | 1 | -6/+6 |
2023-09-14 | Fix broken intra-doc links | Héctor Ramón Jiménez | 1 | -0/+2 |
2023-09-13 | Fix `clippy` lints | Héctor Ramón Jiménez | 2 | -13/+23 |
2023-09-13 | Introduce `Motion` concept in `core::text::editor` | Héctor Ramón Jiménez | 1 | -33/+44 |
2023-09-13 | Unify `Focus` and `Click` updates in `widget::text_editor` | Héctor Ramón Jiménez | 1 | -32/+16 |