Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce new `iced_highlighter` subcrate | 2023-09-19 | 1 | -5/+23 | |
| | |||||
* | Implement `Scroll` action in `text::editor` | 2023-09-19 | 1 | -0/+12 | |
| | |||||
* | Flesh out the `editor` example a bit more | 2023-09-18 | 1 | -0/+4 | |
| | |||||
* | Implement theme selector in `editor` example | 2023-09-18 | 1 | -1/+12 | |
| | |||||
* | Notify `Highlighter` of topmost line change | 2023-09-17 | 1 | -11/+14 | |
| | |||||
* | Implement basic syntax highlighting with `syntect` in `editor` example | 2023-09-17 | 1 | -0/+18 | |
| | |||||
* | Draft `Highlighter` API | 2023-09-17 | 2 | -16/+50 | |
| | |||||
* | Avoid drag on double or triple click for now in `TextEditor` | 2023-09-16 | 1 | -24/+28 | |
| | |||||
* | Implement `Copy` and `Paste` actions for `text::Editor` | 2023-09-16 | 1 | -3/+8 | |
| | |||||
* | Implement methods to query the contents of a `TextEditor` | 2023-09-16 | 1 | -0/+48 | |
| | |||||
* | Fix `Copy` action being triggered without any modifiers | 2023-09-14 | 1 | -1/+3 | |
| | |||||
* | Fix broken intra-doc links | 2023-09-14 | 1 | -0/+2 | |
| | |||||
* | Fix `clippy` lints | 2023-09-13 | 2 | -13/+23 | |
| | |||||
* | Introduce `Motion` concept in `core::text::editor` | 2023-09-13 | 1 | -33/+44 | |
| | |||||
* | Unify `Focus` and `Click` updates in `widget::text_editor` | 2023-09-13 | 1 | -32/+16 | |
| | |||||
* | Implement `Cursor::Selection` calculation in `Editor::cursor` | 2023-09-13 | 1 | -1/+5 | |
| | |||||
* | Add `Enter` variant to `Action` in `text::Editor` | 2023-09-12 | 1 | -0/+1 | |
| | |||||
* | Draft `Editor` API and `TextEditor` widget | 2023-09-12 | 3 | -2/+475 | |
| | |||||
* | Make `FontSystem` global and simplify `Paragraph` API | 2023-09-11 | 2 | -24/+15 | |
| | |||||
* | Fix `ComboBox` widget panic on wasm | 2023-09-10 | 1 | -1/+1 | |
| | |||||
* | Fix `ComboBox` widget not displaying selection text | 2023-09-10 | 2 | -3/+50 | |
| | |||||
* | Fix unnecessary dereference in `Tooltip` | 2023-09-10 | 1 | -1/+1 | |
| | |||||
* | Fix `Tooltip` widget state management | 2023-09-10 | 1 | -2/+4 | |
| | |||||
* | Fix `Widget::layout` implementation of `MouseArea` | 2023-09-10 | 1 | -1/+3 | |
| | |||||
* | Fix broken intradoc link in `widget::keyed` module | 2023-09-10 | 1 | -2/+0 | |
| | |||||
* | Merge branch 'master' into explicit-text-caching | 2023-09-10 | 25 | -117/+124 | |
|\ | |||||
| * | Deny `broken_intradoc_links` and verify documentation in CI | 2023-09-09 | 1 | -2/+3 | |
| | | |||||
| * | Fix majority of unresolved documentation links | 2023-09-09 | 18 | -75/+82 | |
| | | |||||
| * | Use `Radians` as a number directly in `gradient` example | 2023-09-08 | 1 | -2/+2 | |
| | | |||||
| * | Merge pull request #2070 from ripytide/master | 2023-09-07 | 1 | -1/+1 | |
| |\ | | | | | | | Added a Frame::scale_nonuniform method | ||||
| | * | Make `scale` methods in `Frame` generic over `f32` and `Vector` | 2023-09-07 | 1 | -1/+1 | |
| | | | |||||
| * | | Host GIFs and video examples in `iced.rs` | 2023-09-07 | 1 | -2/+2 | |
| | | | | | | | | | | | | RIP Gfycat | ||||
| * | | Add access to bounds/content bounds from a scrollable viewport. (#2072) | 2023-09-07 | 1 | -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 inheritance | 2023-09-04 | 1 | -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. | 2023-09-03 | 1 | -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` | 2023-09-09 | 1 | -4/+23 | |
| | | |||||
* | | Introduce `keyed::Column` widget | 2023-09-04 | 4 | -2/+387 | |
| | | |||||
* | | Fix `Widget::layout` for `Lazy` | 2023-09-01 | 1 | -1/+3 | |
| | | |||||
* | | Fix `Widget::layout` for `Component` | 2023-09-01 | 1 | -1/+7 | |
| | | |||||
* | | Simplify new logic in `TextInput` | 2023-08-30 | 1 | -33/+25 | |
| | | |||||
* | | Make `widget::Tree` mutable in `Widget::layout` | 2023-08-30 | 30 | -97/+94 | |
| | | |||||
* | | Reduce default spacing of `Checkbox` | 2023-08-30 | 1 | -1/+1 | |
| | | |||||
* | | Add some default spacing for `Toggler` | 2023-08-30 | 1 | -1/+1 | |
| | | |||||
* | | Implement explicit text caching in the widget state tree | 2023-08-30 | 30 | -530/+643 | |
|/ | |||||
* | Fix `clippy` lints for Rust 1.72 | 2023-08-26 | 1 | -1/+1 | |
| | |||||
* | Run `cargo fmt` with Rust 1.72 | 2023-08-26 | 2 | -8/+12 | |
| | |||||
* | ensure no paste with alt | 2023-08-05 | 1 | -1/+3 | |
| | |||||
* | Remove unnecessary comment in `image::viewer` | 2023-08-03 | 1 | -1/+0 | |
| | |||||
* | fix: Check cursor in bounds when scrolling image::Viewer | 2023-08-03 | 1 | -1/+2 | |
| | | | | | | | Ensure that the cursor is within the bounds of the image::Viewer when performing the scrolling. Fixes #1997 | ||||
* | Bump version of `iced_widget` :tada: | 2023-08-02 | 1 | -1/+1 | |
| |