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
/
src
/
widget
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-02-21
Nit fixes.
Andrew Baldwin
1
-5
/
+5
2025-02-21
Add `is_focused` function that produces an `Operation` to get the focused sta...
Andrew Baldwin
1
-0
/
+45
2025-02-21
Run `cargo fmt`
Héctor Ramón Jiménez
2
-4
/
+4
2025-02-21
Update to Rust 2024 and fix compiler errors
Héctor Ramón Jiménez
1
-1
/
+1
2025-02-11
Add missing dot in `unfocus` operation docs
Héctor
1
-1
/
+1
2025-02-11
add unfocus operation
edwloef
1
-0
/
+27
2024-12-10
Remove `dbg!` leftover in `core::widget::text`
Héctor Ramón Jiménez
1
-2
/
+0
2024-12-10
Draft `iced_test` crate and test `todos` example
Héctor Ramón Jiménez
5
-55
/
+225
2024-12-02
Fix new `clippy` lints
Héctor Ramón Jiménez
2
-4
/
+4
2024-10-14
Add `PartialEq` derives for widget styles
BradySimon
1
-1
/
+1
2024-10-02
Cull widget draw calls in `column` and `row`
Héctor Ramón Jiménez
1
-4
/
+0
2024-09-27
Don't fill out of viewport text
Cory Forsstrom
1
-0
/
+4
2024-09-19
Show `text` doc examples in multiple places
Héctor Ramón Jiménez
1
-2
/
+44
2024-09-10
Implement `scroll_by` operation for `scrollable`
lufte
2
-5
/
+86
2024-09-04
Add `text::Wrapping` support
Héctor Ramón Jiménez
1
-2
/
+13
2024-08-15
Rename `operation::chain` to `then`
Héctor Ramón Jiménez
2
-6
/
+12
2024-08-08
Introduce `black_box` and `chain` in `widget::operation`
Héctor Ramón Jiménez
2
-28
/
+193
2024-07-19
Fix `text::State` downcast in some widgets
Héctor Ramón Jiménez
1
-1
/
+1
2024-07-17
Implement `rich_text` widget and `markdown` example
Héctor Ramón Jiménez
1
-86
/
+5
2024-07-17
Decouple caching from `Paragraph` API
Héctor Ramón Jiménez
1
-4
/
+7
2024-07-13
Add `default` and `base` stylings to `text` widget
Héctor Ramón Jiménez
1
-0
/
+12
2024-07-12
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
1
-31
/
+2
2024-07-12
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
1
-6
/
+41
2024-07-11
Add some built-in text styles for each `Palette` color
Héctor Ramón Jiménez
1
-0
/
+28
2024-06-30
doc: fix "Reconciles" typo
Vlad-Stefan Harbuz
1
-3
/
+3
2024-06-14
Fix `Send` requirements for Wasm targets
Héctor Ramón Jiménez
1
-2
/
+2
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
1
-6
/
+6
2024-04-02
Implement `IntoFragment` for `Fragment`
Héctor Ramón Jiménez
1
-0
/
+12
2024-04-02
Implement `IntoFragment` for `usize` and `isize`
Héctor Ramón Jiménez
1
-0
/
+2
2024-04-01
Rename `text::IntoContent` to `IntoFragment`
Héctor Ramón Jiménez
1
-40
/
+40
2024-04-01
Specialize `widget::text` helper with custom `IntoContent` trait
Héctor Ramón Jiménez
1
-3
/
+67
2024-03-24
Use `Catalog` approach for all widgets
Héctor Ramón Jiménez
1
-46
/
+71
2024-03-12
Use closures for `Text::style`
Héctor Ramón Jiménez
1
-53
/
+30
2024-03-09
fix some comments
rustrover
1
-1
/
+1
2024-03-08
Clarify docs of `Text::color_maybe`
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-06
Use `Style` struct pattern instead of trait for all widgets
Héctor Ramón Jiménez
1
-24
/
+15
2024-03-04
Simplify theming for `Text` widget
Héctor Ramón Jiménez
1
-17
/
+48
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2
-28
/
+29
2024-01-10
Introduce useful helpers in `layout` module
Héctor Ramón Jiménez
1
-22
/
+21
2024-01-10
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
1
-7
/
+8
2024-01-04
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
1
-1
/
+1
2023-12-01
Clip text to `viewport` bounds instead of layout bounds
Héctor Ramón Jiménez
1
-1
/
+4
2023-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
4
-13
/
+13
2023-09-19
Chore: Apply some minor clippy fixes
Yuri Astrakhan
1
-1
/
+1
2023-09-11
Make `FontSystem` global and simplify `Paragraph` API
Héctor Ramón Jiménez
1
-13
/
+10
2023-09-04
Introduce `keyed::Column` widget
Héctor Ramón Jiménez
1
-0
/
+82
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
1
-10
/
+9
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-48
/
+88
2023-07-27
Introduce `visible_bounds` operation for `Container`
Héctor Ramón Jiménez
4
-8
/
+54
[next]