summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2010-05-08Update to xterm 258. lightly tested by krw@, thanks.Matthieu Herrb
2010-04-23Update to -current xmore from X.org git.Matthieu Herrb
This version mainly removes Xprint support.
2010-04-12grab events on the root window *before* we look for existing windows.Owain Ainsworth
This closes a race we were hitting often where stuff started right before cwm may not get noticed and not have borders. ok okan@. Prompted by something todd noticed.
2010-04-11clean up a few xu_* functions to just accept what they need (Window).Okan Demirmen
ok oga@
2010-04-06ifdef out the new code that moves the cursor one pixel to the rightMatthieu Herrb
for each char during password input. Requested by deraadt@.
2010-03-28Update to xinput 1.5.1Matthieu Herrb
2010-03-28Update to xkbprint 1.0.2Matthieu Herrb
2010-03-28update to xkbevd 1.1.0.Matthieu Herrb
2010-03-28Update to xvidtune 1.0.2Matthieu Herrb
2010-03-28missed files in update to 1.0.2Matthieu Herrb
2010-03-28Update to xmessage 1.0.3.Matthieu Herrb
2010-03-28update to xlogo 1.0.2Matthieu Herrb
2010-03-28Update to xgc 1.0.2Matthieu Herrb
2010-03-28Disable xprint support.Matthieu Herrb
2010-03-28Update to xeyes 1.1.0Matthieu Herrb
2010-03-28Update to xdm 1.1.9Matthieu Herrb
2010-03-28Update to xcalc 1.0.3Matthieu Herrb
2010-03-28Update to xbiff 1.0.2Matthieu Herrb
2010-03-27Update to viewres 1.0.2Matthieu Herrb
2010-03-27Update to listres 1.0.2Matthieu Herrb
2010-03-25Update to xterm-255. Tested by stsp@, oga@.Matthieu Herrb
2010-03-23add a -v flag to select verbose mode, to output raw coordinate readMatthieu Herrb
from the device, for debugging.
2010-03-20Fix formatting errors breaking the xenocara mandoc(1) build:Ingo Schwarze
* .Bl may only have .It children * .SH requires an argument * blank lines are illegal outside literal context Now "cd /usr/xenocara && make man" succeeds, but unfortunately, that covers a minority of X11 manuals only. ok matthieu@
2010-02-10preserve labels after an edit action is aborted; extending the menuOkan Demirmen
struct just for this is the least intrusive approach until the menu code is reviewed. inspired by Thomas Pfaff's report on tech@ ok oga@
2010-02-02Honour program-specified window position in size hints when placing windows.Stefan Sperling
Makes XMMS windows appear as expected. ok okan, oga
2010-01-27- allow per-screen gap; not (yet) user configurable.Okan Demirmen
- teach _NET_WORKAREA about gap. ok oga@
2010-01-27puffy 4.7Todd T. Fries
2010-01-22Make ssh-ask-pass Xinerama aware (also works with XRandR thanks toMatthieu Herrb
its pseudo-Xinerama emulation). ok stsp@
2010-01-22Start adding XRandR support. not really functional yet though.Matthieu Herrb
(missing the code to compute the calibration data that restrict events to a given output)
2010-01-17regenMatthieu Herrb
2010-01-17Use the new XORG_WITH_XMLTO macro in configure scripts and explicitelyMatthieu Herrb
disable it during Xenocara builds. Problem reported by kili@ who also tested this patch with an earlier version of the macro.
2010-01-13build with OPT_256_COLORS to support 256 colors now that our ncursesjoshua stein
supports it ok matthieu@
2010-01-11remove xtrap applications. They are disconnected from build for weeks now.Matthieu Herrb
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-14kill _CWM_GRP atom setting. The netwm stuff does us well enough now thatOwain Ainsworth
it's superfluous. ok okan@
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-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-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-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@