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
/
native
/
src
/
lib.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-04-13
Bump versions :tada:
Héctor Ramón Jiménez
1
-2
/
+2
2023-03-05
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
1
-71
/
+0
2023-03-05
Converge `Command` types from `iced_futures` and `iced_native`
Héctor Ramón Jiménez
1
-1
/
+0
2023-03-05
Remove generic `Hasher` and `Event` from `subscription::Recipe`
Héctor Ramón Jiménez
1
-5
/
+0
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-37
/
+2
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+3
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
-2
/
+2
2023-02-17
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
1
-1
/
+1
2023-01-14
Bump versions :tada:
Héctor Ramón Jiménez
1
-2
/
+2
2022-12-07
Bump versions :tada:
Héctor Ramón Jiménez
1
-2
/
+2
2022-11-10
Fix outdated links in documentation
Héctor Ramón Jiménez
1
-2
/
+2
2022-09-23
Export `color!` macro in `iced` and `iced_native`
Héctor Ramón Jiménez
1
-2
/
+2
2022-08-05
Write missing documentation in `iced_native`
Héctor Ramón Jiménez
1
-2
/
+2
2022-07-28
Draft widget operations
Héctor Ramón Jiménez
1
-2
/
+2
2022-07-09
Fix further `clippy` lints
Héctor Ramón Jiménez
1
-5
/
+13
2022-05-26
Rename `theme::Definition` to `application::StyleSheet`
Héctor Ramón Jiménez
1
-0
/
+1
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-0
/
+2
2022-04-30
Point repository links to `0.4` branch in documentation
Héctor Ramón Jiménez
1
-2
/
+2
2022-04-26
Add new `System` variant to `Action`
Richard
1
-0
/
+1
2022-02-16
Add support for `ContentFit` for `Image`
Emi Simpson
1
-2
/
+2
2022-01-28
Move `time` module from `iced_native` to `iced_core`
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-28
Enable `instant` only for `wasm32` targets
Héctor Ramón Jiménez
1
-0
/
+1
2022-01-12
Write missing docs for `user_interface` module
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-11
Invalidate widget tree from `Responsive` widget
Héctor Ramón Jiménez
1
-2
/
+2
2022-01-11
Draft `Responsive` widget
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-03
Change GitHub namespace to new org for all files
LordRatte
1
-3
/
+3
2021-12-09
Use commit hash in `html_logo_url`
Héctor Ramón Jiménez
1
-1
/
+1
2021-12-09
Added icon in docs
daladim
1
-0
/
+3
2021-11-29
Introduce `Shell` type in `iced_native`
Héctor Ramón Jiménez
1
-0
/
+2
2021-11-05
Write missing documentation in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-31
Introduce first-class `svg` module in `iced_native`
Héctor Ramón Jiménez
1
-0
/
+1
2021-10-31
Introduce first-class `image` module in `iced_native`
Héctor Ramón Jiménez
1
-0
/
+1
2021-10-31
Introduce first-class `text` module in `iced_native`
Héctor Ramón Jiménez
1
-0
/
+1
2021-10-31
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-14
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
1
-2
/
+3
2021-09-20
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
1
-2
/
+2
2021-09-15
Revert system menus support
Héctor Ramón Jiménez
1
-2
/
+2
2021-09-13
Write missing docs and `Debug` implementations for `native`
Héctor Ramón Jiménez
1
-2
/
+2
2021-09-02
Make `Command` implementations platform-specific
Héctor Ramón Jiménez
1
-3
/
+5
2021-08-26
Rename `HitTestResult` to `Hit`
Héctor Ramón Jiménez
1
-2
/
+2
2021-08-21
Implement textual hit testing
Tom
1
-2
/
+2
2021-07-12
Move `menu` module from `iced_native` to `iced_core`
Héctor Ramón Jiménez
1
-4
/
+2
2021-07-12
Make `Menu` API a bit more functional
Héctor Ramón Jiménez
1
-1
/
+1
2021-07-05
Initial menu implementation
Richard
1
-0
/
+2
2021-06-01
Add support for asymmetrical padding
Ben LeFevre
1
-2
/
+2
2021-03-10
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-26
Update graphs in crate docs
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-3
/
+1
[next]