Lines Matching refs:rootless

669     xwayland: non-rootless requires the wl_shell protocol
671 When running non-rootless, Xwayland requires that the Wayland compositor
1334 xwayland: Disable the MIT-SCREEN-SAVER extension when rootless
1337 expected to work reliably on Xwayland when running rootless because
1341 Turn off the screensaver on Xwayland when running rootless by setting
1833 xwayland: clear pixmaps after creation in rootless mode
3098 Running Xwayland non-rootless and resizing the output would lead to a
7994 xwayland: Activate Present flips in rootless mode with Glamor
7997 be used in rootless mode together with Glamor.
8055 To make use of this functionality Xwayland must run rootless and with
10599 window and xwayland is rootless by default.
13124 ... instead of its root window. Xwayland's rootless mode empties the
14662 hw/xwin: Don't unconditionally include rootless.h
14664 Don't unconditionally include rootless.h, and so we don't need to add
14665 rootless to the include path unless building MWEXTWM.
28497 handler when running rootless (e.g. as a part of Weston/Mutter), since
30129 xwayland: Do not set root clip when rootless
30132 down, but when running rootless the root window has no storage thus
32156 rootless: Fix bogus handling of broken root clip
32836 rootless: rename w->_w to avoid shadow warnings
32869 rootless: fix warnings due to lack of const keeping.
33430 mi: Remove questionable optimization from the rootless path
33436 an UNDRAWABLE_WINDOW since those are InputOnly windows; the rootless
33446 fb: Make rootless-agnostic
33455 rootless: Build unconditionally
33458 affect rootless you should be alerted early.
33467 rootless: Genericize the config header a bit
40902 rootless: remove redundant RootlessShapedWindowIn
58905 rootless: Use miCopyRegion instead of fbCopyRegion
83103 rootless: Fix a server crash when choosing a color with the gimp color wheel
93567 rootless: Fix a typo in RootlessGlyphs which resulted in a garbage value
93577 rootless: Dead code removal
96601 Revert "rootless: Remove ROOTLESS_WORKAROUND"
98032 rootless: Remove hw/xfree86/ from includes
98996 Cygwin/X: Generate RANDR change on WM_DISPLAYCHANGE for rootless modes
98999 WM_DISPLAYCHANGE occurs in rootless modes for screens which occupy an
99061 Forbid client-requested RANDR changes in fullscreen and rootless modes
101639 fullscreen mode and rootless on multi-monitor configurations. This was
104896 XQuartz: RandR: Don't change the rootless preference when changing RandR mode
104939 XQuartz: RandR: Toggle rootless mode on XRandR mode switch.
104943 rootless mode is enabled. In all other modes, the root window is shown.
105424 rootless: Delete dead remnants of rootless acceleration.
105430 It still makes sense for the rootless GC ops to relax the planemask, but
105446 rootless: ROOTLESS_GLOBAL_COORDS is always set, so unifdef it.
105457 rootless: ROOTLESS_TRACK_DAMAGE is never set, so unifdef it.
105694 rootless: Remove ROOTLESS_WORKAROUND
107094 XQuartz: Ignore kXquartzToggleFullscreen when rootless
107293 rootless: fix uninitialized private key assert in non-rootless modes in Cygwin/X
107300 has been registered (as a proxy for checking if the rootless extension
107305 the rootless extension between XQuartz and XWin. XQuartz always
107306 initializes the rootless extension, whereas XWin offers several modes
107307 of operation, and the rootless extension is only used for one of them
107542 rootless: Adjust the frame size of the native root window in RootlessResizeWindow
109654 rootless: Fix SetShape regression
109656 This fixes a regression in miext/rootless from 643cb6e87c10ab554c03ada81930001a8ebcc909
112351 rootless: Add some sanity checking to miPaintWindow
112361 rootless: Remove an unneeded comment
113925 -rootless mode, but since we don't have reproduction
120147 Cygwin/X: Don't build rootless extension code unless we need it
120149 Only try to build rootless extension code if we really need it (i.e. mwextwm mode is enabled)
120215 The rootless extension now directly calls some Xplugin functions, and relies
120220 without much thought as to if the additions to the generic rootless interface are
124855 Cygwin/X: Only try to build rootless extension if multiwindow extwm mode is being built
126395 Build and link with rootless extension
126407 Cygwin/X: Avoid a visual glitch on window move in rootless modes
126418 Cygwin/X: Allow pointer warping to work in rootless modes
126420 Mouse pointer warping in multiwindow/rootless mode was never implemented,
126423 This patch allows X applications to move the mouse pointer in rootless modes,
127672 Rootless: Despite its name, we still want to allow rootless to mess with the root window
128178 …ing the alpha 0/1 bug (screenshots, etc) by pulling in some old code that got gutted from rootless.
130919 XQuartz: Update window levels when changing rootless state
130940 XQuartz: Properly set the menu bar and hotkey state when changing rootless mode.
130942 …Currently no code path exhibits the broken behavior since we only toggle into rootless if we don't…
136660 XQuartz: Update our "screens" when we toggle rootless rather than when we toggle fullscreen
136663 but we handle it better now and need to update our screens when we toggle the rootless
136706 rootless: Make expose_1 static
140879 miext/rootless: Silence some warnings by using proper C prototypes.
140886 miext/rootless: Fix the usage of DeleteProperty so that this builds again.
149483 Make rootless use dixLookupClient rather than deprecated LookupClient.
149769 XQuartz: Moved some rootless-specific cruft into xpr
149949 XQuartz: Don't enable rootless accelerated functionality... crashy...
154530 miext/rootless/rootlessCommon.h
154531 miext/rootless/rootlessScreen.c
154532 miext/rootless/rootlessWindow.c
155417 Darwin: Patch to avert (some) damage / rootless crashes, courtesy of Ken Thomases
156486 Patch to rootless code that should fix many crashes. Credit to Ken Thomases
156497 another case (hopefully the last) of the rootless drawing bug.
168063 merged in miext/rootless changes for XDarwin support
184374 rewrite the rootless compositing code (1) compiles which is already a huge
186383 Adjust the width of the rootless backbuffer to match 32 bit alignment
186784 Fix rootless Cygwin crash due to acceleration code illegally modifying a
186976 Allow rootless implementations to override frame reordering. This is used
187180 Bugzilla #1032: Make rootless acceleration functions compatible with
187367 Include more correct fix for rootless interaction with damage (Bug #1168,
187374 Workaround for servers using rootless layer with damage (Bug #1168, Torrey
187764 Fix crash in rootless XDarwin due to rootless being initialized before
188336 Add generic rootless layer documentation missed from last commit.
188349 - Add support for dynamic screen configuration changes in rootless mode
188351 - Add documentation on generic rootless layer (Torrey T. Lyons).
188974 Bug 783: rootless patches for cygwin