summaryrefslogtreecommitdiff
path: root/miext
AgeCommit message (Expand)AuthorFilesLines
2009-09-27Rootless: Correct border rendering on parent-relative windowsJeremy Huddleston1-0/+26
2009-07-29Cygwin/X: Only try to build rootless extension if multiwindow extwm mode is b...Jon TURNEY1-1/+1
2009-07-24Damage: Add devPrivates to DamageRecAaron Plattner2-0/+4
2009-07-24Damage: Add wrappable hooks for damage create, destroy, register, & unregister.Aaron Plattner3-2/+83
2009-06-29Cygwin/X: Fix multiwindow extwm mode to build againJon TURNEY1-0/+3
2009-06-06Rootless: Use serverClient instead of NullClientJeremy Huddleston1-1/+1
2009-06-06Rootless: Despite its name, we still want to allow rootless to mess with the ...Jeremy Huddleston1-53/+0
2009-06-03s/MIN/min/, s/MAX/max/ (#2968)Adam Jackson3-16/+11
2009-05-29Rootless: Use miPaintWindow since PaintWindowBackground is deadJeremy Huddleston1-2/+1
2009-04-10XQuartz: Update window levels when changing rootless stateJeremy Huddleston2-0/+2
2009-04-10XQuartz: Properly set the window level for the root windowJeremy Huddleston1-8/+0
2009-01-28[shadow] Store the closure in the bufferSøren Sandmann Pedersen1-1/+1
2009-01-22Remove a bunch of useless casts.Adam Jackson4-5/+5
2008-12-21XQuartz: Get rid of white rectangle bugJeremy Huddleston1-2/+5
2008-12-21rootless: Make expose_1 staticJeremy Huddleston1-1/+1
2008-12-10Add dependency tracking to sdksyms.c and export composite wrapper.Paulo Cesar Pereira de Andrade1-8/+8
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade10-75/+75
2008-12-02Add visibility flags to XSERVER_CFLAGS.Paulo Cesar Pereira de Andrade1-1/+1
2008-11-30Remove declarations of symbols that are never defined.Paulo Cesar Pereira de Andrade1-3/+0
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade7-22/+25
2008-10-31Rootless: LP64 related casting fixes from Bob MurphyJeremy Huddleston2-4/+6
2008-10-31Rootless: Force initialization of static variable before use.Jeremy Huddleston1-8/+1
2008-10-23miext/rootless: Silence some warnings by using proper C prototypes.Jeremy Huddleston2-38/+65
2008-10-23miext/rootless: Fix the usage of DeleteProperty so that this builds again.George Peter Staplin1-7/+17
2008-10-23Rootless: Properly typed expose_1Jeremy Huddleston1-2/+1
2008-10-23Fix previous cherry pick for API changesAdam Jackson1-1/+1
2008-10-23Wrap AddTraps in exa and damage.Keith Packard2-0/+54
2008-10-08XQuartz: Some motion made towards supporting fullscreen.Jeremy Huddleston3-1/+156
2008-10-02Unifdef ISCAdam Jackson3-0/+0
2008-09-12XQuartz: 256 color supportJeremy Huddleston2-1/+3
2008-09-12XQuartz: Remove decls of crashtracer strings that we don't use anymore in hereJeremy Huddleston1-7/+0
2008-09-12XQuartz: Fixed a crash in RootlessNativeWindowMovedJeremy Huddleston1-23/+2
2008-08-31damage: choose less ambiguous function namesMaarten Maathuis2-39/+39
2008-08-29XQuartz: Added debugging output to the crash log to help track down two crash...Jeremy Huddleston1-2/+31
2008-08-30damage: initial attempt at a damage marker mechanismMaarten Maathuis3-12/+107
2008-08-29damage: DamageReportRawRegion should set pDamage->damageMaarten Maathuis1-0/+2
2008-08-29damage: internal functions start with a non-capital letterMaarten Maathuis1-3/+3
2008-08-29{damage,exa}: sanitise damageMaarten Maathuis2-32/+58
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky4-13/+26
2008-07-24Shape extension is built-in and mandatory.Adam Jackson5-20/+0
2008-05-05Rootless: mi doesn't let us resize root, so we need to do it ourselves...Jeremy Huddleston1-25/+46
2008-04-21Make rootless use dixLookupClient rather than deprecated LookupClient.Jeremy Huddleston1-25/+31
2008-04-21Nuke a call to deprecated LookupClient, and hopefully prevent aBen Byer1-5/+1
2008-04-19Rootless: Kill off rlAccelJeremy Huddleston11-1540/+0
2008-04-18random flailingBen Byer1-1/+1
2008-04-16XQuartz: Don't enable rootless accelerated functionality... crashy...Jeremy Huddleston3-10/+5
2008-04-08XQuartz: Fix issue where clicking on an X11 window might send that event to a...Jeremy Huddleston2-9/+9
2008-03-21Rootless: Removed safeAlphaXXXX() in favor of using fb/pixmanJeremy Huddleston4-261/+1
2008-02-29dix: Modify callers of property and selection API to use new interfaces.Eamon Walsh1-2/+2
2008-01-28Rootless: RootlessEnsureFrame: Added check for !IsRootJeremy Huddleston1-1/+1