Commit Graph

  • 32097d75c7 Update codeowner list msiglreith 2024-06-22 12:58:23 +02:00
  • c6c4395c3b Use default-features, not default_features (#3746) Bruce Mitchener 2024-06-22 16:38:42 +07:00
  • 38e6f9ad84 Bump version on master Kirill Chibisov 2024-06-21 21:40:16 +03:00
  • d2d4d20108 Winit version 0.30.3 v0.30.3 Kirill Chibisov 2024-06-20 17:25:47 +03:00
  • d8f4d8f1b7 Web: implement WaitUntilStrategy (#3739) daxpedda 2024-06-20 23:07:42 +02:00
  • a974640a66 Web: set control flow strategies on EventLoop (#3740) daxpedda 2024-06-20 22:56:08 +02:00
  • 3d7d766182 macOS: set the theme on the NSWindow, instead of application-wide Mads Marquart 2024-06-20 16:05:34 +02:00
  • c73d8cff20 x11: fix build on arm Kirill Chibisov 2024-06-17 13:51:08 +03:00
  • 3e6092b8ed Web: implement WaitUntilStrategy (#3739) daxpedda 2024-06-20 23:07:42 +02:00
  • b4e83a5966 Web: set control flow strategies on EventLoop (#3740) daxpedda 2024-06-20 22:56:08 +02:00
  • db2c97a995 macOS: set the theme on the NSWindow, instead of application-wide Mads Marquart 2024-06-20 16:05:34 +02:00
  • 1552eb21f7 Bump MSRV to v1.73 (#3743) daxpedda 2024-06-20 11:09:15 +02:00
  • d8ffd4bb26 x11: fix build on arm Kirill Chibisov 2024-06-17 13:51:08 +03:00
  • 34c15608e0 Bump version on master Kirill Chibisov 2024-06-15 20:04:14 +03:00
  • 79aa95b212 Winit version 0.30.2 v0.30.2 Kirill Chibisov 2024-06-15 16:40:36 +03:00
  • ecd14688dc Revert: Web: don't wait for polling when sending events Kirill Chibisov 2024-06-15 16:37:29 +03:00
  • b512ed1e63 macOS: fix opacity handling Kirill Chibisov 2024-06-15 15:41:34 +03:00
  • 96388f4f6b chore: address 1.79 clippy lints Kirill Chibisov 2024-06-15 15:26:26 +03:00
  • 1745b01502 Web: fix crash InnerSizeWriter::request_inner_size() (#3727) daxpedda 2024-06-12 00:22:03 +02:00
  • 54e974c090 Web: don't overwrite cursor with CursorIcon::Default (#3729) daxpedda 2024-06-12 00:12:14 +02:00
  • b14d5c0c99 Web: queue EventLoopProxy::send_event() to microtask daxpedda 2024-06-12 00:02:26 +02:00
  • eef6977f45 macOS: fix opacity handling Kirill Chibisov 2024-06-15 15:41:34 +03:00
  • 078b46720b chore: address 1.79 clippy lints Kirill Chibisov 2024-06-15 15:26:26 +03:00
  • 3b4e064a07 Web: fix crash InnerSizeWriter::request_inner_size() (#3727) daxpedda 2024-06-12 00:22:03 +02:00
  • 39bc139500 Web: don't overwrite cursor with CursorIcon::Default (#3729) daxpedda 2024-06-12 00:12:14 +02:00
  • 9522670081 Web: queue EventLoopProxy::send_event() to microtask daxpedda 2024-06-12 00:02:26 +02:00
  • 9a1ef49dc3 Bump version on master Kirill Chibisov 2024-06-10 18:47:04 +03:00
  • 437747b966 Winit version 0.30.1 v0.30.1 John Nunley 2024-06-01 10:50:29 -07:00
  • 21e266f3b7 macOS/iOS: Various refactorings in application state (#3720) Mads Marquart 2024-06-06 14:39:31 +02:00
  • 3a0928af45 macOS: Improve event queuing (#3708) Mads Marquart 2024-06-06 12:32:02 +02:00
  • ad92b4f89d doc: clarify Window::pre_present_notify availability Philippe Renon 2024-06-06 11:11:06 +02:00
  • bf4445bb62 Handle _selected_range sent to NSTextInputClient.setMarkedText(). (#3619) ShikiSuen 2024-05-31 14:54:20 +08:00
  • 391a22217d Implement ApplicationHandler for &mut A and Box<A> (#3709) Mads Marquart 2024-05-29 11:51:53 +02:00
  • fb4a674ee5 Update objc2 to v0.2.2 (#3702) Mads Marquart 2024-05-27 14:49:22 +02:00
  • 43f296b2b3 event_loop: add is_x11 and is_wayland on EventLoop Diggory Hardy 2024-05-26 14:38:10 +01:00
  • 042667c5eb Resize when size changes on scale change on macOS Golden Water 2024-05-24 00:40:07 +08:00
  • 3206d105fe chore: explicitly use cfg_aliases 0.2.1 Kirill Chibisov 2024-05-22 15:51:29 +04:00
  • 1afec3ca0d bugfix: Replace pointer dereference with read_unaligned Kevin Müller 2024-05-20 00:08:14 +02:00
  • c4a8e9321d fix doc typo in application.rs (#3676) Ryan Burleson 2024-05-07 14:24:02 -05:00
  • dee7a405fc Reexport older versions of raw-window-handle linkmauve 2024-05-06 17:50:25 +02:00
  • a298b4d00e Reduce usage of direct msg_send! Mads Marquart 2024-05-06 17:09:38 +02:00
  • aebd5edc9e macOS: Move util::EMPTY_RANGE to usage spot (#3685) Mads Marquart 2024-05-06 16:54:52 +02:00
  • c801b69d3e Retain ApplicationDelegate in NSWindowDelegate and NSView Mads Marquart 2024-05-06 16:29:07 +02:00
  • ebd6454f8f Use rustc-check-cfg (#3682) Mads Marquart 2024-05-06 07:11:57 +02:00
  • 4f2f0bc08f Web: fix Clippy v1.78 FPs (#3678) daxpedda 2024-05-03 22:24:54 +02:00
  • 3a624e0f52 macOS/iOS: Various refactorings in application state (#3720) Mads Marquart 2024-06-06 14:39:31 +02:00
  • 279e3edc54 macOS: Improve event queuing (#3708) Mads Marquart 2024-06-06 12:32:02 +02:00
  • 0e74d37ff5 doc: clarify Window::pre_present_notify availability Philippe Renon 2024-06-06 11:11:06 +02:00
  • 2d1382f7d6 Handle _selected_range sent to NSTextInputClient.setMarkedText(). (#3619) ShikiSuen 2024-05-31 14:54:20 +08:00
  • 89687656d6 Emit suspended on shutdown madsmtm/verify-event-order Mads Marquart 2024-02-28 02:44:56 +01:00
  • 9027d8f350 Verify event order Mads Marquart 2024-05-29 14:28:35 +02:00
  • 5d8091fc7f Implement ApplicationHandler for &mut A and Box<A> (#3709) Mads Marquart 2024-05-29 11:51:53 +02:00
  • d7abe0316e Update objc2 to v0.2.2 (#3702) Mads Marquart 2024-05-27 14:49:22 +02:00
  • 5ea20fc905 event_loop: add is_x11 and is_wayland on EventLoop Diggory Hardy 2024-05-26 14:38:10 +01:00
  • e108fa2fbf Resize when size changes on scale change on macOS Golden Water 2024-05-24 00:40:07 +08:00
  • fff6788c12 chore: explicitly use cfg_aliases 0.2.1 Kirill Chibisov 2024-05-22 15:51:29 +04:00
  • 3e8fa41073 event_loop: remove deprecated run APIs Kirill Chibisov 2024-05-20 20:27:36 +04:00
  • 2b1c8cea1b bugfix: Replace pointer dereference with read_unaligned Kevin Müller 2024-05-20 00:08:14 +02:00
  • ab33fb8eda fix doc typo in application.rs (#3676) Ryan Burleson 2024-05-07 14:24:02 -05:00
  • b0b64a9a15 Reexport older versions of raw-window-handle linkmauve 2024-05-06 17:50:25 +02:00
  • d5d202d60e Reduce usage of direct msg_send! Mads Marquart 2024-05-06 17:09:38 +02:00
  • cb39ab29f4 macOS: Move util::EMPTY_RANGE to usage spot (#3685) Mads Marquart 2024-05-06 16:54:52 +02:00
  • 0a3cacd577 Retain ApplicationDelegate in NSWindowDelegate and NSView Mads Marquart 2024-05-06 16:29:07 +02:00
  • 16fd2baba0 Use rustc-check-cfg (#3682) Mads Marquart 2024-05-06 07:11:57 +02:00
  • 7f8771a362 Web: fix Clippy v1.78 FPs (#3678) daxpedda 2024-05-03 22:24:54 +02:00
  • 337d50779c Bump version on master Kirill Chibisov 2024-04-27 20:02:40 +04:00
  • 4b3c0655bf Winit version 0.30.0 v0.30.0 Kirill Chibisov 2024-04-26 20:52:11 +04:00
  • 0812adc983 Add UIGestureRecognizerDelegate and PanGestureRecogniser (#3597) Joshua Pedrick 2024-04-27 09:55:04 -04:00
  • cd6ec19300 Don't set the background color when initializing with transparency (#3657) Mads Marquart 2024-04-27 15:41:14 +02:00
  • 61bd8172bd chore: fix some typos in comments (#3635) growfrow 2024-04-27 21:29:11 +08:00
  • c04c113e7e chore: ensure that .cargo config is not published Kirill Chibisov 2024-04-27 17:03:28 +04:00
  • ce32a3024e android: bump to ndk 0.9.0 and android-activity 0.6.0 Marijn Suijten 2024-04-27 11:35:11 +02:00
  • fd477986de Add UIGestureRecognizerDelegate and PanGestureRecogniser (#3597) Joshua Pedrick 2024-04-27 09:55:04 -04:00
  • 94664ff687 Don't set the background color when initializing with transparency (#3657) Mads Marquart 2024-04-27 15:41:14 +02:00
  • 0fc8c37721 chore: fix some typos in comments (#3635) growfrow 2024-04-27 21:29:11 +08:00
  • ec29c81ad2 chore: ensure that .cargo config is not published Kirill Chibisov 2024-04-27 17:03:28 +04:00
  • 304a585493 android: bump to ndk 0.9.0 and android-activity 0.6.0 Marijn Suijten 2024-04-27 11:35:11 +02:00
  • 1682703b5c bugfix(win32): Only return win handle on OK thread John Nunley 2024-04-26 09:28:10 -07:00
  • bdd80c8af2 Add .git-blame-ignore-revs Mads Marquart 2024-04-26 18:19:45 +02:00
  • 7b0c7b6cb2 chore(rustfmt): use nightly (#2325) Kirill Chibisov 2024-04-26 19:11:44 +04:00
  • 7006c7ceca bugfix(android): Allow Volume* keys to be passed to the user Marijn Suijten 2024-04-23 19:51:23 +02:00
  • 2491f2bbd6 windows: bump windows-sys to 0.52 Kirill Chibisov 2024-04-22 17:21:53 +04:00
  • babbb715c5 Windows: implement resize increments (#3623) tetra 2024-04-21 13:05:41 +00:00
  • be79e8979a docs: Don't reference EventLoopBuilderExtUnix John Nunley 2024-04-20 13:09:51 -07:00
  • 9ab4c03e89 wayland: fix CSD decorations glitch when closing Kirill Chibisov 2024-04-19 14:40:00 +04:00
  • 4f47a4e793 Update dev-dependencies (#3641) daxpedda 2024-04-18 21:52:38 +02:00
  • c15fa6e433 Re-introduce Web examples (#3637) daxpedda 2024-04-18 19:43:39 +02:00
  • 24faacf497 docs: fix release steps in CONTRIBUTING.md Kirill Chibisov 2024-04-18 20:27:31 +04:00
  • 080556f2c8 Fix icrate's clippy customization Mads Marquart 2024-04-18 18:04:42 +02:00
  • 259e868c05 Update objc2 crates (#3634) Mads Marquart 2024-04-18 17:34:19 +02:00
  • 575d978202 docs: Rework CONTRIBUTING guidelines Kirill Chibisov 2024-03-01 23:47:16 +04:00
  • 7dd7dc1fc8 example: Fix typo: "fosus" -> "focus" (#3629) Bruce Mitchener 2024-04-16 04:59:58 +07:00
  • df7c496a5d chore: more concise Debug output for WindowId Bruce Mitchener 2024-04-15 00:06:18 +07:00
  • 0086d7153b wayland: bump sctk-adwaita to 0.9.0 Kirill Chibisov 2024-04-14 20:38:20 +04:00
  • b79acd8a5a ci: Update all jobs to actions/checkout@v4 Bruce Mitchener 2024-04-14 10:50:41 +07:00
  • c2951e0194 docs: Fix copy/paste error in changelog Bruce Mitchener 2024-04-14 08:12:39 +07:00
  • 8998e36994 chore(changelog): write migrations for 0.30 Kirill Chibisov 2024-04-12 21:55:44 +04:00
  • 5a7169c7a6 chore(changelog): use 'keep a changelog' format Kirill Chibisov 2024-04-12 21:38:50 +04:00
  • 4cd6877e8e Fix CI failing when updating typos to 1.20.3 (#3620) Mads Marquart 2024-04-03 00:38:55 +02:00
  • 44aabdddcc example: add an example of request_inner_size Colin Kinloch 2024-03-28 19:39:19 +00:00