Commit Graph

  • bbeacc46d5 feat: Implement set_cursor_hittest for X11 Ryan Hileman 2023-10-13 20:42:07 -07:00
  • 61581ebb4f Fix CHANGELOG entry for Event::MemoryWarning Kirill Chibisov 2023-10-13 02:02:00 +04:00
  • 93f1000a05 Add Occluded and MemoryWarning events for iOS/Android François 2023-10-12 22:42:09 +02:00
  • 1ea41a2ee2 Add Window::show_window_menu YouKnow 2023-10-11 01:16:16 +03:30
  • 42c9b7e40e Fix reset to Poll after the event loop starts daxpedda 2023-10-10 22:46:08 +02:00
  • 0960635895 On Wayland, fix MonitorHandle position baneyue 2023-10-11 04:44:52 +08:00
  • 789a497980 Remove obsolete docs about wayland CSD env variable Kirill Chibisov 2023-10-10 09:23:37 +04:00
  • fac6110cb6 Web: fix ControlFlow::WaitUntil to never wake up **before** the given time (#3133) daxpedda 2023-10-09 12:31:02 +02:00
  • 0363be4776 Add Window::set_blur Dmitry Sharshakov 2023-10-08 22:53:15 +03:00
  • f5dd1c008c Web: remove unnecessary usage of once_cell::unsync::Lazy (#3134) daxpedda 2023-10-08 02:00:51 +02:00
  • 48a1e84906 Update Clippy to v1.73 (#3135) daxpedda 2023-10-08 01:21:46 +02:00
  • ee0db52ac4 Rename run_ondemand to run_on_demand epimeletes 2023-10-03 23:24:42 +02:00
  • c7cf0cfd83 Make DeviceId contain device id's on Android Fredrik Fornwall 2023-10-03 23:23:18 +02:00
  • 8393d98940 Link to areweguiyet.com and arewegameyet.rs for extra deps Mads Marquart 2023-10-03 23:22:14 +02:00
  • af247eac0f X11: Add #[deny(unsafe_op_in_unsafe_fn)] (#3121) Mads Marquart 2023-09-30 21:43:41 +02:00
  • b2b4564a5f Windows: Add #[deny(unsafe_op_in_unsafe_fn)] (#3070) Mads Marquart 2023-09-29 16:07:44 +02:00
  • cb58c49a90 Bump version on master (#3119) Mads Marquart 2023-09-28 01:03:38 +02:00
  • 2ebbfab6a4 Winit version 0.28.7 v0.28.7 v0.28.x Mads Marquart 2023-09-28 00:00:19 +02:00
  • 55f60a35b1 Use frame instead of visibleRect (#3043) Mads Marquart 2023-08-24 22:52:11 +02:00
  • ffb46dd61f Fix transparent windows on X11 Neil Macneale V 2023-09-25 14:05:15 -07:00
  • 8c8fb39fcd Remove DeviceEvent::Text event Kirill Chibisov 2023-09-23 18:40:23 +04:00
  • 2422ea39d0 Pass force on touch events on android lucasmerlin 2023-09-22 21:44:39 +02:00
  • 878d832d24 Make ControlFlow::Wait the default (#3106) daxpedda 2023-09-22 21:27:11 +02:00
  • e2e01e1fc6 Remove old docs about EventLoop::run Kirill Chibisov 2023-09-22 13:46:52 +04:00
  • c8b685ddbc On X11, fix WaitUntil and Poll behavior Pavel Strakhov 2023-09-20 12:15:28 +01:00
  • f10ae52385 Implement PartialOrd and Ord for MouseButton StarStarJ 2023-09-17 11:51:03 +02:00
  • e731041c15 Correct Wayland section in dpi docs Kirill Chibisov 2023-09-16 18:14:46 +04:00
  • 9df7fc47a1 Install cargo-apk with the stable toolchain daxpedda 2023-09-16 14:17:53 +02:00
  • 992aeb0ca0 Ignore foreign-types* duplicate deps on macOS daxpedda 2023-09-16 12:54:49 +02:00
  • 0caba93b51 Rename PollType to PollStrategy (#3089) daxpedda 2023-09-08 18:39:23 +02:00
  • c00c1e9eb7 Add an MSRV policy to the README (#3046) John Nunley 2023-09-08 08:34:55 -07:00
  • 83950acd5a Add Window.requestIdleCallback() support (#3084) daxpedda 2023-09-07 12:12:35 +02:00
  • b99403b1b9 Correct set_exit() -> exit() in the changelog (#3088) Fredrik Fornwall 2023-09-07 11:52:53 +02:00
  • 4f0ce7201d Revert select_xkb_events to its previous impl John Nunley 2023-09-06 23:25:52 -07:00
  • e648169861 Move ControlFlow to EventLoopWindowTarget daxpedda 2023-09-07 08:25:04 +02:00
  • 8fdd81ecef Allow the user to force X11 under Wayland John Nunley 2023-09-03 14:24:05 -07:00
  • 7a2a2341c2 Remove T from EventLoopTargetWindow (#3081) daxpedda 2023-09-03 02:26:53 +02:00
  • d68d9eab38 Mark startup_notify unsafe functions as safe Kirill Chibisov 2023-09-02 02:05:56 +04:00
  • a06ea45c0f Slightly reduce number of cfgs (#3071) Mads Marquart 2023-09-01 23:14:16 +02:00
  • 67b041e231 On Wayland, fix TouchPhase::Canceled sent for Move Kirill Chibisov 2023-09-01 02:14:34 +04:00
  • 6dfc78fb50 Make EventLoopWindowTarget independent of the user type on Orbital (#3055) Mads Marquart 2023-08-30 16:43:28 +02:00
  • 477619c0a7 Ensure that winit initializes NSApplication (#3069) Mads Marquart 2023-08-30 15:19:30 +02:00
  • 5f1a4b65ad Fix missing quote (#3068) Mads Marquart 2023-08-30 13:59:23 +02:00
  • bb9b629bc3 Implement X11 extensions using x11rb instead of Xlib John Nunley 2023-08-29 14:01:25 -07:00
  • 0c8cf94a70 Web: Fullscreen Overhaul (#3063) daxpedda 2023-08-29 09:28:30 +02:00
  • 1dfca5a395 Enable event propagation (#3062) daxpedda 2023-08-28 19:18:10 +02:00
  • 7541220a41 Fix macOS deminiaturize (#3054) Mads Marquart 2023-08-27 17:35:45 +02:00
  • 7e11912d22 Lock the cargo-apk deps on CI Kirill Chibisov 2023-08-27 19:05:45 +04:00
  • 86baa1c99a Make iOS fully thread safe (#3045) Mads Marquart 2023-08-27 17:04:39 +02:00
  • d9f04780cc Improve CI caching, and give each job names Mads Marquart 2023-08-27 16:25:32 +02:00
  • 67d3fd28f7 Move Event::RedrawRequested to WindowEvent (#3049) daxpedda 2023-08-27 16:15:09 +02:00
  • a3cba838ea On Web, never return a MonitorHandle (#3051) daxpedda 2023-08-26 18:56:44 +02:00
  • 48abf52aac Use setTimeout() trick instead of Window.requestIdleCallback() (#3044) daxpedda 2023-08-25 21:40:21 +02:00
  • 68ef9f707e Use frame instead of visibleRect (#3043) Mads Marquart 2023-08-24 22:52:11 +02:00
  • 9979441c82 Fix recent CI failures (#3041) Mads Marquart 2023-08-24 18:29:31 +02:00
  • 309e6aa85a Bump version on master Kirill Chibisov 2023-08-16 16:34:36 +04:00
  • 7f1aaa652d Winit version 0.29.1-beta v0.29.1-beta Kirill Chibisov 2023-08-16 15:57:50 +04:00
  • 8b8556798e Bump version on master Kirill Chibisov 2023-08-16 13:21:09 +04:00
  • 00b5de0a68 Winit version 0.29.0-beta.1 v0.29.0-beta.1 Kirill Chibisov 2023-08-14 23:21:51 +04:00
  • 80d1e49354 Use beta versions of android crates Kirill Chibisov 2023-08-16 12:31:23 +04:00
  • 07dd45f8e3 Bump MSRV to 1.65 Kirill Chibisov 2023-08-16 12:10:38 +04:00
  • 2d96480a89 Use beta versions of android crates Kirill Chibisov 2023-08-16 12:31:23 +04:00
  • 6caff77abb Bump MSRV to 1.65 Kirill Chibisov 2023-08-16 12:10:38 +04:00
  • 4e6ce00ec5 Improve macOS/iOS/Web thread safety Mads Marquart 2023-08-14 21:19:57 +02:00
  • 65c2482d74 Pin android-activity git dependency Kirill Chibisov 2023-08-14 23:10:32 +04:00
  • ba2bfd064f Reexport raw-window-handle in window module Kirill Chibisov 2023-08-14 11:24:45 +04:00
  • 08ad3f19e2 Propagate error from EventLoop creation Kirill Chibisov 2023-08-13 23:20:09 +04:00
  • e3fbfd6792 Fix touch force for Apple Pencil lucasmerlin 2023-08-12 14:22:22 +02:00
  • c40af0062b Add a way to embed the X11 window into another John Nunley 2023-08-11 02:30:55 -07:00
  • 511bf53889 iOS: Use NSOperatingSystemVersion from icrate (#3019) Fredrik Fornwall 2023-08-09 15:57:20 +02:00
  • 7451c4b88c Android: Support unicode character mapping + dead keys Robert Bragg 2023-08-07 23:56:42 +01:00
  • 42ecef7b31 Fix event loop not waking up due to repeat source Kirill Chibisov 2023-08-07 09:35:59 +04:00
  • 5d9ce7f5f4 On X11, set visual_id in raw-window-handle Kirill Chibisov 2023-08-06 06:07:19 +04:00
  • ef5b71d658 Revert "Propagate error from EventLoop creation" (#3010) Kirill Chibisov 2023-08-06 06:07:01 +04:00
  • 4ab36f336c Propagate error from EventLoop creation Kirill Chibisov 2023-08-06 06:03:54 +04:00
  • 2791cbd65e Make with_x11_visual take ID instead of a pointer John Nunley 2023-08-05 14:58:23 -07:00
  • 03bf83f45e Remove 'static requirement on run Kirill Chibisov 2023-08-06 01:56:56 +04:00
  • 02870202cb On Wayland, reduce amount of spurious wakeups Kirill Chibisov 2023-08-06 01:09:59 +04:00
  • c268922def Remove functionality already exposed through raw-window-handle Mads Marquart 2023-08-05 20:56:22 +02:00
  • 61b921c466 Increase test coverage for generic modules John Nunley 2023-08-05 08:58:38 -07:00
  • 794d0c1f73 On Web, use requestAnimationFrame for RedrawRequested dAxpeDDa 2023-06-23 16:21:41 +02:00
  • 8ce58c7053 On Wayland, use frame callbacks to throttle RedrawRequested Kirill Chibisov 2023-06-22 09:12:47 +04:00
  • cff9b01052 Add Window::on_present_notify to ack about drawing Kirill Chibisov 2023-06-22 08:08:53 +04:00
  • 7e9dc147d8 Export smol_str and impl Ord for Key Diggory Hardy 2023-08-03 17:12:48 +01:00
  • d7827b36d3 Update icrate to v0.0.4 (#2992) Mads Marquart 2023-08-02 16:30:41 +02:00
  • 5b90a4e194 On X11, remove the now-unrefrenced events.rs source file Marijn Suijten 2023-07-31 20:15:43 +02:00
  • 281077a0d8 Remove lifetime from the Event Kirill Chibisov 2023-07-31 00:39:01 +04:00
  • d21395bb3f On Windows, keep window maximized when setting size bounds (#2899) Tobias Hunger 2023-07-29 16:22:28 +02:00
  • f69616ac2c On Windows, add option to customize window class name (#2978) Géraud-Loup 2023-07-29 15:39:23 +02:00
  • 645b1ff00f Update objc2 version (#2936) Mads Marquart 2023-07-29 00:33:03 +02:00
  • 3925281652 Remove RedrawEventsCleared + MainEventsCleared, and added AboutToWait Robert Bragg 2023-07-28 17:37:56 +01:00
  • 3bf0fa9ec8 Rename LoopDestroyed to LoopExiting Robert Bragg 2023-07-28 17:19:53 +01:00
  • 7de2bc7ae6 iOS: Always set timer when polling to avoid slow waking (#2979) François 2023-07-28 17:52:24 +02:00
  • 3f44eb1fd9 Add timeout argument to pump_events Robert Bragg 2023-07-24 00:37:51 +01:00
  • 456c735bfe Windows: implement pump_events_with_timeout internally Robert Bragg 2023-07-24 00:07:49 +01:00
  • 973e6ad400 MacOS: implement pump_events_with_timeout internally Robert Bragg 2023-07-23 23:27:38 +01:00
  • 07652c76fb window_ondemand: wait for Destroyed event before exiting app Robert Bragg 2023-07-04 23:28:43 +01:00
  • 7d93c34e42 Linux: Sync with server/compositor before exiting run_ondemand Robert Bragg 2023-07-04 22:53:17 +01:00
  • a2e1a0ac19 Update CHANGELOG.md Robert Bragg 2023-06-22 10:55:43 +01:00
  • f1a64b3155 Add examples/window_ondemand Robert Bragg 2023-06-18 13:50:26 +01:00