dcoppa
9b54f82656
Update to FreeType 2.6
...
OK matthieu@
2015-06-28 08:27:43 +00:00
miod
67eafd3844
Build the Xserver with large got (-xgot as(1) option) on mips; needed to
...
accomodate the growth of recent changes. Tested on loongson.
2015-06-27 21:50:55 +00:00
okan
0eb3c16128
region is a _ctx, so name it so
2015-06-26 18:54:25 +00:00
okan
933ce723de
Mechanical change from xinerama to region backed areas.
2015-06-26 17:17:46 +00:00
mikeb
8c53bae0f7
Make background transparent
2015-06-26 16:18:26 +00:00
okan
44693cc984
collect 'gap' applications
2015-06-26 16:11:21 +00:00
okan
9660be8b0b
Replace screen region info gathering with XRandR equivalent of Xinerama
...
queries (currently act on XRandR events anyway). Fall-back mode without
XRandR is still what X provides. This removes -lXinerama.
2015-06-26 15:21:58 +00:00
kettenis
d324f4a41d
Attempt to establish a write combining mapping instead of relying on mttrs.
...
Setting the mttrs failson my thinkpad x1 rev 3, making the xorg-video-vesa
driver painfully slow. This makes the machine somewhat usable.
ok mpi@
2015-06-24 19:26:20 +00:00
deraadt
13ad6b1765
move to 5.8 art (way ahead of schedule...)
...
from todd
2015-06-23 04:07:12 +00:00
matthieu
b4449645f4
sync
2015-06-20 10:13:17 +00:00
matthieu
d365eacb03
Now that nolisten tcp is the Xserver default, don't pass the option
...
in scripts anymore.
2015-06-20 10:12:39 +00:00
matthieu
3e477e765c
Merge from upstream: Don't listen to 'tcp' by default. Add '-listen' option.
...
commit cc59be38b7eff52a1d003b390f2994c73ee0b3e9
Author: Keith Packard <keithp@keithp.com>
Date: Fri Sep 12 11:33:48 2014 -0700
os: Don't listen to 'tcp' by default. Add '-listen' option. [v2]
This disables the tcp listen socket by default. Then, it
uses a new xtrans interface, TRANS(Listen), to provide a command line
option to re-enable those if desired.
v2: Leave unix socket enabled by default. Add configure options.
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
2015-06-20 10:03:56 +00:00
matthieu
20217b3903
Merge from upstreams Fix crash for enable/disable without a device argument
...
commit 904a32d908219d6fea833576f7c31727bd3aea2f
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date: Mon Nov 25 14:51:50 2013 +1000
Fix crash for enable/disable without a device argument
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2015-06-20 09:54:58 +00:00
deraadt
9fc4683020
better sets checking target
2015-06-18 11:46:16 +00:00
deraadt
de619bb5fa
sync
2015-06-18 02:04:27 +00:00
deraadt
136d793078
sync
2015-06-18 02:02:57 +00:00
matthieu
41712c5d57
sync
2015-06-15 16:18:17 +00:00
matthieu
5df814c8da
Pass '-nolisten tcp' option to Xserver so that it doesn't listen
...
on port 6000 by default anymore.
ok jasper@, ajacoutot@, naddy@, phessler@
2015-06-15 16:17:46 +00:00
matthieu
78490636d9
Use mktemp to create .serverauth file. Inspired by Debian patches
2015-06-14 10:33:02 +00:00
okan
6aef9ae536
typo in comment; from jsteinha [at] iutbayonne.univ-pau.fr
2015-06-09 13:02:15 +00:00
okan
c049f12cd4
just populating the ctx is enough since the menu uses a callback and ignores anything else
2015-06-08 15:43:13 +00:00
okan
fb854e1538
switch to search_print_client() as the print callback since it will now display labels as well
2015-06-08 15:41:27 +00:00
okan
0a2c4b1939
add client label
2015-06-08 15:34:03 +00:00
okan
5a1ff2b250
stash window dimensions
2015-06-08 15:11:29 +00:00
okan
d7a3230790
clean up
2015-06-08 15:08:44 +00:00
okan
a4ce9f9682
even if the menuq is empty, at least show an empty menu instead of just
...
bailing making it look like the binding isn't working.
2015-06-07 19:10:00 +00:00
matthieu
7afd06fe70
update
2015-06-07 12:14:11 +00:00
okan
ee2e58a8b1
use the same geometry struct in menus as everywhere else
2015-06-05 18:43:36 +00:00
okan
055ed363c8
add a flag to indicate a menu list instead of overloading 'prompt'
2015-06-05 15:01:51 +00:00
okan
3f1203de8a
redundant check for 'list'
2015-06-05 14:54:04 +00:00
todd
9e735672c0
sync
2015-06-01 21:49:43 +00:00
okan
ee2e92a9e4
a start to cleaning:
...
- no reason for pointer movement and window movement and resizing
sections that just describe default key bindings
- key bindings are for all search and exec dialogs, not just for windows
- adding missing bindings
- normalize and wordsmith
- re-order sections according to mdoc(7)
feedback and ok from jmc@
2015-05-31 23:07:36 +00:00
matthieu
a8994d949f
Obsolete XAA includes should be gone now.
2015-05-31 13:23:03 +00:00
matthieu
92d74bd585
On 2nd thought and after testing restore part the local changes
...
by kettenis@ that are still needed:
Fix a problem introduced by the libpciaccess conversion where the chip ID
would be set wrong and the proper resources wouldn't be claimed.
2015-05-27 22:11:06 +00:00
matthieu
aa06341b69
One more extra diff with upstreams that escaped before.
2015-05-27 19:22:45 +00:00
matthieu
a86710db4a
Revert local changes that are not needed anymore and that prevented
...
some of the patches to 0.9.5 to apply correctly.
2015-05-27 19:18:48 +00:00
matthieu
6635e75d8c
Fix merge issues that broke the build on i386. Reported by dan mclaughlin
...
and others.
2015-05-27 19:07:35 +00:00
matthieu
031b04adf7
Simplify arm_video.c; we will never have PCI graphics on this architecture.
...
This also makes it possible to run wsudl(4) on armv7 machines with echi(4).
Tested for non-regression on zaurus by Sigi Rudzio. Thanks.
2015-05-27 15:11:12 +00:00
jsg
610dc591ff
sync
2015-05-27 05:22:04 +00:00
matthieu
207ca7611f
update
2015-05-24 10:05:19 +00:00
matthieu
5d1775f3ff
Update to dejavu-ttf 2.35
2015-05-24 10:04:16 +00:00
matthieu
fcde83a33f
Update to xf86-video-trident 1.3.7
2015-05-24 10:02:04 +00:00
matthieu
c077c5b87c
Update to xf86-video-tdfx 1.4.6
2015-05-24 09:56:20 +00:00
matthieu
4251f7ba7c
Update xf86-video-siliconmotion to 1.7.8
2015-05-24 09:45:36 +00:00
matthieu
fb531024b6
Update xf86-video-savage to 2.3.8
2015-05-24 09:42:47 +00:00
matthieu
1516562272
Update to xf86-video-ast 1.0.1
2015-05-24 09:17:25 +00:00
matthieu
97a89ff946
Build wsudl(4) on armv7.
2015-05-24 08:04:18 +00:00
matthieu
4a45557a61
Update to randrproto 1.4.1
2015-05-23 17:06:30 +00:00
matthieu
829538e649
Update to xf86-video-neomagic 1.2.9
2015-05-23 15:40:26 +00:00
matthieu
6888391478
Update to xf86-video-mga 1.6.4
2015-05-23 15:37:19 +00:00