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
2025-03-04
Relax perform from Fn to more general FnOnce
Ryan Andersen
1
-1
/
+1
2025-02-21
Remove unnecessary `Future` imports
Héctor Ramón Jiménez
1
-1
/
+0
2025-02-21
Run `cargo fmt`
Héctor Ramón Jiménez
5
-7
/
+7
2025-02-12
Simplify `InputMethod` API with only two states
Héctor Ramón Jiménez
1
-1
/
+1
2025-02-11
Introduce `with` helper and use `sipper` in `gallery` example
Héctor Ramón Jiménez
1
-45
/
+1
2025-02-11
Introduce `Task::map_with`
Héctor Ramón Jiménez
1
-0
/
+44
2025-02-10
Use `sipper::Core` in `Task::sip`
Héctor Ramón Jiménez
1
-4
/
+4
2025-02-09
Update `sipper` and relax `Send` requirements
Héctor Ramón Jiménez
1
-8
/
+5
2025-02-09
Implement `sipper` support through `Task::sip` :tada:
Héctor Ramón Jiménez
2
-2
/
+24
2025-02-04
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
2
-5
/
+4
2025-02-02
Add neutral `None` variant to `InputMethod`
Héctor Ramón Jiménez
1
-1
/
+1
2025-02-02
Refactor and simplify `input_method` API
Héctor Ramón Jiménez
1
-30
/
+13
2025-02-02
Draft `input_method` support
KENZ
1
-2
/
+12
2025-01-16
Use simple quote in `runtime::window` docs
Héctor Ramón Jiménez
1
-2
/
+2
2025-01-16
feat: add a window drag resize task
tsuza
1
-1
/
+14
2025-01-06
Rename `window::change_*` tasks to `set_*`
Héctor Ramón Jiménez
1
-12
/
+12
2025-01-06
Rename `window::resizable` to `window::set_resizable`
Héctor Ramón Jiménez
1
-20
/
+20
2025-01-06
Remove `window::change_title` since it's redundant
Héctor Ramón Jiménez
1
-8
/
+0
2025-01-06
window task for setting resize increments
JL710
1
-0
/
+12
2025-01-06
window resizable task
JL710
1
-0
/
+8
2025-01-06
window tasks for setting min and max size
JL710
1
-0
/
+16
2025-01-06
add Task and Action for changing a window title
JL710
1
-0
/
+8
2024-12-10
Add image and hash snapshot-based testing to `iced_test`
Héctor Ramón Jiménez
2
-113
/
+1
2024-11-22
Honor clones of `task::Handle` with `abort_on_drop`
Héctor Ramón Jiménez
1
-21
/
+42
2024-11-06
Rename `Overlay::on_event` to `update`
Héctor Ramón Jiménez
2
-3
/
+3
2024-11-05
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
1
-1
/
+1
2024-11-05
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
2
-44
/
+40
2024-10-04
Fix `Task::chain` when chained task is `Task::none`
Héctor Ramón Jiménez
1
-1
/
+1
2024-09-29
Fix various typos
bbb651
2
-2
/
+2
2024-09-20
Fix documentation for open_events()
Tommy Volk
1
-1
/
+1
2024-09-19
Add `must_use` attribute to `Task`
Héctor Ramón Jiménez
1
-0
/
+1
2024-09-18
Bump version to `0.13.0` :tada:
Héctor Ramón Jiménez
2
-2
/
+2
2024-09-05
Add mouse passthrough tasks to `window` module
Héctor Ramón Jiménez
1
-0
/
+28
2024-08-30
Add `get_scale_factor` task to `window` module
Héctor Ramón Jiménez
1
-0
/
+10
2024-08-12
Revert `window::close` producing a `window::Id`
Héctor Ramón Jiménez
1
-3
/
+3
2024-08-12
Make `window::close` return and introduce `Task::discard`
Héctor Ramón Jiménez
2
-3
/
+14
2024-08-08
Introduce `black_box` and `chain` in `widget::operation`
Héctor Ramón Jiménez
5
-7
/
+7
2024-07-30
Return `window::Id` in `window::open`
Héctor Ramón Jiménez
1
-4
/
+7
2024-07-14
Implement `application::Update` for `()`
Héctor Ramón Jiménez
1
-4
/
+1
2024-07-13
Add `resize_events` subscription to `window` module
Héctor Ramón Jiménez
1
-0
/
+11
2024-07-12
Add `abort_on_drop` to `task::Handle`
Héctor Ramón Jiménez
1
-5
/
+40
2024-07-10
Introduce `Task::abortable` :tada:
Héctor Ramón Jiménez
1
-0
/
+37
2024-07-10
Move docs of `future` and `stream` in `Task`
Héctor Ramón Jiménez
1
-18
/
+18
2024-07-05
Hide internal `Task` constructors
Héctor Ramón Jiménez
5
-117
/
+118
2024-06-28
Fix `window::open_events` subscribing to closed events
Héctor Ramón Jiménez
1
-1
/
+1
2024-06-21
Remove unnecessary `Send` bound in `runtime::Action`
Héctor Ramón Jiménez
1
-1
/
+1
2024-06-20
Add `get_latest` and `get_oldest` tasks in `window`
Héctor Ramón Jiménez
1
-30
/
+46
2024-06-20
Introduce `and_then` methods for fallible `Task`s
Héctor Ramón Jiménez
1
-0
/
+33
2024-06-19
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
1
-0
/
+16
2024-06-16
Rename `window::closings` to `window::close_events`
Héctor Ramón Jiménez
1
-5
/
+27
[next]