Commit Graph

  • 874a1e31f1 Remove the AsAny helper trait master Olivier Goffart 2026-07-28 17:29:27 +00:00
  • c5eee2fb52 Fix clippy warning with Rust 1.98 Olivier Goffart 2026-08-21 11:43:54 +02:00
  • f5e20bd7da orbital: Merge TextInputEvent and KeyEvent together (#4663) bjorn3 2026-08-08 22:16:03 +02:00
  • 332224c92f orbital: Handle window closes during app drop bjorn3 2026-08-08 19:23:16 +02:00
  • 4e6525b4b7 orbital: Fix EventLoop::run_app_on_demand bjorn3 2026-08-07 21:47:13 +02:00
  • 42366231b0 chore: implement EventLoopProvider in each winit-* crate Kirill Chibisov 2026-07-27 21:50:29 +09:00
  • d74e5c51d1 winit-core: add EventLoopProvider for common methods Kirill Chibisov 2026-07-27 21:18:18 +09:00
  • 93045a5b51 Fix formatting Olivier Goffart 2026-07-28 16:39:35 +00:00
  • d786b10230 Add changelog entry for the non_exhaustive enums Olivier Goffart 2026-07-28 16:05:16 +00:00
  • ea5d7b68c0 Warn on exhaustive exported enums Olivier Goffart 2026-07-28 14:40:19 +00:00
  • 9c7e191407 Mark platform extension enums as #[non_exhaustive] Olivier Goffart 2026-07-28 14:30:09 +00:00
  • 37d8a503e4 Mark extensible enums in winit-core as #[non_exhaustive] Olivier Goffart 2026-07-28 14:29:36 +00:00
  • 6a8a334426 macOS: add WindowEvent::PointerButton::is_macos_activation_click Till Adam 2026-06-18 22:39:35 +02:00
  • 92b643c3f1 On macOS, add fullscreen auxiliary window support Steffen Moeller 2026-07-03 23:20:14 +02:00
  • 9674d8ceef Wayland, Windows, MacOS: Popup Implementation (#4543) Martin Marmsoler 2026-07-27 15:43:51 +02:00
  • 1fe178b2a6 fix: win32 taskbar_created deadlock Invades 2026-07-27 15:07:17 +03:00
  • 4a0fd4d4d5 win32: fix window hwnd_dpi leaks HDC handles Tony 2026-07-27 19:42:31 +08:00
  • a9e7bef8ff wayland: Update sctk to 0.21 Ian Douglas Scott 2026-05-13 18:45:47 -07:00
  • 0e7ed677f1 Bump MSRV to 1.86 Ian Douglas Scott 2026-07-23 08:58:23 -07:00
  • 0ea5f3c875 macOS: Feature-gate CGSSetWindowBackgroundBlurRadius Mads Marquart 2026-03-24 15:18:49 +01:00
  • 6b113977d8 ci/deny: skip syn 2 and allow libc's packaged script Simon Hausmann 2026-07-23 17:10:27 +02:00
  • d84ec647d8 winit-orbital: Implement pump_app_events Wildan M 2026-07-18 15:52:09 +07:00
  • 47dada25e4 winit-orbital: provide last mouse position with button events Jeremy Soller 2026-05-26 09:00:00 -06:00
  • 6616906647 winit-orbital: Fix i586 build Wildan M 2026-05-27 07:17:58 +07:00
  • 5a0a4ec2a3 winit-orbital: Respect ORBITAL_DISPLAY bjorn3 2026-05-26 17:24:53 +02:00
  • 48890a95d1 Update cfg_aliases to 0.2.2 Olivier Goffart 2026-07-16 16:46:22 +00:00
  • 156433eb91 New drag and drop API (#4571) Eira Fransham 2026-07-16 14:48:12 +02:00
  • 066c091b56 fix clippy Martin Marmsoler 2026-07-13 09:32:50 +02:00
  • cb0fe5a7fc chore: bump the github-actions group across 1 directory with 3 updates dependabot/github_actions/github-actions-338ac7668c dependabot[bot] 2026-07-09 18:53:11 +00:00
  • ca573df559 wayland: don't send set_buffer_scale on wl_surface below version 3 Olivier Goffart 2026-07-09 09:52:39 +00:00
  • 11dd459136 Use the MSRV-aware resolver instead of pinning versions in CI Olivier Goffart 2026-07-09 10:18:50 +00:00
  • a4cae17bd9 Ignore quick-xml and ttf-parser advisories in cargo-deny Olivier Goffart 2026-07-09 10:05:27 +00:00
  • 27e17e3f29 Fix AppKit live resize redraw timing Vitaly Kravchenko 2026-06-04 21:43:18 +01:00
  • 56fde0791b Fix CI Simon Hausmann 2026-06-24 16:40:15 +02:00
  • 4ef144b519 macOS: make Ime::Preedit cursor range surrogate-safe in setMarkedText William-Selna 2026-06-19 18:34:43 +02:00
  • 7fe8c206ae chore: avoid unsafe in examples Mads Marquart 2026-06-14 20:36:22 +02:00
  • fb78ecbb03 windows: fix freeze on keyboard layout switch Sergey Kikevich 2026-06-14 21:29:35 +03:00
  • 850d5f59a7 winit-wayland: add pointer gesture hold Martin Marmsoler 2026-06-12 19:36:23 +02:00
  • 81b2729765 winit-x11: fix clippy lint Martin Marmsoler 2026-06-04 19:25:58 +02:00
  • c4afadbfab winit-wayland: use ext-background-effect if available Kirill Chibisov 2026-04-04 23:59:33 +09:00
  • b5252f1366 chore: bump actions/configure-pages (#4550) dependabot[bot] 2026-03-28 07:44:01 +01:00
  • f93a223da9 Clean up cargo-deny Mads Marquart 2026-03-28 02:28:31 +01:00
  • 04e7516cf9 Remove x11-dl from winit-common madsmtm/no-x11-dl-common Mads Marquart 2026-03-26 07:08:54 +01:00
  • 09518309ab Reduce the use of custom cfgs in examples madsmtm/reduce-custom-cfgs-in-examples Mads Marquart 2025-06-05 17:58:28 +02:00
  • d75a0dada0 chore: bump actions/deploy-pages from 4 to 5 (#4545) dependabot[bot] 2026-03-26 06:32:41 +01:00
  • 9bf46af6f7 AppKit: Use fn_addr_eq now that it's in MSRV (#4532) Mads Marquart 2026-03-26 05:50:16 +01:00
  • 464c37a94e Remove leftover apple/appkit/mod.rs (#4533) Mads Marquart 2026-03-26 05:49:49 +01:00
  • 557d285170 Remove symlinking between winit-appkit and winit-uikit (#4530) Mads Marquart 2026-03-26 05:49:12 +01:00
  • ba856e127a Fix CI (#4546) Mads Marquart 2026-03-26 05:26:54 +01:00
  • 0ffd303db6 fix(typo): dependant -> dependent (#4540) Charlie Tonneslan 2026-03-24 10:54:31 -04:00
  • 5a74bf0aab Android: Add further scancode conversions (#4023) Mads Marquart 2026-03-19 02:27:23 +01:00
  • 9efc50a262 AppKit: Launch app inside EventLoop::new madsmtm/launch-in-new Mads Marquart 2026-03-19 00:11:23 +01:00
  • 117ec364f9 examples: Always use tracing helper module Mads Marquart 2026-02-18 12:57:21 +01:00
  • 9f789e56ee examples: Use tracing macros instead of println! Mads Marquart 2026-03-17 05:45:03 +01:00
  • 91558169d2 example: Fix tracing registration in pump_events Mads Marquart 2026-02-17 22:42:04 +01:00
  • 4998cb990f AppKit: Trace sendEvent: calls Mads Marquart 2026-03-17 05:49:05 +01:00
  • 98692641c4 UIKit: Add tracing spans Mads Marquart 2026-02-18 04:53:10 +01:00
  • a630b5333c Apple: Track spans across queued closures Mads Marquart 2026-02-18 03:26:56 +01:00
  • ca7735f10b Apple: Use tracing spans instead of custom trace_scope! macro Mads Marquart 2026-02-18 03:01:07 +01:00
  • 7adb805011 Apple: Trace CFRunLoop activities Mads Marquart 2026-03-17 05:54:36 +01:00
  • a8c7d809b9 Use new macOS 15 cursors for resize icons (#4422) Mads Marquart 2026-03-18 22:33:53 +01:00
  • 99f7bb6b44 Add timestamps to events madsmtm/event-time Mads Marquart 2026-03-18 17:31:57 +01:00
  • 4d81f4aa62 internal(macOS) use NSTrackingArea instead of trackingRect (#4514) RandomScientist 2026-03-17 18:03:16 -07:00
  • 3a2b140d65 WIP on making the safe area on iOS track the keyboard as well madsmtm/uikit-safe-area-keyboard Mads Marquart 2026-03-18 01:05:58 +01:00
  • 4f29aed5ee Synchronize changelogs with v0.30.13 Mads Marquart 2026-03-17 05:38:58 +01:00
  • 7864d02077 Remove indentation in fill.rs helper Mads Marquart 2025-12-13 22:01:56 +01:00
  • 0f2d59cbba Allow building examples using softbuffer on Android Mads Marquart 2026-02-17 16:42:22 +01:00
  • f0c4adc58c Update to softbuffer v0.4.8 Mads Marquart 2026-02-17 16:34:55 +01:00
  • 8e38112ad3 Add Send and Sync to OwnedDisplayHandle (#4509) junglie85 2026-03-17 02:54:42 +00:00
  • 6f3d763650 Document potential user expectation of ctrl+left click behavior on macOS. (#4518) RandomScientist 2026-03-16 19:39:12 -07:00
  • 7a11ff8766 Add missing scancodes for orbital (#4515) Ali 2026-03-17 05:29:27 +03:00
  • 211ae8f6c7 winit-x11: replace XQueryKeymap with equivalent x11rb call (#4497) jgcodes2020 2026-03-16 22:15:48 -04:00
  • 0b6b794f01 fix(macOS) "fix" toggling IME on appkit backend (#4512) RandomScientist 2026-03-13 18:50:13 -07:00
  • e9809ef54b Winit version 0.30.13 v0.30.13 v0.30.x Kirill Chibisov 2026-03-01 23:02:21 +09:00
  • efb5b37fff chore: fix ci Kirill Chibisov 2026-03-01 23:08:17 +09:00
  • a9baf5ecda fix(android): Populate KeyEvent.text via Key::to_text() Kirill Chibisov 2026-03-02 22:42:50 +09:00
  • 6bb43fd130 wayland: implement resize increments Pedro Macedo 2026-03-01 10:28:35 -03:00
  • 17a73f4dd4 win32: fix ime setcontext lparam Kotomine Shiki 2026-03-01 21:08:45 +08:00
  • bccc568345 fix(macOS): clamp IME selected_range to prevent substringToIndex crash Takaranoao 2026-03-01 04:55:06 -08:00
  • 69b8a07ae0 winit-x11: fix debug mode overflow panic in set_timestamp SuchAFuriousDeath 2026-02-24 15:15:49 +01:00
  • 3eb731f8b5 winit-x11: replace xfixes with x11rb in set_hittest Silico_Biomancer 2025-11-25 15:06:39 +13:00
  • 7035dd554f winit-win32: Fix ABI mismatch in INIT_MAIN_THREAD_ID itsamine27 2025-12-16 14:50:14 +01:00
  • ab4c6bfc82 macOS: fix a crash when dragging non-file content onto window Dan Harris 2025-11-04 20:20:01 -08:00
  • 5e2f421e34 fix(android): Populate KeyEvent.text via Key::to_text() Marijn Suijten 2026-03-02 14:37:30 +01:00
  • 41f4265957 wayland: implement resize increments Pedro Macedo 2026-03-01 10:28:35 -03:00
  • c535968128 win32: fix ime setcontext lparam Kotomine Shiki 2026-03-01 21:08:45 +08:00
  • 85ff2fa093 fix(macOS): clamp IME selected_range to prevent substringToIndex crash Takaranoao 2026-03-01 04:55:06 -08:00
  • 44865be79d wayland: fix panic when fancy wacom tablet is connected voxelmagpie 2026-02-28 06:07:40 +00:00
  • f3fb2fe3a6 winit-x11: fix debug mode overflow panic in set_timestamp SuchAFuriousDeath 2026-02-24 15:15:49 +01:00
  • fa10ca1764 Refactor usage of CFRunLoopObserver (#4349) Mads Marquart 2026-02-17 16:21:18 +01:00
  • 4fda048729 Reduce duplication in dpi module (#2148) Mads Marquart 2026-02-17 15:45:53 +01:00
  • 983e50971d macOS: fix borderless game resetting after switching spaces (#4482) Tarek Abdel Sater 2026-02-12 01:14:10 +04:00
  • cf9daedb18 wayland IME: Discard completed delete request DorotaC 2026-02-06 16:31:07 +01:00
  • 5218e11e55 reafactor(orbital): Reimplement Orbital support using std::fs and redox_event (#4470) isan 2026-02-03 16:23:40 +01:00
  • b8f28efd04 wayland: Move hash algorithm to foldhash John Nunley 2026-01-28 16:15:25 -08:00
  • eced28824b chore: bump taiki-e/cache-cargo-install-action (#4456) dependabot[bot] 2026-01-28 19:34:50 +01:00
  • b3c7635bba Add Apple Pencil support on iOS (#4449) Jack 2026-01-28 13:24:38 -05:00
  • 4aac778d2a chore: appease clippy (#4471) Mads Marquart 2026-01-28 19:12:39 +01:00
  • 043c8635a9 Upgrade windows-sys dependency to 0.61 (#4464) Colin Finck 2026-01-20 20:49:03 +01:00
  • da6220060e chore: bump the github-actions version dependabot[bot] 2025-12-21 19:44:09 +09:00