summaryrefslogtreecommitdiff
path: root/composite
AgeCommit message (Expand)AuthorFilesLines
2009-09-08Merge branch 'upstream' (one day I will rebase rather than merge)HEADmasterJoel Bosveld2-4/+8
2009-08-20composite: Move screen init before extension registration.Adam Jackson1-3/+5
2009-08-17composite: use the correct device to determine windows input redirectionJoel Bosveld1-2/+7
2009-08-07composite: add support for new requestJoel Bosveld1-2/+46
2009-08-04Add support for RENDER BGRA formats.Michel Dänzer1-1/+3
2009-07-17composite: correctly update the unredirected window during grabsJoel Bosveld1-4/+13
2009-07-14composite: correctly determine if point is in triangleJoel Bosveld1-3/+5
2009-07-13composite: correctly handle transformation with redirected windowsJoel Bosveld2-33/+34
2009-07-09composite: move unredirected window data out of input structs, into compositeJoel Bosveld3-33/+42
2009-07-08composite: ensure that we don't redirect input to an ancestorJoel Bosveld1-2/+6
2009-07-08composite: free the CompClientIRWindow struct on window destroyJoel Bosveld1-5/+8
2009-07-08composite: remove duplicate code for changing input-redirectionJoel Bosveld3-23/+28
2009-07-08composite: split CompIRWindow struct into two separate structsJoel Bosveld5-161/+158
2009-07-07composite: move input mesh and input-redirection info into a separate structJoel Bosveld5-128/+226
2009-07-06composite: don't dereference uninitialized varaiableJoel Bosveld1-5/+5
2009-06-30composite: cleanup Screen{To,From}Window.Joel Bosveld1-73/+43
2009-06-30composite: XYScreenToWindow needs to use unredirected heirachyJoel Bosveld1-0/+42
2009-06-29composite: transform correctly when mesh is set but coordinates aren'tJoel Bosveld1-24/+11
2009-06-29composite: track changes to compositeprotoJoel Bosveld3-16/+25
2009-06-27composite: update redirected information on other windows when dest changesJoel Bosveld1-0/+22
2009-06-27composite: redirect correctly when grab is activeJoel Bosveld1-7/+16
2009-06-26composite: first stab at input redirection (rather than transformation)Joel Bosveld4-37/+212
2009-06-26composite: update SProcCompositeSetTriangularCoordinateMeshJoel Bosveld1-0/+2
2009-06-26composite: free pInputMesh in compFreeClientWindowJoel Bosveld1-2/+5
2009-06-26composite: fix whitespaceJoel Bosveld1-1/+1
2009-06-24Allow triangles to have coords in window but act as if they don't (for XYToWin)Joel Bosveld3-8/+21
2009-06-24composite: changes to make SetTriCoordMesh work if max_request_size is too smallJoel Bosveld3-39/+59
2009-06-22composite: XY*To* now uses transformed root window coordinate spaceJoel Bosveld1-10/+21
2009-06-22composite: fix build errorJoel Bosveld1-0/+1
2009-06-09Revert "Temporary workaround for segfault"Joel Bosveld1-2/+2
2009-06-09composite: Fix resource lookups for SetTriangularCoordinateMeshJoel Bosveld1-6/+5
2009-06-09composite: fix compiler warningJoel Bosveld1-1/+1
2009-06-08composite: fix build error due to mergeJoel Bosveld1-1/+1
2009-06-08Temporary workaround for segfaultJoel Bosveld1-2/+4
2009-06-05composite: fix compiler warningJoel Bosveld1-4/+2
2009-06-03composite: modify transformation codeJoel Bosveld1-25/+26
2009-05-30composite: generate motionNotify events when mesh changesJoel Bosveld1-18/+20
2009-05-29composite: fix handling of large negative values in meshJoel Bosveld1-2/+2
2009-05-29composite: initial input transformation patchesJoel Bosveld4-0/+447
2009-05-15Correct some Sun license notices to Sun's standard X11 license formatAlan Coopersmith6-102/+144
2009-04-27Export CompositeRegisterAlternateVisuals.Aaron Plattner4-4/+43
2009-04-14composite: Fix resource lookupsKristian Høgsberg2-60/+35
2009-04-03Set bg pixmap of composite overlay window to None (#20912)Havoc Pennington1-2/+2
2009-03-09Replace dixLookupResource by dixLookupResourceBy{Type,Class}Keith Packard1-5/+5
2009-03-06Composite: Uninitialized borderClipX/borderClipYPeter Åstrand1-0/+2
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-1/+0
2008-09-19Switching from Automatic to Manual redirect needs to unmap/remapKeith Packard1-0/+10
2008-09-17Conditionalize Composite-based backing store on pScreen->backingStoreSupport.Aaron Plattner1-1/+2
2008-08-31damage: choose less ambiguous function namesMaarten Maathuis2-3/+3
2008-08-29{damage,exa}: sanitise damageMaarten Maathuis2-3/+3