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 order of `Program::theme` implementation
Héctor Ramón Jiménez
2024-09-18
1
-8
/
+8
*
Import `Executor` directly from `crate`
Héctor Ramón Jiménez
2024-09-18
1
-3
/
+3
*
Allow specifying a custom executor
mtkennerly
2024-09-18
2
-0
/
+92
*
Remove outdated `window::Id::MAIN` reference in docs
Héctor Ramón Jiménez
2024-09-18
1
-3
/
+1
*
Bump version to `0.13.0` :tada:
Héctor Ramón Jiménez
2024-09-18
9
-27
/
+28
*
Use permalink for pocket guide link in `CHANGELOG`
Héctor Ramón Jiménez
2024-09-18
1
-1
/
+1
*
Fix unnecessary `to_string` call in `changelog` tool
Héctor Ramón Jiménez
2024-09-18
1
-4
/
+1
*
Update `CHANGELOG` :tada:
Héctor Ramón Jiménez
2024-09-18
1
-0
/
+197
*
Enable `image` feature in `custom_shader` example
Héctor Ramón Jiménez
2024-09-18
1
-1
/
+1
*
Fix deserialization of `PullRequest` with empty body in `changelog` tool
Héctor Ramón Jiménez
2024-09-18
2
-4
/
+9
*
Fix `Changed` entries considered as `Added` in `changelog` tool
Héctor Ramón Jiménez
2024-09-18
1
-2
/
+2
*
Fix `Changelog::parse` when multiple `#` present in entry
Héctor Ramón Jiménez
2024-09-18
1
-1
/
+1
*
Fix duplicated contributions in `changelog` tool
Héctor Ramón Jiménez
2024-09-18
1
-3
/
+9
*
Add `tracing-subscriber` to `changelog` tool
Héctor Ramón Jiménez
2024-09-18
2
-0
/
+3
*
Save `CHANGELOG.md` after each review in `changelog` tool
Héctor Ramón Jiménez
2024-09-18
4
-67
/
+99
*
Implement a `changelog-generator` tool and example
Héctor Ramón Jiménez
2024-09-17
6
-1
/
+759
*
Merge pull request #2578 from Jinderamarak/fix-drag-drop-flag
Héctor Ramón
2024-09-14
1
-8
/
+16
|
\
|
*
Disable `drag_and_drop` attribute for boot window
Jindřich Moravec
2024-09-14
1
-8
/
+16
|
/
*
Fix `wasm32` deployments not displaying anything (#2574)
Richard
2024-09-13
2
-27
/
+42
*
Merge pull request #2565 from kiedtl/slider_mouse_wheel
Héctor Ramón
2024-09-13
2
-2
/
+38
|
\
|
*
Use `mouse::Cursor::is_over` in `slider`
Héctor Ramón Jiménez
2024-09-13
2
-4
/
+4
|
*
Enable `slider` scrolling only when `Ctrl` is pressed
Héctor Ramón Jiménez
2024-09-13
2
-32
/
+36
|
*
slider: handle mouse wheel events
Kiëd Llaentenn
2024-09-02
2
-0
/
+32
*
|
Make rendering of svg that has text work out of the box (#2560)
Jovansonlee Cesar
2024-09-13
2
-19
/
+42
*
|
Merge pull request #2556 from dtoniolo/docs
Héctor Ramón
2024-09-13
1
-0
/
+13
|
\
\
|
*
|
Document how the state of a `Component` can be managed
dtoniolo
2024-09-13
1
-0
/
+13
|
/
/
*
|
Merge pull request #2551 from airstrike/mouse-interactions
Héctor Ramón
2024-09-13
2
-0
/
+18
|
\
\
|
*
|
Add `Copy` and `Help` variants to `mouse::Interaction`
Héctor Ramón Jiménez
2024-09-13
2
-0
/
+4
|
*
|
Rename `ResizingDiagonal*` to `ResizingDiagonally*`
Héctor Ramón Jiménez
2024-09-13
2
-4
/
+4
|
*
|
Expose additional mouse interaction cursors
Andy Terra
2024-08-16
2
-0
/
+14
*
|
|
Merge pull request #2534 from WailAbou/feature/combo_box-on_focus
Héctor Ramón
2024-09-13
1
-7
/
+20
|
\
\
\
|
*
|
|
Add `on_open` handler to `combo_box` widget
Héctor Ramón Jiménez
2024-09-13
1
-7
/
+20
|
/
/
/
*
|
|
Merge pull request #2576 from iced-rs/physical-keys
Héctor Ramón
2024-09-13
3
-5
/
+805
|
\
\
\
|
*
|
|
Fix broken doc links in `keyboard::key`
Héctor Ramón Jiménez
2024-09-13
1
-6
/
+6
|
*
|
|
Add `modified_key` to `keyboard::Event`
Héctor Ramón Jiménez
2024-09-13
2
-3
/
+10
|
*
|
|
Add `physical_key` to `keyboard::Event`
Héctor Ramón Jiménez
2024-09-13
3
-2
/
+795
|
/
/
/
*
|
|
Merge pull request #2575 from m4rch3n1ng/rm-clone-trait-bound
Héctor Ramón
2024-09-13
1
-9
/
+10
|
\
\
\
|
*
|
|
Remove `Clone` bound for `graphics::Cache::clear`
may
2024-09-13
1
-9
/
+10
*
|
|
|
Enter `Runtime` when calling `Program::subscription`
Héctor Ramón Jiménez
2024-09-13
1
-2
/
+2
*
|
|
|
Merge pull request #2517 from JustSoup312/multitouch
Héctor Ramón
2024-09-13
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix examples/multitouch dividing by zero
JustSoup321
2024-09-13
1
-1
/
+1
*
|
|
|
|
Merge pull request #2514 from shartrec/master
Héctor Ramón
2024-09-13
1
-1
/
+3
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix priority of `Binding::Delete` in `text_editor`
Héctor Ramón Jiménez
2024-09-13
1
-1
/
+3
|
/
/
/
/
*
|
|
|
Merge pull request #2513 from ayeniswe/feat/set-width_text-editor
Héctor Ramón
2024-09-13
1
-1
/
+7
|
\
\
\
\
|
*
|
|
|
Set `Limits::width` in `TextEditor` layout
Héctor Ramón Jiménez
2024-09-13
1
-1
/
+1
|
*
|
|
|
Take `Into<Pixels>` in `TextEditor::width`
Héctor Ramón Jiménez
2024-09-13
1
-2
/
+2
|
*
|
|
|
feat: add width setter
Samson
2024-09-13
1
-0
/
+6
|
|
/
/
/
*
|
|
|
Merge pull request #2491 from gintsgints/master
Héctor Ramón
2024-09-13
2
-2
/
+79
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add `rounded_rectangle` to `geometry::Path`
Gints Polis
2024-09-13
2
-2
/
+79
|
/
/
/
*
|
|
Merge pull request #2486 from vladh/add-color-from-hex
Héctor Ramón
2024-09-11
1
-15
/
+112
|
\
\
\
[next]