summary refs log tree commit diff
path: root/xutil.c
Commit message (Expand)AuthorAgeFilesLines
* initialize nitemsokan2010-05-221-1/+1
* replace XFetchName() with something more intelligent which attempts tookan2010-05-221-0/+32
* clean up a few xu_* functions to just accept what they need (Window).okan2010-04-111-6/+6
* pull all non-X11 headers from calmwm.h and place them only where theyokan2009-12-151-0/+10
* merge the 2 common header files; specific includes to be pulled out asokan2009-12-151-1/+0
* kill _CWM_GRP atom setting. The netwm stuff does us well enough now thatoga2009-12-141-1/+0
* add _NET_WORKAREA. for now we ignore the gap, this'll change soonish.oga2009-12-111-0/+1
* implement support for _NET_WM_DESKTOP properties on windows.oga2009-12-111-0/+1
* Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespecoga2009-12-111-0/+1
* Implement _NET_VIRTUAL_ROOTS (just clear it, we don't use that technique)oga2009-12-101-0/+2
* Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT andoga2009-12-101-0/+3
* Implement _NET_NUMBER_OF_DESKTOPS, currently this is statically 9 andoga2009-12-071-0/+1
* support _NET_CLIENT_LIST.oga2009-12-071-0/+1
* Implement _NET_ACTIVE_WINDOW. for now just the informational hint isoga2009-12-071-0/+1
* introduce the beginnings of netwm support, minimally and correctly;okan2009-12-071-0/+29
* static local functions and data; almost identical diff from Thomas Pfaffokan2009-06-261-1/+1
* remove unnecessary casts; from Thomas Pfaffokan2009-06-171-2/+2
* a long time coming - re-work the way we deal with colors: since we'reokan2009-05-171-0/+20
* One of the most annoying things to do was restart cwm and lose all ofoga2009-01-271-1/+2
* Whitespace nit.oga2009-01-231-1/+0
* Switch to using XInternAtoms for caching the atom numbers. Saves a pileoga2009-01-231-5/+9
* Oops, missed an atom.oga2009-01-221-0/+1
* Cache all of the X atoms we use at startup.oga2009-01-221-9/+13
* Add xu_key_ungrab() and a mirror to xu_key_ungrab(). a couple of changesoga2008-07-221-3/+17
* spacing, declaration lineup to be consistent throughout cwm,okan2008-07-111-13/+15
* Ignore caps lock and numlock for keyboard bindings. The way Xlib makesoga2008-06-171-8/+17
* KNF, no binary change.oga2008-05-151-6/+6
* hit it with the knf stick.oga2008-04-151-3/+3
* huge amount of cleanup and dead code removal.oga2008-01-161-21/+0
* - Remove the "all rights reserved" tag at the top of most of the sourceoga2008-01-111-1/+12
* convert globals from G_foo to Foo, as per TODO.jasper2007-05-281-18/+18
* Initial revisionbernd2007-04-271-0/+162