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-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
2023-09-07
Introduce `keyboard::on_key_press` and `on_key_release`
Héctor Ramón Jiménez
1
-2
/
+8
2023-08-26
Fix `clippy` lints for Rust 1.72
Héctor Ramón Jiménez
1
-0
/
+1
2023-08-16
[docs] Don't use &mut self for view()
Bartłomiej Maryńczak
1
-1
/
+1
2023-07-28
Bump versions :tada:
Héctor Ramón Jiménez
1
-4
/
+4
2023-07-27
Run `cargo fmt`
Héctor Ramón Jiménez
1
-2
/
+2
2023-07-27
add border radius to public API
wiiznokes
1
-1
/
+1
2023-06-27
Move `Screenshot` inside `window` module
Héctor Ramón Jiménez
1
-0
/
+1
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
1
-1
/
+3
2023-05-19
Remove `Builder` abstractions for gradients
Héctor Ramón Jiménez
1
-0
/
+1
2023-05-11
Added support for gradients as background variants + other optimizations.
Bingus
1
-2
/
+2
2023-05-11
Enable `doc_auto_cfg` when generating documentation
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-13
Bump versions :tada:
Héctor Ramón Jiménez
1
-4
/
+4
2023-03-29
Export `Pixels` in root crate
Héctor Ramón Jiménez
1
-2
/
+2
2023-03-13
Code cleanup, clearer comments + removed some unnecessary dupe;
Bingus
1
-1
/
+1
2023-03-05
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
1
-5
/
+5
2023-03-05
Remove generic `Hasher` and `Event` from `subscription::Recipe`
Héctor Ramón Jiménez
1
-1
/
+7
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-26
/
+108
2023-02-28
Removed glutin MW support and reverted glutin changes back to Iced master sin...
bungoboingo
1
-1
/
+1
2023-02-24
Introduce `iced_renderer` subcrate featuring runtime renderer fallback
Héctor Ramón Jiménez
1
-1
/
+1
2023-02-24
Remove `iced_glutin` and `iced_glow` leftovers
Héctor Ramón Jiménez
1
-10
/
+1
2023-02-24
Implement `font::load` command in `iced_native`
Héctor Ramón Jiménez
1
-2
/
+4
2023-02-18
Bump versions :tada:
Héctor Ramón Jiménez
1
-4
/
+4
2023-01-14
Bump versions :tada:
Héctor Ramón Jiménez
1
-4
/
+4
2023-01-12
Fix comment description on crate example
Wiktor Kwapisiewicz
1
-0
/
+1
2023-01-09
Introduce `multi_window` from `pure`
Richard
1
-0
/
+3
2023-01-04
fix doc links
Araxeus
1
-1
/
+1
2022-12-07
Bump versions :tada:
Héctor Ramón Jiménez
1
-3
/
+3
2022-11-10
Fix outdated links in documentation
Héctor Ramón Jiménez
1
-3
/
+3
2022-10-04
expose touch module
Artur Sapek
1
-0
/
+1
2022-09-26
Remove `application` feature from `iced` crate
Héctor Ramón Jiménez
1
-4
/
+0
2022-09-26
Add application feature, which allows to build freestanding wgpu app
aentity
1
-0
/
+4
2022-09-23
Export `color!` macro in `iced` and `iced_native`
Héctor Ramón Jiménez
1
-2
/
+2
2022-09-21
Make menu style accessible
0x192
1
-0
/
+1
2022-08-02
Implement `focus_next` operation
Héctor Ramón Jiménez
1
-1
/
+5
2022-07-27
Use `ToString` for `Text::new` instead of `Into<String>`
Héctor Ramón Jiménez
1
-1
/
+1
[prev]
[next]