dana/dcompmgr.git
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 Jansensdon't request hard-coded atoms from the server, it...
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 Jansensmake transparency work
2008-03-05 Dana Jansensthe compmgr works.. hooray!
2008-03-05 Dana Jansenshandle configure notify events
2008-03-05 Dana Jansensremove a todo comment that is done
2008-03-05 Dana Jansensadd the root window to the stacking list and everything...
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 Jansensadd a next_repaint time to each screen
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 existing windows on startup
2008-03-04 Dana Jansensrenaming
2008-03-04 Dana Jansensadd windows to the stacking order when they are created...
2008-03-04 Dana Jansensfree the screen's stuff properly. add a stacking list...
2008-03-04 Dana Jansensadd a list data structure that's much more efficient...
2008-03-04 Dana Jansensredirect rendering and get the composite overlay window
2008-03-04 Dana Jansenscheck if we connected to a display correctly
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 Jansensmaking some nice batch-query stuff for initializing...
2008-03-04 Dana Jansensquery extensions on the display
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 Jansenscomment
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 Jansensadd .gitignore
2008-03-03 Dana Jansensinitial commit