summaryrefslogtreecommitdiff
path: root/miext/rootless
AgeCommit message (Expand)AuthorFilesLines
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp3-28/+13
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard2-15/+22
2010-06-05Rename region macros to eliminate screen argumentKeith Packard4-106/+106
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-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov2-11/+11
2010-05-02rootless: Remove an unneeded commentJeremy Huddleston1-4/+0
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard2-10/+0
2010-02-17os: Prevent core dump from being truncated.Rami Ylimaki1-1/+1
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-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-22Remove a bunch of useless casts.Adam Jackson1-1/+1
2008-12-21XQuartz: Get rid of white rectangle bugJeremy Huddleston1-2/+5
2008-12-21rootless: Make expose_1 staticJeremy Huddleston1-1/+1
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-08XQuartz: Some motion made towards supporting fullscreen.Jeremy Huddleston3-1/+156
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-29XQuartz: Added debugging output to the crash log to help track down two crash...Jeremy Huddleston1-2/+31
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-4/+8
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
2007-12-29Rootless: Fix lvalue error from devPrivates changeColin Harrison1-1/+4
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh14-106/+355
2007-12-07Just a couple of small uninitialized pointer fixesBen Byer1-0/+2
2007-12-07Darwin: Use __APPLE__ instead of __DARWIN__Jeremy Huddleston1-2/+2