Go to file
Michel Dänzer cb0de153bf xwayland: Plug leaks in xwl_present_sync_callback
xwl_present_window->sync_callback was leaked.

The event memory was leaked if the corresponding buffer had already been
released.
2018-10-24 09:53:36 +00:00
composite Switch automatic composite update to WorkQueue 2018-10-03 10:28:52 +02:00
config linux: Make platform device probe less fragile 2018-10-18 13:52:11 -04:00
damageext
dbe
dix dix: Remove the magic WhenMapped backing store hack 2018-10-23 18:37:46 +00:00
doc dix: Remove LegalModifier() 2018-09-28 16:25:17 -04:00
dri3
exa
fb
glamor glamor: Add support for exporting depth 15/8 pixmaps 2018-10-23 17:00:50 +00:00
glx
hw xwayland: Plug leaks in xwl_present_sync_callback 2018-10-24 09:53:36 +00:00
include dix: Remove the magic WhenMapped backing store hack 2018-10-23 18:37:46 +00:00
m4
man dix: Remove the magic WhenMapped backing store hack 2018-10-23 18:37:46 +00:00
mi mi: Factor out miSaveScreen 2018-09-28 16:25:01 -04:00
miext miext/damage: take care of the coordinate mode in damagePolyPoint 2018-09-25 21:27:08 -07:00
os dix: Remove the magic WhenMapped backing store hack 2018-10-23 18:37:46 +00:00
present
pseudoramiX
randr
record
render
test test: Initialize the pixmap in damage test 2018-09-28 20:02:54 +00:00
Xext
xfixes
Xi
xkb
.appveyor.yml
.dir-locals.el
.gitignore
.gitlab-ci.yml
.travis.yml
autogen.sh
configure.ac
COPYING
devbook.am
docbook.am docbook.am: embed css styles inside the HTML HEAD element 2011-09-21 14:07:49 -07:00
Makefile.am
manpages.am
meson_options.txt
meson.build
README README: Add link to fd.o CoC 2017-04-11 08:51:34 -04:00
xorg-server.m4 xorg-server.m4: just all cflags instead of just sdkdir 2018-09-20 20:12:24 +01:00
xorg-server.pc.in
xserver.ent.in

					X Server

The X server accepts requests from client applications to create windows,
which are (normally rectangular) "virtual screens" that the client program
can draw into.

Windows are then composed on the actual screen by the X server
(or by a separate composite manager) as directed by the window manager,
which usually communicates with the user via graphical controls such as buttons
and draggable titlebars and borders.

For a comprehensive overview of X Server and X Window System, consult the
following article:
https://en.wikipedia.org/wiki/X_server

All questions regarding this software should be directed at the
Xorg mailing list:

        https://lists.freedesktop.org/mailman/listinfo/xorg

Please submit bug reports to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/xserver

        https://cgit.freedesktop.org/xorg/xserver

For patch submission instructions, see:

	https://www.x.org/wiki/Development/Documentation/SubmittingPatches

For more information on the git code manager, see:

        https://wiki.x.org/wiki/GitPage

As with other projects hosted on freedesktop.org, X.Org follows its
Code of Conduct, based on the Contributor Covenant. Please conduct
yourself in a respectful and civilized manner when using the above
mailing lists, bug trackers, etc:

	https://www.freedesktop.org/wiki/CodeOfConduct