| Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
just requiring xftfont.
|
|
|
|
|
|
on what needs to change to make it right in the end.
|
|
|
|
by using 'win' instead of 'rootwin' so as not to imply only the root
window is queried, rather any window.
|
|
|
|
'vtile' and 'htile'; from Alexander Polakov.
|
|
|
|
|
|
|
|
XineramaScreenInfo; simplifies goop around the callers.
|
|
kbfunc_cmdexec; from Tiago Cunha
|
|
note that a re-exec of cwm will not rewrite the group number atom of
*existing* clients, so they will remain off-by-one until each client has
its atom updated, or of course a restart of X.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
need to do this everytime; with Tiago Cunha
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
font/color drawing issues; from Alexander Polakov
|
|
|
|
|
|
|
|
font_init().
|
|
|
|
|
|
|
|
ok sthen@ on an older incarnation
|
|
|
|
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
|
|
bwidth; this allows a client to be resized from a max state, which now
gets treated like a non-max'd client. based on a diff that does part of
this in a different way from Alexander Polakov.
|
|
|
|
|
|
various blocks that require understanding the screen geometry.
|
|
move chuck to display init; allows some shuffling to occur limiting
screen_init_xinerama()'s scope while keeping order intact.
|
|
don't need to pass down the new values to screen_update_geometry(); so
just read the width/height values directly for both uses of
screen_update_geometry(). prep for further changes in this area.
|
|
separation between cwm and ewmh. seen by a few.
|