xfwm4: bigger buttons, top left/right px clickable

Allow the top left and right pixels of maximized windows to be clickable
if there's a window button there, for greater Fitts's Law compliance. The
exception is the window menu button, which needs a minor hack to be sized
correctly.

Somewhat darker inactive button icons, to match window title text.

Add an SVG-based build system to allow colours to be changed easily.
This commit is contained in:
Andrew Chadwick
2014-02-10 21:23:27 +00:00
parent 686a0b4007
commit 73491d3470
50 changed files with 2147 additions and 557 deletions
+43
View File
@@ -0,0 +1,43 @@
/* XPM */
static char *stick_toggled_prelight[] = {
/* columns rows colors chars-per-pixel */
"22 25 12 1 ",
" c #2D2D2D2D2D2D",
". c #312B2DD62D69",
"X c #566D34032F9E",
"o c #591634732FC6",
"O c #484848484848",
"+ c #85AA3BD63269",
"@ c #87A93C2B3288",
"# c #88543C473292",
"$ c #C23645DE35FF",
"% c #C5DF467A3636",
"& c #C8DD46F83663",
"* c #D6D649493737",
/* pixels */
"OOOOOOOOOOOOOOOOOOOOOO",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" .@$$@ ",
" @****@ ",
" %*Xo*% ",
" %*XX*% ",
" #****@ ",
" .#%%@. ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
};