index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-09-19
Implement `Scroll` action in `text::editor`
Héctor Ramón Jiménez
1
-0
/
+1
2023-09-18
Remove unnecessary `monospaced` flag in `Font`
Héctor Ramón Jiménez
1
-4
/
+0
2023-09-18
Flesh out the `editor` example a bit more
Héctor Ramón Jiménez
2
-0
/
+12
2023-09-18
Implement theme selector in `editor` example
Héctor Ramón Jiménez
1
-2
/
+5
2023-09-17
Notify `Highlighter` of topmost line change
Héctor Ramón Jiménez
1
-2
/
+7
2023-09-17
Implement basic syntax highlighting with `syntect` in `editor` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-17
Draft `Highlighter` API
Héctor Ramón Jiménez
4
-0
/
+78
2023-09-16
Avoid drag on double or triple click for now in `TextEditor`
Héctor Ramón Jiménez
1
-0
/
+4
2023-09-16
Implement `Copy` and `Paste` actions for `text::Editor`
Héctor Ramón Jiménez
1
-1
/
+4
2023-09-16
Implement methods to query the contents of a `TextEditor`
Héctor Ramón Jiménez
2
-0
/
+18
2023-09-14
Fix broken intra-doc links
Héctor Ramón Jiménez
1
-0
/
+2
2023-09-14
Remove `Editor::min_bounds` and use `bounds` instead
Héctor Ramón Jiménez
2
-18
/
+0
2023-09-14
Handle motions when a selection is present in `text::Editor`
Héctor Ramón Jiménez
1
-0
/
+23
2023-09-13
Introduce `Motion` concept in `core::text::editor`
Héctor Ramón Jiménez
1
-8
/
+30
2023-09-12
Add `Enter` variant to `Action` in `text::Editor`
Héctor Ramón Jiménez
1
-0
/
+1
2023-09-12
Draft `Editor` API and `TextEditor` widget
Héctor Ramón Jiménez
6
-83
/
+209
2023-09-11
Make `FontSystem` global and simplify `Paragraph` API
Héctor Ramón Jiménez
3
-110
/
+37
2023-09-10
Fix (more) broken intradoc links
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-09
Fix outstanding broken intradoc links
Héctor Ramón Jiménez
1
-2
/
+0
2023-09-09
Deny `broken_intradoc_links` and verify documentation in CI
Héctor Ramón Jiménez
1
-2
/
+3
2023-09-09
Fix majority of unresolved documentation links
Matthias Vogelgesang
4
-5
/
+5
2023-09-09
Invalidate existing paragraphs when new fonts are loaded
Héctor Ramón Jiménez
1
-12
/
+56
2023-09-08
Fine-tune `Radians::to_distance`
Héctor Ramón Jiménez
1
-7
/
+8
2023-09-08
Use `Radians` as a number directly in `gradient` example
Héctor Ramón Jiménez
2
-3
/
+43
2023-09-04
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
1
-14
/
+16
2023-09-04
Introduce `keyed::Column` widget
Héctor Ramón Jiménez
1
-0
/
+82
2023-09-03
Fix `iced_wgpu` device selection on Wasm
Héctor Ramón Jiménez
1
-1
/
+1
2023-08-30
Fix unnecessary dereference in `widget::text`
Héctor Ramón Jiménez
1
-1
/
+1
2023-08-30
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
7
-20
/
+19
2023-08-30
Fix vertical alignment in `layout::next_to_each_other`
Héctor Ramón Jiménez
1
-2
/
+9
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
8
-152
/
+305
2023-08-18
Make the style attribute available on Font
lufte
1
-0
/
+13
2023-08-15
Bounds Contains update. (#2017)
Andrew Wheeler(Genusis)
1
-2
/
+2
2023-07-28
Bump versions :tada:
Héctor Ramón Jiménez
3
-10
/
+7
2023-07-27
Introduce `visible_bounds` operation for `Container`
Héctor Ramón Jiménez
8
-14
/
+83
2023-07-15
Add viewport to Widget::on_event
Cory Forsstrom
2
-3
/
+7
2023-07-06
Add missing newline in `core::window`
Héctor Ramón Jiménez
1
-1
/
+1
2023-06-29
Revert "Remove `layout` method from `core::Renderer` trait"
Héctor Ramón Jiménez
1
-1
/
+14
2023-06-29
Remove `layout` method from `core::Renderer` trait
Héctor Ramón Jiménez
1
-14
/
+1
2023-06-28
Reuse entries in `text::Cache` in `iced_wgpu`
Héctor Ramón Jiménez
3
-11
/
+9
2023-06-22
Add FetchSize command - apply the changes discussed at #water-cooler
Yiğit Özdemir
2
-11
/
+1
2023-06-21
Add command to retrieve window size
Yiğit Özdemir
2
-0
/
+10
2023-06-14
Add nested overlay method to group & map
Cory Forsstrom
2
-0
/
+25
2023-06-14
Introduce internal `overlay::Nested` for `UserInterface`
Cory Forsstrom
3
-7
/
+47
2023-06-08
Extend cursor availability to the shell level
Héctor Ramón Jiménez
1
-1
/
+2
2023-06-08
Take `Rectangle` by value in `Cursor` API
Héctor Ramón Jiménez
1
-3
/
+3
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
8
-104
/
+105
2023-06-07
Switched to packing using f16s to maintain acceptable precision.
Bingus
1
-31
/
+0
2023-06-06
Updated color packing into u32 to consider incorrect web-colors.
Bingus
1
-0
/
+19
2023-06-06
Implement explicit `Color::into_u32` instead of `Into` trait
Héctor Ramón Jiménez
1
-13
/
+12
[next]