summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-27Regen autotools build system with a clean environment.Matthieu Herrb
It was previously generated with a config pointing to OpenBSD's libtool which is not ready yet.
2012-10-26Make install of freetype2.pc consistent with other xenocara modules.Matthieu Herrb
(don't install it during make includes but during make install). ok espie@
2012-10-23comment what this whole bit does, not just part of it.Okan Demirmen
2012-10-23add a height to struct menu and use it in the most obvious of places.Okan Demirmen
2012-10-23treat menu width the same as the height is treated when deciding itsOkan Demirmen
max size and location; partially from a diff from Alexander Polakov.
2012-10-23Stop drawing when menu doesn't fit inside the screen; picked from aOkan Demirmen
larger diff from Alexander Polakov.
2012-10-20Make the hdmi modesetting code handle multiple display pipes.Jonathan Gray
Problem noticed by by rivo nurges and blambert@ after ivy bridge support enabled multiple pipes for pch devices. Fix based on what the upstream drm code does and tested by rivo nurges, blambert@ and sthen@ ok kettenis@
2012-10-18syncTodd T. Fries
2012-10-17if the directory is empty, the mv will fail.Marc Espie
But we don't really care, because the real test for success is the rmdir. okay matthieu@
2012-10-14regenMatthieu Herrb
2012-10-14Link Xorg with -lpthread, for the llvm-pipe drm. Requested by mpi@Matthieu Herrb
Tested that it doesn't have any performance impact. ok ajacoutot@, matthew@ (some months ago).
2012-10-13tweak a bit for better standards conformanceMarc Espie
okay matthieu@
2012-10-11never intended to commit THAT debug line.Marc Espie
no real harm...
2012-10-09syncTodd T. Fries
2012-10-08Fix bad merge that changed an fcntl() into a priv_open_device().Matthieu Herrb
Should fix mouse re-open after VT-switch
2012-10-07Force MIT-MAGIC-COOKIE auth for all displays, like we do for :0Matthieu Herrb
since OpenBSD 2.4. There is something broken with XDM-AUTHORIZATION-1 and xcb (and also with IPv6) this is hurting when xdm is used on :1
2012-10-06syncAlexandr Shadchin
2012-10-06Update to xkeyboard-config 2.7Alexandr Shadchin
ok matthieu@, mpi@
2012-10-06Add basic support for ivy bridge and fix several cases of registerJonathan Gray
access not being adjusted for the pch split, one of which prevented multiple display pipes from working. The third pipe on ivy bridge remains disabled for now. ok kettenis@ thanks to everyone who tested
2012-10-01syncTodd T. Fries
2012-09-30updateMatthieu Herrb
2012-09-30remove utterly bogus tests and simplify.Marc Espie
fvwm was only building thanks to an unlikely series of accidents... okay matthieu@
2012-09-30Update to dri2proto 2.8Matthieu Herrb
2012-09-30Update to randrproto 1.4.0Matthieu Herrb
2012-09-28Move build of xkeyboard-config.pc to a separate dir. ok espie@Matthieu Herrb
2012-09-28make sure to have parts available when we need them, add a cookie toMarc Espie
depend to be sure. Fixes races in make -j mode. (tested through full build/release) okay matthieu@
2012-09-27Generate and install xkeyboard-config.pc. Requested by ajacoutot@Matthieu Herrb
2012-09-25syncTodd T. Fries
2012-09-23updateMatthieu Herrb
2012-09-23Unlink imake and cf from build. This now is in ports.Matthieu Herrb
2012-09-20Restore -lz in Libs:. OpenBSD doesn't use the embedded gzip lib, andMatthieu Herrb
doesn't link libfreetype against libz. Prodded by ajacoutot@.
2012-09-17Improve hack to restore text mode on ironlake/sandy bridge.Mark Kettenis
tested by many ok jsg@, deraadt@
2012-09-17updateMatthieu Herrb
2012-09-16Merge upstream build fix for 32bit arches with xserver 1.13.Matthieu Herrb
2012-09-16Merge some definitions from dri 2.3 needed by xserver 1.13.Matthieu Herrb
ok mpi@
2012-09-12revert previous for now until a way to test more than a few encodings is foundOkan Demirmen
2012-09-11regenMatthieu Herrb
2012-09-11Cherry-pick upstreams commit to convert the openchrome driver toMatthieu Herrb
compat-api.h for compatibility with xserver 1.13. Unfortunaltly recent versions of the driver are broken in the !dri !kms case, so it cannot be upgraded.OA
2012-09-10remove scrotwm from fvwm restart menu.Okan Demirmen
ok matthieu@
2012-09-10be explicit in which key masks we allow during keypress and buttonpressOkan Demirmen
events; from Alexander Polakov - makes non-us layout reliable.
2012-09-09updateMatthieu Herrb
2012-09-09Upate to xf86-video-dummy 0.3.6Matthieu Herrb
2012-09-09regenMatthieu Herrb
2012-09-09Add compat-api.h. 1st step to get this version of the intel driverMatthieu Herrb
working with xserver 1.13.
2012-09-09replace with xu_getprop wrapper used everywhere else.Okan Demirmen
2012-09-09extend client_resize so that it can know when to reset max flags andOkan Demirmen
bwidth; this allows a client to be resized from a max state, which now gets treated like a non-max'd client. based on a diff that does part of this in a different way from Alexander Polakov.
2012-09-09regenMatthieu Herrb
2012-09-09Add compat-api.hMatthieu Herrb
2012-09-09Convert radeonold to compat-api.h (compatibility with xserver 1.13)Matthieu Herrb
2012-09-09regenMatthieu Herrb