summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-14tab-complete buglet fix: once exec_path is completed, allow forOkan Demirmen
subsequent completion; from Alexander Polakov
2012-11-11regenMatthieu Herrb
2012-11-11Patch the driver a bit more, to be able to build without XAA.Matthieu Herrb
2012-11-11regenMatthieu Herrb
2012-11-11When building without and obj dir, cp may fail.Matthieu Herrb
2012-11-11regenMatthieu Herrb
2012-11-11Make it possible to build radeon drivers without XAA.Matthieu Herrb
2012-11-11Try to load the gallium3d "swrastg" driver if available before falling backMartin Pieuchot
to the default mesa "swrast" one for software rendering. ok matthieu@
2012-11-11Link libGL with -lpthread to allow the llvm-pipe driver to be loaded.Martin Pieuchot
ok matthieu@, ajacoutot@
2012-07-13Import the infrastructure for building Gallium3D graphics drivers.Martin Pieuchot
Currently only software drivers are supported, looks ok to matthieu.
2006-11-25import from X.Org 7.2RC1Matthieu Herrb
2012-11-09sortOkan Demirmen
2012-11-08fix some warnings; inspired by a diff from Thordur Bjornsson.Okan Demirmen
2012-11-07style nit; from Tiago Cunha.Okan Demirmen
2012-11-07add comment why we mouse unbind, just like kbdOkan Demirmen
2012-11-07now that we have FOREACH_SAFE queue macros, use them where appropriate;Okan Demirmen
from Tiago Cunha.
2012-11-07plug a leak when using 'unmap' for kbd/mouse bindings; from Tiago Cunha.Okan Demirmen
2012-11-07get rid of the xfree() wrapper around free(); from Tiago Cunha.Okan Demirmen
2012-11-07syncTodd T. Fries
2012-11-07don't reach out in another src directory, use installed version.Marc Espie
okay matthieu@
2012-11-07clarify windowname and windowclass values are pulled from the WM_CLASSOkan Demirmen
property; from Kent Spillner
2012-11-07zap trailing spaceOkan Demirmen
2012-11-07missing headers; from Thordur Bjornsson.Okan Demirmen
2012-11-07spacingOkan Demirmen
2012-11-07tab completion support for menus; from Alexander Polakov.Okan Demirmen
ok sthen@ on an older incarnation
2012-11-05syncTodd T. Fries
2012-11-04Include declaration of sparcDriverName()Tobias Ulmer
Fixes segfault on sunffb graphics. ok matthieu@
2012-11-03updateMatthieu Herrb
2012-11-03simplify directory interdependencies: install package_version.m4Marc Espie
avoid VAR != cmd which is run every which time, prefer VAR = `cmd` where applicable. okay matthieu@
2012-11-02Remove things that are no longer linked to the build: imake,cf and pciidsMatthieu Herrb
2006-11-25import from X.Org 7.2RC2Matthieu Herrb
2006-11-25import from X.Org 7.2RC2Matthieu Herrb
2012-11-01try to clarify xprop(1) output, with respect to WM_CLASS, without goingOkan Demirmen
overboard; suggested idea by jmc
2012-10-31no longer a reason to carry conf_path in struct conf, so dice.Okan Demirmen
2012-10-31replace 'reload' with 'restart', which merely re-exec's cwm using theOkan Demirmen
existing argv; same idea with respect to argv saving as Alexander Polakov. reload support was half-complete and is getting in the way. agreed to by many
2012-10-30syncTodd T. Fries
2012-10-29Unlink share/pciids from the build. The generated file is notMatthieu Herrb
used by xserver anymore.
2012-10-29Also install freetype-config during install phase.Matthieu Herrb
And generate freetype2.pc and freetype-config during make depend to avoid doing that as root. Initial patch from espie@
2012-10-29on reload, run each client through conf_client to pick up potentialOkan Demirmen
ignore and bwidth changes; also add a hack for existing maximized windows so they don't inherit a new bwidth. based on a diff from, and discussion with, Tiago Cunha.
2012-10-29Attach the synaptics(4) driver to elantech touchpads during auto-configuration.Stefan Sperling
ok matthieu@
2012-10-29Teach wsconscomm in synaptics(4) about elantech touchpads. ok mpi@ shadchin@Stefan Sperling
2012-10-28clarify autogroup option; based on diffs from kspillner@acm.org withOkan Demirmen
feedback from jmc
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