matthieu
1200875ab0
update
2016-08-29 17:28:54 +00:00
matthieu
938ca16ba2
sync
2016-08-29 17:28:36 +00:00
matthieu
462137427f
Update to DejaVu fonts 2.37
2016-08-29 17:27:25 +00:00
okan
156bfda805
Enable the use of numpad Enter key on menus; from Henrique N. Lengler.
...
ok beck phessler
2016-08-28 15:23:24 +00:00
visa
22f7f00982
sync
2016-08-14 13:51:59 +00:00
matthieu
ee65902dd0
Kill remaining HP300 bits
2016-08-13 14:05:23 +00:00
matthieu
29156ec96c
add a column to previous commit for consitency.
2016-08-13 09:59:48 +00:00
matthieu
c4dbc0305f
conf_screen: report the fontname that can't be opened in case of failure.
...
ok dcoppa@
2016-08-13 09:58:37 +00:00
matthieu
15612b6d29
Goodbye armish
2016-08-10 18:58:25 +00:00
deraadt
d29879f69b
sync
2016-08-09 23:20:05 +00:00
matthieu
f7d18506ab
sync
2016-08-09 22:06:34 +00:00
deraadt
cc2c1e9cd5
sync
2016-08-09 21:30:00 +00:00
deraadt
1667ad0b71
extra space
2016-08-09 19:40:13 +00:00
deraadt
dc62a136a9
sync
2016-08-09 19:23:42 +00:00
matthieu
058829a001
update
2016-08-09 19:00:18 +00:00
matthieu
6e1bcfb3c6
Update to xserver 1.18.4
...
tested by krw@ and dcoppa@ ok dcoppa@
2016-08-09 18:59:50 +00:00
matthieu
7d0c3be57d
update
2016-08-09 18:58:31 +00:00
matthieu
6219851df2
Update to fontconfig 2.12.1.
...
Tested by krw@, dcoppa@, ok dcoppa@.
2016-08-09 18:57:41 +00:00
deraadt
01c4d2184a
sync
2016-08-09 18:18:01 +00:00
tedu
1cfa6ba9b5
just dump the major. freetype changes probably extend beyond just the
...
obviously visible symbol additions.
2016-08-09 17:41:23 +00:00
deraadt
55376f4f8d
sync
2016-08-09 16:26:30 +00:00
dcoppa
739881e349
Re-add binary files using 'cvs add -kb'
2016-08-09 08:16:45 +00:00
dcoppa
662d4e30c2
Remove binary files
2016-08-09 08:13:56 +00:00
dcoppa
1d43045a90
Update to freetype-doc-2.6.5
2016-08-09 07:53:52 +00:00
dcoppa
d4cca78b00
sync
2016-08-09 07:19:53 +00:00
dcoppa
7513b427d4
Update to FreeType 2.6.5
...
ok matthieu@
2016-08-09 07:16:08 +00:00
matthieu
0f52702604
update
2016-08-07 21:28:11 +00:00
matthieu
12142429a1
Update to xterm-325. Testing by krw@, shadchin@ and naddy@. Thanks
2016-08-07 21:27:36 +00:00
matthieu
a786aad507
update
2016-08-06 11:16:08 +00:00
matthieu
5762926f26
Update to xinput 1.6.2
2016-08-06 11:15:29 +00:00
matthieu
9a285a7c62
Update to xkbcomp 1.3.1
2016-08-06 11:08:41 +00:00
matthieu
09ae73e41e
Update to x11proto 7.0.29
2016-08-06 10:58:40 +00:00
matthieu
42cab04ad2
Update to videoproto 2.3.3
2016-08-06 10:57:55 +00:00
matthieu
dca28aa83c
Update to inputproto 2.3.2. only documentation updates
2016-08-06 09:59:49 +00:00
matthieu
0d928c6a2e
Update to libXi 1.7.6
2016-08-06 09:56:28 +00:00
matthieu
7a95b9000b
Update to libXfixes 5.0.2. No functional changes.
2016-08-06 09:51:36 +00:00
matthieu
6e7ded1bc0
update
2016-08-03 20:33:55 +00:00
matthieu
185312ce1c
xserver: fix an off-by-one error that lead to asprintf("%s", NULL)
...
reported by deraadt@, fix reviewed in X.Org by Keith Packard.
2016-08-03 19:31:23 +00:00
matthieu
7d876864d7
Merge the build of Xephyr in the main xserver build.
...
Recent X server doesn't require to build the DIX with different
options for xfree86 and kdrive.
Tested for beeing a no-op on m88k by Kenji Aoyama. Thanks
2016-07-30 12:18:35 +00:00
kettenis
4159a76ad9
Disable the code that allocates W|X memory. There is fallback code that
...
gets used if allocating W|X memory fails, which is probably a bit slower.
However, that is much better than commit a W^X violation which currently
gets you killed.
ok jca@
2016-07-25 20:12:06 +00:00
matthieu
62f874b3fd
update
2016-07-11 20:10:15 +00:00
matthieu
7da41a3963
Version-less logos for 6.0 and above
2016-07-11 20:02:02 +00:00
sthen
56f8ee6cc3
sync (xkb)
2016-06-29 19:53:39 +00:00
shadchin
9edad4b9e6
update
2016-06-28 16:54:14 +00:00
shadchin
2b85c7e4ac
Update to xkeyboard-config 2.18
...
ok matthieu@, test danj@
2016-06-28 16:49:22 +00:00
mglocker
13dfb063f0
Comparing maximum frame buffer size after VIDIOC_DQBUF ioctl against
...
'buf.bytesused' instead of 'buf.length' makes more sense.
From Patrick Keshish
2016-06-06 19:31:22 +00:00
mglocker
58b259de1a
To match the encoding type, compare against 'pixelformat' instead of
...
'description' which could contain any value. Fixes VIDIOC_ENUM_FMT ioctl
for utvfu(4).
Spotted by Patrick Keshish.
ok mpi
2016-06-06 11:55:38 +00:00
matthieu
4921d8f29b
move libepoxy to 3RDPARTY. Not hosted in freedesktop's xorg repositories
2016-06-06 06:12:24 +00:00
mglocker
75f41efb37
Add 'q' option to just display the device properties and quit.
...
Tested and ok czarkoff
2016-06-04 07:44:32 +00:00
tb
9df5e43bd2
mmap(2) failure is indicated by MAP_FAILED, not NULL.
...
ok mglocker
2016-06-02 08:53:32 +00:00