Enable VSync (Fix bug 5296)
[dana/dcompmgr.git] / dcompmgr.c
2008-03-16 Dana Jansensmake fading optional
2008-03-16 Dana Jansensmissing a \n
2008-03-16 Dana Jansenssome small cleanups and things for gl
2008-03-16 Dana Jansensuse the depth buffer when rendering in gl, but it's...
2008-03-15 Dana Jansensdraw the root pixmap with the gl renderer, and honor...
2008-03-10 Dana Jansensthe xcb_screen_t has extra hidden stuff off the bottom...
2008-03-10 Dana Jansensinitialize gl on the overlay window
2008-03-09 Dana Jansensdon't fade on startup/shutdown, make fading a bit quicker
2008-03-06 Dana Jansenstrying to improve the timers some
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 Jansensadd support for shaped windows, and the circulatenotify...
2008-03-06 Dana Jansensadd support for the root pixmap properties
2008-03-05 Dana Jansensfix cases of getting confused if something is mapped...
2008-03-05 Dana Jansensfix more memory problems :)
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 Jansensadd a signal handler
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 Jansensremove a debug print, and make it wait 0 instead of...
2008-03-05 Dana Jansensfix the select() call to work after it has timed out...
2008-03-05 Dana Jansensuse the list for holding all the managed screens in...
2008-03-05 Dana Jansenssetting up architecture for plugins. have a render...
2008-03-04 Dana Jansensread all the available events at once
2008-03-04 Dana Jansenscall a painting function
2008-03-04 Dana Jansensuse select to tell when there are events to read
2008-03-04 Dana Jansensadd windows to the stacking order when they are created...
2008-03-04 Dana Jansensmove more display code into the display file/struct
2008-03-04 Dana Jansenscheck for composite version 0.3
2008-03-04 Dana Jansenssuccessfully queries the server for atoms and extensions
2008-03-04 Dana Jansenscreate a d_display_t type that encompasses a connection...
2008-03-03 Dana Jansensadd an error handler
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...
2008-03-03 Dana Jansensset the root event mask to listen for substructure...
2008-03-03 Dana Jansensno globals
2008-03-03 Dana Jansenssplit things off into screen.c/h
2008-03-03 Dana Jansenstake the selecton for the screens that we will be manag...
2008-03-03 Dana Jansensinitial commit