Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement `Scroll` action in `text::editor` | 2023-09-19 | 1 | -0/+1 | |
| | |||||
* | Remove unnecessary `monospaced` flag in `Font` | 2023-09-18 | 1 | -4/+0 | |
| | |||||
* | Flesh out the `editor` example a bit more | 2023-09-18 | 2 | -0/+12 | |
| | |||||
* | Implement theme selector in `editor` example | 2023-09-18 | 1 | -2/+5 | |
| | |||||
* | Notify `Highlighter` of topmost line change | 2023-09-17 | 1 | -2/+7 | |
| | |||||
* | Implement basic syntax highlighting with `syntect` in `editor` example | 2023-09-17 | 1 | -1/+1 | |
| | |||||
* | Draft `Highlighter` API | 2023-09-17 | 4 | -0/+78 | |
| | |||||
* | Avoid drag on double or triple click for now in `TextEditor` | 2023-09-16 | 1 | -0/+4 | |
| | |||||
* | Implement `Copy` and `Paste` actions for `text::Editor` | 2023-09-16 | 1 | -1/+4 | |
| | |||||
* | Implement methods to query the contents of a `TextEditor` | 2023-09-16 | 2 | -0/+18 | |
| | |||||
* | Fix broken intra-doc links | 2023-09-14 | 1 | -0/+2 | |
| | |||||
* | Remove `Editor::min_bounds` and use `bounds` instead | 2023-09-14 | 2 | -18/+0 | |
| | |||||
* | Handle motions when a selection is present in `text::Editor` | 2023-09-14 | 1 | -0/+23 | |
| | |||||
* | Introduce `Motion` concept in `core::text::editor` | 2023-09-13 | 1 | -8/+30 | |
| | |||||
* | Add `Enter` variant to `Action` in `text::Editor` | 2023-09-12 | 1 | -0/+1 | |
| | |||||
* | Draft `Editor` API and `TextEditor` widget | 2023-09-12 | 6 | -83/+209 | |
| | |||||
* | Make `FontSystem` global and simplify `Paragraph` API | 2023-09-11 | 3 | -110/+37 | |
| | |||||
* | Fix (more) broken intradoc links | 2023-09-10 | 1 | -1/+1 | |
| | | | | Good thing I just set up CI earlier for this :sweat_smile: | ||||
* | Merge branch 'master' into explicit-text-caching | 2023-09-10 | 7 | -34/+76 | |
|\ | |||||
| * | Fix outstanding broken intradoc links | 2023-09-09 | 1 | -2/+0 | |
| | | |||||
| * | Deny `broken_intradoc_links` and verify documentation in CI | 2023-09-09 | 1 | -2/+3 | |
| | | |||||
| * | Fix majority of unresolved documentation links | 2023-09-09 | 4 | -5/+5 | |
| | | |||||
| * | Fine-tune `Radians::to_distance` | 2023-09-08 | 1 | -7/+8 | |
| | | | | | | | | | | An angle of 0 radians will "point" to the top-center of a `Rectangle` and then increase clockwise. | ||||
| * | Use `Radians` as a number directly in `gradient` example | 2023-09-08 | 2 | -3/+43 | |
| | | |||||
| * | Use workspace dependencies and package inheritance | 2023-09-04 | 1 | -14/+16 | |
| | | | | | | | | | | | | 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. | ||||
| * | Fix `iced_wgpu` device selection on Wasm | 2023-09-03 | 1 | -1/+1 | |
| | | |||||
* | | Invalidate existing paragraphs when new fonts are loaded | 2023-09-09 | 1 | -12/+56 | |
| | | |||||
* | | Introduce `keyed::Column` widget | 2023-09-04 | 1 | -0/+82 | |
| | | |||||
* | | Fix unnecessary dereference in `widget::text` | 2023-08-30 | 1 | -1/+1 | |
| | | |||||
* | | Make `widget::Tree` mutable in `Widget::layout` | 2023-08-30 | 7 | -20/+19 | |
| | | |||||
* | | Fix vertical alignment in `layout::next_to_each_other` | 2023-08-30 | 1 | -2/+9 | |
| | | |||||
* | | Implement explicit text caching in the widget state tree | 2023-08-30 | 8 | -152/+305 | |
|/ | |||||
* | Merge pull request #2041 from lufte/issue-2040 | 2023-08-20 | 1 | -0/+13 | |
|\ | | | | | Make the style attribute available on Font | ||||
| * | Make the style attribute available on Font | 2023-08-18 | 1 | -0/+13 | |
| | | |||||
* | | Bounds Contains update. (#2017) | 2023-08-15 | 1 | -2/+2 | |
|/ | | | | | | | | | | | * changed the way contains works to exclude <= for point.y and point.x on width and height check to avoid multiple selects * update changelog * Update `CHANGELOG` --------- Co-authored-by: Héctor Ramón Jiménez <hector0193@gmail.com> | ||||
* | Bump versions :tada: | 2023-07-28 | 3 | -10/+7 | |
| | |||||
* | Introduce `visible_bounds` operation for `Container` | 2023-07-27 | 8 | -14/+83 | |
| | |||||
* | Add viewport to Widget::on_event | 2023-07-15 | 2 | -3/+7 | |
| | |||||
* | Revert "Remove `layout` method from `core::Renderer` trait" | 2023-06-29 | 1 | -1/+14 | |
| | | | | This reverts commit 2128472c2a8afcb59927712497c4f613612e9dcc. | ||||
* | Remove `layout` method from `core::Renderer` trait | 2023-06-29 | 1 | -14/+1 | |
| | |||||
* | Reuse entries in `text::Cache` in `iced_wgpu` | 2023-06-28 | 3 | -11/+9 | |
| | |||||
* | Add nested overlay method to group & map | 2023-06-14 | 2 | -0/+25 | |
| | |||||
* | Introduce internal `overlay::Nested` for `UserInterface` | 2023-06-14 | 3 | -7/+47 | |
| | |||||
* | Extend cursor availability to the shell level | 2023-06-08 | 1 | -1/+2 | |
| | |||||
* | Take `Rectangle` by value in `Cursor` API | 2023-06-08 | 1 | -3/+3 | |
| | |||||
* | Implement basic cursor availability | 2023-06-08 | 8 | -104/+105 | |
| | |||||
* | Use approx for testing color operations | 2023-05-26 | 2 | -11/+11 | |
| | |||||
* | Use `Srgb` and `Srgba` from `palette` directly | 2023-05-26 | 1 | -15/+16 | |
| | |||||
* | Upgrade `palette` dependency | 2023-05-25 | 2 | -22/+22 | |
| | |||||
* | Merge pull request #1738 from nicoburns/update-winit-0.28 | 2023-05-25 | 2 | -0/+21 | |
|\ | | | | | Update to winit 0.28 |