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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-01
Use `rustc-hash` for most of our `HashMap` and `HashSet` instances
Héctor Ramón Jiménez
1
-2
/
+4
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
3
-6
/
+12
2024-03-22
Allow custom renderers in `Program` and `Application`
Héctor Ramón Jiménez
4
-29
/
+58
2024-03-18
Simplify message names in overview docs
Héctor Ramón Jiménez
1
-12
/
+12
2024-03-17
Revert "Remove `'static'` bound for `P::State` in `Program::run_with`"
Héctor Ramón Jiménez
2
-3
/
+5
2024-03-17
Remove `'static'` bound for `P::State` in `Program::run_with`
Héctor Ramón Jiménez
2
-5
/
+3
2024-03-17
Move `Application` trait to `advanced` module
Héctor Ramón Jiménez
5
-47
/
+42
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
2
-17
/
+20
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
3
-37
/
+27
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
4
-13
/
+15
2024-03-17
Remove `Sandbox` trait :tada:
Héctor Ramón Jiménez
3
-212
/
+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
2
-87
/
+42
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
2
-4
/
+5
2024-03-16
Implement `Program::load` to specify startup `Command`
Héctor Ramón Jiménez
2
-10
/
+80
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
3
-1
/
+718
2024-03-07
Fix `block_on` in `iced_wgpu` hanging Wasm builds
Héctor Ramón Jiménez
1
-2
/
+17
2024-03-07
Leverage `DefaultStyle` traits instead of `Default`
Héctor Ramón Jiménez
3
-16
/
+16
2024-03-07
Fix broken links in documentation
Héctor Ramón Jiménez
1
-3
/
+1
2024-03-07
Move `Theme` type to `iced_core`
Héctor Ramón Jiménez
2
-6
/
+3
2024-03-06
Simplify theming for `Application`
Héctor Ramón Jiménez
4
-263
/
+279
2024-02-21
Export `clipboard` module in `advanced` module
Héctor Ramón Jiménez
1
-1
/
+2
2024-02-15
Point doc links to `0.12` branch
Héctor Ramón Jiménez
3
-24
/
+24
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
2
-0
/
+10
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
3
-15
/
+23
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-18
Remove `Compositor` window generic
Héctor Ramón Jiménez
1
-6
/
+1
2024-01-16
WIP raw-window-handle 0.6
Ian Douglas Scott
1
-1
/
+6
2024-01-16
Refactor `KeyCode` into `Key` and `Location`
Héctor Ramón Jiménez
1
-1
/
+2
2024-01-10
Create `layout` example
Héctor Ramón Jiménez
1
-0
/
+1
2023-11-29
Fix unused import in `multi_window::application`
Héctor Ramón Jiménez
1
-2
/
+1
2023-11-29
Fix broken intra-doc links
Héctor Ramón Jiménez
1
-0
/
+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-20
Fix `clippy::default_trait_access`
Héctor Ramón Jiménez
2
-3
/
+3
2023-09-19
Introduce new `iced_highlighter` subcrate
Héctor Ramón Jiménez
1
-0
/
+3
2023-09-18
Flesh out the `editor` example a bit more
Héctor Ramón Jiménez
1
-0
/
+8
2023-09-09
Deny `broken_intradoc_links` and verify documentation in CI
Héctor Ramón Jiménez
1
-2
/
+3
[prev]
[next]