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
*
Make `color!` macro const-friendly
Héctor Ramón Jiménez
2024-02-03
1
-14
/
+9
*
make color! macro expand hex as Color directly
Var Bhat
2024-02-03
1
-1
/
+6
*
Introduce `with_transformation` to `Renderer` trait
Héctor Ramón Jiménez
2024-02-02
6
-6
/
+145
*
Apply `Transform` scaling to text primitives
Héctor Ramón Jiménez
2024-02-02
1
-0
/
+8
*
Remove `position` from `overlay::Element`
Héctor Ramón Jiménez
2024-02-01
5
-60
/
+21
*
Call size_hint from Explain
Cory Forsstrom
2024-01-31
1
-0
/
+4
*
Call size_hint from Map
Cory Forsstrom
2024-01-31
1
-0
/
+4
*
Improve `Radians` ergonomics
Héctor Ramón Jiménez
2024-01-31
1
-30
/
+55
*
Use `Radians` in arc and ellipse types
kxie
2024-01-31
1
-1
/
+45
*
Merge pull request #2211 from MrAntix/windows_PlatformSpecific_skip_taskbar
Héctor Ramón
2024-01-22
1
-0
/
+4
|
\
|
*
feat(window): adds skip_taskbar for windows
MrAntix
2024-01-21
1
-0
/
+4
*
|
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
10
-110
/
+125
|
/
*
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
2024-01-20
5
-27
/
+76
*
Use `Default` implementation of `renderer::Quad`
Héctor Ramón Jiménez
2024-01-20
1
-2
/
+1
*
Make `shadow` optional in `renderer::Quad`
Héctor Ramón Jiménez
2024-01-20
2
-4
/
+16
*
Run `cargo fmt`
Héctor Ramón Jiménez
2024-01-20
1
-1
/
+1
*
feat: quad shadows
Nick Senger
2024-01-20
4
-1
/
+22
*
Use `workspace` dependency for `raw-window-handle` in `iced_core`
Héctor Ramón Jiménez
2024-01-18
1
-2
/
+1
*
Use `SmolStr` for `text` field in `KeyPressed` event
Héctor Ramón Jiménez
2024-01-16
3
-2
/
+5
*
Refactor `KeyCode` into `Key` and `Location`
Héctor Ramón Jiménez
2024-01-16
6
-214
/
+777
*
Merge branch 'master' into update-winit
Héctor Ramón Jiménez
2024-01-16
12
-157
/
+350
|
\
|
*
Merge pull request #2192 from iced-rs/fix/layout-inconsistencies
Héctor Ramón
2024-01-12
11
-156
/
+349
|
|
\
|
|
*
Make `Button` sizing strategy adaptive
Héctor Ramón Jiménez
2024-01-11
1
-0
/
+12
|
|
*
Loosen cross axis constraint for main axis fills in `flex` layout
Héctor Ramón Jiménez
2024-01-11
1
-9
/
+4
|
|
*
Fix `cross` calculation in `layout::flex`
Héctor Ramón Jiménez
2024-01-10
1
-14
/
+13
|
|
*
Fix broken doc links in `layout::Node` API
Héctor Ramón Jiménez
2024-01-10
1
-2
/
+2
|
|
*
Introduce useful helpers in `layout` module
Héctor Ramón Jiménez
2024-01-10
6
-37
/
+139
|
|
*
Fix `cross` axis calculation in `flex` layout
Héctor Ramón Jiménez
2024-01-10
1
-0
/
+1
|
|
*
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
2024-01-10
4
-38
/
+31
|
|
*
Introduce `Widget::size_hint` and fix further layout inconsistencies
Héctor Ramón Jiménez
2024-01-10
3
-20
/
+68
|
|
*
Use `max_cross` if all elements are fluid in `layout::flex`
Héctor Ramón Jiménez
2024-01-04
1
-4
/
+3
|
|
*
Fix available space provided to children with non-fill main axis but fill cro...
Héctor Ramón Jiménez
2024-01-04
1
-3
/
+6
|
|
*
Determine cross-axis max length based on contents if `Shrink`
Héctor Ramón Jiménez
2024-01-04
1
-17
/
+29
|
|
*
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
2024-01-04
7
-78
/
+107
|
*
|
Small documentation typo fixed
Calastrophe
2024-01-09
1
-1
/
+1
|
|
/
*
|
Use latest `raw-window-handle` in `iced_core`
Héctor Ramón Jiménez
2023-12-15
1
-1
/
+2
*
|
Update `winit` to `0.29.4`
Héctor Ramón Jiménez
2023-12-15
4
-18
/
+13
|
/
*
Merge pull request #1964 from bungoboingo/feat/multi-window-support
Héctor Ramón
2023-12-05
14
-22
/
+269
|
\
|
*
Use `AtomicU64` for `window::Id`
Héctor Ramón Jiménez
2023-12-02
2
-23
/
+23
|
*
Use actual floats for logical coordinates
Héctor Ramón Jiménez
2023-11-30
4
-32
/
+61
|
*
Use `workspace` dependency for `raw-window-handle`
Héctor Ramón Jiménez
2023-11-29
1
-2
/
+2
|
*
Merge branch 'master' into feat/multi-window-support
Héctor Ramón Jiménez
2023-11-29
36
-281
/
+1035
|
|
\
|
*
|
Moved `exit_on_close_request` to window settings. This now controls whether e...
Bingus
2023-07-24
2
-3
/
+11
|
*
|
refactored window storage;
Bingus
2023-07-21
10
-30
/
+120
|
*
|
Merge remote-tracking branch 'origin/master' into feat/multi-window-support
Bingus
2023-07-12
55
-59
/
+4982
|
|
\
\
*
|
|
|
Rename `viewport` to `clip_bounds`
Héctor Ramón Jiménez
2023-12-02
2
-6
/
+6
*
|
|
|
Clip text to `viewport` bounds instead of layout bounds
Héctor Ramón Jiménez
2023-12-01
3
-2
/
+11
|
|
_
|
/
|
/
|
|
*
|
|
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
[next]