Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-27 | Regen 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-26 | Make 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-23 | comment what this whole bit does, not just part of it. | Okan Demirmen | |
2012-10-23 | add a height to struct menu and use it in the most obvious of places. | Okan Demirmen | |
2012-10-23 | treat menu width the same as the height is treated when deciding its | Okan Demirmen | |
max size and location; partially from a diff from Alexander Polakov. | |||
2012-10-23 | Stop drawing when menu doesn't fit inside the screen; picked from a | Okan Demirmen | |
larger diff from Alexander Polakov. | |||
2012-10-20 | Make 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-18 | sync | Todd T. Fries | |
2012-10-17 | if 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-14 | regen | Matthieu Herrb | |
2012-10-14 | Link 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-13 | tweak a bit for better standards conformance | Marc Espie | |
okay matthieu@ | |||
2012-10-11 | never intended to commit THAT debug line. | Marc Espie | |
no real harm... | |||
2012-10-09 | sync | Todd T. Fries | |
2012-10-08 | Fix bad merge that changed an fcntl() into a priv_open_device(). | Matthieu Herrb | |
Should fix mouse re-open after VT-switch | |||
2012-10-07 | Force MIT-MAGIC-COOKIE auth for all displays, like we do for :0 | Matthieu 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-06 | sync | Alexandr Shadchin | |
2012-10-06 | Update to xkeyboard-config 2.7 | Alexandr Shadchin | |
ok matthieu@, mpi@ | |||
2012-10-06 | Add basic support for ivy bridge and fix several cases of register | Jonathan 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-01 | sync | Todd T. Fries | |
2012-09-30 | update | Matthieu Herrb | |
2012-09-30 | remove utterly bogus tests and simplify. | Marc Espie | |
fvwm was only building thanks to an unlikely series of accidents... okay matthieu@ | |||
2012-09-30 | Update to dri2proto 2.8 | Matthieu Herrb | |
2012-09-30 | Update to randrproto 1.4.0 | Matthieu Herrb | |
2012-09-28 | Move build of xkeyboard-config.pc to a separate dir. ok espie@ | Matthieu Herrb | |
2012-09-28 | make sure to have parts available when we need them, add a cookie to | Marc Espie | |
depend to be sure. Fixes races in make -j mode. (tested through full build/release) okay matthieu@ | |||
2012-09-27 | Generate and install xkeyboard-config.pc. Requested by ajacoutot@ | Matthieu Herrb | |
2012-09-25 | sync | Todd T. Fries | |
2012-09-23 | update | Matthieu Herrb | |
2012-09-23 | Unlink imake and cf from build. This now is in ports. | Matthieu Herrb | |
2012-09-20 | Restore -lz in Libs:. OpenBSD doesn't use the embedded gzip lib, and | Matthieu Herrb | |
doesn't link libfreetype against libz. Prodded by ajacoutot@. | |||
2012-09-17 | Improve hack to restore text mode on ironlake/sandy bridge. | Mark Kettenis | |
tested by many ok jsg@, deraadt@ | |||
2012-09-17 | update | Matthieu Herrb | |
2012-09-16 | Merge upstream build fix for 32bit arches with xserver 1.13. | Matthieu Herrb | |
2012-09-16 | Merge some definitions from dri 2.3 needed by xserver 1.13. | Matthieu Herrb | |
ok mpi@ | |||
2012-09-12 | revert previous for now until a way to test more than a few encodings is found | Okan Demirmen | |
2012-09-11 | regen | Matthieu Herrb | |
2012-09-11 | Cherry-pick upstreams commit to convert the openchrome driver to | Matthieu 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-10 | remove scrotwm from fvwm restart menu. | Okan Demirmen | |
ok matthieu@ | |||
2012-09-10 | be explicit in which key masks we allow during keypress and buttonpress | Okan Demirmen | |
events; from Alexander Polakov - makes non-us layout reliable. | |||
2012-09-09 | update | Matthieu Herrb | |
2012-09-09 | Upate to xf86-video-dummy 0.3.6 | Matthieu Herrb | |
2012-09-09 | regen | Matthieu Herrb | |
2012-09-09 | Add compat-api.h. 1st step to get this version of the intel driver | Matthieu Herrb | |
working with xserver 1.13. | |||
2012-09-09 | replace with xu_getprop wrapper used everywhere else. | Okan Demirmen | |
2012-09-09 | extend client_resize so that it can know when to reset max flags and | Okan 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-09 | regen | Matthieu Herrb | |
2012-09-09 | Add compat-api.h | Matthieu Herrb | |
2012-09-09 | Convert radeonold to compat-api.h (compatibility with xserver 1.13) | Matthieu Herrb | |
2012-09-09 | regen | Matthieu Herrb | |