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
*
Add image and hash snapshot-based testing to `iced_test`
Héctor Ramón Jiménez
2024-12-10
2
-113
/
+1
*
Honor clones of `task::Handle` with `abort_on_drop`
Héctor Ramón Jiménez
2024-11-22
1
-21
/
+42
*
Rename `Overlay::on_event` to `update`
Héctor Ramón Jiménez
2024-11-06
2
-3
/
+3
*
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
2024-11-05
1
-1
/
+1
*
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
2024-11-05
2
-44
/
+40
*
Fix `Task::chain` when chained task is `Task::none`
Héctor Ramón Jiménez
2024-10-04
1
-1
/
+1
*
Fix various typos
bbb651
2024-09-29
2
-2
/
+2
*
Fix documentation for open_events()
Tommy Volk
2024-09-20
1
-1
/
+1
*
Add `must_use` attribute to `Task`
Héctor Ramón Jiménez
2024-09-19
1
-0
/
+1
*
Bump version to `0.13.0` :tada:
Héctor Ramón Jiménez
2024-09-18
2
-2
/
+2
*
Add mouse passthrough tasks to `window` module
Héctor Ramón Jiménez
2024-09-05
1
-0
/
+28
*
Add `get_scale_factor` task to `window` module
Héctor Ramón Jiménez
2024-08-30
1
-0
/
+10
*
Revert `window::close` producing a `window::Id`
Héctor Ramón Jiménez
2024-08-12
1
-3
/
+3
*
Make `window::close` return and introduce `Task::discard`
Héctor Ramón Jiménez
2024-08-12
2
-3
/
+14
*
Introduce `black_box` and `chain` in `widget::operation`
Héctor Ramón Jiménez
2024-08-08
5
-7
/
+7
*
Return `window::Id` in `window::open`
Héctor Ramón Jiménez
2024-07-30
1
-4
/
+7
*
Implement `application::Update` for `()`
Héctor Ramón Jiménez
2024-07-14
1
-4
/
+1
*
Add `resize_events` subscription to `window` module
Héctor Ramón Jiménez
2024-07-13
1
-0
/
+11
*
Add `abort_on_drop` to `task::Handle`
Héctor Ramón Jiménez
2024-07-12
1
-5
/
+40
*
Introduce `Task::abortable` :tada:
Héctor Ramón Jiménez
2024-07-10
1
-0
/
+37
*
Move docs of `future` and `stream` in `Task`
Héctor Ramón Jiménez
2024-07-10
1
-18
/
+18
*
Hide internal `Task` constructors
Héctor Ramón Jiménez
2024-07-05
5
-117
/
+118
*
Fix `window::open_events` subscribing to closed events
Héctor Ramón Jiménez
2024-06-28
1
-1
/
+1
*
Remove unnecessary `Send` bound in `runtime::Action`
Héctor Ramón Jiménez
2024-06-21
1
-1
/
+1
*
Add `get_latest` and `get_oldest` tasks in `window`
Héctor Ramón Jiménez
2024-06-20
1
-30
/
+46
*
Introduce `and_then` methods for fallible `Task`s
Héctor Ramón Jiménez
2024-06-20
1
-0
/
+33
*
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
2024-06-19
1
-0
/
+16
*
Rename `window::closings` to `window::close_events`
Héctor Ramón Jiménez
2024-06-16
1
-5
/
+27
*
Fix `Task::collect` not producing the collected outputs
Héctor Ramón Jiménez
2024-06-15
1
-5
/
+12
*
Implement `Task::collect`
Héctor Ramón Jiménez
2024-06-15
1
-29
/
+61
*
Use `Task` chaining to simplify `multi_window` example
Héctor Ramón Jiménez
2024-06-14
1
-9
/
+29
*
Move `Maybe*` traits back to `iced_futures`
Héctor Ramón Jiménez
2024-06-14
1
-2
/
+1
*
Fix `Send` requirements for Wasm targets
Héctor Ramón Jiménez
2024-06-14
2
-4
/
+4
*
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
2024-06-14
17
-749
/
+607
*
Introduce `window::Id` to `Event` subscriptions
Héctor Ramón Jiménez
2024-06-10
1
-2
/
+2
*
Added scale_factor to `Screenshot` data for use when cropping to widget bounds
Shan
2024-05-24
1
-3
/
+13
*
Pass `WindowHandle` by value to `window::run_with_handle`
Héctor Ramón Jiménez
2024-05-08
2
-2
/
+2
*
Fix `clippy` lint in `runtime::window::screenshot`
Héctor Ramón Jiménez
2024-05-01
1
-3
/
+3
*
Utilize bytes::Bytes iced_runtime::window::Screenshot
Thomas Sieverding
2024-05-01
2
-5
/
+12
*
Introduce `opaque` widget helper
Héctor Ramón Jiménez
2024-04-25
2
-2
/
+2
*
Use built-in `[lints]` table in `Cargo.toml`
Héctor Ramón Jiménez
2024-04-07
2
-7
/
+3
*
Allow custom renderers in `Program` and `Application`
Héctor Ramón Jiménez
2024-03-22
1
-2
/
+2
*
Make `iced_tiny_skia` optional with a `tiny-skia` feature
Héctor Ramón Jiménez
2024-03-22
1
-6
/
+6
*
Remove `sandbox` by making `application` more generic :tada:
Héctor Ramón Jiménez
2024-03-16
1
-0
/
+6
*
Rename `fetch_location` to `fetch_position`
Héctor Ramón Jiménez
2024-02-22
2
-16
/
+16
*
Add `fetch_location` command to `window` module
Night_Hunter
2024-02-22
2
-0
/
+19
*
Fix URL of graph image in `iced_runtime` docs
Héctor Ramón Jiménez
2024-02-15
1
-1
/
+1
*
Point doc links to `0.12` branch
Héctor Ramón Jiménez
2024-02-15
2
-2
/
+2
*
Rename `show_window_menu` to `show_system_menu`
Héctor Ramón Jiménez
2024-02-13
2
-8
/
+10
*
Add `show_window_menu` action
Ian Douglas Scott
2024-02-13
2
-0
/
+14
[next]