summaryrefslogtreecommitdiff
path: root/miext
AgeCommit message (Expand)AuthorFilesLines
2010-11-13shadow: Optimize shadowUpdatePacked(). (#26973)Adam Jackson1-2/+2
2010-10-31Revert "rootless: Remove ROOTLESS_WORKAROUND"Jeremy Huddleston1-1/+5
2010-09-16rootless: Remove ROOTLESS_WORKAROUNDJeremy Huddleston1-5/+1
2010-08-12XQuartz: Make application switching work better for the no-spaces caseJeremy Huddleston2-5/+11
2010-08-10rootless: fix uninitialized private key assert in non-rootless modes in Cygwin/XJon TURNEY1-0/+3
2010-07-19rootless: Adjust the frame size of the native root window in RootlessResizeWi...Jan Hauffa1-0/+7
2010-06-10Fix a couple more possible errors with input-only windowsKeith Packard1-2/+2
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov1-1/+1
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp4-30/+14
2010-06-05Damage pixmap private key was being mis-registered as a picture keyKeith Packard1-1/+1
2010-06-05Move the shadow screen private key initialization to shadowSetupKeith Packard1-3/+3
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard6-44/+71
2010-06-05Rename region macros to eliminate screen argumentKeith Packard13-192/+192
2010-06-05rootless: Fix SetShape regressionJeremy Huddleston2-3/+3
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp1-4/+4
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp4-11/+15
2010-05-13Define GCAllBits as the union of all valid CreateGC masks.Jamey Sharp1-1/+1
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp1-4/+4
2010-05-13dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp1-8/+8
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov7-26/+26
2010-05-02rootless: Remove an unneeded commentJeremy Huddleston1-4/+0
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard8-38/+0
2010-02-17os: Prevent core dump from being truncated.Rami Ylimaki2-6/+6
2009-12-08Miscellaneous compilation warning fixesJeremy Huddleston1-1/+1
2009-10-13Rootless: src drawable window can now be NULLJeremy Huddleston1-2/+2
2009-10-13Rootless: Abstract some of the Xplugin specific stuff which has crept into ro...Jeremy Huddleston5-68/+26
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