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
2024-01-20
Make `shadow` optional in `renderer::Quad`
Héctor Ramón Jiménez
2
-4
/
+16
2024-01-20
Run `cargo fmt`
Héctor Ramón Jiménez
1
-1
/
+1
2024-01-20
feat: quad shadows
Nick Senger
4
-1
/
+22
2024-01-18
Use `workspace` dependency for `raw-window-handle` in `iced_core`
Héctor Ramón Jiménez
1
-2
/
+1
2024-01-16
Use `SmolStr` for `text` field in `KeyPressed` event
Héctor Ramón Jiménez
3
-2
/
+5
2024-01-16
Refactor `KeyCode` into `Key` and `Location`
Héctor Ramón Jiménez
6
-214
/
+777
2024-01-11
Make `Button` sizing strategy adaptive
Héctor Ramón Jiménez
1
-0
/
+12
2024-01-11
Loosen cross axis constraint for main axis fills in `flex` layout
Héctor Ramón Jiménez
1
-9
/
+4
2024-01-10
Fix `cross` calculation in `layout::flex`
Héctor Ramón Jiménez
1
-14
/
+13
2024-01-10
Fix broken doc links in `layout::Node` API
Héctor Ramón Jiménez
1
-2
/
+2
2024-01-10
Introduce useful helpers in `layout` module
Héctor Ramón Jiménez
6
-37
/
+139
2024-01-10
Fix `cross` axis calculation in `flex` layout
Héctor Ramón Jiménez
1
-0
/
+1
2024-01-10
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
4
-38
/
+31
2024-01-10
Introduce `Widget::size_hint` and fix further layout inconsistencies
Héctor Ramón Jiménez
3
-20
/
+68
2024-01-09
Small documentation typo fixed
Calastrophe
1
-1
/
+1
2024-01-04
Use `max_cross` if all elements are fluid in `layout::flex`
Héctor Ramón Jiménez
1
-4
/
+3
2024-01-04
Fix available space provided to children with non-fill main axis but fill cro...
Héctor Ramón Jiménez
1
-3
/
+6
2024-01-04
Determine cross-axis max length based on contents if `Shrink`
Héctor Ramón Jiménez
1
-17
/
+29
2024-01-04
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
7
-78
/
+107
2023-12-15
Use latest `raw-window-handle` in `iced_core`
Héctor Ramón Jiménez
1
-1
/
+2
2023-12-15
Update `winit` to `0.29.4`
Héctor Ramón Jiménez
4
-18
/
+13
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
[next]