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
path:
root
/
runtime
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Organize imports in `runtime::command::action`
Héctor Ramón Jiménez
2024-02-03
1
-2
/
+1
*
Rename `PlateformSpecific` variant in `Action` to `Custom`
Héctor Ramón Jiménez
2024-02-03
1
-4
/
+4
*
feat: somewhere to place extra actions by platform
ShootingStarDragons
2024-02-03
1
-0
/
+6
*
The memory information is returned in bytes and not kb.
brianch
2024-02-02
1
-2
/
+2
*
Remove `position` from `overlay::Element`
Héctor Ramón Jiménez
2024-02-01
2
-46
/
+37
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
6
-33
/
+41
*
Implemented fetch_maximized and fetch_minimized
Calastrophe
2024-01-09
2
-0
/
+45
*
Use `AtomicU64` for `window::Id`
Héctor Ramón Jiménez
2023-12-02
4
-125
/
+140
*
Use actual floats for logical coordinates
Héctor Ramón Jiménez
2023-11-30
2
-23
/
+15
*
Fix broken intra-doc links
Héctor Ramón Jiménez
2023-11-29
2
-2
/
+2
*
Fix `clippy` lints
Héctor Ramón Jiménez
2023-11-29
1
-1
/
+1
*
Merge branch 'master' into feat/multi-window-support
Héctor Ramón Jiménez
2023-11-29
11
-112
/
+141
|
\
|
*
Implement `command::channel` helper
Héctor Ramón Jiménez
2023-11-29
1
-0
/
+21
|
*
Implement `Command::run` for executing a `Stream` to completion
Héctor Ramón Jiménez
2023-11-29
2
-2
/
+21
|
*
Remove unused `position` argument in `overlay::Nested`
Héctor Ramón Jiménez
2023-11-21
1
-10
/
+3
|
*
Fix `Overlay` composition
Héctor Ramón Jiménez
2023-11-21
2
-12
/
+36
|
*
Fix `Command<T>::perform` to return a `Command<T>`
Ian Douglas Scott
2023-10-18
1
-3
/
+3
|
*
Centralize `clippy` lints in `.cargo/config.toml`
Héctor Ramón Jiménez
2023-09-20
1
-5
/
+0
|
*
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
2023-09-20
2
-2
/
+2
|
*
Merge pull request #2092 from nyurik/clippy
Héctor Ramón
2023-09-19
1
-13
/
+7
|
|
\
|
|
*
Chore: Apply some minor clippy fixes
Yuri Astrakhan
2023-09-19
1
-13
/
+7
|
*
|
Chore: Apply clippy docs keyword quoting
Yuri Astrakhan
2023-09-19
1
-1
/
+1
|
|
/
|
*
Merge branch 'master' into explicit-text-caching
Héctor Ramón Jiménez
2023-09-10
6
-47
/
+26
|
|
\
|
|
*
Deny `broken_intradoc_links` and verify documentation in CI
Héctor Ramón Jiménez
2023-09-09
1
-2
/
+3
|
|
*
Fix majority of unresolved documentation links
Matthias Vogelgesang
2023-09-09
4
-28
/
+7
|
|
*
Merge pull request #2069 from iced-rs/use-workspace-dependencies
Héctor Ramón
2023-09-07
1
-15
/
+13
|
|
|
\
|
|
|
*
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
2023-09-04
1
-15
/
+13
|
|
*
|
Introduce `keyboard::on_key_press` and `on_key_release`
Héctor Ramón Jiménez
2023-09-07
1
-2
/
+3
|
|
|
/
|
*
|
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
2023-08-30
1
-3
/
+3
|
*
|
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2023-08-30
1
-6
/
+11
|
|
/
|
*
Fix `clippy` lints for Rust 1.72
Héctor Ramón Jiménez
2023-08-26
1
-1
/
+1
|
*
Bump version of `iced_runtime` :tada:
Héctor Ramón Jiménez
2023-08-02
1
-1
/
+1
|
*
Update README.md to reflect native->runtime rename
Ryan Scheidter
2023-08-02
1
-5
/
+5
|
*
Fix `iced_runtime` description
Héctor Ramón Jiménez
2023-07-28
1
-1
/
+1
|
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-07-28
3
-6
/
+6
|
*
Don't clip raw overlay bounds
Cory Forsstrom
2023-07-24
1
-11
/
+7
|
*
Add viewport to Widget::on_event
Cory Forsstrom
2023-07-15
1
-0
/
+3
*
|
refactored window storage;
Bingus
2023-07-21
7
-42
/
+386
*
|
Merge remote-tracking branch 'origin/master' into feat/multi-window-support
Bingus
2023-07-12
2
-4
/
+15
|
/
*
Merge pull request #1927 from thunderstorm010/master
Héctor Ramón
2023-07-06
2
-13
/
+18
|
\
|
*
Add `fetch_size` helper to `runtime::window`
Héctor Ramón Jiménez
2023-07-06
1
-0
/
+7
|
*
Use `Size` in both `Resize` and `FetchSize` window actions
Héctor Ramón Jiménez
2023-07-06
2
-14
/
+8
|
*
Add FetchSize command - apply the changes discussed at #water-cooler
Yiğit Özdemir
2023-06-22
1
-15
/
+3
|
*
Add command to retrieve window size
Yiğit Özdemir
2023-06-21
1
-0
/
+16
*
|
Merge pull request #1938 from iced-rs/text-cache-modes
Héctor Ramón
2023-06-30
1
-7
/
+6
|
\
\
|
*
|
Revert "Remove `layout` method from `core::Renderer` trait"
Héctor Ramón Jiménez
2023-06-29
1
-7
/
+6
*
|
|
Merge pull request #1913 from Drakulix/feature/runtime-state-operate
Héctor Ramón
2023-06-29
1
-0
/
+38
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Keep imports consistent in `program::state`
Héctor Ramón Jiménez
2023-06-29
1
-4
/
+4
|
*
|
Take `Box` instead of reference in `State::operate`
Héctor Ramón Jiménez
2023-06-29
1
-8
/
+8
|
*
|
runtime: Add `operate` method to `program::State`
Victoria Brekenfeld
2023-06-28
1
-0
/
+38
[next]