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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-22
Allow custom renderers in `Program` and `Application`
Héctor Ramón Jiménez
1
-2
/
+2
2024-03-22
Make `iced_tiny_skia` optional with a `tiny-skia` feature
Héctor Ramón Jiménez
1
-6
/
+6
2024-03-16
Remove `sandbox` by making `application` more generic :tada:
Héctor Ramón Jiménez
1
-0
/
+6
2024-02-22
Rename `fetch_location` to `fetch_position`
Héctor Ramón Jiménez
2
-16
/
+16
2024-02-22
Add `fetch_location` command to `window` module
Night_Hunter
2
-0
/
+19
2024-02-15
Fix URL of graph image in `iced_runtime` docs
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-15
Point doc links to `0.12` branch
Héctor Ramón Jiménez
2
-2
/
+2
2024-02-13
Rename `show_window_menu` to `show_system_menu`
Héctor Ramón Jiménez
2
-8
/
+10
2024-02-13
Add `show_window_menu` action
Ian Douglas Scott
2
-0
/
+14
2024-02-13
Introduce `Kind` in `core::clipboard`
Héctor Ramón Jiménez
2
-27
/
+31
2024-02-13
Add support for primary clipboard
Mattias Eriksson
2
-0
/
+23
2024-02-07
Fix documentation of `Action::RunWithHandle`
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-07
Rename `fetch_native_handle` to `run_with_handle` in `window`
Héctor Ramón Jiménez
2
-8
/
+10
2024-02-07
Re-implement against latest iced master. Rename FetchNativeHandle.
dtzxporter
3
-0
/
+26
2024-02-03
Organize imports in `runtime::command::action`
Héctor Ramón Jiménez
1
-2
/
+1
2024-02-03
Rename `PlateformSpecific` variant in `Action` to `Custom`
Héctor Ramón Jiménez
1
-4
/
+4
2024-02-03
feat: somewhere to place extra actions by platform
ShootingStarDragons
1
-0
/
+6
2024-02-02
The memory information is returned in bytes and not kb.
brianch
1
-2
/
+2
2024-02-01
Remove `position` from `overlay::Element`
Héctor Ramón Jiménez
2
-46
/
+37
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
6
-33
/
+41
2024-01-09
Implemented fetch_maximized and fetch_minimized
Calastrophe
2
-0
/
+45
2023-12-02
Use `AtomicU64` for `window::Id`
Héctor Ramón Jiménez
4
-125
/
+140
2023-11-30
Use actual floats for logical coordinates
Héctor Ramón Jiménez
2
-23
/
+15
2023-11-29
Fix broken intra-doc links
Héctor Ramón Jiménez
2
-2
/
+2
2023-11-29
Fix `clippy` lints
Héctor Ramón Jiménez
1
-1
/
+1
2023-11-29
Implement `command::channel` helper
Héctor Ramón Jiménez
1
-0
/
+21
2023-11-29
Implement `Command::run` for executing a `Stream` to completion
Héctor Ramón Jiménez
2
-2
/
+21
2023-11-21
Remove unused `position` argument in `overlay::Nested`
Héctor Ramón Jiménez
1
-10
/
+3
2023-11-21
Fix `Overlay` composition
Héctor Ramón Jiménez
2
-12
/
+36
2023-10-18
Fix `Command<T>::perform` to return a `Command<T>`
Ian Douglas Scott
1
-3
/
+3
2023-09-20
Centralize `clippy` lints in `.cargo/config.toml`
Héctor Ramón Jiménez
1
-5
/
+0
2023-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
2
-2
/
+2
2023-09-19
Chore: Apply some minor clippy fixes
Yuri Astrakhan
1
-13
/
+7
2023-09-19
Chore: Apply clippy docs keyword quoting
Yuri Astrakhan
1
-1
/
+1
2023-09-09
Deny `broken_intradoc_links` and verify documentation in CI
Héctor Ramón Jiménez
1
-2
/
+3
2023-09-09
Fix majority of unresolved documentation links
Matthias Vogelgesang
4
-28
/
+7
2023-09-07
Introduce `keyboard::on_key_press` and `on_key_release`
Héctor Ramón Jiménez
1
-2
/
+3
2023-09-04
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
1
-15
/
+13
2023-08-30
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
1
-3
/
+3
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-6
/
+11
2023-08-26
Fix `clippy` lints for Rust 1.72
Héctor Ramón Jiménez
1
-1
/
+1
2023-08-02
Bump version of `iced_runtime` :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2023-08-02
Update README.md to reflect native->runtime rename
Ryan Scheidter
1
-5
/
+5
2023-07-28
Fix `iced_runtime` description
Héctor Ramón Jiménez
1
-1
/
+1
2023-07-28
Bump versions :tada:
Héctor Ramón Jiménez
3
-6
/
+6
2023-07-24
Don't clip raw overlay bounds
Cory Forsstrom
1
-11
/
+7
2023-07-21
refactored window storage;
Bingus
7
-42
/
+386
2023-07-15
Add viewport to Widget::on_event
Cory Forsstrom
1
-0
/
+3
2023-07-06
Add `fetch_size` helper to `runtime::window`
Héctor Ramón Jiménez
1
-0
/
+7
2023-07-06
Use `Size` in both `Resize` and `FetchSize` window actions
Héctor Ramón Jiménez
2
-14
/
+8
[next]