39081bd51fStop providing /usr/X11R6/README. It contains mostly oudated information and few people found it. Discussed with schwwarze@, sthen@.
matthieu
2020-04-28 07:04:49 +0000
493e33f3b9Prevent out of boundary write with configuration files in which too many quoted arguments are stored for other window managers.
tobias
2020-04-16 17:12:49 +0000
831953a478Allow configuring a percentage window size of the master window during htile/vtile actions. From Uwe Werler, with a few manpage tweaks.
okan
2020-04-16 13:32:35 +0000
ac0e12b4dadix: do not send focus event when grab actually does not change upstream commit 364d64981549544213e2bca8de6ff8a5b2b5a69e
matthieu
2020-04-14 17:29:21 +0000
9064f8eee5Update to xserver 1.20.8. ok jsg@ robert@
matthieu
2020-04-13 08:06:58 +0000
b8fd44900bRemove #ifdef that doesn't make sense anymore; extend clang workaround to conver __sync_val_compare_and_swap.
kettenis
2020-04-03 10:06:14 +0000
cd2d30e6dfMake this build on clang architectures that don't have 64-bit atomic instructions. Clang doesn't allow redeclaration (and therefore redefinition) of the __sync_* builtins. Use #pragma redefine_extname to work around that restriction. Clang also turns __sync_add_and_fetch into __sync_fetch_and_add (and __sync_sub_and_fetch into __sync_fetch_and_sub) in certain cases, so provide these functions as well.
kettenis
2020-04-03 07:26:18 +0000
d1d3f7dcb4test for 32 bit atomic builtins was incorrectly testing for 64 bit atomics
jsg
2020-04-03 01:58:40 +0000
a6fc36028dsort architectures list
matthieu
2020-04-01 19:58:02 +0000
9d9d20762cSet the VT to be used by the X server on arm64 too. ok phessler@
matthieu
2020-04-01 19:46:03 +0000
79bf692af9more xorg-macros.m4 to xhare/mi where it belongs. noticed by espie@
matthieu
2020-03-24 17:56:57 +0000
9be0e4bdf0Instead of using _NET_ACTIVE_WINDOW on restart, use the pointer location to determine what client to set active. Reduces a round trip for every window.
okan
2020-03-24 14:47:29 +0000
afa5b8b67fAdd support for SIGINT/SIGTERM.
okan
2020-03-23 20:14:27 +0000
4b4fe72f09Simplify conditional construct.
tim
2020-03-20 18:50:08 +0000
0f6482dcc4Trim event_mask to those that the root window actually needs.
okan
2020-03-20 15:16:31 +0000
f91df0c64fNo need to lookup current client early; move to right before it is needed.
okan
2020-03-20 12:13:20 +0000
caa175be7eRecommit 1.259, but now with TAILQ_FOREACH_SAFE.
tim
2020-03-16 17:50:44 +0000
5376c8c363Revert previous. Causes a crash as reported by Tom Murphy.
tim
2020-03-14 16:11:09 +0000
99b5f48359Simplify list markup.
tim
2020-03-13 20:50:07 +0000
8990b0be5dPlug two memory leaks. Also get rid of a variable that is no longer necessary.
tim
2020-03-13 20:49:13 +0000
fb24e5a8ddUse modesetting driver as the default for rkdrm(4).
kettenis
2020-03-04 21:07:12 +0000
aa3cb8422cRemove ColormaskChange from event-mask since there's no event handler.
okan
2020-02-28 13:38:35 +0000
caa934d82bUnrelated style fixes, consistency changes and sorting, appropriate dosage/removal of wrappers, simplification of name queue, client cycle joins other kb/mb bound functions.
okan
2020-02-27 14:56:39 +0000
40d42722f6Update to xserver 1.20.7 plus 2 extra fixes from upstream. ok jsg@
matthieu
2020-01-26 13:48:54 +0000
f3fa3831bbUpdate to libepoxy 1.5.4. ok jsg@
matthieu
2020-01-26 13:45:49 +0000
6629d50366Fix for removal of the shadowDamage() macro in xserver 1.20.
matthieu
2020-01-25 18:06:04 +0000
b6e5a98f51add, then use, xvasprintf, checking for appropriate return.
okan
2020-01-22 19:58:35 +0000
d37d5f3d84fix some things which got broken in merge
jsg
2020-01-22 03:34:13 +0000
c0a649c02fadd files generated by python scripts which stopped being shipped with distfiles when upstream removed autotools
jsg
2020-01-22 03:07:41 +0000
75490c6cdfadd back autotools files removed upstream
jsg
2020-01-22 03:02:59 +0000
d3074235e2build Mesa with _ISOC11_SOURCE for c11 visibility
jsg
2019-12-07 03:09:41 +0000
ed32a4544cxenodm uses the libc authentication layer incorrectly. fix by markus or millert Reported by Qualys
deraadt
2019-12-04 09:53:47 +0000
5886ab525aConstrain honouring of path-related environment variables based upon issetugid(), not just the sloppy uid != euid test. gid != egid cases can occur also. Part of 6.6/009_mesaxlock.patch.sig and 6.5/020_mesaxlock.patch.sig From Qualys, ok
deraadt
2019-12-04 02:26:36 +0000
4f8bdea832disable opengl and mesa functionality from matthieu, ok jsg
deraadt
2019-12-03 17:44:29 +0000