| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify image rotation API and its internals | Héctor Ramón Jiménez | 2024-05-02 | 1 | -2/+2 |
* | Add `Image` rotation support | Héctor Ramón Jiménez | 2024-05-02 | 1 | -2/+2 |
* | add missing derive(Debug) in lib.rs docs | JL710 | 2024-04-30 | 1 | -0/+1 |
* | Use built-in `[lints]` table in `Cargo.toml` | Héctor Ramón Jiménez | 2024-04-07 | 1 | -7/+0 |
* | Rename `compositor::Renderer` to `Default` | Héctor Ramón Jiménez | 2024-03-22 | 1 | -1/+1 |
* | Allow custom renderers in `Program` and `Application` | Héctor Ramón Jiménez | 2024-03-22 | 1 | -2/+3 |
* | Simplify message names in overview docs | Héctor Ramón Jiménez | 2024-03-18 | 1 | -12/+12 |
* | Move `Application` trait to `advanced` module | Héctor Ramón Jiménez | 2024-03-17 | 1 | -13/+12 |
* | Support custom themes in `Program` API | Héctor Ramón Jiménez | 2024-03-17 | 1 | -2/+3 |
* | Clarify chain nature of `run` function | Héctor Ramón Jiménez | 2024-03-17 | 1 | -0/+4 |
* | Fix documentation of `run` function | Héctor Ramón Jiménez | 2024-03-17 | 1 | -4/+2 |
* | Move `Program` to `application` module | Héctor Ramón Jiménez | 2024-03-17 | 1 | -9/+6 |
* | Fix new doc test in root module | Héctor Ramón Jiménez | 2024-03-17 | 1 | -0/+7 |
* | Fix broken intra-doc links to `Sandbox` | Héctor Ramón Jiménez | 2024-03-17 | 1 | -4/+12 |
* | Remove `Sandbox` trait :tada: | Héctor Ramón Jiménez | 2024-03-17 | 1 | -2/+0 |
* | Remove `sandbox` by making `application` more generic :tada: | Héctor Ramón Jiménez | 2024-03-16 | 1 | -3/+3 |
* | Make `sandbox` helper take a `title` as well | Héctor Ramón Jiménez | 2024-03-16 | 1 | -1/+1 |
* | Implement `Program::load` to specify startup `Command` | Héctor Ramón Jiménez | 2024-03-16 | 1 | -1/+1 |
* | Introduce `Program` API | Héctor Ramón Jiménez | 2024-03-16 | 1 | -0/+48 |
* | Move `Theme` type to `iced_core` | Héctor Ramón Jiménez | 2024-03-07 | 1 | -5/+2 |
* | Point doc links to `0.12` branch | Héctor Ramón Jiménez | 2024-02-15 | 1 | -4/+4 |
* | Add support for primary clipboard | Mattias Eriksson | 2024-02-13 | 1 | -1/+3 |
* | Fix missing feature flag docs for `time::every` | fogarecious | 2024-02-06 | 1 | -0/+1 |
* | Introduce `with_transformation` to `Renderer` trait | Héctor Ramón Jiménez | 2024-02-02 | 1 | -1/+2 |
* | Convert `Renderer::Theme` to generic `Widget` type | Héctor Ramón Jiménez | 2024-01-21 | 1 | -7/+13 |
* | Introduce `Border` struct analogous to `Shadow` | Héctor Ramón Jiménez | 2024-01-20 | 1 | -3/+4 |
* | feat: quad shadows | Nick Senger | 2024-01-20 | 1 | -1/+2 |
* | Refactor `KeyCode` into `Key` and `Location` | Héctor Ramón Jiménez | 2024-01-16 | 1 | -1/+2 |
* | Merge branch 'master' into feat/multi-window-support | Héctor Ramón Jiménez | 2023-11-29 | 1 | -23/+33 |
|\ |
|
| * | Implement `command::channel` helper | Héctor Ramón Jiménez | 2023-11-29 | 1 | -1/+6 |
| * | Merge branch 'master' into text-editor | Héctor Ramón Jiménez | 2023-10-27 | 1 | -6/+0 |
| |\ |
|
| | * | Centralize `clippy` lints in `.cargo/config.toml` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -6/+0 |
| * | | Introduce new `iced_highlighter` subcrate | Héctor Ramón Jiménez | 2023-09-19 | 1 | -0/+3 |
| |/ |
|
| * | Deny `broken_intradoc_links` and verify documentation in CI | Héctor Ramón Jiménez | 2023-09-09 | 1 | -2/+3 |
| * | Fix majority of unresolved documentation links | Matthias Vogelgesang | 2023-09-09 | 1 | -3/+3 |
| * | Host GIFs and video examples in `iced.rs` | Héctor Ramón Jiménez | 2023-09-07 | 1 | -3/+3 |
| * | Introduce `keyboard::on_key_press` and `on_key_release` | Héctor Ramón Jiménez | 2023-09-07 | 1 | -2/+8 |
| * | Fix `clippy` lints for Rust 1.72 | Héctor Ramón Jiménez | 2023-08-26 | 1 | -0/+1 |
| * | [docs] Don't use &mut self for view() | Bartłomiej Maryńczak | 2023-08-16 | 1 | -1/+1 |
| * | Bump versions :tada: | Héctor Ramón Jiménez | 2023-07-28 | 1 | -4/+4 |
| * | Run `cargo fmt` | Héctor Ramón Jiménez | 2023-07-27 | 1 | -2/+2 |
| * | add border radius to public API | wiiznokes | 2023-07-27 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | Bingus | 2023-07-12 | 1 | -37/+122 |
|\| |
|
| * | Merge pull request #1845 from bungoboingo/feat/offscreen-rendering | Héctor Ramón | 2023-06-27 | 1 | -0/+1 |
| |\ |
|
| | * | Move `Screenshot` inside `window` module | Héctor Ramón Jiménez | 2023-06-27 | 1 | -0/+1 |
| * | | Implement basic cursor availability | Héctor Ramón Jiménez | 2023-06-08 | 1 | -1/+3 |
| |/ |
|
| * | Merge pull request #1846 from bungoboingo/feat/background-gradients | Héctor Ramón | 2023-05-19 | 1 | -2/+3 |
| |\ |
|
| | * | Remove `Builder` abstractions for gradients | Héctor Ramón Jiménez | 2023-05-19 | 1 | -0/+1 |
| | * | Added support for gradients as background variants + other optimizations. | Bingus | 2023-05-11 | 1 | -2/+2 |
| * | | Enable `doc_auto_cfg` when generating documentation | Héctor Ramón Jiménez | 2023-05-11 | 1 | -1/+1 |
| |/ |
|