- 29 Apr, 2021 1 commit
-
-
The Xserver itself is capable of terminating itself once all X11 clients are gone, yet in a typical full session, there are a number of X11 clients running continuously (e.g. the Xsettings daemon, IBus, etc.). Those always-running clients will prevent the Xserver from terminating, because the actual number of X11 clients will never drop to 0. To solve this issue directly at the Xserver level, this add new entries to the XFixes extension to let the X11 clients themselves specify the disconnect mode they expect. Typically, those X11 daemon clients would specify the disconnect mode XFixesClientDisconnectFlagTerminate to let the Xserver know that they should not be accounted for when checking the remaining clients prior to terminate. Signed-off-by:
Olivier Fourdan <ofourdan@redhat.com>
-
- 08 Aug, 2020 1 commit
-
-
Alan Coopersmith authored
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 22 Sep, 2015 1 commit
-
-
Signed-off-by:
Peter Harris <pharris@opentext.com>
-
- 08 Apr, 2015 1 commit
-
-
In the implementation of HideCursor/ShowCursor in the xserver code, the window passed in only identifies a screen, not a portion of the window tree, and it's been that way since the beginning. Changing the implementation at this point would likely break existing code, and the main usage of this protocol (magnifiers) only needs the global behavior, so change the protocol to document the actual behavior. Reviewed-by:
Keith Packard <keithp@keithp.com> Reviewed-by:
Daniel Stone <daniels@collabora.com> Signed-off-by:
Owen W. Taylor <otaylor@fishsoup.net>
-
- 10 Feb, 2013 1 commit
-
-
Peter Hutterer authored
Technically this is a change in the protocol, but we've never supported anything but a Window. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 09 Feb, 2011 1 commit
-
-
Adam Jackson authored
v3: Review fixes: - INT16 not CARD16 for coordinates - BadDevice not BadMatch Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 03 Aug, 2009 2 commits
-
-
Peter Hutterer authored
CursorNotifies are only sent for the ClientPointer to avoid confusion in the client. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Servers supporting XI2 will hide all cursors when a client requests HideCursor. This is arguably closest to the original intent of the request - to not display a cursor above the given window. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 22 Sep, 2008 1 commit
-
-
Keith Packard authored
The semantics in the spec were conflicting, and the implementation did the 'don't remap' version which was not useful. The server implementation has been fixed, this change clarifies the specification to match that design.
-
- 09 Jan, 2007 3 commits
-
-
-
Add ExpandRegion, HideCursor & ShowCursor requests Correct description of version numbering to match XFixes conventions
-
Emma Anholt authored
-
- 08 Jan, 2007 2 commits
-
-
Emma Anholt authored
-
Emma Anholt authored
-
- 06 Jan, 2007 1 commit
-
-
Emma Anholt authored
This bumps the protocol (and package) version to 1.1.
-
- 05 Dec, 2006 1 commit
-
-
Aaron Plattner authored
-
- 20 Feb, 2006 1 commit
-
-
Keith Packard authored
-
- 08 Jul, 2004 1 commit
-
-
Keith Packard authored
-
- 27 Jun, 2004 1 commit
-
-
Eric Anholt authored
-
- 22 Nov, 2003 1 commit
-
-
Keith Packard authored
Eliminate offset arguments in combining operators, create separate CopyRegion and TranslateRegion requests.
-
- 09 Nov, 2003 1 commit
-
-
Keith Packard authored
-
- 05 Nov, 2003 1 commit
-
-
Keith Packard authored
Change name from Apportion to Composite Clarify that root cannot be redirected. Add more error values.
-
- 04 Nov, 2003 1 commit
-
-
Keith Packard authored
-
- 03 Nov, 2003 1 commit
-
-
Keith Packard authored
-
- 30 Oct, 2003 1 commit
-
-
Keith Packard authored
-
- 29 Oct, 2003 1 commit
-
-
Keith Packard authored
-
- 28 Oct, 2003 1 commit
-
-
Keith Packard authored
-
- 24 Oct, 2003 2 commits
-
-
Keith Packard authored
-
Keith Packard authored
-
- 19 Oct, 2003 1 commit
-
-
Keith Packard authored
-
- 30 Nov, 2002 1 commit
-
-
Keith Packard authored
-