summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Flesh out the `editor` example a bit moreLibravatar Héctor Ramón Jiménez2023-09-181-0/+8
| |/
| * Merge branch 'master' into explicit-text-cachingLibravatar Héctor Ramón Jiménez2023-09-103-16/+24
| |\
| | * 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-093-5/+5
| | |
| | * Host GIFs and video examples in `iced.rs`Libravatar Héctor Ramón Jiménez2023-09-071-3/+3
| | | | | | | | | | | | RIP Gfycat
| | * Merge pull request #2069 from iced-rs/use-workspace-dependenciesLibravatar Héctor Ramón2023-09-071-4/+5
| | |\ | | | | | | | | Use workspace dependencies and package inheritance
| | | * Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version.
| | * | 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*`.
| * / Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez2023-08-301-3/+3
| |/
| * 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-283-24/+24
| |
| * 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
| |
* | Moved `exit_on_close_request` to window settings. This now controls whether ↵Libravatar Bingus2023-07-241-11/+0
| | | | | | | | each INDIVIDUAL window should close on CloseRequested events.
* | refactored window storage;Libravatar Bingus2023-07-214-59/+106
| | | | | | | | | | new helper window events (Destroyed, Created); clippy + fmt;
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-07-1216-390/+190
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Cargo.toml # core/src/window/icon.rs # core/src/window/id.rs # core/src/window/position.rs # core/src/window/settings.rs # examples/integration/src/main.rs # examples/integration_opengl/src/main.rs # glutin/src/application.rs # native/src/subscription.rs # native/src/window.rs # runtime/src/window/action.rs # src/lib.rs # src/window.rs # winit/Cargo.toml # winit/src/application.rs # winit/src/icon.rs # winit/src/settings.rs # winit/src/window.rs
| * 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 #1738 from nicoburns/update-winit-0.28Libravatar Héctor Ramón2023-05-251-5/+5
| |\ | | | | | | Update to winit 0.28
| | * Introduce `window::Level` enumLibravatar Héctor Ramón Jiménez2023-05-251-5/+5
| | | | | | | | | | | | ... and add `level` field to `window::Settings`
| * | 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-112-4/+1
| |/
| * Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-04-174-184/+75
| |\
| | * Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-04-134-25/+25
| | |
| | * Rename `MouseListener` to `MouseArea`Libravatar Héctor Ramón Jiménez2023-04-131-3/+3
| | |
| | * feat(native): Add MouseListener widgetLibravatar Michael Aaron Murphy2023-04-131-0/+8
| | |
| | * add action set icon while running (#1590)Libravatar Night_Hunter2023-04-121-159/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * set windows icon live action * change get icon to insto raw * remove mobile docs * format * fix format * add file methods to Icon * Rename action to `ChangeIcon` and tidy up `Icon` modules * Fix documentation of `icon::Error` * Remove unnecessary `\` in `icon` documentation * Remove `etc.` from `Icon` documentation --------- Co-authored-by: Héctor Ramón Jiménez <hector0193@gmail.com>
| | * Rename `IconPosition` to `Side` in `text_input`Libravatar Héctor Ramón Jiménez2023-04-111-1/+1
| | |
| | * Changed `Handle` to `Icon` to be consistentLibravatar Casper Storm2023-04-111-1/+1
| | |
| | * feat: added handle to text_inputLibravatar Casper Storm2023-04-111-1/+1
| | |
| * | Introduce support for `Font` attributesLibravatar Héctor Ramón Jiménez2023-03-301-1/+1
| | |
| * | Export `Hasher` in `advanced` moduleLibravatar Héctor Ramón Jiménez2023-03-291-1/+1
| | |
| * | Export `Pixels` in root crateLibravatar Héctor Ramón Jiménez2023-03-291-2/+2
| | |
| * | Export `iced_graphics` in `advanced` module (for now)Libravatar Héctor Ramón Jiménez2023-03-291-0/+1
| | |
| * | Export `iced_core::mouse` in `advanced` moduleLibravatar Héctor Ramón Jiménez2023-03-291-0/+1
| | |
| * | Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-03-172-2/+8
| |\|
| | * Re-export `settings::PlatformSpecific` from `iced_winit` directlyLibravatar Héctor Ramón Jiménez2023-03-143-42/+3
| | |
| | * Added macOS platform specific optionsLibravatar Casper Storm2023-03-144-2/+47
| | |
| * | Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez2023-03-054-9/+8
| | |
| * | Remove generic `Hasher` and `Event` from `subscription::Recipe`Libravatar Héctor Ramón Jiménez2023-03-052-1/+12
| | |
| * | Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-0419-1062/+136
| | |
| * | Move `Canvas` and `QRCode` to `iced` crateLibravatar Héctor Ramón Jiménez2023-03-036-4/+735
| | | | | | | | | | | | Rename `canvas` modules to `geometry` in graphics subcrates
| * | Implement `Canvas` support for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-03-011-2/+3
| | |
| * | Use `iced_renderer` instead of `iced_graphics` in root crateLibravatar Héctor Ramón Jiménez2023-02-282-3/+3
| | |
| * | Introduce `iced_renderer` subcrate featuring runtime renderer fallbackLibravatar Héctor Ramón Jiménez2023-02-242-3/+3
| | |
| * | Remove `iced_glutin` and `iced_glow` leftoversLibravatar Héctor Ramón Jiménez2023-02-242-22/+1
| | |