]> git.tdb.fi Git - geometrycompositor.git/history - source
Synchronize after subtracting damage from windows
[geometrycompositor.git] / source /
2015-12-13 Mikko RasaSynchronize after subtracting damage from windows
2015-12-13 Mikko RasaSome tweaks to GL context usage
2015-12-13 Mikko RasaDefer window pixmap and mask updates until rendering...
2015-12-13 Mikko RasaDon't update mask on ConfigureNotify
2015-12-13 Mikko RasaImprove event handling
2015-12-13 Mikko RasaMinor cosmetic fixes
2015-12-13 Mikko RasaMask out transparent parts of shaped windows
2015-12-13 Mikko RasaBe more efficient when finding the window for a damage...
2015-12-13 Mikko RasaAdd a helper function for creating textures
2015-12-13 Mikko RasaClear damage before rendering the window
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