Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into text-editor | 2023-10-27 | 1 | -6/+0 | |
|\ | |||||
| * | Centralize `clippy` lints in `.cargo/config.toml` | 2023-09-20 | 1 | -6/+0 | |
| | | |||||
* | | Introduce new `iced_highlighter` subcrate | 2023-09-19 | 1 | -0/+3 | |
|/ | |||||
* | Deny `broken_intradoc_links` and verify documentation in CI | 2023-09-09 | 1 | -2/+3 | |
| | |||||
* | Fix majority of unresolved documentation links | 2023-09-09 | 1 | -3/+3 | |
| | |||||
* | Host GIFs and video examples in `iced.rs` | 2023-09-07 | 1 | -3/+3 | |
| | | | | RIP Gfycat | ||||
* | Introduce `keyboard::on_key_press` and `on_key_release` | 2023-09-07 | 1 | -2/+8 | |
| | | | | Also rename `subscription::events*` to `event::listen*`. | ||||
* | 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 | 1 | -4/+4 | |
| | |||||
* | Run `cargo fmt` | 2023-07-27 | 1 | -2/+2 | |
| | |||||
* | add border radius to public API | 2023-07-27 | 1 | -1/+1 | |
| | |||||
* | 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 #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 | 1 | -1/+1 | |
|/ | |||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -5/+5 | |
|\ | |||||
| * | Bump versions :tada: | 2023-04-13 | 1 | -4/+4 | |
| | | |||||
* | | Export `Pixels` in root crate | 2023-03-29 | 1 | -2/+2 | |
| | | |||||
* | | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 1 | -5/+5 | |
| | | |||||
* | | Remove generic `Hasher` and `Event` from `subscription::Recipe` | 2023-03-05 | 1 | -1/+7 | |
| | | |||||
* | | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -26/+108 | |
| | | |||||
* | | Introduce `iced_renderer` subcrate featuring runtime renderer fallback | 2023-02-24 | 1 | -1/+1 | |
| | | |||||
* | | Remove `iced_glutin` and `iced_glow` leftovers | 2023-02-24 | 1 | -10/+1 | |
| | | |||||
* | | Implement `font::load` command in `iced_native` | 2023-02-24 | 1 | -2/+4 | |
|/ | |||||
* | Bump versions :tada: | 2023-02-18 | 1 | -4/+4 | |
| | |||||
* | Bump versions :tada: | 2023-01-14 | 1 | -4/+4 | |
| | |||||
* | Fix comment description on crate example | 2023-01-12 | 1 | -0/+1 | |
| | | | | | This tiny PR aligns the comment on the crate example to align to the comment that is in README.md. | ||||
* | fix doc links | 2023-01-04 | 1 | -1/+1 | |
| | |||||
* | Bump versions :tada: | 2022-12-07 | 1 | -3/+3 | |
| | |||||
* | Fix outdated links in documentation | 2022-11-10 | 1 | -3/+3 | |
| | |||||
* | expose touch module | 2022-10-04 | 1 | -0/+1 | |
| | |||||
* | Export `color!` macro in `iced` and `iced_native` | 2022-09-23 | 1 | -2/+2 | |
| | |||||
* | Make menu style accessible | 2022-09-21 | 1 | -0/+1 | |
| | |||||
* | Implement `focus_next` operation | 2022-08-02 | 1 | -1/+5 | |
| | | | | ... as well as a `count_focusable` composable helper! | ||||
* | Use `ToString` for `Text::new` instead of `Into<String>` | 2022-07-27 | 1 | -1/+1 | |
| | |||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -43/+12 | |
| | |||||
* | Fix further `clippy` lints | 2022-07-09 | 1 | -5/+13 | |
| | | | | ... and explicitly annotate crates as well. | ||||
* | Fix missing docs in `iced` crate | 2022-07-08 | 1 | -1/+1 | |
| | |||||
* | Rename `theme::Definition` to `application::StyleSheet` | 2022-05-26 | 1 | -2/+2 | |
| | |||||
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -0/+3 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Merge branch 'master' into dev/system-information | 2022-05-04 | 1 | -10/+11 | |
|\ | |||||
| * | Expose `Padding` in `iced` root crate | 2022-05-03 | 1 | -2/+2 | |
| | | |||||
| * | Indicate feature-flagged modules in documentation | 2022-05-02 | 1 | -0/+1 | |
| | | |||||
| * | Replace `hecrj` in links with `iced-rs` | 2022-05-02 | 1 | -8/+8 | |
| | | |||||
| * | Point repository links to `0.4` branch in documentation | 2022-04-30 | 1 | -5/+5 | |
| | | |||||
* | | Expose `system` module through feature flag | 2022-04-30 | 1 | -1/+3 | |
| | |