]> git.tdb.fi Git - geometrycompositor.git/shortlog
geometrycompositor.git
2015-12-13 Mikko RasaSimplify some formulas a bit
2015-12-13 Mikko RasaUse a more 3d-y approach for generating the monitor...
2015-12-12 Mikko RasaDon't try to update vertices of disabled monitors
2015-12-12 Mikko RasaFix correction counting in the control program
2015-12-12 Mikko RasaInvert the Y coordinate for monitors as well
2015-12-12 Mikko RasaImplement a control interface using properties on the...
2015-12-12 Mikko RasaUnbind the vertex array after rendering
2015-12-12 Mikko RasaMinor refactoring to initialize_monitor
2015-12-12 Mikko RasaImplement vertical keystone and cylinder corrections
2015-12-12 Mikko RasaAvoid unsigned errors when a window goes off the bottom...
2015-12-12 Mikko RasaCleanup fixes
2015-12-12 Mikko RasaRender each monitor separately
2015-12-12 Mikko RasaSome more refactoring
2015-12-12 Mikko RasaSome refactoring of OpenGL code
2015-12-12 Mikko RasaMove shader program linking to a separate function
2015-12-12 Mikko RasaMake the code compile cleanly in C90 mode
2015-12-11 Mikko RasaProcess ConfigureNotify events
2015-12-11 Mikko RasaDon't refresh non-dirty screens
2015-12-11 Mikko RasaSet the dirty flags on most events, but only if the...
2015-12-11 Mikko RasaVery minor refactoring
2015-12-11 Mikko RasaReact to ReparentNotify events
2015-12-11 Mikko RasaProcess DestroyNotify events
2015-12-11 Mikko RasaFix the shutdown sequence to avoid memory leaks
2015-12-11 Mikko RasaFix uninitialized variables
2015-12-11 Mikko RasaIgnore errors from the X server
2015-12-11 Mikko RasaRemove server grabbing code
2015-12-11 Mikko RasaAccount for border when drawing windows
2015-12-11 Mikko RasaRefresh the screen only when there's no events to process
2015-12-11 Mikko RasaUse the shape extension to let input events through...
2015-12-11 Mikko RasaInitial, marginally functional version