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
*
Fix latest `clippy` lints
Héctor Ramón Jiménez
2022-09-23
3
-18
/
+16
*
Merge pull request #1107 from RamType0/TextContentByCow
Héctor Ramón
2022-09-21
6
-22
/
+26
|
\
|
*
Take `Cow` in `Text::new`
Ram.Type-0
2022-09-21
6
-22
/
+26
|
/
*
Merge pull request #1425 from 0x192/master
Héctor Ramón
2022-09-21
2
-0
/
+17
|
\
|
*
Expose `overlay::Element`
Héctor Ramón Jiménez
2022-09-21
1
-0
/
+7
|
*
Fix doc comments in `overlay`
Héctor Ramón Jiménez
2022-09-21
1
-3
/
+2
|
*
Make menu style accessible
0x192
2022-09-21
2
-0
/
+11
*
|
Merge pull request #1437 from wash2/window_size_sync
Héctor Ramón
2022-09-20
1
-5
/
+9
|
\
\
|
*
|
Improve code styling in `application::State`
Héctor Ramón Jiménez
2022-09-20
1
-10
/
+6
|
*
|
fix: formatting
Ashley Wulber
2022-09-10
1
-2
/
+7
|
*
|
fix: sync size of window and viewport
Ashley Wulber
2022-09-10
1
-3
/
+6
*
|
|
Merge pull request #1440 from ids1024/move
Héctor Ramón
2022-09-20
1
-0
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Document that `window::Action::Move` is unsupported on Wayland
Ian Douglas Scott
2022-09-15
1
-0
/
+2
|
/
/
*
|
Make `Cache::clear` immutable
Héctor Ramón Jiménez
2022-09-13
1
-1
/
+1
*
|
Merge pull request #1433 from 13r0ck/integration-docs
Héctor Ramón
2022-09-08
1
-3
/
+4
|
\
\
|
*
|
Update docs for renamed integration examples
13r0ck
2022-09-07
1
-3
/
+4
*
|
|
Merge pull request #1434 from fralonra/patch-3
Héctor Ramón
2022-09-08
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Update docs for running `integration_wgpu` example
Zoron
2022-09-08
1
-1
/
+1
|
/
/
*
|
Merge pull request #1429 from pheki/remove-pure-docs-rs
Héctor Ramón
2022-09-07
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Remove old pure feature from docs.rs build metadata
Aphek
2022-08-31
1
-1
/
+1
|
/
*
Merge pull request #1410 from wyatt-herkamp/0.27_update
Héctor Ramón
2022-08-29
6
-16
/
+20
|
\
|
*
Return `Mode::Hidden` in `window::Action::FetchMode`
Héctor Ramón Jiménez
2022-08-29
1
-1
/
+5
|
*
Update `winit` and `glutin` forks
Wyatt Herkamp
2022-08-29
6
-15
/
+15
|
/
*
Merge pull request #1424 from mtkennerly/bugfix/pane-grid-undraggable-area-wh...
Héctor Ramón
2022-08-27
1
-9
/
+15
|
\
|
*
When pane grid title bar is cramped, still show content until hover and allow...
Matthew Kennerly
2022-08-27
1
-9
/
+15
|
/
*
Merge pull request #1423 from iced-rs/feature/element-explain
Héctor Ramón
2022-08-26
2
-13
/
+193
|
\
|
*
Reintroduce `Element::explain`
Héctor Ramón Jiménez
2022-08-26
2
-13
/
+193
*
|
Merge pull request #1422 from iced-rs/fix/invisible-window
Héctor Ramón
2022-08-26
3
-38
/
+12
|
\
\
|
*
|
Fix invisible window on Windows
Héctor Ramón Jiménez
2022-08-26
3
-38
/
+12
|
|
/
*
|
Merge pull request #1421 from iced-rs/fix/tooltip-mouse-interaction
Héctor Ramón
2022-08-26
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix incorrect layout in `mouse_interaction` for `Tooltip`
Héctor Ramón Jiménez
2022-08-26
1
-1
/
+1
|
/
*
Merge pull request #1389 from iced-rs/refactor-window-mode
Héctor Ramón
2022-08-18
15
-99
/
+148
|
\
|
*
Implement `SetMode` and `FetchMode` window actions
Héctor Ramón Jiménez
2022-08-18
7
-5
/
+123
|
*
Remove `window::Mode` and introduce `Settings::visible`
Héctor Ramón Jiménez
2022-08-18
11
-121
/
+52
|
/
*
Merge pull request #1414 from tarkah/fix/tooltip-inside-scrollable
Héctor Ramón
2022-08-17
1
-2
/
+7
|
\
|
*
Don't constrict tooltip text layout to viewport size
Cory Forsstrom
2022-08-17
1
-2
/
+7
|
/
*
Merge pull request #1405 from tarkah/fix/tooltip-inside-scrollable
Héctor Ramón
2022-08-17
1
-16
/
+28
|
\
|
*
Add snap within viewport builder
Cory Forsstrom
2022-08-17
1
-15
/
+27
|
*
Don't clip tooltip
Cory Forsstrom
2022-08-17
1
-1
/
+1
*
|
Merge pull request #1409 from wuxianucw/master
Héctor Ramón
2022-08-17
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Use `FnOnce` in `Command::perform`
Héctor Ramón Jiménez
2022-08-17
6
-11
/
+11
|
*
Relax `Fn` trait bounds in `Command` & `Action`
无限UCW
2022-08-12
6
-12
/
+12
*
|
Fix latest `clippy` lints
Héctor Ramón Jiménez
2022-08-17
6
-7
/
+7
*
|
Merge pull request #1411 from tarkah/fix/canvas-with-clip-text
Héctor Ramón
2022-08-16
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Don't double translate text clip
Cory Forsstrom
2022-08-15
1
-1
/
+1
|
/
*
Merge pull request #1402 from tarkah/fix/component-operate
Héctor Ramón
2022-08-09
1
-0
/
+42
|
\
|
*
Impl operate for Component widget
tarkah
2022-08-07
1
-0
/
+42
|
/
*
Remove `iced_pure` from `document` workflow
Héctor Ramón Jiménez
2022-08-06
1
-1
/
+0
*
Merge pull request #1393 from iced-rs/deprecate-stateful-widgets
Héctor Ramón
2022-08-06
160
-14882
/
+4566
|
\
|
*
Lay out `UserInterface` after diffing
Héctor Ramón Jiménez
2022-08-05
1
-3
/
+3
[next]