summaryrefslogtreecommitdiffstats
path: root/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Round `ScrollDelta::Lines` in `TextEditor`Libravatar Héctor Ramón Jiménez2023-09-211-1/+1
| | |
* | | Scroll `TextEditor` only if `cursor.is_over(bounds)`Libravatar Héctor Ramón Jiménez2023-09-201-1/+3
| | |
* | | Introduce new `iced_highlighter` subcrateLibravatar Héctor Ramón Jiménez2023-09-191-5/+23
| | |
* | | Implement `Scroll` action in `text::editor`Libravatar Héctor Ramón Jiménez2023-09-191-0/+12
| | |
* | | Flesh out the `editor` example a bit moreLibravatar Héctor Ramón Jiménez2023-09-181-0/+4
| | |
* | | Implement theme selector in `editor` exampleLibravatar Héctor Ramón Jiménez2023-09-181-1/+12
| | |
* | | Notify `Highlighter` of topmost line changeLibravatar Héctor Ramón Jiménez2023-09-171-11/+14
| | |
* | | Implement basic syntax highlighting with `syntect` in `editor` exampleLibravatar Héctor Ramón Jiménez2023-09-171-0/+18
| | |
* | | Draft `Highlighter` APILibravatar Héctor Ramón Jiménez2023-09-172-16/+50
| | |
* | | Avoid drag on double or triple click for now in `TextEditor`Libravatar Héctor Ramón Jiménez2023-09-161-24/+28
| | |
* | | Implement `Copy` and `Paste` actions for `text::Editor`Libravatar Héctor Ramón Jiménez2023-09-161-3/+8
| | |
* | | Implement methods to query the contents of a `TextEditor`Libravatar Héctor Ramón Jiménez2023-09-161-0/+48
| | |
* | | Fix `Copy` action being triggered without any modifiersLibravatar Héctor Ramón Jiménez2023-09-141-1/+3
| | |
* | | Fix broken intra-doc linksLibravatar Héctor Ramón Jiménez2023-09-141-0/+2
| | |
* | | Fix `clippy` lintsLibravatar Héctor Ramón Jiménez2023-09-132-13/+23
| | |
* | | Introduce `Motion` concept in `core::text::editor`Libravatar Héctor Ramón Jiménez2023-09-131-33/+44
| | |
* | | Unify `Focus` and `Click` updates in `widget::text_editor`Libravatar Héctor Ramón Jiménez2023-09-131-32/+16
| | |
* | | Implement `Cursor::Selection` calculation in `Editor::cursor`Libravatar Héctor Ramón Jiménez2023-09-131-1/+5
| | |
* | | Add `Enter` variant to `Action` in `text::Editor`Libravatar Héctor Ramón Jiménez2023-09-121-0/+1
| | |
* | | Draft `Editor` API and `TextEditor` widgetLibravatar Héctor Ramón Jiménez2023-09-123-2/+475
| | |
* | | Make `FontSystem` global and simplify `Paragraph` APILibravatar Héctor Ramón Jiménez2023-09-112-24/+15
|/ /
* | Fix `ComboBox` widget panic on wasmLibravatar Thomas2023-09-101-1/+1
| |
* | Fix `ComboBox` widget not displaying selection textLibravatar Héctor Ramón Jiménez2023-09-102-3/+50
| |
* | Fix unnecessary dereference in `Tooltip`Libravatar Héctor Ramón Jiménez2023-09-101-1/+1
| |
* | Fix `Tooltip` widget state managementLibravatar Héctor Ramón Jiménez2023-09-101-2/+4
| |
* | Fix `Widget::layout` implementation of `MouseArea`Libravatar Héctor Ramón Jiménez2023-09-101-1/+3
| |
* | Fix broken intradoc link in `widget::keyed` moduleLibravatar Héctor Ramón Jiménez2023-09-101-2/+0
| |
* | Merge branch 'master' into explicit-text-cachingLibravatar Héctor Ramón Jiménez2023-09-1025-117/+124
|\ \
| * | Deny `broken_intradoc_links` and verify documentation in CILibravatar Héctor Ramón Jiménez2023-09-091-2/+3
| | |
| * | Fix majority of unresolved documentation linksLibravatar Matthias Vogelgesang2023-09-0918-75/+82
| | |
| * | Use `Radians` as a number directly in `gradient` exampleLibravatar Héctor Ramón Jiménez2023-09-081-2/+2
| | |
| * | Merge pull request #2070 from ripytide/masterLibravatar Héctor Ramón2023-09-071-1/+1
| |\ \ | | | | | | | | Added a Frame::scale_nonuniform method
| | * | Make `scale` methods in `Frame` generic over `f32` and `Vector`Libravatar Héctor Ramón Jiménez2023-09-071-1/+1
| | | |
| * | | Host GIFs and video examples in `iced.rs`Libravatar Héctor Ramón Jiménez2023-09-071-2/+2
| | | | | | | | | | | | | | | | RIP Gfycat
| * | | Add access to bounds/content bounds from a scrollable viewport. (#2072)Libravatar Nick2023-09-071-0/+10
| | | | | | | | | | | | | | | | | | | | * Add access to bounds/content bounds from a scrollable viewport in order to perform certain scrollable optimizations as a consumer. * Move bounds/content_bounds after relative_offset as per feedback.
| * | | Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-34/+23
| |/ / | | | | | | | | | | | | | | | We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version.
| * | Support automatic style type casting for Buttons.Libravatar Nick2023-09-031-2/+2
| | | | | | | | | Changes the signature of Button::style to use `impl Into<...>` instead of taking the style sheet itself. (Matches other widgets).
* | | Implement `Icon` support for `TextInput`Libravatar Héctor Ramón Jiménez2023-09-091-4/+23
| | |
* | | Introduce `keyed::Column` widgetLibravatar Héctor Ramón Jiménez2023-09-044-2/+387
| | |
* | | Fix `Widget::layout` for `Lazy`Libravatar Héctor Ramón Jiménez2023-09-011-1/+3
| | |
* | | Fix `Widget::layout` for `Component`Libravatar Héctor Ramón Jiménez2023-09-011-1/+7
| | |
* | | Simplify new logic in `TextInput`Libravatar Héctor Ramón Jiménez2023-08-301-33/+25
| | |
* | | Make `widget::Tree` mutable in `Widget::layout`Libravatar Héctor Ramón Jiménez2023-08-3030-97/+94
| | |
* | | Reduce default spacing of `Checkbox`Libravatar Héctor Ramón Jiménez2023-08-301-1/+1
| | |
* | | Add some default spacing for `Toggler`Libravatar Héctor Ramón Jiménez2023-08-301-1/+1
| | |
* | | Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez2023-08-3030-530/+643
|/ /
* | Fix `clippy` lints for Rust 1.72Libravatar Héctor Ramón Jiménez2023-08-261-1/+1
| |
* | Run `cargo fmt` with Rust 1.72Libravatar Héctor Ramón Jiménez2023-08-262-8/+12
| |
* | ensure no paste with altLibravatar Casper Rogild Storm2023-08-051-1/+3
| |
* | Remove unnecessary comment in `image::viewer`Libravatar Héctor Ramón Jiménez2023-08-031-1/+0
| |