Name Date Size #Lines LOC

..--

.gitlab-ci/H05-Jun-2025-3633

Xext/H05-Jun-2025-28,11521,422

Xi/H05-Jun-2025-19,97712,304

composite/H05-Jun-2025-4,4453,235

config/H05-Jun-2025-3,3052,553

damageext/H05-Jun-2025-1,7321,423

dbe/H05-Jun-2025-3,3621,943

debian/H05-Jun-2025-12,85210,792

dix/H05-Jun-2025-45,45833,780

doc/H05-Jun-2025-9,1428,264

dri3/H05-Jun-2025-2,3351,880

exa/H05-Jun-2025-10,3476,947

fb/H05-Jun-2025-9,7557,594

glamor/H05-Jun-2025-20,08314,833

glx/H05-Jun-2025-32,15024,934

hw/H05-Jun-2025-391,137301,763

include/H05-Jun-2025-17,98210,941

m4/H05-Jun-2025-9,4638,553

man/H05-Jun-2025-1,4951,369

mi/H05-Jun-2025-22,98716,677

miext/H05-Jun-2025-16,51511,986

os/H05-Jun-2025-17,77913,353

present/H05-Jun-2025-5,1983,787

pseudoramiX/H05-Jun-2025-1,4011,152

randr/H05-Jun-2025-12,6019,616

record/H05-Jun-2025-4,2472,916

render/H05-Jun-2025-9,7197,867

test/H05-Jun-2025-11,7008,676

xfixes/H05-Jun-2025-3,8943,012

xkb/H05-Jun-2025-27,42323,303

.appveyor.ymlH A D05-Jun-20252.2 KiB3433

.dir-locals.elH A D05-Jun-202560 11

.gitlab-ci.ymlH A D05-Jun-20253.5 KiB10582

.travis.ymlH A D05-Jun-2025286 1915

COPYINGH A D05-Jun-202592.6 KiB1,8481,487

ChangeLogH A D05-Jun-20257 MiB192,819134,612

INSTALLH A D05-Jun-202515.4 KiB371288

Makefile.amH A D05-Jun-20253.8 KiB216190

Makefile.inH A D05-Jun-202540.2 KiB1,2791,168

README.mdH A D05-Jun-20251.2 KiB3624

aclocal.m4H A D05-Jun-2025144.2 KiB3,9933,649

autogen.shH A D05-Jun-2025340 1811

compileH A D05-Jun-20257.2 KiB349259

config.guessH A D05-Jun-202547.7 KiB1,6851,472

config.subH A D05-Jun-202531.2 KiB1,8181,661

configureH A D05-Jun-20251,023.2 KiB35,50029,519

configure.acH A D05-Jun-202593.2 KiB2,5802,303

depcompH A D05-Jun-202523 KiB792502

devbook.amH A D05-Jun-20251.8 KiB5846

docbook.amH A D05-Jun-20253.1 KiB10686

fix-miregionH A D05-Jun-20251.1 KiB3028

fix-miregion-privateH A D05-Jun-2025471 1513

fix-patch-whitespaceH A D05-Jun-2025114 53

fix-regionH A D05-Jun-20251.8 KiB3937

install-shH A D05-Jun-202515.3 KiB530346

ltmain.shH A D05-Jun-2025318.1 KiB11,2118,101

manpages.amH A D05-Jun-20252.7 KiB6052

meson.buildH A D05-Jun-202519.3 KiB675589

meson_options.txtH A D05-Jun-20255.4 KiB10494

missingH A D05-Jun-20256.7 KiB216143

test-driverH A D05-Jun-20254.5 KiB14987

xorg-server.m4H A D05-Jun-20251.9 KiB5047

xorg-server.pc.inH A D05-Jun-2025479 2118

xserver.ent.inH A D05-Jun-2025165 42

ylwrapH A D05-Jun-20256.7 KiB248143

README.md

1X Server
2--------
3
4The X server accepts requests from client applications to create windows,
5which are (normally rectangular) "virtual screens" that the client program
6can draw into.
7
8Windows are then composed on the actual screen by the X server
9(or by a separate composite manager) as directed by the window manager,
10which usually communicates with the user via graphical controls such as buttons
11and draggable titlebars and borders.
12
13For a comprehensive overview of X Server and X Window System, consult the
14following article:
15https://en.wikipedia.org/wiki/X_server
16
17All questions regarding this software should be directed at the
18Xorg mailing list:
19
20  https://lists.freedesktop.org/mailman/listinfo/xorg
21
22The master development code repository can be found at:
23
24  https://gitlab.freedesktop.org/xorg/xserver
25
26For patch submission instructions, see:
27
28  https://www.x.org/wiki/Development/Documentation/SubmittingPatches
29
30As with other projects hosted on freedesktop.org, X.Org follows its
31Code of Conduct, based on the Contributor Covenant. Please conduct
32yourself in a respectful and civilized manner when using the above
33mailing lists, bug trackers, etc:
34
35  https://www.freedesktop.org/wiki/CodeOfConduct
36