Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Flesh out the `editor` example a bit more | 2023-09-18 | 1 | -0/+8 | ||
| |/ | ||||||
| * | Merge branch 'master' into explicit-text-caching | 2023-09-10 | 3 | -16/+24 | ||
| |\ | ||||||
| | * | Deny `broken_intradoc_links` and verify documentation in CI | 2023-09-09 | 1 | -2/+3 | ||
| | | | ||||||
| | * | Fix majority of unresolved documentation links | 2023-09-09 | 3 | -5/+5 | ||
| | | | ||||||
| | * | Host GIFs and video examples in `iced.rs` | 2023-09-07 | 1 | -3/+3 | ||
| | | | | | | | | | | | | RIP Gfycat | |||||
| | * | Merge pull request #2069 from iced-rs/use-workspace-dependencies | 2023-09-07 | 1 | -4/+5 | ||
| | |\ | | | | | | | | | Use workspace dependencies and package inheritance | |||||
| | | * | Use workspace dependencies and package inheritance | 2023-09-04 | 1 | -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` | 2023-09-07 | 1 | -2/+8 | ||
| | |/ | | | | | | | | | | Also rename `subscription::events*` to `event::listen*`. | |||||
| * / | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -3/+3 | ||
| |/ | ||||||
| * | Fix `clippy` lints for Rust 1.72 | 2023-08-26 | 1 | -0/+1 | ||
| | | ||||||
| * | [docs] Don't use &mut self for view() | 2023-08-16 | 1 | -1/+1 | ||
| | | ||||||
| * | Bump versions :tada: | 2023-07-28 | 3 | -24/+24 | ||
| | | ||||||
| * | Run `cargo fmt` | 2023-07-27 | 1 | -2/+2 | ||
| | | ||||||
| * | add border radius to public API | 2023-07-27 | 1 | -1/+1 | ||
| | | ||||||
* | | Moved `exit_on_close_request` to window settings. This now controls whether ↵ | 2023-07-24 | 1 | -11/+0 | ||
| | | | | | | | | each INDIVIDUAL window should close on CloseRequested events. | |||||
* | | refactored window storage; | 2023-07-21 | 4 | -59/+106 | ||
| | | | | | | | | | | new helper window events (Destroyed, Created); clippy + fmt; | |||||
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-07-12 | 16 | -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-rendering | 2023-06-27 | 1 | -0/+1 | ||
| |\ | | | | | | | Feat: Offscreen Rendering & Screenshots | |||||
| | * | Move `Screenshot` inside `window` module | 2023-06-27 | 1 | -0/+1 | ||
| | | | ||||||
| * | | Implement basic cursor availability | 2023-06-08 | 1 | -1/+3 | ||
| |/ | ||||||
| * | Merge pull request #1738 from nicoburns/update-winit-0.28 | 2023-05-25 | 1 | -5/+5 | ||
| |\ | | | | | | | Update to winit 0.28 | |||||
| | * | Introduce `window::Level` enum | 2023-05-25 | 1 | -5/+5 | ||
| | | | | | | | | | | | | ... and add `level` field to `window::Settings` | |||||
| * | | Merge pull request #1846 from bungoboingo/feat/background-gradients | 2023-05-19 | 1 | -2/+3 | ||
| |\ \ | | |/ | |/| | [Feature] Gradients for Backgrounds | |||||
| | * | Remove `Builder` abstractions for gradients | 2023-05-19 | 1 | -0/+1 | ||
| | | | ||||||
| | * | Added support for gradients as background variants + other optimizations. | 2023-05-11 | 1 | -2/+2 | ||
| | | | ||||||
| * | | Enable `doc_auto_cfg` when generating documentation | 2023-05-11 | 2 | -4/+1 | ||
| |/ | ||||||
| * | Merge branch 'master' into advanced-text | 2023-04-17 | 4 | -184/+75 | ||
| |\ | ||||||
| | * | Bump versions :tada: | 2023-04-13 | 4 | -25/+25 | ||
| | | | ||||||
| | * | Rename `MouseListener` to `MouseArea` | 2023-04-13 | 1 | -3/+3 | ||
| | | | ||||||
| | * | feat(native): Add MouseListener widget | 2023-04-13 | 1 | -0/+8 | ||
| | | | ||||||
| | * | add action set icon while running (#1590) | 2023-04-12 | 1 | -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` | 2023-04-11 | 1 | -1/+1 | ||
| | | | ||||||
| | * | Changed `Handle` to `Icon` to be consistent | 2023-04-11 | 1 | -1/+1 | ||
| | | | ||||||
| | * | feat: added handle to text_input | 2023-04-11 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Introduce support for `Font` attributes | 2023-03-30 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Export `Hasher` in `advanced` module | 2023-03-29 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Export `Pixels` in root crate | 2023-03-29 | 1 | -2/+2 | ||
| | | | ||||||
| * | | Export `iced_graphics` in `advanced` module (for now) | 2023-03-29 | 1 | -0/+1 | ||
| | | | ||||||
| * | | Export `iced_core::mouse` in `advanced` module | 2023-03-29 | 1 | -0/+1 | ||
| | | | ||||||
| * | | Merge branch 'master' into advanced-text | 2023-03-17 | 2 | -2/+8 | ||
| |\| | ||||||
| | * | Re-export `settings::PlatformSpecific` from `iced_winit` directly | 2023-03-14 | 3 | -42/+3 | ||
| | | | ||||||
| | * | Added macOS platform specific options | 2023-03-14 | 4 | -2/+47 | ||
| | | | ||||||
| * | | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 4 | -9/+8 | ||
| | | | ||||||
| * | | Remove generic `Hasher` and `Event` from `subscription::Recipe` | 2023-03-05 | 2 | -1/+12 | ||
| | | | ||||||
| * | | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 19 | -1062/+136 | ||
| | | | ||||||
| * | | Move `Canvas` and `QRCode` to `iced` crate | 2023-03-03 | 6 | -4/+735 | ||
| | | | | | | | | | | | | Rename `canvas` modules to `geometry` in graphics subcrates | |||||
| * | | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 1 | -2/+3 | ||
| | | | ||||||
| * | | Use `iced_renderer` instead of `iced_graphics` in root crate | 2023-02-28 | 2 | -3/+3 | ||
| | | | ||||||
| * | | Introduce `iced_renderer` subcrate featuring runtime renderer fallback | 2023-02-24 | 2 | -3/+3 | ||
| | | | ||||||
| * | | Remove `iced_glutin` and `iced_glow` leftovers | 2023-02-24 | 2 | -22/+1 | ||
| | | |