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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump image from `0.24` to `0.25`
Jos Ahrens
2025-01-14
3
-10
/
+311
*
Merge pull request #2724 from Rudxain/dl2
Héctor
2025-01-14
3
-113
/
+74
|
\
|
*
Use `unwrap_or` in `Theme::default`
Héctor Ramón Jiménez
2025-01-14
1
-4
/
+8
|
*
Update `Cargo.lock`
Héctor Ramón Jiménez
2025-01-14
1
-108
/
+66
|
*
migrate core::theme to `dark-light` v2
Ricardo Fernández Serrata
2025-01-09
1
-7
/
+6
|
*
`dark-light`: 1 -> 2 (in root Cargo.toml)
Ricardo Fernández Serrata
2025-01-09
1
-1
/
+1
*
|
Merge pull request #2722 from iced-rs/fix/lazy-compositor-initialization
Héctor
2025-01-14
1
-143
/
+133
|
\
\
|
*
|
Panic instead of erroring when compositor channel unexpectedly closes
Héctor Ramón Jiménez
2025-01-14
1
-12
/
+5
|
*
|
Simplify type annotations in `winit::program`
Héctor Ramón Jiménez
2025-01-06
1
-6
/
+2
|
*
|
Initialize `Compositor` lazily in `winit` shell
Héctor Ramón Jiménez
2025-01-06
1
-143
/
+144
*
|
|
Merge pull request #2723 from Konsl/master
Héctor
2025-01-10
1
-0
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix text wrapping for `rich_text`
Héctor Ramón Jiménez
2025-01-10
1
-0
/
+2
|
*
|
Apply wrapping to paragraphs
Konsl
2025-01-07
1
-0
/
+2
|
/
/
*
|
Merge pull request #2633 from JL710/window-tasks
Héctor
2025-01-06
3
-18
/
+87
|
\
\
|
*
|
Rename `window::change_*` tasks to `set_*`
Héctor Ramón Jiménez
2025-01-06
3
-18
/
+16
|
*
|
Fix unintuitive variable name in `winit::program`
Héctor Ramón Jiménez
2025-01-06
1
-9
/
+9
|
*
|
Rename `window::resizable` to `window::set_resizable`
Héctor Ramón Jiménez
2025-01-06
1
-20
/
+20
|
*
|
Remove `window::change_title` since it's redundant
Héctor Ramón Jiménez
2025-01-06
2
-13
/
+0
|
*
|
window task for setting resize increments
JL710
2025-01-06
2
-0
/
+22
|
*
|
window resizable task
JL710
2025-01-06
2
-0
/
+13
|
*
|
window tasks for setting min and max size
JL710
2025-01-06
2
-0
/
+36
|
*
|
add Task and Action for changing a window title
JL710
2025-01-06
2
-0
/
+13
|
/
/
*
|
Merge pull request #2626 from tvolk131/remove_once_cell
Héctor
2025-01-06
20
-95
/
+77
|
\
\
|
*
|
Fix consistency of import ordering
Héctor Ramón Jiménez
2025-01-06
5
-10
/
+8
|
*
|
chore: remove once_cell dependency
Tommy Volk
2025-01-06
20
-96
/
+80
|
|
/
*
|
Merge pull request #2627 from bbb651/more-window-settings
Héctor
2025-01-06
2
-0
/
+14
|
\
\
|
|
/
|
/
|
|
*
Add `window::Settings::fullscreen`
bbb651
2024-10-04
2
-0
/
+9
|
*
Add `window::Settings::maximized`
bbb651
2024-10-04
2
-0
/
+5
*
|
Merge pull request #2607 from DavidAguilo/palette_warning
Héctor
2025-01-06
4
-5
/
+129
|
\
\
|
*
|
Showcase different `button` styles in `styling` example
Héctor Ramón Jiménez
2025-01-06
1
-5
/
+49
|
*
|
Add `warning` style for `button`
Héctor Ramón Jiménez
2025-01-06
1
-0
/
+15
|
*
|
Fix missing `warning` field in `color_palette` example
Héctor Ramón Jiménez
2025-01-06
1
-0
/
+1
|
*
|
Moved warning to be between success and danger
David Aguiló Domínguez
2025-01-06
1
-52
/
+52
|
*
|
Added color for warning for TERRA, and added warning field to Extended with t...
David Aguiló Domínguez
2025-01-06
1
-0
/
+33
|
*
|
Added color for warning for OXOCARBON, used a purple since it is the one used...
David Aguiló Domínguez
2025-01-06
1
-0
/
+1
|
*
|
Added color for warning for MOONFLY and NIGHTFLY
David Aguiló Domínguez
2025-01-06
1
-0
/
+2
|
*
|
Added color for warning for TOKYO_NIGHT and KANAGAWA
David Aguiló Domínguez
2025-01-06
1
-0
/
+6
|
*
|
Added color for warning for GRUVBOX and CATPPUCCIN
David Aguiló Domínguez
2025-01-06
1
-0
/
+6
|
*
|
Added warning field to palette and assigned colors to it in the LIGHT, DARK, ...
David Aguiló Domínguez
2025-01-06
1
-0
/
+16
*
|
|
Merge pull request #2585 from dtzxporter/scrollbar-show-always-disabled
Héctor
2025-01-06
1
-5
/
+43
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Rename `*_disabled` to `is_*_disabled` in `scrollable`
Héctor Ramón Jiménez
2025-01-06
1
-8
/
+8
|
*
|
Simplify `scrollable` disabled styling calculation
Héctor Ramón Jiménez
2025-01-06
1
-24
/
+11
|
*
|
Migrate scrollbar disabled style status to iced 0.13.
dtzxporter
2025-01-06
1
-14
/
+65
*
|
|
Merge pull request #2688 from iced-rs/fix/window-position-inconsistency
Héctor
2025-01-06
3
-4
/
+19
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix documentation of `window::Event::Opened`
Héctor Ramón Jiménez
2025-01-06
1
-2
/
+2
|
*
|
Use "outer" positions in all window-related operations
Héctor Ramón Jiménez
2025-01-06
2
-2
/
+17
|
/
/
*
|
Merge pull request #2698 from iced-rs/feature/test-crate
Héctor
2024-12-17
44
-195
/
+8394
|
\
\
|
*
|
Avoid dropping results in `counter` test
Héctor Ramón Jiménez
2024-12-17
1
-4
/
+3
|
*
|
Fix redundant expression in `iced_test` documentation
Héctor Ramón Jiménez
2024-12-17
1
-1
/
+1
|
*
|
Write documentation for `iced_test`
Héctor Ramón Jiménez
2024-12-17
7
-13
/
+189
[next]