summaryrefslogtreecommitdiffstats
path: root/src/lib.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into text-editorLibravatar Héctor Ramón Jiménez2023-10-271-6/+0
|\
| * Centralize `clippy` lints in `.cargo/config.toml`Libravatar Héctor Ramón Jiménez2023-09-201-6/+0
| |
* | Introduce new `iced_highlighter` subcrateLibravatar Héctor Ramón Jiménez2023-09-191-0/+3
|/
* Deny `broken_intradoc_links` and verify documentation in CILibravatar Héctor Ramón Jiménez2023-09-091-2/+3
|
* Fix majority of unresolved documentation linksLibravatar Matthias Vogelgesang2023-09-091-3/+3
|
* Host GIFs and video examples in `iced.rs`Libravatar Héctor Ramón Jiménez2023-09-071-3/+3
| | | | RIP Gfycat
* Introduce `keyboard::on_key_press` and `on_key_release`Libravatar Héctor Ramón Jiménez2023-09-071-2/+8
| | | | Also rename `subscription::events*` to `event::listen*`.
* Fix `clippy` lints for Rust 1.72Libravatar Héctor Ramón Jiménez2023-08-261-0/+1
|
* [docs] Don't use &mut self for view()Libravatar Bartłomiej Maryńczak2023-08-161-1/+1
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-07-281-4/+4
|
* Run `cargo fmt`Libravatar Héctor Ramón Jiménez2023-07-271-2/+2
|
* add border radius to public APILibravatar wiiznokes2023-07-271-1/+1
|
* Merge pull request #1845 from bungoboingo/feat/offscreen-renderingLibravatar Héctor Ramón2023-06-271-0/+1
|\ | | | | Feat: Offscreen Rendering & Screenshots
| * Move `Screenshot` inside `window` moduleLibravatar Héctor Ramón Jiménez2023-06-271-0/+1
| |
* | Implement basic cursor availabilityLibravatar Héctor Ramón Jiménez2023-06-081-1/+3
|/
* 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
| |