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
/
src
/
program.rs
(
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
1
-15
/
+14
*
Fix order of `Program::theme` implementation
Héctor Ramón Jiménez
2024-09-18
1
-8
/
+8
*
Allow specifying a custom executor
mtkennerly
2024-09-18
1
-0
/
+74
*
Make `run_with` take a `FnOnce`
Héctor Ramón Jiménez
2024-07-15
1
-3
/
+3
*
Remove `load` method from `application` and `daemon`
Héctor Ramón Jiménez
2024-07-09
1
-102
/
+9
*
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
2024-06-19
1
-492
/
+262
*
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
2024-06-14
1
-30
/
+30
*
Remove redundant `text::Renderer` bound in `program`
Héctor Ramón Jiménez
2024-03-24
1
-1
/
+1
*
Rename `compositor::Renderer` to `Default`
Héctor Ramón Jiménez
2024-03-22
1
-3
/
+9
*
Allow custom renderers in `Program` and `Application`
Héctor Ramón Jiménez
2024-03-22
1
-19
/
+41
*
Revert "Remove `'static'` bound for `P::State` in `Program::run_with`"
Héctor Ramón Jiménez
2024-03-17
1
-1
/
+4
*
Remove `'static'` bound for `P::State` in `Program::run_with`
Héctor Ramón Jiménez
2024-03-17
1
-4
/
+1
*
Move `Application` trait to `advanced` module
Héctor Ramón Jiménez
2024-03-17
1
-0
/
+851
*
Move `Program` to `application` module
Héctor Ramón Jiménez
2024-03-17
1
-820
/
+0
*
Fix broken intra-doc links to `Sandbox`
Héctor Ramón Jiménez
2024-03-17
1
-3
/
+1
*
Remove `Sandbox` trait :tada:
Héctor Ramón Jiménez
2024-03-17
1
-11
/
+146
*
Fix broken intra-doc link
Héctor Ramón Jiménez
2024-03-16
1
-1
/
+1
*
Remove `sandbox` by making `application` more generic :tada:
Héctor Ramón Jiménez
2024-03-16
1
-84
/
+39
*
Replace `Program::fonts` with simpler `font` method
Héctor Ramón Jiménez
2024-03-16
1
-12
/
+4
*
Make `Program::title` private
Héctor Ramón Jiménez
2024-03-16
1
-1
/
+1
*
Make `sandbox` helper take a `title` as well
Héctor Ramón Jiménez
2024-03-16
1
-3
/
+4
*
Implement `Program::load` to specify startup `Command`
Héctor Ramón Jiménez
2024-03-16
1
-9
/
+79
*
Rename `Program::new` to `build`
Héctor Ramón Jiménez
2024-03-16
1
-10
/
+10
*
Introduce `Program` API
Héctor Ramón Jiménez
2024-03-16
1
-0
/
+669