summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-12-21syncTodd T. Fries
2009-12-20update and explicitely mark status of locally maintained software.Matthieu Herrb
2009-12-20updateMatthieu Herrb
2009-12-18regenMatthieu Herrb
2009-12-18Build hppa support files on OpenBSD (useless for now).Matthieu Herrb
2009-12-18Adapt to modular X.Org.Matthieu Herrb
2009-12-16syncTodd T. Fries
2009-12-15pull all non-X11 headers from calmwm.h and place them only where theyOkan Demirmen
are required. encourged to go all the way by oga@
2009-12-15spacingOkan Demirmen
2009-12-15pull these headers only into files that need them.Okan Demirmen
ok oga@
2009-12-15rid ourselves of these functional macros; convert to real functions.Okan Demirmen
ok oga@
2009-12-15mostly irrelevant now, so remove.Okan Demirmen
ok oga@
2009-12-15merge the 2 common header files; specific includes to be pulled out asOkan Demirmen
separate commits. ok oga@
2009-12-14updateMatthieu Herrb
2009-12-14kill _CWM_GRP atom setting. The netwm stuff does us well enough now thatOwain Ainsworth
it's superfluous. ok okan@
2009-12-14Fix a segfault in X for a clipped movie window.Owain Ainsworth
ok matthieu@ Original commit message from barry scott to upstream: Author: Barry Scott <barry.scott@onelan.co.uk> Date: Tue Jun 23 14:14:50 2009 +0100 Fix segv for clipped movie window When playing a movie that is clipped on its left and right edges the Xorg server will SEGV sometimes. This is because the intel driver ignores the clipping info when it copies the planes out of the XV data. The check for the optimised copy was wrong to ignore the width required. Which leads to too much data being copied by the memcpy. It the source buffe happens to end exactly on a page boundary the server will SEGV. As we reviewed the code we checked the calculation of src1, src2 and src3. The patch includes additional comments to make it clear what the elements of the calculation are. This bug exists in git head and we also see it in 2.4.1.
2009-12-12Link xf86-video-wsudl to the build on architecturesMatthieu Herrb
that support udl(4). ok todd@
2009-12-12minimize xorg.conf.Matthieu Herrb
2009-12-11add _NET_WORKAREA. for now we ignore the gap, this'll change soonish.Owain Ainsworth
ok okan@
2009-12-11another int/long fixup that was giving dodgy property values on amd64, shame onOwain Ainsworth
me for not reading xlibs (appauling) documentation more closely. ok okan@
2009-12-11implement support for _NET_WM_DESKTOP properties on windows.Owain Ainsworth
it works kinda like _CWM_GRP, which we added to aid restarts a while ago, but it's standardised and clients are specifically allowed to set it to request a desktop. for noe we leave _CWM_GRP support in, but its days are now numbered. while i'm here fixup an int/long mixup with an earlier diff. ok okan@
2009-12-11Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespecOwain Ainsworth
says that a pager can change the property at any time (most need a clientmessage). So deal with property updates. Needed to shuffle some of the other code around since we can't just use shortcut_to_name[] everywhere now. ok okan@
2009-12-11syncTodd T. Fries
2009-12-10Implement _NET_VIRTUAL_ROOTS (just clear it, we don't use that technique)Owain Ainsworth
and _NET_SHOWING_DESKTOP (we're never doing so right now). only three informational root-window hints to go. ok okan@
2009-12-10Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT andOwain Ainsworth
_NET_DESKTOP_GEOMETRY. ok okan@
2009-12-10Fix SwapXY and rotation support.Matthieu Herrb
More work to do wrt properties and calibration.
2009-12-10finish unfucking the screen_ctx handling.Owain Ainsworth
remove screen_current() it was utterly bogus when nscreens > 1. pass a fake client_ctx in the case where there's no client and the kbfunc or mousefunc doesn't need a real one, it just contains the current screen, modify these functions so that they pass down the screen context to their callees. make groups per screen, it's the only way it makes sense in this regard. ok okan@.
2009-12-09typo in the !privsep path, from David Coppa (dcoppa at mail dot com);Owain Ainsworth
thanks. ok matthieu@
2009-12-08start fixing screen_ctx usage, for it is utterly broken. bring fontOkan Demirmen
into screen_ctx and start passing screen_ctx around to in order get rid of Curscreen; fixup per-screen config colors the same way. diff mostly from oga@, with a bit harsher reaction to the state of screen_ctx. "please commit" oga@
2009-12-07Implement _NET_NUMBER_OF_DESKTOPS, currently this is statically 9 andOwain Ainsworth
unchangable. the group code needs some cleaning up before this will be a bit less hackish. ok okan@
2009-12-07support _NET_CLIENT_LIST.Owain Ainsworth
the x property api doesn't let you remove one entry from an X property array, so client_remove is kinda expensive, but there's no real way around that.. ok okan@
2009-12-07Implement _NET_ACTIVE_WINDOW. for now just the informational hint isOwain Ainsworth
supported, the client message to change this will be supported when all informational hints are working. ok okan@
2009-12-07One more build fix for static arches. ok todd@.Matthieu Herrb
2009-12-07introduce the beginnings of netwm support, minimally and correctly;Okan Demirmen
allows java to be happy, but additionally stops others from whinning about a non-netwm complaint wm. more to come. written a few times; this one includes a clever hack from oga@ to populate _NET_SUPPORTED. ok oga@
2009-12-07updatesMatthieu Herrb
2009-12-07fix off-by-one where a mere click would select the first item inside a menuOkan Demirmen
from Thomas Pfaff ok oga@
2009-12-07we already have sc from the passed cc, so just used that instead.Okan Demirmen
ok oga@
2009-12-07be consistentOkan Demirmen
ok oga@
2009-12-07remove unused externOkan Demirmen
ok oga@
2009-12-07split the KB_VARTAB code in wscons autodetection so that it understandsOwain Ainsworth
both XkbOptions and XkbVariant. now we can understand the .dvorak, .nodeadkeys and .swapctrlcaps wscons variants and pass them correctly onto XKB. Means that xmodmap or setxkbmap magic isn't needed in those cases anymore. "no objections" matthieu@. Diff from Tobias Ulmer (tobiasu at tmux dot org); thanks!
2009-12-06Remove the input driver before returning NULL on error in PreInit().Matthieu Herrb
2009-12-05Build of font/util has moved earlier, since some applicationsMatthieu Herrb
are going to depend on it soon.
2009-12-04syncTodd T. Fries
2009-12-03Complete list of libraries for static only arches.Matthieu Herrb
Noticed on vax by todd@.
2009-12-01Move back build of xtsscale with other apps. It doesn't requireMatthieu Herrb
an installed header anymore.
2009-12-01Use the ws-properties.h file from xf86-input-ws source directory.Matthieu Herrb
There are architectures that don't build the X server nor drivers so they won't have this file installed. Noticed by todd@ on hppa.
2009-11-29update to xf86-video-mga 1.4.11. Tested by landry@Matthieu Herrb
2009-11-28style (whitespaces)Tobias Stoeckmann
ok oga, okan
2009-11-27missing commit for mid-button emulation.Matthieu Herrb
2009-11-26Move app/xtsscale build after drivers, since it requires aMatthieu Herrb
header installed by driver/xf86-input-ws. Problem noticed by jdixon@