Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-08 | Update to xterm 258. lightly tested by krw@, thanks. | Matthieu Herrb | |
2010-04-23 | Update to -current xmore from X.org git. | Matthieu Herrb | |
This version mainly removes Xprint support. | |||
2010-04-12 | grab 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-11 | clean up a few xu_* functions to just accept what they need (Window). | Okan Demirmen | |
ok oga@ | |||
2010-04-06 | ifdef out the new code that moves the cursor one pixel to the right | Matthieu Herrb | |
for each char during password input. Requested by deraadt@. | |||
2010-03-28 | Update to xinput 1.5.1 | Matthieu Herrb | |
2010-03-28 | Update to xkbprint 1.0.2 | Matthieu Herrb | |
2010-03-28 | update to xkbevd 1.1.0. | Matthieu Herrb | |
2010-03-28 | Update to xvidtune 1.0.2 | Matthieu Herrb | |
2010-03-28 | missed files in update to 1.0.2 | Matthieu Herrb | |
2010-03-28 | Update to xmessage 1.0.3. | Matthieu Herrb | |
2010-03-28 | update to xlogo 1.0.2 | Matthieu Herrb | |
2010-03-28 | Update to xgc 1.0.2 | Matthieu Herrb | |
2010-03-28 | Disable xprint support. | Matthieu Herrb | |
2010-03-28 | Update to xeyes 1.1.0 | Matthieu Herrb | |
2010-03-28 | Update to xdm 1.1.9 | Matthieu Herrb | |
2010-03-28 | Update to xcalc 1.0.3 | Matthieu Herrb | |
2010-03-28 | Update to xbiff 1.0.2 | Matthieu Herrb | |
2010-03-27 | Update to viewres 1.0.2 | Matthieu Herrb | |
2010-03-27 | Update to listres 1.0.2 | Matthieu Herrb | |
2010-03-25 | Update to xterm-255. Tested by stsp@, oga@. | Matthieu Herrb | |
2010-03-23 | add a -v flag to select verbose mode, to output raw coordinate read | Matthieu Herrb | |
from the device, for debugging. | |||
2010-03-20 | Fix 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-10 | preserve labels after an edit action is aborted; extending the menu | Okan 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-02 | Honour 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-27 | puffy 4.7 | Todd T. Fries | |
2010-01-22 | Make ssh-ask-pass Xinerama aware (also works with XRandR thanks to | Matthieu Herrb | |
its pseudo-Xinerama emulation). ok stsp@ | |||
2010-01-22 | Start 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-17 | regen | Matthieu Herrb | |
2010-01-17 | Use the new XORG_WITH_XMLTO macro in configure scripts and explicitely | Matthieu Herrb | |
disable it during Xenocara builds. Problem reported by kili@ who also tested this patch with an earlier version of the macro. | |||
2010-01-13 | build with OPT_256_COLORS to support 256 colors now that our ncurses | joshua stein | |
supports it ok matthieu@ | |||
2010-01-11 | remove xtrap applications. They are disconnected from build for weeks now. | Matthieu Herrb | |
2009-12-15 | pull all non-X11 headers from calmwm.h and place them only where they | Okan Demirmen | |
are required. encourged to go all the way by oga@ | |||
2009-12-15 | spacing | Okan Demirmen | |
2009-12-15 | pull these headers only into files that need them. | Okan Demirmen | |
ok oga@ | |||
2009-12-15 | rid ourselves of these functional macros; convert to real functions. | Okan Demirmen | |
ok oga@ | |||
2009-12-15 | mostly irrelevant now, so remove. | Okan Demirmen | |
ok oga@ | |||
2009-12-15 | merge the 2 common header files; specific includes to be pulled out as | Okan Demirmen | |
separate commits. ok oga@ | |||
2009-12-14 | kill _CWM_GRP atom setting. The netwm stuff does us well enough now that | Owain Ainsworth | |
it's superfluous. ok okan@ | |||
2009-12-11 | add _NET_WORKAREA. for now we ignore the gap, this'll change soonish. | Owain Ainsworth | |
ok okan@ | |||
2009-12-11 | another int/long fixup that was giving dodgy property values on amd64, shame on | Owain Ainsworth | |
me for not reading xlibs (appauling) documentation more closely. ok okan@ | |||
2009-12-11 | implement 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-11 | Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespec | Owain 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-10 | Implement _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-10 | Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT and | Owain Ainsworth | |
_NET_DESKTOP_GEOMETRY. ok okan@ | |||
2009-12-10 | finish 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-08 | start fixing screen_ctx usage, for it is utterly broken. bring font | Okan 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-07 | Implement _NET_NUMBER_OF_DESKTOPS, currently this is statically 9 and | Owain Ainsworth | |
unchangable. the group code needs some cleaning up before this will be a bit less hackish. ok okan@ | |||
2009-12-07 | support _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@ |