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
*
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
*
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
|
*
Added `on_paste` handler to `TextInput`
Wyatt Jacob Herkamp
2022-07-13
2
-3
/
+28
|
/
*
Merge pull request #1384 from iced-rs/update-lyon
Héctor Ramón
2022-07-11
4
-13
/
+11
|
\
|
*
Remove unnecessary `let` bindings in `canvas::Frame`
Héctor Ramón Jiménez
2022-07-11
1
-4
/
+3
|
*
Update `lyon` to `1.0` :tada:
Héctor Ramón Jiménez
2022-07-11
4
-9
/
+8
|
/
*
Merge pull request #1358 from ThatsNoMoon/fix-arc_to
Héctor Ramón
2022-07-10
6
-12
/
+199
|
\
|
*
Use `Palette` consistently in `arc` example
Héctor Ramón Jiménez
2022-07-10
1
-6
/
+4
|
*
Fix `README` or `arc` example
Héctor Ramón Jiménez
2022-07-10
1
-2
/
+2
|
*
Add and purify `arc` example by @ThatsNoMoon
Héctor Ramón Jiménez
2022-07-10
5
-5
/
+155
|
*
fix another discrepancy with HTML5 arcTo
ThatsNoMoon
2022-07-10
1
-7
/
+12
|
*
fix arc_to
ThatsNoMoon
2022-07-10
1
-7
/
+41
|
/
*
Merge pull request #1379 from PolyMeilex/fix/clippy
Héctor Ramón
2022-07-09
113
-510
/
+607
|
\
|
*
Fix Wasm build of `todos` example
Héctor Ramón Jiménez
2022-07-09
2
-14
/
+14
|
*
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
2022-07-09
55
-232
/
+237
|
*
Add `lint` workflow to run `cargo clippy`
Héctor Ramón Jiménez
2022-07-09
1
-0
/
+12
|
*
Fix further `clippy` lints
Héctor Ramón Jiménez
2022-07-09
33
-85
/
+197
|
*
Run `cargo fmt`
Héctor Ramón Jiménez
2022-07-09
2
-10
/
+3
|
*
Address Clippy lints
Poly
2022-07-09
43
-173
/
+148
[next]