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