Commit Graph

  • 279bcbd9cf xquartz: Silence a compiler warning about missing internal methods on NSApplication Jeremy Huddleston Sequoia 2021-02-18 12:43:53 -0800
  • fe89c70e47 xquartz: Rewrite Window menu handling to not depend on X11App.windowsMenu.numberOfItems being correct in -awakeFromNib Jeremy Huddleston Sequoia 2021-02-18 22:19:21 -0800
  • 41aed8f696 xquartz: Convert X11Controller ivars into @properties Jeremy Huddleston Sequoia 2021-02-18 15:41:29 -0800
  • c2750e1fab xquartz: Convert X11Application ivars into @properties Jeremy Huddleston Sequoia 2021-02-18 14:39:46 -0800
  • f51b97b0de xquartz: Fold quartzCommon.h into quartz.h Jeremy Huddleston Sequoia 2021-02-18 14:47:50 -0800
  • 4b4500c48f xquartz: Fold away some unnecessary hops to X11Controller through X11Application Jeremy Huddleston Sequoia 2021-02-18 13:00:43 -0800
  • 39c0e1c0ab xquartz: Fold away array_with_strings_and_numbers and simplify with more modern Objective-C Jeremy Huddleston Sequoia 2021-02-18 09:41:30 -0800
  • 87f8fe1f74 xqaurtz: Remove message_kit_thread() and use dispatch instead Jeremy Huddleston Sequoia 2021-02-18 09:33:56 -0800
  • 94e4e17348 xquartz: Use objc_autoreleasePoolPush / objc_autoreleasePoolPop directly in QuartzBlockHandler Jeremy Huddleston Sequoia 2021-02-17 23:58:53 -0800
  • fba421f700 xquartz: Minor code modernization -- @autoreleasepool adoption Jeremy Huddleston Sequoia 2021-02-17 22:04:55 -0800
  • 318f8a4a8a xquartz: Remove some dead code for compatibility with older nibs Jeremy Huddleston Sequoia 2021-02-17 20:55:06 -0800
  • 72a39dccf9 xquartz: Remove a workaround for AppKit versions older than Lion Jeremy Huddleston Sequoia 2021-02-18 16:05:34 -0800
  • 1edc9b980b xquartz: Apply spell check fixes from master for easier cherry-picking of changes in xquartz Jeremy Huddleston Sequoia 2021-02-18 22:26:08 -0800
  • 67f25cc187 xquartz: Fix applications menu table background color for dark mode Jeremy Huddleston Sequoia 2021-02-17 15:45:45 -0800
  • 4028c2ad14 xquartz: Apply Xcode 12.4 automatic updates to nibs Jeremy Huddleston Sequoia 2021-02-17 15:16:26 -0800
  • 7e28750358 xquartz: Fix applications menu table background color for dark mode Jeremy Huddleston Sequoia 2021-02-17 15:45:45 -0800
  • 85beee9885 xquartz: Apply Xcode 12.4 automatic updates to nibs Jeremy Huddleston Sequoia 2021-02-17 15:16:26 -0800
  • ff1c8e2f72 xquartz: Update the about box copyright to 2021 Jeremy Huddleston Sequoia 2021-02-17 13:38:31 -0800
  • 4e892aa6e1 xquartz: Update the about box copyright to 2021 Jeremy Huddleston Sequoia 2021-02-17 13:38:31 -0800
  • a16df60284 xquartz: Ensure we call into TIS on the main thread Jeremy Huddleston Sequoia 2021-02-01 16:27:38 -0800
  • c9a3b14c14 xquartz: Ensure we call into TIS on the main thread Jeremy Huddleston Sequoia 2021-02-01 16:27:38 -0800
  • 280aac5a0e Bump version to 21.0.99.901 xwayland-21.0.99.901 Michel Dänzer 2021-02-16 15:39:35 +0100
  • fdc61c5a3c meson: Simplify build_glamor logic Michel Dänzer 2021-02-16 15:46:04 +0100
  • 22a3dedac3 dix: Guard against non-existing PtrFeedbackPtr Olivier Fourdan 2021-02-16 15:33:09 +0100
  • b16dbd878d xwayland: Add PtrFeedback to the touch device Olivier Fourdan 2021-02-16 15:32:47 +0100
  • 4d2128fd1d xwayland: Use relative device for buttons/axis/enter/leave Olivier Fourdan 2021-02-11 11:42:01 +0100
  • 49c479a7c3 xwayland: Add wheel axis to relative pointer Olivier Fourdan 2021-02-11 15:32:34 +0100
  • c3f86d2868 xwayland: Split dispatch_pointer_motion_event Olivier Fourdan 2021-02-09 13:33:05 +0100
  • 2e212551d6 xwayland: Use relative values for raw events Olivier Fourdan 2021-02-09 13:04:59 +0100
  • 7531d71663 xwayland: Use a resolution of 0 for relative motion Olivier Fourdan 2021-02-09 13:01:21 +0100
  • 0663a245ad dix: Add POINTER_RAWONLY flag Olivier Fourdan 2021-02-11 09:48:12 +0100
  • af17b5c499 dix: Use correct listener to deliver touch end events Povilas Kanapickas 2021-02-15 14:52:32 +0200
  • 20c78f38a0 xwayland: use get_pointer_device() for enter/leave handling too Peter Hutterer 2021-02-16 14:48:13 +1000
  • dee2bb033e dix: Guard against non-existing PtrFeedbackPtr Olivier Fourdan 2021-02-15 11:33:56 +0100
  • ab76272a7d xwayland: Add PtrFeedback to the touch device Olivier Fourdan 2021-02-15 11:23:59 +0100
  • a4095162ca xwayland: Use relative device for buttons/axis Olivier Fourdan 2021-02-11 11:42:01 +0100
  • 1abab61dc2 xwayland: Add wheel axis to relative pointer Olivier Fourdan 2021-02-11 15:32:34 +0100
  • 7181792824 xwayland: Split dispatch_pointer_motion_event Olivier Fourdan 2021-02-09 13:33:05 +0100
  • c5c5322ad6 xwayland: Use relative values for raw events Olivier Fourdan 2021-02-09 13:04:59 +0100
  • ebdb2e2646 xwayland: Use a resolution of 0 for relative motion Olivier Fourdan 2021-02-09 13:01:21 +0100
  • b5e1f13681 dix: Add POINTER_RAWONLY flag Olivier Fourdan 2021-02-11 09:48:12 +0100
  • 213129012b Xi: Deliver pointer emulated touch events to grabbing client Povilas Kanapickas 2020-12-20 00:48:22 +0200
  • 30e11535af Revert "Xi: Use current device active grab to deliver touch events if any" Povilas Kanapickas 2020-12-20 00:48:21 +0200
  • f682e0563f dix: Send touch end to clients that do async grab without touch events Povilas Kanapickas 2021-02-08 05:21:29 +0200
  • 1e72c3ce84 Bump version to 21.0.99.1 Michel Dänzer 2020-09-17 19:21:45 +0200
  • 001f0c8938 meson: Change project name to xwayland Michel Dänzer 2020-10-23 12:25:16 +0200
  • 0408fcb329 Don't install Xvfb Michel Dänzer 2020-12-18 09:42:09 +0100
  • 274d54d1c3 meson: Build Xwayland unconditionally Michel Dänzer 2020-10-23 12:40:41 +0200
  • be7257c5d1 Drop miext/shadow directory Michel Dänzer 2020-11-17 12:15:06 +0100
  • aa49cd5ab7 Drop EXA code Michel Dänzer 2020-11-17 11:59:51 +0100
  • 23296633bb Drop config directory Michel Dänzer 2020-10-23 19:03:49 +0200
  • 9335ee7994 Drop Xephyr / kdrive DDX Michel Dänzer 2020-10-23 12:39:00 +0200
  • 4f4b8e00fc Drop Xorg DDX Michel Dänzer 2020-07-03 16:53:20 +0200
  • 8f480147f6 Drop Xwin DDX Michel Dänzer 2020-07-03 17:27:42 +0200
  • 69cc6a6caa Drop Xnest DDX Michel Dänzer 2020-07-03 18:08:28 +0200
  • 6cae4b397d Drop Xquartz DDX Michel Dänzer 2020-07-03 17:22:26 +0200
  • f8a6a7b265 Drop DMX DDX Michel Dänzer 2020-07-03 16:51:17 +0200
  • 9de9c31273 Drop autotools build system Michel Dänzer 2020-07-09 18:23:41 +0200
  • c7730cfe55 xwayland: Translate keyboard grabs on the root window Olivier Fourdan 2020-05-13 16:48:55 +0200
  • 2087b7782c xquartz: Ensure that NSRunAlertPanel() is run on the main thread Jeremy Huddleston Sequoia 2021-01-27 15:03:46 -0800
  • 2fe5bf4bad xquartz: Remove support for older versions of libXplugin Jeremy Huddleston Sequoia 2021-01-27 13:46:02 -0800
  • bc1a2a0d83 xquartz: Remove unused include of AvailabilityMacros.h from various sources Jeremy Huddleston Sequoia 2021-01-27 13:43:01 -0800
  • 393da8b439 xquartz: Remove support for building for i386 Jeremy Huddleston Sequoia 2021-01-27 13:40:48 -0800
  • 43aaa10931 xquartz: Remove support for Mountain Lion and earlier versions of macOS Jeremy Huddleston Sequoia 2021-01-27 13:35:17 -0800
  • fb492686d7 xquartz: Remove support for Lion and earlier versions of macOS Jeremy Huddleston Sequoia 2021-01-27 13:33:22 -0800
  • 34784415ad xquartz: Remove support for SnowLeopard and earlier versions of macOS Jeremy Huddleston Sequoia 2021-01-27 13:29:52 -0800
  • d3f81ecaf9 xquartz: Remove check for libdispatch now that we don't support pre-SnowLeopard Jeremy Huddleston Sequoia 2021-01-27 13:09:50 -0800
  • 739c5bd32f xquartz: Remove support for Leopard and earlier versions of macOS Jeremy Huddleston Sequoia 2021-01-27 13:23:18 -0800
  • 2d7eb82499 xquartz: Remove support for Tiger and earlier versions of macOS Jeremy Huddleston Sequoia 2021-01-27 13:18:35 -0800
  • 080f9eb76a os: Remove support for Tiger and earlier versions of macOS Jeremy Huddleston Sequoia 2021-01-27 13:12:34 -0800
  • be9d2fd871 xquartz: Remove support for Panther and earlier versions of macOS Jeremy Huddleston Sequoia 2021-01-27 13:25:54 -0800
  • d39eb58409 Fix typo "XQaurtz" in Xquartz.man Jim DeLaHunt 2017-12-11 00:08:52 -0800
  • 1f2b73176f XQuartz: recognize F16-F20 and Menu keys Christopher Chavez 2020-04-25 05:09:51 +0000
  • 520e7a1310 xquartz: Ensure that NSRunAlertPanel() is run on the main thread Jeremy Huddleston Sequoia 2021-01-27 15:03:46 -0800
  • 7d0bb7ed06 xquartz: Remove support for older versions of libXplugin Jeremy Huddleston Sequoia 2021-01-27 13:46:02 -0800
  • 5e7c0762e6 xquartz: Remove unused include of AvailabilityMacros.h from various sources Jeremy Huddleston Sequoia 2021-01-27 13:43:01 -0800
  • 59f22341a8 xquartz: Remove support for building for i386 Jeremy Huddleston Sequoia 2021-01-27 13:40:48 -0800
  • aea15a7659 xquartz: Remove support for Mountain Lion and earlier versions of macOS Jeremy Huddleston Sequoia 2021-01-27 13:35:17 -0800
  • c0b2d3e099 xquartz: Remove support for Lion and earlier versions of macOS Jeremy Huddleston Sequoia 2021-01-27 13:33:22 -0800
  • cc9cf6f085 xquartz: Remove support for SnowLeopard and earlier versions of macOS Jeremy Huddleston Sequoia 2021-01-27 13:29:52 -0800
  • f699aac2ea xquartz: Remove check for libdispatch now that we don't support pre-SnowLeopard Jeremy Huddleston Sequoia 2021-01-27 13:09:50 -0800
  • 5ad4910272 xquartz: Remove support for Leopard and earlier versions of macOS Jeremy Huddleston Sequoia 2021-01-27 13:23:18 -0800
  • 6e6db055f8 xquartz: Remove support for Tiger and earlier versions of macOS Jeremy Huddleston Sequoia 2021-01-27 13:18:35 -0800
  • 20b86c4060 os: Remove support for Tiger and earlier versions of macOS Jeremy Huddleston Sequoia 2021-01-27 13:12:34 -0800
  • 74aef85bd8 xquartz: Remove support for Panther and earlier versions of macOS Jeremy Huddleston Sequoia 2021-01-27 13:25:54 -0800
  • 0e272ac458 Fix typo "XQaurtz" in Xquartz.man Jim DeLaHunt 2017-12-11 00:08:52 -0800
  • 5429791b1c Revert "mi: Shortcut miDoCopy/miCopyArea based on clipList" Olivier Fourdan 2021-01-28 17:11:44 +0100
  • 3cdac5ba07 mi: List extensions in usage message Olivier Fourdan 2020-09-09 10:51:24 +0200
  • a81c98e42a mi: Don't log the full extension list on disable Olivier Fourdan 2020-09-08 18:34:48 +0200
  • 4341f1da72 xwayland: Add -verbose option as in xfree86 Misha Gusarov 2021-01-27 12:37:51 +0000
  • ecc4ebf535 xquartz: Add stub ddxInputThread() Jon Turney 2019-04-18 11:37:32 +0100
  • 0148a15da1 compiler.h: don't define inb/outb and friends on mips Julien Cristau 2021-01-06 10:20:53 +0100
  • f08ab719df ci: Test ninja dist in meson jobs Michel Dänzer 2020-12-17 18:58:28 +0100
  • 099eb6261c ci: Build xkbcomp 1.4.1 for the docker image Michel Dänzer 2021-01-15 18:32:30 +0100
  • 9716c4193f xwayland: Add new pkg-config variable for listenfd Olivier Fourdan 2021-01-22 10:29:29 +0100
  • a9269808f3 xwayland: remove unused parameter of xwl_glamor_pixmap_get_wl_buffer Erik Kurzinger 2021-01-07 07:00:33 -0800
  • 5322457980 xfree86/inputtest: Drop extraneous linux-specific include Povilas Kanapickas 2020-12-22 07:30:46 +0200
  • 3ab3083cc2 xi: Don't deliver emulated motion when there's no owner for touch end Povilas Kanapickas 2020-12-20 01:11:43 +0200
  • 365cbbfc4b os, shm: fcntl()'s third argument is integer, not pointer Adam Jackson 2020-12-18 09:36:30 -0500
  • 5e3900904d xfree86: Use different scroll increment than libinput in inputtest drv Povilas Kanapickas 2020-12-18 04:39:07 +0200