summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-08-14patches: maybe I should update the README with the other changes...HEADmasterJoel Bosveld1-8/+5
2009-08-14patches: Not sure why it was working before...Joel Bosveld1-8/+11
2009-08-14patches: add redirection to the gtk patch.Joel Bosveld1-30/+161
2009-08-14patches: fix leak in patch for qtJoel Bosveld1-6/+7
2009-08-07patches: update READMEJoel Bosveld1-0/+17
2009-08-07patches: add patch for enlightenment for transformation and redirection supportJoel Bosveld1-0/+162
2009-08-07patches: add a patch to make qt support redirected windowsJoel Bosveld1-0/+215
2009-07-17patch: add patch for gtk+Joel Bosveld2-0/+114
2009-07-17sub: fix up the deformationJoel Bosveld1-5/+5
2009-07-14red: keep window ratioJoel Bosveld1-11/+31
2009-07-13red: use an input mesh as wellJoel Bosveld1-15/+92
This allows testing of redirection and mesh together, which was actually broken at one stage...
2009-07-08red: add a test for redirectionJoel Bosveld2-0/+205
2009-07-08sub: handle resizing of top level window correctlyJoel Bosveld1-3/+18
2009-07-08sub: add initial ability to deform subwindow meshesJoel Bosveld1-25/+39
2009-07-08plugin: correctly handle the reparenting of the windowJoel Bosveld2-0/+16
Previously it was setting the mesh on the window as well as the frame, due to the way reparenting works
2009-07-08plugin: unredirect windows when plugin is unloadedJoel Bosveld1-0/+1
2009-07-07sub: draw the redirected subwindows using the meshJoel Bosveld1-13/+63
2009-07-06sub: Initial commit of subwindow transformation testJoel Bosveld2-0/+281
2009-06-29plugin: unset mesh on ~IrWindowJoel Bosveld2-0/+7
This way, things behave correctly when the plugin is disabled, and, for example, the window moves. Without this, moving a window doesn't update the mesh, so the input no longer lines up with the window position. Also applies to resizing.
2009-06-26plugin: make use of new XCompositeRedirectWindowInput functionJoel Bosveld3-9/+47
2009-06-25plugin: the window may not have a frame, so use ROOTPARENT(w)Joel Bosveld1-1/+1
2009-06-25paint: initial commit of xi2 test programJoel Bosveld4-0/+247
2009-06-25plugin: initial commit of compiz plugin for input transformationJoel Bosveld4-0/+407