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
/
lib.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-09-20
Move `wgpu` re-export to root module
Héctor Ramón Jiménez
1
-0
/
+3
2024-09-18
Explain `Action` pattern a bit in The Pocket Guide
Héctor Ramón Jiménez
1
-2
/
+10
2024-09-18
Show `Action` pattern in The Pocket Guide
Héctor Ramón Jiménez
1
-2
/
+16
2024-07-16
Remove unnecessary `derive` in "Scaling Applications" docs
Héctor Ramón Jiménez
1
-1
/
+0
2024-07-16
Fix grammar in "Passive Subscriptions" docs
Héctor Ramón Jiménez
1
-1
/
+1
2024-07-16
Finish "The Pocket Guide"
Héctor Ramón Jiménez
1
-3
/
+128
2024-07-16
Draft "The Pocket Guide" for the API reference
Héctor Ramón Jiménez
1
-129
/
+286
2024-07-14
Implement `application::Update` for `()`
Héctor Ramón Jiménez
1
-2
/
+0
2024-07-12
Improve `Padding` ergonomics
Héctor Ramón Jiménez
1
-0
/
+1
2024-07-12
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
1
-0
/
+5
2024-07-10
Introduce `Task::abortable` :tada:
Héctor Ramón Jiménez
1
-1
/
+7
2024-07-05
Hide `Subscription` internals
Héctor Ramón Jiménez
1
-8
/
+2
2024-06-20
Inline documentation for `application` and `daemon` functions
Héctor Ramón Jiménez
1
-2
/
+7
2024-06-19
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
1
-18
/
+15
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
1
-6
/
+1
2024-06-11
Introduce `subscription::Event`
Héctor Ramón Jiménez
1
-2
/
+4
2024-05-02
Simplify image rotation API and its internals
Héctor Ramón Jiménez
1
-2
/
+2
2024-05-02
Add `Image` rotation support
Héctor Ramón Jiménez
1
-2
/
+2
2024-04-30
add missing derive(Debug) in lib.rs docs
JL710
1
-0
/
+1
2024-04-07
Use built-in `[lints]` table in `Cargo.toml`
Héctor Ramón Jiménez
1
-7
/
+0
2024-03-22
Rename `compositor::Renderer` to `Default`
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-22
Allow custom renderers in `Program` and `Application`
Héctor Ramón Jiménez
1
-2
/
+3
2024-03-18
Simplify message names in overview docs
Héctor Ramón Jiménez
1
-12
/
+12
2024-03-17
Move `Application` trait to `advanced` module
Héctor Ramón Jiménez
1
-13
/
+12
2024-03-17
Support custom themes in `Program` API
Héctor Ramón Jiménez
1
-2
/
+3
2024-03-17
Clarify chain nature of `run` function
Héctor Ramón Jiménez
1
-0
/
+4
2024-03-17
Fix documentation of `run` function
Héctor Ramón Jiménez
1
-4
/
+2
2024-03-17
Move `Program` to `application` module
Héctor Ramón Jiménez
1
-9
/
+6
2024-03-17
Fix new doc test in root module
Héctor Ramón Jiménez
1
-0
/
+7
2024-03-17
Fix broken intra-doc links to `Sandbox`
Héctor Ramón Jiménez
1
-4
/
+12
2024-03-17
Remove `Sandbox` trait :tada:
Héctor Ramón Jiménez
1
-2
/
+0
2024-03-16
Remove `sandbox` by making `application` more generic :tada:
Héctor Ramón Jiménez
1
-3
/
+3
2024-03-16
Make `sandbox` helper take a `title` as well
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-16
Implement `Program::load` to specify startup `Command`
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-16
Introduce `Program` API
Héctor Ramón Jiménez
1
-0
/
+48
2024-03-07
Move `Theme` type to `iced_core`
Héctor Ramón Jiménez
1
-5
/
+2
2024-02-15
Point doc links to `0.12` branch
Héctor Ramón Jiménez
1
-4
/
+4
2024-02-13
Add support for primary clipboard
Mattias Eriksson
1
-1
/
+3
2024-02-06
Fix missing feature flag docs for `time::every`
fogarecious
1
-0
/
+1
2024-02-02
Introduce `with_transformation` to `Renderer` trait
Héctor Ramón Jiménez
1
-1
/
+2
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-7
/
+13
2024-01-20
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
1
-3
/
+4
2024-01-20
feat: quad shadows
Nick Senger
1
-1
/
+2
2024-01-16
Refactor `KeyCode` into `Key` and `Location`
Héctor Ramón Jiménez
1
-1
/
+2
2023-11-29
Implement `command::channel` helper
Héctor Ramón Jiménez
1
-1
/
+6
2023-09-20
Centralize `clippy` lints in `.cargo/config.toml`
Héctor Ramón Jiménez
1
-6
/
+0
2023-09-19
Introduce new `iced_highlighter` subcrate
Héctor Ramón Jiménez
1
-0
/
+3
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
1
-3
/
+3
2023-09-07
Host GIFs and video examples in `iced.rs`
Héctor Ramón Jiménez
1
-3
/
+3
[next]