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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix `Overlay` composition
Héctor Ramón Jiménez
2023-11-21
3
-9
/
+23
*
Refactor texture image filtering
Héctor Ramón Jiménez
2023-11-11
1
-33
/
+16
*
Fix clippy + fmt
Remmirad
2023-11-11
1
-1
/
+1
*
Implement texture filtering options
Remmirad
2023-11-11
1
-0
/
+32
*
Migrate twox-hash -> xxhash_rust. Switch to Xxh3 for better performance.
dtzxporter
2023-11-11
2
-3
/
+4
*
Fix intra-doc broken links
Héctor Ramón Jiménez
2023-10-27
1
-1
/
+1
*
Write documentation for the new text APIs
Héctor Ramón Jiménez
2023-10-27
5
-7
/
+79
*
Merge branch 'master' into text-editor
Héctor Ramón Jiménez
2023-10-27
15
-34
/
+28
|
\
|
*
Centralize `clippy` lints in `.cargo/config.toml`
Héctor Ramón Jiménez
2023-09-20
1
-6
/
+0
|
*
Revert "Chore: Apply clippy map transformations"
Héctor Ramón Jiménez
2023-09-20
1
-1
/
+3
|
*
Fix `clippy::trivially-copy-pass-by-ref`
Héctor Ramón Jiménez
2023-09-20
1
-1
/
+1
|
*
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
2023-09-20
10
-23
/
+23
|
*
Merge pull request #2092 from nyurik/clippy
Héctor Ramón
2023-09-19
2
-2
/
+2
|
|
\
|
|
*
Chore: Apply some minor clippy fixes
Yuri Astrakhan
2023-09-19
2
-2
/
+2
|
*
|
Merge pull request #2091 from nyurik/docs
Héctor Ramón
2023-09-19
2
-2
/
+2
|
|
\
\
|
|
*
|
Chore: Apply clippy docs keyword quoting
Yuri Astrakhan
2023-09-19
2
-2
/
+2
|
|
|
/
|
*
/
Chore: Apply clippy map transformations
Yuri Astrakhan
2023-09-19
1
-3
/
+1
|
|
/
*
|
Fix gamma correction for colored glyphs in `iced_wgpu`
Héctor Ramón Jiménez
2023-09-19
1
-0
/
+20
*
|
Introduce new `iced_highlighter` subcrate
Héctor Ramón Jiménez
2023-09-19
1
-1
/
+10
*
|
Implement `Scroll` action in `text::editor`
Héctor Ramón Jiménez
2023-09-19
1
-0
/
+1
*
|
Remove unnecessary `monospaced` flag in `Font`
Héctor Ramón Jiménez
2023-09-18
1
-4
/
+0
*
|
Flesh out the `editor` example a bit more
Héctor Ramón Jiménez
2023-09-18
2
-0
/
+12
*
|
Implement theme selector in `editor` example
Héctor Ramón Jiménez
2023-09-18
1
-2
/
+5
*
|
Notify `Highlighter` of topmost line change
Héctor Ramón Jiménez
2023-09-17
1
-2
/
+7
*
|
Implement basic syntax highlighting with `syntect` in `editor` example
Héctor Ramón Jiménez
2023-09-17
1
-1
/
+1
*
|
Draft `Highlighter` API
Héctor Ramón Jiménez
2023-09-17
4
-0
/
+78
*
|
Avoid drag on double or triple click for now in `TextEditor`
Héctor Ramón Jiménez
2023-09-16
1
-0
/
+4
*
|
Implement `Copy` and `Paste` actions for `text::Editor`
Héctor Ramón Jiménez
2023-09-16
1
-1
/
+4
*
|
Implement methods to query the contents of a `TextEditor`
Héctor Ramón Jiménez
2023-09-16
2
-0
/
+18
*
|
Fix broken intra-doc links
Héctor Ramón Jiménez
2023-09-14
1
-0
/
+2
*
|
Remove `Editor::min_bounds` and use `bounds` instead
Héctor Ramón Jiménez
2023-09-14
2
-18
/
+0
*
|
Handle motions when a selection is present in `text::Editor`
Héctor Ramón Jiménez
2023-09-14
1
-0
/
+23
*
|
Introduce `Motion` concept in `core::text::editor`
Héctor Ramón Jiménez
2023-09-13
1
-8
/
+30
*
|
Add `Enter` variant to `Action` in `text::Editor`
Héctor Ramón Jiménez
2023-09-12
1
-0
/
+1
*
|
Draft `Editor` API and `TextEditor` widget
Héctor Ramón Jiménez
2023-09-12
6
-83
/
+209
*
|
Make `FontSystem` global and simplify `Paragraph` API
Héctor Ramón Jiménez
2023-09-11
3
-110
/
+37
|
/
*
Fix (more) broken intradoc links
Héctor Ramón Jiménez
2023-09-10
1
-1
/
+1
*
Merge branch 'master' into explicit-text-caching
Héctor Ramón Jiménez
2023-09-10
7
-34
/
+76
|
\
|
*
Fix outstanding broken intradoc links
Héctor Ramón Jiménez
2023-09-09
1
-2
/
+0
|
*
Deny `broken_intradoc_links` and verify documentation in CI
Héctor Ramón Jiménez
2023-09-09
1
-2
/
+3
|
*
Fix majority of unresolved documentation links
Matthias Vogelgesang
2023-09-09
4
-5
/
+5
|
*
Fine-tune `Radians::to_distance`
Héctor Ramón Jiménez
2023-09-08
1
-7
/
+8
|
*
Use `Radians` as a number directly in `gradient` example
Héctor Ramón Jiménez
2023-09-08
2
-3
/
+43
|
*
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
2023-09-04
1
-14
/
+16
|
*
Fix `iced_wgpu` device selection on Wasm
Héctor Ramón Jiménez
2023-09-03
1
-1
/
+1
*
|
Invalidate existing paragraphs when new fonts are loaded
Héctor Ramón Jiménez
2023-09-09
1
-12
/
+56
*
|
Introduce `keyed::Column` widget
Héctor Ramón Jiménez
2023-09-04
1
-0
/
+82
*
|
Fix unnecessary dereference in `widget::text`
Héctor Ramón Jiménez
2023-08-30
1
-1
/
+1
*
|
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
2023-08-30
7
-20
/
+19
*
|
Fix vertical alignment in `layout::next_to_each_other`
Héctor Ramón Jiménez
2023-08-30
1
-2
/
+9
[next]