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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fix majority of unresolved documentation links
Matthias Vogelgesang
2023-09-09
1
-3
/
+3
|
*
Host GIFs and video examples in `iced.rs`
Héctor Ramón Jiménez
2023-09-07
1
-3
/
+3
|
*
Introduce `keyboard::on_key_press` and `on_key_release`
Héctor Ramón Jiménez
2023-09-07
1
-2
/
+8
|
*
Fix `clippy` lints for Rust 1.72
Héctor Ramón Jiménez
2023-08-26
1
-0
/
+1
|
*
[docs] Don't use &mut self for view()
Bartłomiej Maryńczak
2023-08-16
1
-1
/
+1
|
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-07-28
1
-4
/
+4
|
*
Run `cargo fmt`
Héctor Ramón Jiménez
2023-07-27
1
-2
/
+2
|
*
add border radius to public API
wiiznokes
2023-07-27
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/master' into feat/multi-window-support
Bingus
2023-07-12
1
-37
/
+122
|
\
|
|
*
Merge pull request #1845 from bungoboingo/feat/offscreen-rendering
Héctor Ramón
2023-06-27
1
-0
/
+1
|
|
\
|
|
*
Move `Screenshot` inside `window` module
Héctor Ramón Jiménez
2023-06-27
1
-0
/
+1
|
*
|
Implement basic cursor availability
Héctor Ramón Jiménez
2023-06-08
1
-1
/
+3
|
|
/
|
*
Merge pull request #1846 from bungoboingo/feat/background-gradients
Héctor Ramón
2023-05-19
1
-2
/
+3
|
|
\
|
|
*
Remove `Builder` abstractions for gradients
Héctor Ramón Jiménez
2023-05-19
1
-0
/
+1
|
|
*
Added support for gradients as background variants + other optimizations.
Bingus
2023-05-11
1
-2
/
+2
|
*
|
Enable `doc_auto_cfg` when generating documentation
Héctor Ramón Jiménez
2023-05-11
1
-1
/
+1
|
|
/
|
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-04-17
1
-5
/
+5
|
|
\
|
|
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-04-13
1
-4
/
+4
|
*
|
Export `Pixels` in root crate
Héctor Ramón Jiménez
2023-03-29
1
-2
/
+2
|
*
|
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
2023-03-05
1
-5
/
+5
|
*
|
Remove generic `Hasher` and `Event` from `subscription::Recipe`
Héctor Ramón Jiménez
2023-03-05
1
-1
/
+7
|
*
|
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-26
/
+108
|
*
|
Introduce `iced_renderer` subcrate featuring runtime renderer fallback
Héctor Ramón Jiménez
2023-02-24
1
-1
/
+1
|
*
|
Remove `iced_glutin` and `iced_glow` leftovers
Héctor Ramón Jiménez
2023-02-24
1
-10
/
+1
|
*
|
Implement `font::load` command in `iced_native`
Héctor Ramón Jiménez
2023-02-24
1
-2
/
+4
|
|
/
*
|
Code cleanup, clearer comments + removed some unnecessary dupe;
Bingus
2023-03-13
1
-1
/
+1
*
|
Removed glutin MW support and reverted glutin changes back to Iced master sin...
bungoboingo
2023-02-28
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/master' into feat/multi-window-support
Bingus
2023-02-20
1
-4
/
+4
|
\
|
|
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-02-18
1
-4
/
+4
*
|
Merge remote-tracking branch 'origin/master' into feat/multi-window-support
Bingus
2023-01-18
1
-4
/
+5
|
\
|
|
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-01-14
1
-4
/
+4
|
*
Fix comment description on crate example
Wiktor Kwapisiewicz
2023-01-12
1
-0
/
+1
*
|
Introduce `multi_window` from `pure`
Richard
2023-01-09
1
-0
/
+3
|
/
*
fix doc links
Araxeus
2023-01-04
1
-1
/
+1
*
Bump versions :tada:
Héctor Ramón Jiménez
2022-12-07
1
-3
/
+3
*
Fix outdated links in documentation
Héctor Ramón Jiménez
2022-11-10
1
-3
/
+3
*
expose touch module
Artur Sapek
2022-10-04
1
-0
/
+1
*
Export `color!` macro in `iced` and `iced_native`
Héctor Ramón Jiménez
2022-09-23
1
-2
/
+2
*
Make menu style accessible
0x192
2022-09-21
1
-0
/
+1
*
Implement `focus_next` operation
Héctor Ramón Jiménez
2022-08-02
1
-1
/
+5
*
Use `ToString` for `Text::new` instead of `Into<String>`
Héctor Ramón Jiménez
2022-07-27
1
-1
/
+1
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
1
-43
/
+12
*
Fix further `clippy` lints
Héctor Ramón Jiménez
2022-07-09
1
-5
/
+13
*
Fix missing docs in `iced` crate
Héctor Ramón Jiménez
2022-07-08
1
-1
/
+1
*
Rename `theme::Definition` to `application::StyleSheet`
Héctor Ramón Jiménez
2022-05-26
1
-2
/
+2
*
Draft first-class `Theme` support
Héctor Ramón Jiménez
2022-05-14
1
-0
/
+3
*
Merge branch 'master' into dev/system-information
Héctor Ramón Jiménez
2022-05-04
1
-10
/
+11
|
\
|
*
Expose `Padding` in `iced` root crate
Héctor Ramón Jiménez
2022-05-03
1
-2
/
+2
|
*
Indicate feature-flagged modules in documentation
Héctor Ramón Jiménez
2022-05-02
1
-0
/
+1
|
*
Replace `hecrj` in links with `iced-rs`
Héctor Ramón Jiménez
2022-05-02
1
-8
/
+8
[prev]
[next]