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-12-02
Use `AtomicU64` for `window::Id`
Héctor Ramón Jiménez
2
-23
/
+23
2023-12-02
Rename `viewport` to `clip_bounds`
Héctor Ramón Jiménez
2
-6
/
+6
2023-12-01
Clip text to `viewport` bounds instead of layout bounds
Héctor Ramón Jiménez
3
-2
/
+11
2023-11-30
Use actual floats for logical coordinates
Héctor Ramón Jiménez
4
-32
/
+61
2023-11-29
Use `workspace` dependency for `raw-window-handle`
Héctor Ramón Jiménez
1
-2
/
+2
2023-11-21
Fix `Overlay` composition
Héctor Ramón Jiménez
3
-9
/
+23
2023-11-14
Removed `Into` for Rectangle<f32> from u32
Bingus
1
-11
/
+0
2023-11-14
Added support for custom shader widget for iced_wgpu backend.
Bingus
1
-0
/
+11
2023-11-11
Refactor texture image filtering
Héctor Ramón Jiménez
1
-33
/
+16
2023-11-11
Fix clippy + fmt
Remmirad
1
-1
/
+1
2023-11-11
Implement texture filtering options
Remmirad
1
-0
/
+32
2023-11-11
Migrate twox-hash -> xxhash_rust. Switch to Xxh3 for better performance.
dtzxporter
2
-3
/
+4
2023-10-27
Fix intra-doc broken links
Héctor Ramón Jiménez
1
-1
/
+1
2023-10-27
Write documentation for the new text APIs
Héctor Ramón Jiménez
5
-7
/
+79
2023-09-20
Centralize `clippy` lints in `.cargo/config.toml`
Héctor Ramón Jiménez
1
-6
/
+0
2023-09-20
Revert "Chore: Apply clippy map transformations"
Héctor Ramón Jiménez
1
-1
/
+3
2023-09-20
Fix `clippy::trivially-copy-pass-by-ref`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
10
-23
/
+23
2023-09-19
Fix gamma correction for colored glyphs in `iced_wgpu`
Héctor Ramón Jiménez
1
-0
/
+20
2023-09-19
Introduce new `iced_highlighter` subcrate
Héctor Ramón Jiménez
1
-1
/
+10
2023-09-19
Chore: Apply some minor clippy fixes
Yuri Astrakhan
2
-2
/
+2
2023-09-19
Chore: Apply clippy docs keyword quoting
Yuri Astrakhan
2
-2
/
+2
2023-09-19
Chore: Apply clippy map transformations
Yuri Astrakhan
1
-3
/
+1
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
[next]