| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve `TextEditor` scroll interaction with a touchpad | Héctor Ramón Jiménez | 2023-10-27 | 1 | -1/+1 |
* | Implement missing debug implementations in `iced_widget` | Héctor Ramón Jiménez | 2023-10-27 | 2 | -1/+18 |
* | Write documentation for the new text APIs | Héctor Ramón Jiménez | 2023-10-27 | 2 | -6/+34 |
* | Merge branch 'master' into text-editor | Héctor Ramón Jiménez | 2023-10-27 | 23 | -135/+127 |
|\ |
|
| * | Centralize `clippy` lints in `.cargo/config.toml` | Héctor Ramón Jiménez | 2023-09-20 | 2 | -11/+6 |
| * | Fix `clippy::filter_map_next` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -14/+11 |
| * | Fix `clippy::redundant-closure-for-method-calls` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -1/+1 |
| * | Fix `clippy::match-wildcard-for-single-variants` | Héctor Ramón Jiménez | 2023-09-20 | 2 | -4/+4 |
| * | Fix `clippy::default_trait_access` | Héctor Ramón Jiménez | 2023-09-20 | 3 | -3/+3 |
| * | Fix `clippy::trivially-copy-pass-by-ref` | Héctor Ramón Jiménez | 2023-09-20 | 2 | -34/+34 |
| * | Fix `clippy::semicolon_if_nothing_returned` | Héctor Ramón Jiménez | 2023-09-20 | 18 | -59/+59 |
| * | Fix `height` of vertical scroller in `Scrollbar` | Héctor Ramón Jiménez | 2023-09-14 | 1 | -4/+4 |
| * | Fix width of horizontal scrollbar in `Scrollable` | Héctor Ramón Jiménez | 2023-09-14 | 1 | -6/+6 |
* | | Add `text` helper method for `text_editor::Content` | Héctor Ramón Jiménez | 2023-09-22 | 1 | -0/+21 |
* | | Fix selection clipping out of bounds in `TextEditor` | Héctor Ramón Jiménez | 2023-09-22 | 1 | -24/+33 |
* | | Fix vertical scroll for `TextEditor` | Héctor Ramón Jiménez | 2023-09-21 | 1 | -2/+3 |
* | | Scroll at least one line on macOS in `TextEditor` | Héctor Ramón Jiménez | 2023-09-21 | 1 | -1/+5 |
* | | Round `ScrollDelta::Lines` in `TextEditor` | Héctor Ramón Jiménez | 2023-09-21 | 1 | -1/+1 |
* | | Scroll `TextEditor` only if `cursor.is_over(bounds)` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -1/+3 |
* | | Introduce new `iced_highlighter` subcrate | Héctor Ramón Jiménez | 2023-09-19 | 1 | -5/+23 |
* | | Implement `Scroll` action in `text::editor` | Héctor Ramón Jiménez | 2023-09-19 | 1 | -0/+12 |
* | | Flesh out the `editor` example a bit more | Héctor Ramón Jiménez | 2023-09-18 | 1 | -0/+4 |
* | | Implement theme selector in `editor` example | Héctor Ramón Jiménez | 2023-09-18 | 1 | -1/+12 |
* | | Notify `Highlighter` of topmost line change | Héctor Ramón Jiménez | 2023-09-17 | 1 | -11/+14 |
* | | Implement basic syntax highlighting with `syntect` in `editor` example | Héctor Ramón Jiménez | 2023-09-17 | 1 | -0/+18 |
* | | Draft `Highlighter` API | Héctor Ramón Jiménez | 2023-09-17 | 2 | -16/+50 |
* | | Avoid drag on double or triple click for now in `TextEditor` | Héctor Ramón Jiménez | 2023-09-16 | 1 | -24/+28 |
* | | Implement `Copy` and `Paste` actions for `text::Editor` | Héctor Ramón Jiménez | 2023-09-16 | 1 | -3/+8 |
* | | Implement methods to query the contents of a `TextEditor` | Héctor Ramón Jiménez | 2023-09-16 | 1 | -0/+48 |
* | | Fix `Copy` action being triggered without any modifiers | Héctor Ramón Jiménez | 2023-09-14 | 1 | -1/+3 |
* | | Fix broken intra-doc links | Héctor Ramón Jiménez | 2023-09-14 | 1 | -0/+2 |
* | | Fix `clippy` lints | Héctor Ramón Jiménez | 2023-09-13 | 2 | -13/+23 |
* | | Introduce `Motion` concept in `core::text::editor` | Héctor Ramón Jiménez | 2023-09-13 | 1 | -33/+44 |
* | | Unify `Focus` and `Click` updates in `widget::text_editor` | Héctor Ramón Jiménez | 2023-09-13 | 1 | -32/+16 |
* | | Implement `Cursor::Selection` calculation in `Editor::cursor` | Héctor Ramón Jiménez | 2023-09-13 | 1 | -1/+5 |
* | | Add `Enter` variant to `Action` in `text::Editor` | Héctor Ramón Jiménez | 2023-09-12 | 1 | -0/+1 |
* | | Draft `Editor` API and `TextEditor` widget | Héctor Ramón Jiménez | 2023-09-12 | 3 | -2/+475 |
* | | Make `FontSystem` global and simplify `Paragraph` API | Héctor Ramón Jiménez | 2023-09-11 | 2 | -24/+15 |
|/ |
|
* | Fix `ComboBox` widget panic on wasm | Thomas | 2023-09-10 | 1 | -1/+1 |
* | Fix `ComboBox` widget not displaying selection text | Héctor Ramón Jiménez | 2023-09-10 | 2 | -3/+50 |
* | Fix unnecessary dereference in `Tooltip` | Héctor Ramón Jiménez | 2023-09-10 | 1 | -1/+1 |
* | Fix `Tooltip` widget state management | Héctor Ramón Jiménez | 2023-09-10 | 1 | -2/+4 |
* | Fix `Widget::layout` implementation of `MouseArea` | Héctor Ramón Jiménez | 2023-09-10 | 1 | -1/+3 |
* | Fix broken intradoc link in `widget::keyed` module | Héctor Ramón Jiménez | 2023-09-10 | 1 | -2/+0 |
* | Merge branch 'master' into explicit-text-caching | Héctor Ramón Jiménez | 2023-09-10 | 25 | -117/+124 |
|\ |
|
| * | Deny `broken_intradoc_links` and verify documentation in CI | Héctor Ramón Jiménez | 2023-09-09 | 1 | -2/+3 |
| * | Fix majority of unresolved documentation links | Matthias Vogelgesang | 2023-09-09 | 18 | -75/+82 |
| * | Use `Radians` as a number directly in `gradient` example | Héctor Ramón Jiménez | 2023-09-08 | 1 | -2/+2 |
| * | Merge pull request #2070 from ripytide/master | Héctor Ramón | 2023-09-07 | 1 | -1/+1 |
| |\ |
|
| | * | Make `scale` methods in `Frame` generic over `f32` and `Vector` | Héctor Ramón Jiménez | 2023-09-07 | 1 | -1/+1 |