e7ee7018a4
readme, etc
Christopher Jeffrey
2011-11-06 22:03:18 -06:00
f46a8d06bf
whitespace, license
Christopher Jeffrey
2011-11-06 19:58:30 -06:00
b87efad014
fix gcc warning, have shadows be explicitly enabled
Christopher Jeffrey
2011-11-06 19:29:23 -06:00
de8b773387
clean tree
Christopher Jeffrey
2011-11-06 18:20:45 -06:00
5f63244a81
macros to make things more intelligible
Christopher Jeffrey
2011-11-06 15:52:39 -06:00
69f003348b
Merge branch 'frame_opacity'
Christopher Jeffrey
2011-11-05 22:59:20 -05:00
cde4d0c75f
complete frame opacity
Christopher Jeffrey
2011-11-05 22:33:50 -05:00
d8b437aca3
frame opacity
Christopher Jeffrey
2011-11-05 21:39:58 -05:00
4ef58758c5
add option for inactive opacity value, whitespace
Christopher Jeffrey
2011-11-05 07:00:39 -05:00
fbc6d7da0b
whitespace
Christopher Jeffrey
2011-11-04 16:18:56 -05:00
7ab9b06a04
fix segfault on focusout
Christopher Jeffrey
2011-11-04 15:11:31 -05:00
47d61d34ae
add readme
Christopher Jeffrey
2011-11-04 13:52:05 -05:00
0732a19af2
fix compiler warnings
Christopher Jeffrey
2011-11-04 13:30:53 -05:00
a73d02c6a8
implement inactive window transparency
Christopher Jeffrey
2011-11-04 12:02:17 -05:00
c50fdf4fd4
more whitespace
Christopher Jeffrey
2011-11-04 04:18:10 -05:00
7d17fcdf1e
fix memory leak
Christopher Jeffrey
2011-11-04 04:01:45 -05:00
b0608d0c7c
allow shadows on argb windows
Christopher Jeffrey
2011-11-04 03:59:51 -05:00
6c9166c36f
major refactor, removed other shadow modes
Christopher Jeffrey
2011-11-04 03:41:56 -05:00
4c3bf853f3
whitespace
Christopher Jeffrey
2011-11-04 01:33:23 -05:00
e89fafef57
Allow the user to specify offsets for server-side (hard) shadows.
Javeed Shaikh
2008-02-17 14:40:44 -05:00
c69769f0ae
More fixing for fade-outs.
Dana Jansens
2008-02-20 01:20:40 -05:00
f717d14a38
Ignore some X errors that can occur in normal use
Dana Jansens
2008-02-20 00:44:26 -05:00
9339584771
Fix races that occur when a window id is destroyed and recreated very quickly. This behaviour happens when restarting the window manager.
Dana Jansens
2008-02-18 16:44:41 -05:00
dde2509cdc
Plug 3 memory leaks, and make fading windows always draw so that fast desktop changing doesn't make windows become invisible.
Dana Jansens
2008-02-15 19:01:37 -05:00
27ca5f291c
Save ConfigureNotify events for unmapped windows until the window maps. If a window moves while it is unmapped, it should not affect its fade-out.
Dana Jansens
2008-02-15 00:55:17 -05:00
db45bafdc4
register the _NET_WM_CM_S hint with the correct screen number
Dana Jansens
2008-02-15 00:09:11 -05:00
c213ab27ff
Remove some spurious code
Dana Jansens
2008-02-14 23:39:46 -05:00
873402251a
Make shadows, fading, and opacity based on the window type. Add support for the extended window type atoms. Add a "-m" option to set opacity for menu windows.
Dana Jansens
2008-02-14 23:38:32 -05:00
398f722ce1
Fix some rare memory leaks and behaviour when a mapped window is reparented away from root
Dana Jansens
2008-02-14 17:28:40 -05:00
2c1a928e59
Fixes for window fade-outs
Dana Jansens
2008-02-14 16:57:38 -05:00
73f6ed3310
Fix a server resource leak on destroying windows.
Dana Jansens
2008-02-13 11:24:32 -08:00