summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-14xquartz pbproxy: Adopt NSUserDefaults+XQuartzDefaults for preferencesJeremy Huddleston Sequoia3-77/+12
2022-06-14xquartz: Create a separate category for organizing user preferencesJeremy Huddleston Sequoia8-578/+284
2022-06-14os/connection: Improve abstraction for launchd secure socketsJeremy Huddleston Sequoia1-5/+26
2022-06-13X11Application: Ensure TIS operations are done on the main threadJeremy Huddleston Sequoia1-2/+11
2022-06-13rootless: Dead code removal (ROOTLESS_REDISPLAY_DELAY is already defined)Jeremy Huddleston Sequoia1-5/+0
2022-05-23os: print registers in the libunwind version of xorg_backtrace()Aaron Plattner1-2/+67
2022-05-23os: print <signal handler called> if unw_is_signal_frame()Aaron Plattner1-3/+8
2022-05-18xwayland: Add -force-xrandr-emulation switchJoshua Ashton6-1/+11
2022-05-12xwayland: Add some more xwayland fake modesJoshua Ashton1-0/+5
2022-04-20xwayland/output: Set the "RANDR Emulation" propertyOlivier Fourdan1-0/+26
2022-04-20randr: Add "RANDR Emulation" propertyOlivier Fourdan1-3/+24
2022-04-20randr: No need to check RRGetOutputProperty() twiceOlivier Fourdan1-8/+0
2022-04-19xwayland: Fix invalid pointer access in drm_lease_device_handle_released.Weng Xuetian1-1/+2
2022-04-05xfree86: finish removing numTimings in xf86ValidateModes()Alan Coopersmith1-14/+3
2022-04-02gen_gl_wrappers: remove unused importsKonstantin Kharlamov1-1/+1
2022-04-02fdi2iclass: remove unused local variableKonstantin Kharlamov1-3/+0
2022-04-02fdi2iclass.py: use "is" to compare with NoneKonstantin Kharlamov1-1/+1
2022-04-02modesetting: don't pass a big struct by valueKonstantin Kharlamov1-5/+5
2022-04-02glx: remove a noop assert (index is unsigned)Konstantin Kharlamov1-1/+0
2022-04-02xkbtext: fix copy-paste errorKonstantin Kharlamov1-2/+1
2022-04-02Xext: the check firstValuator ≤ 1 is duplicated in this branchKonstantin Kharlamov1-1/+1
2022-04-02xfree86: numTimings is never value other than 0Konstantin Kharlamov1-14/+4
2022-04-02exa: fix "comparison is always false"Konstantin Kharlamov2-4/+2
2022-03-31x86emu: re-align breaks in ins() and outs()Brian Ruthven1-2/+2
2022-03-31Replace "the the" with a single "the" in docs & commentsAlan Coopersmith7-11/+11
2022-03-31xfree86: #ifdef HAS_USL_VTS for switch_to under SolarisClaes Nästén1-0/+2
2022-03-17xwayland: Always hook up frame_callback_list in xwl_present_queue_vblankMichel Dänzer3-7/+25
2022-03-15xwayland: Clear timer_armed in xwl_present_unrealize_windowMichel Dänzer1-0/+3
2022-03-15xwayland/present: Fix use-after-free in xwl_unrealize_window()Olivier Fourdan1-10/+10
2022-03-08Xwayland: Do not map the COW by default when rootlessOlivier Fourdan1-5/+14
2022-02-16xfree86: Fix event data alignment in inputtest driverPovilas Kanapickas1-12/+21
2022-02-12dix: Don't send touch end to clients that do async grab without touchesPovilas Kanapickas1-9/+6
2022-02-11xwayland: Fix cursor colorOlivier Fourdan1-2/+4
2022-02-09dix: Fix use after free in input device shutdownPovilas Kanapickas1-0/+1
2022-02-09dix: Correctly save replayed event into GrabInfoRecPovilas Kanapickas3-3/+18
2022-02-06meson: Remove config macros that are no longer usedPovilas Kanapickas1-5/+0
2022-02-06config/wscons: Always attach the "ws" driver for pointer devices,nia1-2/+2
2022-02-06config/wscons: Fix build and add support for NetBSDnia3-3/+14
2022-02-03xephyr: Don't check for SeatId anymorenerdopolis1-18/+16
2022-02-03xkb: fix XkbSetMap when changing a keysym without changing a keytypeSamuel Thibault1-6/+5
2022-02-03dix: Hold input lock for AttachDevice()tholin1-0/+3
2022-01-29xf86: Accept devices with the 'hyperv_drm' driverThomas Zimmermann1-0/+3
2022-01-25render: Fix build with gcc 12Olivier Fourdan1-4/+4
2022-01-19present: Check for NULL to prevent crashBłażej Szczygieł1-0/+6
2022-01-18xwayland: Raise the FD limit to the maxOlivier Fourdan1-1/+36
2022-01-14xwayland/glx: Flip order of sRGB & non-sRGB fbconfigsMichel Dänzer1-5/+6
2021-12-24xwayland/present: Run fallback timer callback after more than a secondMichel Dänzer2-5/+26
2021-12-20xf86/logind: fix missing call to vtenter if the platform device is not pausedJocelyn Falempe1-4/+13
2021-12-20xf86/logind: Fix compilation error when built without logind/platform busJocelyn Falempe3-15/+14
2021-12-19Convert more funcs to use InternalEvent.Matthieu Herrb3-29/+30