Commit Graph

  • 067535eb38 Fix Window::set_minimized(false) on Windows Amr Bashir 2023-01-17 02:22:52 +02:00
  • 7d626d9dfd Add a function for waiting on a Duration John Nunley 2023-01-16 01:14:09 +00:00
  • 62ce14a013 Add Window::set_transparent Kirill Chibisov 2023-01-15 23:39:36 +03:00
  • 6f60c7a6cc Note the macOS and Windows versions that winit supports Mads Marquart 2023-01-15 21:18:23 +01:00
  • 6cf0bf76da iOS: fix accidentally flipped assertion (#2629) Turki Jamaan 2023-01-14 01:40:24 +03:00
  • 9225b2812e feat(x11): Add Window::drag_resize_window (#2515) Michael Murphy 2023-01-11 18:07:09 +01:00
  • 08ce3af3e1 Ensure all free unixes can build John Nunley 2023-01-10 09:00:28 +00:00
  • 490abcad14 Remove xlib_xconnection from public interface John Nunley 2023-01-10 08:46:48 +00:00
  • 4b22ca8daf chore: Alphabetize dependencies (#2619) John Nunley 2023-01-06 10:26:57 +00:00
  • 66ca445caa Redox OS support (#2588) Jeremy Soller 2023-01-05 06:58:08 -07:00
  • 2f52c23fa9 Fix RedrawRequested not emitted on Wayland in resize Kirill Chibisov 2022-12-29 21:06:46 +03:00
  • ee88e38f13 Reduce amount of unsafe on iOS (#2579) Mads Marquart 2022-12-28 18:36:32 +01:00
  • 5e77d70245 Use cfg aliases throught the code base Amr Bashir 2022-12-25 09:57:27 +02:00
  • 58ec458877 Remove compatibility shim for raw-window-handle 0.4 Alphyr 2022-12-24 13:53:46 +01:00
  • 94e4c394e7 Swap assert by debug_assert for recovereable issue. Fixes #2597 (#2599) Miguel Medina Ballesteros 2022-12-23 14:19:25 +01:00
  • f43ce2a131 Web touch event (#2188) Ryo Hirayama 2022-12-23 14:55:22 +09:00
  • 402cbd55f9 fix unnecessary cast lint (#2596) Amr Bashir 2022-12-22 21:35:33 +02:00
  • da7422c6e1 Add WindowBuilder::with_parent_window (#2548) Ngo Iok Ui (Wu Yu Wei) 2022-12-22 08:07:13 +08:00
  • 8934d2765d Add missing closing parentheses (#2587) Amr Bashir 2022-12-11 04:29:19 +02:00
  • 89eea64a4a Retain WS_MAXIMZE when unminmizing a maximized window (#2581) Amr Bashir 2022-12-09 20:33:11 +02:00
  • 9f781bc422 On Windows, fix left mouse button release event not being sent after Window::drag_window (#2564) feelingnothing 2022-12-07 01:18:50 +03:00
  • 4ed4e918f3 Clean up UIView override declaration (#2578) Mads Marquart 2022-12-01 09:32:44 +01:00
  • 2e4d79f57a Do fullscreen logic synchronously on main thread (#2575) Mads Marquart 2022-11-30 14:49:18 +01:00
  • bf92f3e97b macOS: Run tasks synchronously on main thread instead of asynchronously (#2574) Mads Marquart 2022-11-30 14:30:32 +01:00
  • 2a58b785fe Refactor SharedState so that it is no longer behind an Arc (#2573) Mads Marquart 2022-11-29 12:58:35 +01:00
  • 32784af3c4 Don't panic when getting refresh rate failed (#2533) Xiaopeng Li 2022-11-29 18:28:46 +08:00
  • 94688a62f0 On Windows and macOS, add API to enable/disable window controls (#2537) Amr Bashir 2022-11-29 12:03:51 +02:00
  • 28e34c2e1b Add Window::set_theme (#2553) Amr Bashir 2022-11-29 11:05:51 +02:00
  • 9ae7498a8a On Windows, revert window background to an empty brush to avoid white flashes when changing scaling (#2571) Fotis Gimian 2022-11-28 08:28:14 +11:00
  • 1786c877ec android: depend on android-activity 0.4.0 (#2557) Robert Bragg 2022-11-26 10:54:08 +00:00
  • 101ac8908c Add Window::set_window_level API Amr Bashir 2022-11-26 03:50:58 +02:00
  • ba4bf03675 ci: Specify to build winit package when invoking cargo-apk (#2561) Marijn Suijten 2022-11-24 21:49:47 +01:00
  • a63b066ed5 Fix MouseButton::Other value on Windows (#2565) Mads Marquart 2022-11-23 16:43:56 +01:00
  • f77f858e9b On macOS, add documentEdited APIs (#2550) Amr Bashir 2022-11-23 17:07:41 +02:00
  • 6d0cf6a275 Remove WindowBuilderExtIOS::with_root_view_class (#2459) Mads Marquart 2022-11-23 15:53:06 +01:00
  • 12df8b6c0c macOS: Fix ApplicationDelegate::init (#2566) Mads Marquart 2022-11-23 15:23:06 +01:00
  • 65baae75c4 Add Window::set_content_protected on macOS and Windows (#2525) Amr Bashir 2022-11-23 15:51:34 +02:00
  • 418cc44e93 On macOS, add EventLoopBuilderExtMacOS::with_activate_ignoring_other_apps (#2551) Amr Bashir 2022-11-23 14:42:46 +02:00
  • ce6c6e8c95 Only build, but don't run tests in MSRV CI (#2558) Mads Marquart 2022-11-23 13:07:58 +01:00
  • bdcbd7d1f9 macOS: Fix NSWindowLevel values (#2545) Mads Marquart 2022-11-22 11:08:56 +01:00
  • 05484c5888 Android: rework backend to use android-activity crate (#2444) Robert Bragg 2022-11-10 16:55:19 +00:00
  • 50bbc85dc3 On Windows, fix icons specified on WindowBuilder not taking effect for windows created after the first one (#2530) Amr Bashir 2022-11-06 22:30:55 +02:00
  • 8669c2e8df On macOS, fix panic in current_monitor_inner Xiaopeng Li 2022-11-05 10:30:39 +08:00
  • 97d4c7b303 macOS: Fix overridden fullscreen selectors (#2546) Mads Marquart 2022-11-03 22:33:38 +01:00
  • 08f9e374e0 Add Window::title getter on Windows and macOS Amr Bashir 2022-11-03 10:11:37 -07:00
  • a7a7cc64cd Bump windows-sys to 0.42 (#2540) Ihor Ranchynskyi 2022-10-31 22:19:45 +00:00
  • 04d9e081b8 Bump version on master Kirill Chibisov 2022-10-26 18:20:58 +03:00
  • bbdcb79bbd Release 0.27.5 version v0.27.5 v0.27.x Kirill Chibisov 2022-10-26 01:52:45 +03:00
  • b8ac784ffc On Wayland, fix invalid offsets being sent in Preedit Kirill Chibisov 2022-10-18 17:13:31 +03:00
  • 8fc24c959a Generate docs.rs documentation with doc_auto_cfg (#2358) i509VCB 2022-10-24 17:02:52 -05:00
  • 2fb15dbe8a Fix menubar focus using Alt on Windows (#2521) Amr Bashir 2022-10-20 17:59:12 +02:00
  • 92fdf5ba85 Rework theme API keiya sasaki 2022-10-19 03:34:36 +09:00
  • 4f06cfcf5b On Wayland, fix invalid offsets being sent in Preedit Kirill Chibisov 2022-10-18 17:13:31 +03:00
  • 462bb4d324 Bump version on master Kirill Chibisov 2022-10-15 09:30:25 +03:00
  • e7037c6ad0 Release 0.27.4 version v0.27.4 Kirill Chibisov 2022-10-09 10:27:08 +03:00
  • 51986bce26 On X11, fix IME crashing during reload Kirill Chibisov 2022-10-10 00:13:37 +03:00
  • 429cc58f98 Windows, emit ReceivedCharacter on system keybinds Markus Siglreithmaier 2022-10-08 05:32:40 +02:00
  • 81303d81a8 On Windows, fixed focus event emission on minimize. killian 2022-09-20 20:26:37 +02:00
  • f6ca8515ab On X11, fix IME crashing during reload Kirill Chibisov 2022-10-10 00:13:37 +03:00
  • 71094e5703 On X11, allow building window with parent Shinichi Tanaka 2022-10-10 05:12:23 +09:00
  • bb0f965c57 Update cargo-run-wasm (#2509) Lucas Kent 2022-10-09 13:49:19 +11:00
  • 4d48c76da9 Windows, emit ReceivedCharacter on system keybinds Markus Siglreithmaier 2022-10-08 05:32:40 +02:00
  • fafdedfb7d Simplify internal type construction Mads Marquart 2022-09-21 10:04:28 +02:00
  • 25b129362f On Windows, fixed focus event emission on minimize. killian 2022-09-20 20:26:37 +02:00
  • 48b843e42d Accepts first mouse (#2457) Mads Marquart 2022-09-13 21:11:18 +02:00
  • 58f2455aa9 Bump version on master Kirill Chibisov 2022-09-12 18:15:30 +03:00
  • adfa5bd275 Release 0.27.3 version v0.27.3 Kirill Chibisov 2022-09-09 11:29:51 +03:00
  • 66319c571c On X11 query for XIM styles before creating IME Kirill Chibisov 2022-09-11 19:36:56 +03:00
  • f1470d1ab7 Send empty Ime::Preedit before the Ime::Commit Kirill Chibisov 2022-09-11 00:48:24 +03:00
  • 79dc6bf4ab Remove automatic publish script Kirill Chibisov 2022-09-09 19:01:05 +03:00
  • ad0520e935 Specify minimum supported version for RWH 0.4 Kirill Chibisov 2022-09-09 12:11:55 +03:00
  • 156fa375ea Clear preedit if there is no pending preedit on Wayland Weng Xuetian 2022-09-09 00:53:58 -07:00
  • 2a2733b2d1 Revert "ci: manually point ANDROID_NDK_ROOT to latest supplied version" Marijn Suijten 2022-09-06 15:48:28 +02:00
  • 7af1163ee7 iOS: Fix a few instances of UB (#2428) Mads Marquart 2022-09-01 03:10:00 +02:00
  • 229dbffa17 Windows: Update handling of system keypresses (#2445) ajtribick 2022-09-01 00:03:48 +02:00
  • a5457b24c2 Document WindowEvent::Moved OS support (#2442) daxpedda 2022-08-31 06:57:37 +02:00
  • 5645bb1459 Disable default features in simple_logger ajtribick 2022-08-28 23:26:51 +02:00
  • 77cd021c02 Document WindowEvent::Moved as unsupported on Wayland Sludge 2022-08-19 23:32:40 +02:00
  • 2d732069a9 On Windows, improve support for undecorated windows (#2419) Markus Siglreithmaier 2022-08-15 02:36:37 +02:00
  • 155f1f9720 On X11 query for XIM styles before creating IME Kirill Chibisov 2022-09-11 19:36:56 +03:00
  • 3b56b0e76f Add release process Kirill Chibisov 2022-09-11 16:20:09 +03:00
  • 5d2aca90bd Send empty Ime::Preedit before the Ime::Commit Kirill Chibisov 2022-09-11 00:48:24 +03:00
  • ba49db2cb9 Remove automatic publish script Kirill Chibisov 2022-09-09 19:01:05 +03:00
  • a4695c5397 Specify minimum supported version for RWH 0.4 Kirill Chibisov 2022-09-09 12:11:55 +03:00
  • 92ddb3483e Clear preedit if there is no pending preedit on Wayland Weng Xuetian 2022-09-09 00:53:58 -07:00
  • fec52b028e Fix runloop entry (#2480) Mads Marquart 2022-09-08 21:56:53 +02:00
  • d8c0ee733b Remove custom definition of Core Foundation runloop functionality (#2479) Mads Marquart 2022-09-08 21:03:25 +02:00
  • fb248eaadc Clean up iOS class declaration (#2462) Mads Marquart 2022-09-08 20:30:34 +02:00
  • da7bf8e29b macOS: Fix WindowBuilder::with_resize_increments (#2477) Mads Marquart 2022-09-08 18:54:22 +02:00
  • a6a8b12537 Update Readme for iOS platform specific info (#2473) shuo 2022-09-08 22:52:57 +08:00
  • 340f951d10 Refactor macOS to use new objc2 features (#2465) Mads Marquart 2022-09-08 16:45:29 +02:00
  • 05dd31b8ea Revert "ci: manually point ANDROID_NDK_ROOT to latest supplied version" Marijn Suijten 2022-09-06 15:48:28 +02:00
  • 0fca8b088d WindowBuilderExtWebSys::with_prevent_default disables scrolling on both mobile and desktop (previously just desktop) (#2216) Lucas Kent 2022-09-04 13:45:30 +10:00
  • ab56e9f57d Allow changing resize increments after window creation Anton Bulakh 2022-09-03 21:50:22 +03:00
  • 97d2aaa953 Add web_aspect_ratio example (#2209) Lucas Kent 2022-09-04 02:26:24 +10:00
  • 29419d6c38 Refactor macOS cursor code (#2463) Mads Marquart 2022-09-02 21:02:40 +02:00
  • e517e468f8 Fix declare_class! indentation (#2461) Mads Marquart 2022-09-02 19:38:32 +02:00
  • d67c928120 Clean up macOS class declaration (#2458) Mads Marquart 2022-09-02 18:46:18 +02:00
  • 112965b4ff Initial transition to objc2 (#2452) Mads Marquart 2022-09-02 15:48:02 +02:00
  • e0018d0710 Bump MSRV to 1.60 (#2453) Mads Marquart 2022-09-02 10:59:05 +02:00