Commit Graph

5950 Commits

Author SHA1 Message Date
okan
8bbf0afc60 Switch bwidth type; unfortunately X11 is inconsistent. 2017-04-26 21:10:54 +00:00
okan
8ed62b1986 The r1.36 menuq_add() conversion did this one wrong; fix by reverting to the
original code which adds to resultentry list, as opposed to the wrong one in
menuq_add(). Fixes crash noticed by at least Rickard Gustafsson.
2017-04-25 13:40:33 +00:00
okan
591ec2708f Remove 'noresult' (and simplify) as it does nothing and makes the logic around
it needless. History doesn't show what this might have been used for in future
iterations.
2017-04-25 12:08:05 +00:00
okan
021d728d1c search_match_path() isn't supposed to return anything. 2017-04-24 15:06:11 +00:00
okan
193dcb4533 Move queue init to caller so it's only called once in a few cases. 2017-04-24 13:35:25 +00:00
okan
9edb3399b6 sort 2017-04-24 13:31:19 +00:00
okan
0b5e66ec4d Raise the previously focused window, instead of the previous window in the
cycle list; seems to match behaviour of other wm's; from Walter Alejandro
Iglesias.
2017-04-24 12:27:32 +00:00
okan
1d5e421839 For {h,v}tile, instead of keeping the master client's {h,v} geometry, expand it
to %50 of the area, then fill in the remaining space with the other clients in
the same group; from Gerrit Meyerheim.

support from ajacoutot.
2017-04-24 12:18:04 +00:00
matthieu
1afb080a98 update 2017-04-16 12:31:14 +00:00
robert
d824b25c62 enforce ar to use the 'cruD' flagset in case libtool/automagic is used
ok matthieu@
2017-04-16 09:58:50 +00:00
robert
fbe87ea2ce remove all compile time __DATE__ and __TIME__ variables from the source
ok deraadt@, matthieu@
2017-04-15 17:18:01 +00:00
matthieu
ff3608da51 update 2017-04-15 16:07:08 +00:00
jsg
aff7706de2 update 2017-04-14 07:56:08 +00:00
jsg
c7c4549f71 sync 2017-04-14 07:53:41 +00:00
jsg
a632c2fb0a Merge libdrm 2.4.79 2017-04-14 07:52:10 +00:00
jsg
02337797c5 Import libdrm 2.4.79 2017-04-14 07:45:34 +00:00
jsg
99c4447fac update 2017-03-25 00:39:36 +00:00
jsg
fa6c210034 Merge Mesa 13.0.6 2017-03-25 00:29:27 +00:00
jsg
480cde335b Import Mesa 13.0.6 2017-03-25 00:05:01 +00:00
naddy
bfc7bb1386 pass CC, CXX, CXXFLAGS to the xenocara build; ok matthieu@ 2017-03-07 21:35:57 +00:00
bru
d428134982 Don't use stale coordinates in the hysteresis filter.
OK mpi@
2017-03-07 19:07:56 +00:00
jsg
f372d76f12 make xserver build on arm64
ok matthieu@
2017-03-07 03:40:33 +00:00
tb
ba1c922475 Don't mention the unsupported Kerberos credentials cache.
ok matthieu
2017-03-04 15:48:32 +00:00
bentley
ec8153abb4 Convert xenodm manual to mdoc(7).
ok matthieu@, plus some tweak from jmc@
2017-03-04 06:10:03 +00:00
matthieu
2666ed3f9e Fix arc4random_buf(3) detection. Noticed by Eric Engestrom on
the xorg-devel list. Thanks
2017-03-01 19:22:36 +00:00
matthieu
da8f098a38 Oops, in previous commit I forgot to remove the actual implementation
of the unused *ToID functions(). Spotted by Adam Jackson on xorg-devel
list.  Thanks.
2017-02-28 23:05:46 +00:00
matthieu
9371a727ad update 2017-02-28 18:46:34 +00:00
matthieu
024f6b8d5c Update to sessreg 1.1.1 2017-02-28 18:45:48 +00:00
matthieu
cff04da9bf Update to libX11 1.6.5 2017-02-28 18:44:56 +00:00
matthieu
5d64bd18eb regen 2017-02-28 18:33:44 +00:00
matthieu
e087a236fc auth: remove AuthToIDFunc and associated functions. Not used anymore.
And the current code for MitToId has a use-after-free() issue.
Advisory X41-2017-001: Multiple Vulnerabilities in X.Org
2017-02-28 18:32:53 +00:00
matthieu
eb3d247766 MFC: Use arc4random_buf(3) if available to generate cookies.
Advisory X41-2017-001: Multiple Vulnerabilities in X.Org.
2017-02-28 18:27:40 +00:00
matthieu
9ddca5b541 MFC: Use timingsafe_memcmp() to compare MIT-MAGIC-COOKIES
Advisory X41-2017-001: Multiple Vulnerabilities in X.Org.
2017-02-28 18:24:48 +00:00
natano
56a9465c27 Replace the binaryEqual() function with std memcmp().
ok matthieu
2017-02-28 10:30:27 +00:00
matthieu
a54e10b26c Remove some remaining XDMCP and remote X servers references. 2017-02-28 07:04:28 +00:00
matthieu
26babb0ca8 More xenodm. While here promote rcctl(8). 2017-02-27 21:16:05 +00:00
deraadt
043ab5135e sycn 2017-02-26 19:32:37 +00:00
matthieu
6d8403218a Switch to xenodm(1).
Tested by tb@, Do it now deraadt@
2017-02-26 16:39:22 +00:00
jsg
8de6f6f014 update 2017-02-26 12:35:55 +00:00
jsg
f9668bb900 Merge Mesa 13.0.5 2017-02-26 12:28:55 +00:00
jsg
ba80afc3a0 Import Mesa 13.0.5 2017-02-26 12:06:04 +00:00
jsg
e60e9757a9 correct autoreconf line
ok matthieu@
2017-02-24 03:07:03 +00:00
matthieu
5a7697d07e Restore local change to handle Ctrl+Alt+Backspace to kill X by default. 2017-02-19 18:19:48 +00:00
matthieu
ab7eddfdf8 update 2017-02-19 17:46:19 +00:00
matthieu
f133711740 Update to presentproto 1.1 2017-02-19 17:45:40 +00:00
matthieu
5b71eebdaa Update to libXi 1.7.9 2017-02-19 17:41:29 +00:00
matthieu
8b92839868 regen 2017-02-19 17:38:12 +00:00
matthieu
7877637b79 Update to xconsole 1.0.7 2017-02-19 17:32:45 +00:00
matthieu
68e2524a9f Update to xauth 1.0.10 2017-02-19 17:30:58 +00:00
matthieu
c85ba1eb3a Adapt Block/WakeupHandler signature for ABI 23 2017-02-18 18:29:55 +00:00