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
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
2023-09-09
Fix majority of unresolved documentation links
Matthias Vogelgesang
3
-5
/
+5
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-09-04
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
1
-4
/
+5
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-3
/
+3
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
3
-24
/
+24
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-25
Introduce `window::Level` enum
Héctor Ramón Jiménez
1
-5
/
+5
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
2
-4
/
+1
2023-04-20
Export scroll_to helper
Cory Forsstrom
1
-2
/
+2
2023-04-17
Add scrollable `Viewport`
Cory Forsstrom
1
-2
/
+2
2023-04-14
Add `scroll_to` operation for absolute scroll
Cory Forsstrom
1
-2
/
+2
2023-04-13
Bump versions :tada:
Héctor Ramón Jiménez
4
-25
/
+25
2023-04-13
Rename `MouseListener` to `MouseArea`
Héctor Ramón Jiménez
1
-3
/
+3
2023-04-13
feat(native): Add MouseListener widget
Michael Aaron Murphy
1
-0
/
+8
2023-04-12
add action set icon while running (#1590)
Night_Hunter
1
-159
/
+50
2023-04-11
Rename `IconPosition` to `Side` in `text_input`
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-11
Changed `Handle` to `Icon` to be consistent
Casper Storm
1
-1
/
+1
2023-04-11
feat: added handle to text_input
Casper Storm
1
-1
/
+1
2023-03-30
Introduce support for `Font` attributes
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-29
Export `Hasher` in `advanced` module
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-29
Export `Pixels` in root crate
Héctor Ramón Jiménez
1
-2
/
+2
2023-03-29
Export `iced_graphics` in `advanced` module (for now)
Héctor Ramón Jiménez
1
-0
/
+1
2023-03-29
Export `iced_core::mouse` in `advanced` module
Héctor Ramón Jiménez
1
-0
/
+1
2023-03-14
Re-export `settings::PlatformSpecific` from `iced_winit` directly
Héctor Ramón Jiménez
3
-42
/
+3
2023-03-14
Added macOS platform specific options
Casper Storm
4
-2
/
+47
2023-03-05
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
4
-9
/
+8
2023-03-05
Remove generic `Hasher` and `Event` from `subscription::Recipe`
Héctor Ramón Jiménez
2
-1
/
+12
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
19
-1062
/
+136
2023-03-03
Expose `window` commands for Wasm builds
Héctor Ramón Jiménez
1
-1
/
+0
2023-03-03
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
6
-4
/
+735
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-2
/
+3
2023-02-28
Use `iced_renderer` instead of `iced_graphics` in root crate
Héctor Ramón Jiménez
2
-3
/
+3
2023-02-24
Introduce `iced_renderer` subcrate featuring runtime renderer fallback
Héctor Ramón Jiménez
2
-3
/
+3
2023-02-24
Remove `iced_glutin` and `iced_glow` leftovers
Héctor Ramón Jiménez
2
-22
/
+1
2023-02-24
Implement `font::load` command in `iced_native`
Héctor Ramón Jiménez
1
-2
/
+4
2023-02-24
Overhaul `Font` type to allow font family selection
Héctor Ramón Jiménez
2
-14
/
+5
2023-02-24
Draft `glyphon` implementation of text pipeline for `iced_wgpu`
Héctor Ramón Jiménez
1
-2
/
+2
[next]