| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce `window::Id` to `Event` subscriptions | Héctor Ramón Jiménez | 2024-06-10 | 1 | -21/+14 |
* | Add `SpecificWith` variant to `window::Position` | Héctor Ramón Jiménez | 2024-05-10 | 1 | -0/+29 |
* | Update `winit` to `0.30` | Héctor Ramón Jiménez | 2024-05-07 | 1 | -31/+27 |
* | Introduce `opaque` widget helper | Héctor Ramón Jiménez | 2024-04-25 | 1 | -1/+3 |
* | Use inclusive range for `is_private_use` function | Héctor Ramón Jiménez | 2024-02-26 | 1 | -1/+1 |
* | Ignore `text` in `KeyPressed` with private use chars | Héctor Ramón Jiménez | 2024-02-26 | 1 | -1/+6 |
* | Decouple `Key` from modifiers and apply them to `text` | Ashley Wulber | 2024-02-20 | 1 | -11/+34 |
* | Point doc links to `0.12` branch | Héctor Ramón Jiménez | 2024-02-15 | 1 | -5/+5 |
* | Introduce `with_transformation` to `Renderer` trait | Héctor Ramón Jiménez | 2024-02-02 | 1 | -0/+1 |
* | feat(window): adds skip_taskbar for windows | MrAntix | 2024-01-21 | 1 | -0/+3 |
* | Use `SmolStr` for `text` field in `KeyPressed` event | Héctor Ramón Jiménez | 2024-01-16 | 1 | -3/+1 |
* | Refactor `KeyCode` into `Key` and `Location` | Héctor Ramón Jiménez | 2024-01-16 | 1 | -125/+344 |
* | Fix `key_code` conversion for character keys | Héctor Ramón Jiménez | 2023-12-15 | 1 | -26/+26 |
* | Update `winit` to `0.29.4` | Héctor Ramón Jiménez | 2023-12-15 | 1 | -211/+141 |
* | Use actual floats for logical coordinates | Héctor Ramón Jiménez | 2023-11-30 | 1 | -16/+23 |
* | Fix broken intra-doc links | Héctor Ramón Jiménez | 2023-11-29 | 1 | -1/+1 |
* | Merge branch 'master' into feat/multi-window-support | Héctor Ramón Jiménez | 2023-11-29 | 1 | -14/+123 |
|\ |
|
| * | Fix majority of unresolved documentation links | Matthias Vogelgesang | 2023-09-09 | 1 | -1/+1 |
| * | Bump versions :tada: | Héctor Ramón Jiménez | 2023-07-28 | 1 | -13/+12 |
* | | refactored window storage; | Bingus | 2023-07-21 | 1 | -5/+4 |
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | Bingus | 2023-07-12 | 1 | -14/+36 |
|\| |
|
| * | Merge pull request #1738 from nicoburns/update-winit-0.28 | Héctor Ramón | 2023-05-25 | 1 | -0/+13 |
| |\ |
|
| | * | Introduce `window::Level` enum | Héctor Ramón Jiménez | 2023-05-25 | 1 | -0/+13 |
| * | | Merge pull request #1797 from bbb651/master | Héctor Ramón | 2023-05-23 | 1 | -3/+1 |
| |\ \
| | |/
| |/| |
|
| | * | Make mouse::Button::Other take u16 instead of u8 | bbb651 | 2023-05-23 | 1 | -3/+1 |
| * | | Merge branch 'master' into advanced-text | Héctor Ramón Jiménez | 2023-04-17 | 1 | -6/+16 |
| |\| |
|
| | * | Bump versions :tada: | Héctor Ramón Jiménez | 2023-04-13 | 1 | -6/+6 |
| | * | add action set icon while running (#1590) | Night_Hunter | 2023-04-12 | 1 | -0/+9 |
| | * | Show `NotAllowed` as mouse icon when hovering a disabled `TextInput` | Héctor Ramón Jiménez | 2023-04-12 | 1 | -0/+1 |
| * | | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2023-03-04 | 1 | -5/+6 |
| |/ |
|
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | Bingus | 2023-02-20 | 1 | -6/+6 |
|\| |
|
| * | Bump versions :tada: | Héctor Ramón Jiménez | 2023-02-18 | 1 | -6/+6 |
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | Bingus | 2023-01-18 | 1 | -6/+6 |
|\| |
|
| * | Bump versions :tada: | Héctor Ramón Jiménez | 2023-01-14 | 1 | -6/+6 |
* | | add `window::Id` to `Event` and `Action` | Richard | 2023-01-09 | 1 | -18/+28 |
|/ |
|
* | Create conversion function for `user_attention` in `iced_winit` | Héctor Ramón Jiménez | 2023-01-02 | 1 | -0/+16 |
* | Bump versions :tada: | Héctor Ramón Jiménez | 2022-12-07 | 1 | -6/+6 |
* | Fix outdated links in documentation | Héctor Ramón Jiménez | 2022-11-10 | 1 | -6/+6 |
* | Implement `SetMode` and `FetchMode` window actions | Héctor Ramón Jiménez | 2022-08-18 | 1 | -0/+33 |
* | Remove `window::Mode` and introduce `Settings::visible` | Héctor Ramón Jiménez | 2022-08-18 | 1 | -24/+1 |
* | Address Clippy lints | Poly | 2022-07-09 | 1 | -4/+4 |
* | Replace `hecrj` in links with `iced-rs` | Héctor Ramón Jiménez | 2022-05-02 | 1 | -6/+6 |
* | Point repository links to `0.4` branch in documentation | Héctor Ramón Jiménez | 2022-04-30 | 1 | -6/+6 |
* | Revert system menus support | Héctor Ramón Jiménez | 2021-09-15 | 1 | -282/+0 |
* | Update `winit` and `glutin` dependencies | Héctor Ramón Jiménez | 2021-08-16 | 1 | -6/+6 |
* | Add window::Event::Moved | Cory Forsstrom | 2021-07-26 | 1 | -0/+6 |
* | Merge pull request #929 from TimUntersberger/winit-improv | Héctor Ramón | 2021-07-22 | 1 | -1/+44 |
|\ |
|
| * | Improve `window::Position` API | Héctor Ramón Jiménez | 2021-07-21 | 1 | -1/+44 |
* | | Update `winit` and `glutin` dependencies | Héctor Ramón Jiménez | 2021-07-20 | 1 | -12/+5 |
* | | Replace `content` with `title` in `menu` module | Héctor Ramón Jiménez | 2021-07-19 | 1 | -6/+4 |