summaryrefslogtreecommitdiffstats
path: root/src/lib.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1846 from bungoboingo/feat/background-gradientsLibravatar Héctor Ramón2023-05-191-2/+3
|\ | | | | [Feature] Gradients for Backgrounds
| * Remove `Builder` abstractions for gradientsLibravatar Héctor Ramón Jiménez2023-05-191-0/+1
| |
| * Added support for gradients as background variants + other optimizations.Libravatar Bingus2023-05-111-2/+2
| |
* | Enable `doc_auto_cfg` when generating documentationLibravatar Héctor Ramón Jiménez2023-05-111-1/+1
|/
* Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-04-171-5/+5
|\
| * Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-04-131-4/+4
| |
* | Export `Pixels` in root crateLibravatar Héctor Ramón Jiménez2023-03-291-2/+2
| |
* | Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez2023-03-051-5/+5
| |
* | Remove generic `Hasher` and `Event` from `subscription::Recipe`Libravatar Héctor Ramón Jiménez2023-03-051-1/+7
| |
* | Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-26/+108
| |
* | Introduce `iced_renderer` subcrate featuring runtime renderer fallbackLibravatar Héctor Ramón Jiménez2023-02-241-1/+1
| |
* | Remove `iced_glutin` and `iced_glow` leftoversLibravatar Héctor Ramón Jiménez2023-02-241-10/+1
| |
* | Implement `font::load` command in `iced_native`Libravatar Héctor Ramón Jiménez2023-02-241-2/+4
|/
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-02-181-4/+4
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-01-141-4/+4
|
* Fix comment description on crate exampleLibravatar Wiktor Kwapisiewicz2023-01-121-0/+1
| | | | | This tiny PR aligns the comment on the crate example to align to the comment that is in README.md.
* fix doc linksLibravatar Araxeus2023-01-041-1/+1
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-12-071-3/+3
|
* Fix outdated links in documentationLibravatar Héctor Ramón Jiménez2022-11-101-3/+3
|
* expose touch moduleLibravatar Artur Sapek2022-10-041-0/+1
|
* Export `color!` macro in `iced` and `iced_native`Libravatar Héctor Ramón Jiménez2022-09-231-2/+2
|
* Make menu style accessibleLibravatar 0x1922022-09-211-0/+1
|
* Implement `focus_next` operationLibravatar Héctor Ramón Jiménez2022-08-021-1/+5
| | | | ... as well as a `count_focusable` composable helper!
* Use `ToString` for `Text::new` instead of `Into<String>`Libravatar Héctor Ramón Jiménez2022-07-271-1/+1
|
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-43/+12
|
* Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez2022-07-091-5/+13
| | | | ... and explicitly annotate crates as well.
* Fix missing docs in `iced` crateLibravatar Héctor Ramón Jiménez2022-07-081-1/+1
|
* Rename `theme::Definition` to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2022-05-261-2/+2
|
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-0/+3
| | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Merge branch 'master' into dev/system-informationLibravatar Héctor Ramón Jiménez2022-05-041-10/+11
|\
| * Expose `Padding` in `iced` root crateLibravatar Héctor Ramón Jiménez2022-05-031-2/+2
| |
| * Indicate feature-flagged modules in documentationLibravatar Héctor Ramón Jiménez2022-05-021-0/+1
| |
| * Replace `hecrj` in links with `iced-rs`Libravatar Héctor Ramón Jiménez2022-05-021-8/+8
| |
| * Point repository links to `0.4` branch in documentationLibravatar Héctor Ramón Jiménez2022-04-301-5/+5
| |
* | Expose `system` module through feature flagLibravatar Héctor Ramón Jiménez2022-04-301-1/+3
| |
* | Export new `system` moduleLibravatar Richard2022-04-261-0/+1
|/
* Merge branch 'master' into virtual-widgetsLibravatar Héctor Ramón Jiménez2022-03-071-2/+2
|\
| * Expose `ContentFit` in rootLibravatar Héctor Ramón Jiménez2022-02-161-2/+2
| |
* | Expose `iced_pure` through a `pure` feature in `iced`Libravatar Héctor Ramón Jiménez2022-02-111-0/+3
| | | | | | | | | | | | Besides exposing the `iced_pure` crate, enabling the `pure` feature also provides pure versions of both the `Application` and `Sandbox` traits! :tada:
* | Draft virtual `Button`, `Column`, and `Text`Libravatar Héctor Ramón Jiménez2022-02-101-0/+1
|/ | | | ... as well as a very naive diffing strategy!
* Implement `time` module for `wasm-bindgen` backend in `iced_futures`Libravatar Héctor Ramón Jiménez2022-01-281-14/+1
|
* Replace `iced_web` with WebGL support in `wgpu` :tada:Libravatar Héctor Ramón Jiménez2022-01-281-15/+4
|
* Remove support for old `tokio` crateLibravatar Héctor Ramón Jiménez2022-01-121-7/+1
|
* Use commit hash in `html_logo_url`Libravatar Héctor Ramón Jiménez2021-12-091-1/+1
|
* Added icon in docsLibravatar daladim2021-12-091-0/+3
|
* Refactor alignment types into an `alignment` moduleLibravatar Héctor Ramón Jiménez2021-09-201-3/+4
|
* Introduce and use `CrossAlign` enum for `Column` and `Row`Libravatar Héctor Ramón Jiménez2021-09-201-2/+3
|
* Revert system menus supportLibravatar Héctor Ramón Jiménez2021-09-151-3/+2
| | | | | | The current implementation has some important issues on Windows. We will reintroduce the feature once we figure them out! I have kept some of the changes in #945, like the new `keyboard::Modifiers` powered by `bitflags`.
* Implement and expose `read` and `write` helpers for `clipboard`Libravatar Héctor Ramón Jiménez2021-09-021-0/+1
|
* Remove `Clipboard` export in `iced`Libravatar Héctor Ramón Jiménez2021-09-021-1/+1
|