dana/dcompmgr.git
2012-09-30 Alexander ChehovskyEnable VSync (Fix bug 5296) master
2010-06-04 Derek Foremanremove some bizarre comments
2010-06-04 Derek Foremanupdate for changes in XCB (iterator no longer exists...
2008-03-16 Dana Jansensmake fading optional
2008-03-16 Dana Jansensmake sure the window's region is correct, and if we...
2008-03-16 Dana Jansenscorrectly make the root background's picture for the...
2008-03-16 Dana Jansensmissing a \n
2008-03-16 Dana Jansenswhen freeing window data for a window, also remove...
2008-03-16 Dana Jansenssome small cleanups and things for gl
2008-03-16 Dana Jansenssave the window's geometry when fetching the window...
2008-03-16 Dana Jansenssplit the round trip to fetch a window's region up...
2008-03-16 Dana Jansensspeed up moving a lot with glxrender and fix its stacki...
2008-03-16 Dana Jansensthe callback for restack is called even when window...
2008-03-16 Dana Jansensuse the depth buffer when rendering in gl, but it's...
2008-03-16 Dana Jansensrender based on a variable number of vertices per windo...
2008-03-15 Dana Jansensuse translate to place windows, and draw them based...
2008-03-15 Dana Jansensdraw the root pixmap with the gl renderer, and honor...
2008-03-15 Dana Jansensgive windows drop shadows in gl
2008-03-15 Dana Jansensmade the opengl renderer work - used Xlib's glX instead...
2008-03-11 Dana Jansensi dunno, even the clear isn't working for gl right now
2008-03-11 Dana Jansensi've reimplemented glXChooseFBConfig for xcb
2008-03-10 Dana Jansensi dont know why the pixmap creation fails but it does...
2008-03-10 Dana Jansensmake sure we don't draw the overlay window into itself
2008-03-10 Dana JansensglxCreatePixmap is failing for some reason. if that...
2008-03-10 Dana Jansensthe xcb_screen_t has extra hidden stuff off the bottom...
2008-03-10 Dana Jansensthe code is more or less there. have to figure out...
2008-03-10 Dana Jansensfind the visuals to use, and the fbconfig we want to...
2008-03-10 Dana Jansensinitialize gl on the overlay window
2008-03-10 Dana Jansensexcess
2008-03-09 Dana Jansensset the clip before drawing the root pixmap, and add...
2008-03-09 Dana Jansensdon't fade on startup/shutdown, make fading a bit quicker
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 Jansenstrying to improve the timers some
2008-03-06 Dana Jansensrename some vars to be more clear
2008-03-06 Dana Jansensmake fades a little faster
2008-03-06 Dana Jansenssuper fading
2008-03-06 Dana Jansensgc?
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 Jansensuse the window as an alpha mask, so that shadows on...
2008-03-06 Dana Jansensgive argb windows shadows too
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-06 Dana Jansensadd support for the root pixmap properties
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