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
/
renderer
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-01-28
Introduce `LineEnding` to `editor` and fix inconsistencies
Héctor Ramón Jiménez
1
-1
/
+1
2024-09-04
Add `text::Wrapping` support
Héctor Ramón Jiménez
1
-0
/
+1
2024-08-04
Introduce `Svg` struct in `core::svg`
Héctor Ramón Jiménez
1
-11
/
+2
2024-08-04
Remove `todo!` in `core::renderer::null`
Héctor Ramón Jiménez
1
-3
/
+1
2024-08-04
Introduce `Image` struct in `core::image`
Héctor Ramón Jiménez
1
-10
/
+4
2024-07-28
Add background styling to span / rich text
Cory Forsstrom
1
-0
/
+4
2024-07-24
Add `placeholder` support to `text_editor` widget
Héctor Ramón Jiménez
1
-0
/
+4
2024-07-21
Add `Link` support to `rich_text` widget
Héctor Ramón Jiménez
1
-2
/
+6
2024-07-17
Implement `rich_text` widget and `markdown` example
Héctor Ramón Jiménez
1
-0
/
+5
2024-07-17
Decouple caching from `Paragraph` API
Héctor Ramón Jiménez
1
-1
/
+1
2024-05-03
Introduce dynamic `opacity` support for `Image` and `Svg`
Héctor Ramón Jiménez
1
-0
/
+2
2024-05-02
Simplify image rotation API and its internals
Héctor Ramón Jiménez
1
-5
/
+4
2024-05-02
Add `Image` rotation support
Héctor Ramón Jiménez
1
-0
/
+4
2024-04-09
Port `iced_tiny_skia` to new layering architecture
Héctor Ramón Jiménez
1
-6
/
+2
2024-04-03
Redesign `iced_wgpu` layering architecture
Héctor Ramón Jiménez
1
-2
/
+2
2024-04-01
Use generic `Content` in `Text` to avoid reallocation in `fill_text`
Héctor Ramón Jiménez
1
-3
/
+3
2024-03-22
Fix standalone compilation of `iced_widget` crate
Héctor Ramón Jiménez
1
-0
/
+15
2024-03-22
Make `iced_tiny_skia` optional with a `tiny-skia` feature
Héctor Ramón Jiménez
1
-15
/
+19
2024-03-21
Implement composable, type-safe renderer fallback
Héctor Ramón Jiménez
1
-7
/
+6
2024-02-07
Fix wrapped lines not being considered when measuring `TextEditor`
Héctor Ramón Jiménez
1
-0
/
+4
2024-02-02
Introduce `with_transformation` to `Renderer` trait
Héctor Ramón Jiménez
1
-3
/
+5
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-2
/
+0
2023-12-02
Rename `viewport` to `clip_bounds`
Héctor Ramón Jiménez
1
-3
/
+3
2023-12-01
Clip text to `viewport` bounds instead of layout bounds
Héctor Ramón Jiménez
1
-0
/
+3
2023-09-18
Flesh out the `editor` example a bit more
Héctor Ramón Jiménez
1
-0
/
+4
2023-09-17
Draft `Highlighter` API
Héctor Ramón Jiménez
1
-0
/
+11
2023-09-16
Implement methods to query the contents of a `TextEditor`
Héctor Ramón Jiménez
1
-0
/
+12
2023-09-14
Remove `Editor::min_bounds` and use `bounds` instead
Héctor Ramón Jiménez
1
-4
/
+0
2023-09-12
Draft `Editor` API and `TextEditor` widget
Héctor Ramón Jiménez
1
-0
/
+38
2023-09-11
Make `FontSystem` global and simplify `Paragraph` API
Héctor Ramón Jiménez
1
-30
/
+4
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-24
/
+72
2023-06-28
Reuse entries in `text::Cache` in `iced_wgpu`
Héctor Ramón Jiménez
1
-2
/
+2
2023-05-04
Support configurable `LineHeight` in text widgets
Héctor Ramón Jiménez
1
-0
/
+2
2023-05-02
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
1
-2
/
+2
2023-05-02
Make basic text shaping the default shaping strategy
Héctor Ramón Jiménez
1
-0
/
+2
2023-03-30
Introduce support for `Font` attributes
Héctor Ramón Jiménez
1
-2
/
+2
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-0
/
+82