make sure that when a window is shown it stops being a zombie
[dana/dcompmgr.git] / window.c
2008-03-06 Dana Jansensmake sure that when a window is shown it stops being...
2008-03-06 Dana Jansenssome better timing for fading maybe. and reset the...
2008-03-06 Dana Jansenssuper fading
2008-03-06 Dana Jansensread the _NET_WM_WINDOW_OPACITY property that transset...
2008-03-06 Dana Jansensmake the render code use the window's opacity
2008-03-06 Dana Jansensfind out a window's type when it is shown
2008-03-06 Dana Jansensadd shadows. they even take the same shape as the...
2008-03-06 Dana Jansensadd support for shaped windows, and the circulatenotify...
2008-03-06 Dana Jansensblend argb windows, but just blit non-argb windows...
2008-03-05 Dana Jansensdon't check the result of composite_name_window_pixmap...
2008-03-05 Dana Jansensdon't wait for the pixmap reply if we're just going...
2008-03-05 Dana Jansensfix cases of getting confused if something is mapped...
2008-03-05 Dana Jansensfix some more memory problems
2008-03-05 Dana Jansensfix some memory problems
2008-03-05 Dana Jansensfix memory leaks
2008-03-05 Dana Jansensmake rendering much faster
2008-03-05 Dana Jansensmake the select always prefer X events over the timeout...
2008-03-05 Dana Jansensthe compmgr works.. hooray!
2008-03-05 Dana Jansenshandle configure notify events
2008-03-05 Dana Jansensget attributes/geometry/pixmap for windows
2008-03-05 Dana Jansenssetting up architecture for plugins. have a render...
2008-03-04 Dana Jansensadd windows to the stacking order when they are created...
2008-03-04 Dana Jansenscreate a d_display_t type that encompasses a connection...
2008-03-03 Dana Jansenswindows are added and created on create/destroy/reparent
2008-03-03 Dana Jansenslots more structure, for windws and such. starting...