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-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
|
*
Merge pull request #1399 from iced-rs/widget-operations
Héctor Ramón
2022-08-05
29
-100
/
+977
|
|
\
|
|
*
Fix documentation in `operation::focusable`
Héctor Ramón Jiménez
2022-08-05
1
-3
/
+4
|
|
*
Remove `widget::state` leftover file
Héctor Ramón Jiménez
2022-08-05
1
-1
/
+0
|
|
*
Write missing documentation in `iced_native`
Héctor Ramón Jiménez
2022-08-05
8
-2
/
+81
|
|
*
Implement `scrollable::snap_to` operation
Héctor Ramón Jiménez
2022-08-04
13
-205
/
+294
|
|
*
Implement `focus_previous` operation
Héctor Ramón Jiménez
2022-08-04
3
-11
/
+59
|
|
*
Build `UserInterface` only once on `Outcome::Chain`
Héctor Ramón Jiménez
2022-08-02
1
-9
/
+9
|
|
*
Implement `focus_next` operation
Héctor Ramón Jiménez
2022-08-02
4
-13
/
+154
|
|
*
Fix `clippy` lints :tada:
Héctor Ramón Jiménez
2022-07-28
2
-8
/
+6
|
|
*
Focus text inputs in `todos` example
Héctor Ramón Jiménez
2022-07-28
3
-5
/
+31
|
|
*
Implement `Widget::operate` for `TextInput`
Héctor Ramón Jiménez
2022-07-28
12
-22
/
+178
|
|
*
Draft widget operations
Héctor Ramón Jiménez
2022-07-28
16
-55
/
+395
|
|
/
|
*
Fix uninitialized `Tree` in `overlay::Menu`
Héctor Ramón Jiménez
2022-07-28
1
-0
/
+2
|
*
Remove `pure` leftovers in `iced_graphics`
Héctor Ramón Jiménez
2022-07-27
4
-325
/
+0
|
*
Fix `clippy` lints
Héctor Ramón Jiménez
2022-07-27
4
-11
/
+11
|
*
Enable `arc` example
Héctor Ramón Jiménez
2022-07-27
3
-4
/
+7
|
*
Update `counter` example in `README` :tada:
Héctor Ramón Jiménez
2022-07-27
1
-25
/
+14
|
*
Use `ToString` for `Text::new` instead of `Into<String>`
Héctor Ramón Jiménez
2022-07-27
5
-12
/
+13
|
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
142
-14448
/
+3585
*
|
Bump `websocket` example version to fix `audit` workflow
Héctor Ramón Jiménez
2022-08-04
1
-1
/
+1
*
|
Merge pull request #1396 from nicksenger/style/menu-border-radius
Héctor Ramón
2022-08-04
3
-2
/
+4
|
\
\
|
|
/
|
/
|
|
*
feat: allow specification of `border_radius` for `pick_list::Menu`
Nick Senger
2022-08-02
3
-2
/
+4
|
/
*
Merge pull request #1326 from maxwell8888/master
Héctor Ramón
2022-07-27
5
-0
/
+491
|
\
|
*
Fix small lint in `pure_color_palette` example
Héctor Ramón Jiménez
2022-07-27
1
-1
/
+1
|
*
add pure version of color_palette example
Max Unsted
2022-07-27
5
-0
/
+491
|
/
*
Merge pull request #1390 from iced-rs/fix/container-layout
Héctor Ramón
2022-07-19
4
-2
/
+17
|
\
|
*
Fix `max_height` for `Scrollable`
Héctor Ramón Jiménez
2022-07-18
2
-1
/
+4
|
*
Fix `max_width` and `max_height` for `Container`
Héctor Ramón Jiménez
2022-07-18
2
-1
/
+13
|
/
*
Merge pull request #1387 from Luni-4/ci-improvements
Héctor Ramón
2022-07-15
3
-4
/
+4
|
\
|
*
test-ci: Use modern workspace option instead of all
Luni-4
2022-07-14
1
-2
/
+2
|
*
format-ci: Add verbose option for format lints
Luni-4
2022-07-14
1
-1
/
+1
|
*
lint-ci: Consider clippy warnings as errors
Luni-4
2022-07-14
1
-1
/
+1
|
*
lint-ci: Check examples, tests and benches too
Luni-4
2022-07-14
1
-1
/
+1
|
*
lint-ci: Use modern workspace option instead of all
Luni-4
2022-07-14
1
-1
/
+1
|
/
*
Use proper profile for `cargo-deb` in `build` workflow
Héctor Ramón
2022-07-14
1
-1
/
+1
*
Fix `deb` asset path in `todos` example
Héctor Ramón Jiménez
2022-07-14
1
-1
/
+1
*
Merge pull request #1346 from Luni-4/reduce-binaries
Héctor Ramón
2022-07-14
2
-27
/
+21
|
\
|
*
Use `release-opt` profile in `build` workflow
Héctor Ramón Jiménez
2022-07-14
1
-27
/
+11
|
*
Add custom profile release-opt
Luni-4
2022-07-14
1
-0
/
+10
|
/
*
Merge pull request #1350 from wyatt-herkamp/paste_event
Héctor Ramón
2022-07-13
2
-1
/
+32
|
\
|
*
Simplify `update` signature in `text_input`
Héctor Ramón Jiménez
2022-07-13
2
-3
/
+3
|
*
Simplify `on_paste` signature
Héctor Ramón Jiménez
2022-07-13
2
-10
/
+16
[next]