├── .gitattributes ├── .gitignore ├── COPYING ├── README.md ├── X11 ├── CallbackI.h ├── Composite.h ├── CompositeP.h ├── ConstrainP.h ├── Constraint.h ├── ConvertI.h ├── Core.h ├── CoreP.h ├── CreateI.h ├── DECkeysym.h ├── EventI.h ├── HPkeysym.h ├── HookObjI.h ├── ImUtil.h ├── InitialI.h ├── Intrinsic.h ├── IntrinsicI.h ├── IntrinsicP.h ├── Object.h ├── ObjectP.h ├── PM │ ├── PM.h │ └── PMproto.h ├── PassivGraI.h ├── RectObj.h ├── RectObjP.h ├── ResConfigP.h ├── ResourceI.h ├── SelectionI.h ├── Shell.h ├── ShellI.h ├── ShellP.h ├── StringDefs.h ├── Sunkeysym.h ├── ThreadsI.h ├── TranslateI.h ├── VarargsI.h ├── Vendor.h ├── VendorP.h ├── X.h ├── XF86keysym.h ├── XKBlib.h ├── XWDFile.h ├── Xalloca.h ├── Xarch.h ├── Xatom.h ├── Xauth.h ├── Xaw │ ├── AllWidgets.h │ ├── AsciiSink.h │ ├── AsciiSinkP.h │ ├── AsciiSrc.h │ ├── AsciiSrcP.h │ ├── AsciiText.h │ ├── AsciiTextP.h │ ├── Box.h │ ├── BoxP.h │ ├── Cardinals.h │ ├── Command.h │ ├── CommandP.h │ ├── Dialog.h │ ├── DialogP.h │ ├── Form.h │ ├── FormP.h │ ├── Grip.h │ ├── GripP.h │ ├── Label.h │ ├── LabelP.h │ ├── List.h │ ├── ListP.h │ ├── MenuButtoP.h │ ├── MenuButton.h │ ├── MultiSink.h │ ├── MultiSinkP.h │ ├── MultiSrc.h │ ├── MultiSrcP.h │ ├── Paned.h │ ├── PanedP.h │ ├── Panner.h │ ├── PannerP.h │ ├── Porthole.h │ ├── PortholeP.h │ ├── Repeater.h │ ├── RepeaterP.h │ ├── Reports.h │ ├── Scrollbar.h │ ├── ScrollbarP.h │ ├── Simple.h │ ├── SimpleMenP.h │ ├── SimpleMenu.h │ ├── SimpleP.h │ ├── Sme.h │ ├── SmeBSB.h │ ├── SmeBSBP.h │ ├── SmeLine.h │ ├── SmeLineP.h │ ├── SmeP.h │ ├── StripCharP.h │ ├── StripChart.h │ ├── Template.c │ ├── Template.h │ ├── TemplateP.h │ ├── Text.h │ ├── TextP.h │ ├── TextSink.h │ ├── TextSinkP.h │ ├── TextSrc.h │ ├── TextSrcP.h │ ├── Tip.h │ ├── TipP.h │ ├── Toggle.h │ ├── ToggleP.h │ ├── Tree.h │ ├── TreeP.h │ ├── VendorEP.h │ ├── Viewport.h │ ├── ViewportP.h │ ├── XawImP.h │ └── XawInit.h ├── Xcms.h ├── Xdefs.h ├── Xdmcp.h ├── Xfuncproto.h ├── Xfuncs.h ├── Xlib-xcb.h ├── Xlib.h ├── XlibConf.h ├── Xlibint.h ├── Xlocale.h ├── Xmd.h ├── Xmu │ ├── Atoms.h │ ├── CharSet.h │ ├── CloseHook.h │ ├── Converters.h │ ├── CurUtil.h │ ├── CvtCache.h │ ├── DisplayQue.h │ ├── Drawing.h │ ├── Editres.h │ ├── EditresP.h │ ├── Error.h │ ├── ExtAgent.h │ ├── Initer.h │ ├── Lookup.h │ ├── Misc.h │ ├── StdCmap.h │ ├── StdSel.h │ ├── SysUtil.h │ ├── WhitePoint.h │ ├── WidgetNode.h │ ├── WinUtil.h │ ├── Xct.h │ └── Xmu.h ├── Xos.h ├── Xos_r.h ├── Xosdefs.h ├── Xpoll.h ├── Xpoll.h.in ├── Xproto.h ├── Xprotostr.h ├── Xregion.h ├── Xresource.h ├── Xthreads.h ├── Xtos.h ├── Xutil.h ├── Xw32defs.h ├── Xwindows.h ├── Xwinsock.h ├── ap_keysym.h ├── cursorfont.h ├── dri │ ├── xf86dri.h │ ├── xf86driproto.h │ └── xf86dristr.h ├── extensions │ ├── EVI.h │ ├── EVIproto.h │ ├── MITMisc.h │ ├── Print.h │ ├── Printstr.h │ ├── XEVI.h │ ├── XI.h │ ├── XI2.h │ ├── XI2proto.h │ ├── XIproto.h │ ├── XKB.h │ ├── XKBbells.h │ ├── XKBconfig.h │ ├── XKBfile.h │ ├── XKBgeom.h │ ├── XKBproto.h │ ├── XKBrules.h │ ├── XKBsrv.h │ ├── XKBstr.h │ ├── XKM.h │ ├── XKMformat.h │ ├── XLbx.h │ ├── XResproto.h │ ├── XShm.h │ ├── Xag.h │ ├── Xcup.h │ ├── Xdbe.h │ ├── Xeviestr.h │ ├── Xext.h │ ├── Xfixes.h │ ├── Xge.h │ ├── Xinerama.h │ ├── Xrender.h │ ├── Xv.h │ ├── XvMC.h │ ├── XvMCproto.h │ ├── Xvproto.h │ ├── ag.h │ ├── agproto.h │ ├── applewmconst.h │ ├── applewmproto.h │ ├── bigreqsproto.h │ ├── bigreqstr.h │ ├── composite.h │ ├── compositeproto.h │ ├── cup.h │ ├── cupproto.h │ ├── damageproto.h │ ├── damagewire.h │ ├── dbe.h │ ├── dbeproto.h │ ├── dmx.h │ ├── dmxproto.h │ ├── dpms.h │ ├── dpmsconst.h │ ├── dpmsproto.h │ ├── dri2proto.h │ ├── dri2tokens.h │ ├── dri3proto.h │ ├── evieproto.h │ ├── extutil.h │ ├── fontcache.h │ ├── fontcacheP.h │ ├── fontcachstr.h │ ├── ge.h │ ├── geproto.h │ ├── lbx.h │ ├── lbxproto.h │ ├── lgewire.h │ ├── mitmiscconst.h │ ├── mitmiscproto.h │ ├── multibuf.h │ ├── multibufconst.h │ ├── multibufproto.h │ ├── panoramiXext.h │ ├── panoramiXproto.h │ ├── presentproto.h │ ├── presenttokens.h │ ├── randr.h │ ├── randrproto.h │ ├── recordconst.h │ ├── recordproto.h │ ├── recordstr.h │ ├── render.h │ ├── renderproto.h │ ├── saver.h │ ├── saverproto.h │ ├── secur.h │ ├── security.h │ ├── securproto.h │ ├── shape.h │ ├── shapeconst.h │ ├── shapeproto.h │ ├── shapestr.h │ ├── shm.h │ ├── shmproto.h │ ├── shmstr.h │ ├── sync.h │ ├── syncconst.h │ ├── syncproto.h │ ├── syncstr.h │ ├── vldXvMC.h │ ├── windowswm.h │ ├── windowswmstr.h │ ├── xcalibrateproto.h │ ├── xcalibratewire.h │ ├── xcmiscproto.h │ ├── xcmiscstr.h │ ├── xf86bigfont.h │ ├── xf86bigfproto.h │ ├── xf86bigfstr.h │ ├── xf86dga.h │ ├── xf86dga1const.h │ ├── xf86dga1proto.h │ ├── xf86dga1str.h │ ├── xf86dgaconst.h │ ├── xf86dgaproto.h │ ├── xf86dgastr.h │ ├── xf86misc.h │ ├── xf86mscstr.h │ ├── xf86rush.h │ ├── xf86rushstr.h │ ├── xf86vm.h │ ├── xf86vmproto.h │ ├── xf86vmstr.h │ ├── xfixesproto.h │ ├── xfixeswire.h │ ├── xtestconst.h │ ├── xtestext1.h │ ├── xtestext1const.h │ ├── xtestext1proto.h │ ├── xtestproto.h │ ├── xtrapbits.h │ ├── xtrapddmi.h │ ├── xtrapdi.h │ ├── xtrapemacros.h │ ├── xtraplib.h │ ├── xtraplibp.h │ └── xtrapproto.h ├── fonts │ ├── FS.h │ ├── FSproto.h │ ├── bdfint.h │ ├── bitmap.h │ ├── bufio.h │ ├── fntfil.h │ ├── fntfilio.h │ ├── fntfilst.h │ ├── font.h │ ├── fontenc.h │ ├── fontencc.h │ ├── fontmisc.h │ ├── fontmod.h │ ├── fontproto.h │ ├── fontstruct.h │ ├── fontutil.h │ ├── fontxlfd.h │ ├── fsmasks.h │ ├── libxfont2.h │ └── pcf.h ├── keysym.h ├── keysymdef.h ├── xpm.h └── xtrans │ ├── .gitignore │ ├── AUTHORS │ ├── COPYING │ ├── Makefile.am │ ├── README │ ├── Xtrans.c │ ├── Xtrans.h │ ├── Xtransint.h │ ├── Xtranslcl.c │ ├── Xtranssock.c │ ├── Xtransutil.c │ ├── autogen.sh │ ├── configure.ac │ ├── doc │ ├── .gitignore │ ├── Makefile.am │ └── xtrans.xml │ ├── docbook.am │ ├── transport.c │ ├── xtrans.m4 │ └── xtrans.pc.in ├── apps ├── common │ ├── inet.c │ └── makefile ├── xauth │ ├── COPYING │ ├── ChangeLog │ ├── INSTALL │ ├── Makefile.am │ ├── Makefile.in │ ├── README │ ├── aclocal.m4 │ ├── compile │ ├── config.guess │ ├── config.h │ ├── config.h.in │ ├── config.sub │ ├── configure │ ├── configure.ac │ ├── depcomp │ ├── gethost.c │ ├── install-sh │ ├── makefile │ ├── man │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ └── xauth.man │ ├── missing │ ├── parsedpy.c │ ├── process.c │ ├── test-driver │ ├── xauth.c │ └── xauth.h ├── xcalc │ ├── COPYING │ ├── ChangeLog │ ├── INSTALL │ ├── Makefile.am │ ├── Makefile.in │ ├── README │ ├── aclocal.m4 │ ├── actions.c │ ├── app-defaults │ │ ├── XCalc │ │ └── XCalc-color │ ├── compile │ ├── config.guess │ ├── config.h.in │ ├── config.sub │ ├── configure │ ├── configure.ac │ ├── depcomp │ ├── install-sh │ ├── makefile │ ├── man │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ └── xcalc.man │ ├── math.c │ ├── missing │ ├── xcalc.c │ └── xcalc.h ├── xclock │ ├── COPYING │ ├── ChangeLog │ ├── Clock.c │ ├── Clock.h │ ├── ClockP.h │ ├── INSTALL │ ├── Makefile.am │ ├── Makefile.in │ ├── README │ ├── aclocal.m4 │ ├── app-defaults │ │ ├── XClock │ │ └── XClock-color │ ├── clmask.bit │ ├── clock.bit │ ├── compile │ ├── config.guess │ ├── config.h.in │ ├── config.rpath │ ├── config.sub │ ├── configure │ ├── configure.ac │ ├── depcomp │ ├── install-sh │ ├── makefile │ ├── man │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ └── xclock.man │ ├── missing │ └── xclock.c ├── xhost │ ├── AUTHORS │ ├── COPYING │ ├── ChangeLog │ ├── INSTALL │ ├── Makefile.am │ ├── Makefile.in │ ├── README │ ├── aclocal.m4 │ ├── compile │ ├── config.guess │ ├── config.h │ ├── config.h.in │ ├── config.sub │ ├── configure │ ├── configure.ac │ ├── depcomp │ ├── install-sh │ ├── makefile │ ├── man │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ └── xhost.man │ ├── missing │ └── xhost.c ├── xrdb │ ├── .gitignore │ ├── AUTHORS │ ├── COPYING │ ├── Makefile.am │ ├── README │ ├── autogen.sh │ ├── configure.ac │ ├── man │ │ ├── Makefile.am │ │ └── xrdb.man │ └── xrdb.c └── xwininfo │ ├── .gitignore │ ├── COPYING │ ├── Makefile.am │ ├── README.md │ ├── autogen.sh │ ├── clientwin.c │ ├── clientwin.h │ ├── config.rpath │ ├── configure.ac │ ├── dsimple.c │ ├── dsimple.h │ ├── man │ ├── Makefile.am │ └── xwininfo.man │ ├── strnlen.c │ ├── strnlen.h │ └── xwininfo.c ├── bdftopcf ├── AUTHORS ├── COPYING ├── ChangeLog ├── INSTALL ├── Makefile.am ├── Makefile.in ├── README ├── aclocal.m4 ├── atom.c ├── bdfint.h ├── bdfread.c ├── bdftopcf.c ├── bdfutils.c ├── bitmap.c ├── bitmap.h ├── bitmaputil.c ├── bufio.c ├── bufio.h ├── compile ├── config.guess ├── config.h ├── config.h.in ├── config.sub ├── configure ├── configure.ac ├── defaults.c ├── depcomp ├── fileio.c ├── filewr.c ├── fntfil.h ├── fntfilio.h ├── fntfilst.h ├── font.h ├── fontaccel.c ├── fontink.c ├── fontmisc.h ├── fontutil.h ├── fontxlfd.h ├── install-sh ├── makefile ├── man │ ├── Makefile.am │ ├── Makefile.in │ └── bdftopcf.man ├── missing ├── pcf.h ├── pcfwrite.c ├── private.c ├── stubs.h └── utilbitmap.c ├── dxtn ├── Changelog ├── Makefile ├── base │ ├── basictypes.h │ └── port.h ├── build │ └── build_config.h ├── dxtn.def ├── getsrc.btm ├── txc_compress_dxtn.c ├── txc_dxtn.h └── txc_fetch_dxtn.cc ├── expat ├── CMake.README ├── CMakeLists.txt ├── COPYING ├── Changes ├── ConfigureChecks.cmake ├── MANIFEST ├── Makefile.in ├── README ├── aclocal.m4 ├── amiga │ ├── Makefile │ ├── README.txt │ ├── expat.xml │ ├── expat_68k.c │ ├── expat_68k.h │ ├── expat_68k_handler_stubs.c │ ├── expat_base.h │ ├── expat_lib.c │ ├── expat_vectors.c │ ├── include │ │ ├── inline4 │ │ │ └── expat.h │ │ ├── interfaces │ │ │ └── expat.h │ │ ├── libraries │ │ │ └── expat.h │ │ └── proto │ │ │ └── expat.h │ └── launch.c ├── bcb5 │ ├── README.txt │ ├── all_projects.bpg │ ├── elements.bpf │ ├── elements.bpr │ ├── elements.mak │ ├── expat.bpf │ ├── expat.bpr │ ├── expat.mak │ ├── expat_static.bpf │ ├── expat_static.bpr │ ├── expat_static.mak │ ├── expatw.bpf │ ├── expatw.bpr │ ├── expatw.mak │ ├── expatw_static.bpf │ ├── expatw_static.bpr │ ├── expatw_static.mak │ ├── libexpat_mtd.def │ ├── libexpatw_mtd.def │ ├── makefile.mak │ ├── outline.bpf │ ├── outline.bpr │ ├── outline.mak │ ├── setup.bat │ ├── xmlwf.bpf │ ├── xmlwf.bpr │ └── xmlwf.mak ├── configure ├── configure.in ├── conftools │ ├── PrintPath │ ├── ac_c_bigendian_cross.m4 │ ├── config.guess │ ├── config.sub │ ├── expat.m4 │ ├── get-version.sh │ ├── install-sh │ ├── ltmain.sh │ └── mkinstalldirs ├── doc │ ├── expat.png │ ├── reference.html │ ├── style.css │ ├── valid-xhtml10.png │ ├── xmlwf.1 │ └── xmlwf.sgml ├── examples │ ├── elements.c │ ├── elements.dsp │ ├── outline.c │ └── outline.dsp ├── expat.dsw ├── expat.pc.in ├── expat_config.h.cmake ├── expat_config.h.in ├── lib │ ├── Makefile.MPW │ ├── amigaconfig.h │ ├── ascii.h │ ├── asciitab.h │ ├── expat.dsp │ ├── expat.h │ ├── expat_external.h │ ├── expat_static.dsp │ ├── expatw.dsp │ ├── expatw_static.dsp │ ├── iasciitab.h │ ├── internal.h │ ├── latin1tab.h │ ├── libexpat.def │ ├── libexpatw.def │ ├── macconfig.h │ ├── makefile │ ├── nametab.h │ ├── utf8tab.h │ ├── winconfig.h │ ├── xmlparse.c │ ├── xmlrole.c │ ├── xmlrole.h │ ├── xmltok.c │ ├── xmltok.h │ ├── xmltok_impl.c │ ├── xmltok_impl.h │ └── xmltok_ns.c ├── m4 │ ├── libtool.m4 │ ├── ltoptions.m4 │ ├── ltsugar.m4 │ ├── ltversion.m4 │ └── lt~obsolete.m4 ├── tests │ ├── README.txt │ ├── benchmark │ │ ├── README.txt │ │ ├── benchmark.c │ │ ├── benchmark.dsp │ │ └── benchmark.dsw │ ├── chardata.c │ ├── chardata.h │ ├── minicheck.c │ ├── minicheck.h │ ├── runtests.c │ ├── runtestspp.cpp │ └── xmltest.sh ├── vms │ ├── README.vms │ ├── descrip.mms │ └── expat_config.h ├── win32 │ ├── MANIFEST.txt │ ├── README.txt │ └── expat.iss └── xmlwf │ ├── codepage.c │ ├── codepage.h │ ├── ct.c │ ├── filemap.h │ ├── readfilemap.c │ ├── unixfilemap.c │ ├── win32filemap.c │ ├── xmlfile.c │ ├── xmlfile.h │ ├── xmlmime.c │ ├── xmlmime.h │ ├── xmltchar.h │ ├── xmlurl.h │ ├── xmlwf.c │ ├── xmlwf.dsp │ └── xmlwin32url.cxx ├── fastforwardotherbranch.sh ├── filesthatshouldbethesame.py ├── fontconfig ├── .gitlab-ci.yml ├── AUTHORS ├── COPYING ├── INSTALL ├── Makefile.am ├── NEWS ├── README ├── Tools.mk ├── autogen.sh ├── conf.d │ ├── 10-autohint.conf │ ├── 10-hinting-full.conf │ ├── 10-hinting-medium.conf │ ├── 10-hinting-none.conf │ ├── 10-hinting-slight.conf │ ├── 10-no-sub-pixel.conf │ ├── 10-scale-bitmap-fonts.conf │ ├── 10-sub-pixel-bgr.conf │ ├── 10-sub-pixel-rgb.conf │ ├── 10-sub-pixel-vbgr.conf │ ├── 10-sub-pixel-vrgb.conf │ ├── 10-unhinted.conf │ ├── 11-lcdfilter-default.conf │ ├── 11-lcdfilter-legacy.conf │ ├── 11-lcdfilter-light.conf │ ├── 20-unhint-small-vera.conf │ ├── 25-unhint-nonlatin.conf │ ├── 30-metric-aliases.conf │ ├── 40-nonlatin.conf │ ├── 45-generic.conf │ ├── 45-latin.conf │ ├── 49-sansserif.conf │ ├── 50-user.conf │ ├── 51-local.conf │ ├── 60-generic.conf │ ├── 60-latin.conf │ ├── 65-fonts-persian.conf │ ├── 65-khmer.conf │ ├── 65-nonlatin.conf │ ├── 69-unifont.conf │ ├── 70-no-bitmaps.conf │ ├── 70-yes-bitmaps.conf │ ├── 80-delicious.conf │ ├── 90-synthetic.conf │ ├── Makefile.am │ └── README.in ├── config-fixups.h ├── config.h ├── configure.ac ├── doc │ ├── Makefile.am │ ├── check-missing-doc │ ├── confdir.sgml.in │ ├── edit-sgml.c │ ├── fcatomic.fncs │ ├── fcblanks.fncs │ ├── fccache.fncs │ ├── fccharset.fncs │ ├── fcconfig.fncs │ ├── fcconstant.fncs │ ├── fcdircache.fncs │ ├── fcfile.fncs │ ├── fcfontset.fncs │ ├── fcformat.fncs │ ├── fcfreetype.fncs │ ├── fcinit.fncs │ ├── fclangset.fncs │ ├── fcmatrix.fncs │ ├── fcobjectset.fncs │ ├── fcobjecttype.fncs │ ├── fcpattern.fncs │ ├── fcrange.fncs │ ├── fcstring.fncs │ ├── fcstrset.fncs │ ├── fcvalue.fncs │ ├── fcweight.fncs │ ├── fontconfig-devel.sgml │ ├── fontconfig-user.sgml │ ├── func.sgml │ └── version.sgml.in ├── fc-cache │ ├── Makefile.am │ ├── fc-cache.c │ └── fc-cache.sgml ├── fc-case │ ├── .gitignore │ ├── CaseFolding.txt │ ├── Makefile.am │ ├── fc-case.c │ ├── fccase.tmpl.h │ └── makefile ├── fc-cat │ ├── Makefile.am │ ├── fc-cat.c │ └── fc-cat.sgml ├── fc-conflist │ ├── Makefile.am │ ├── fc-conflist.c │ └── fc-conflist.sgml ├── fc-lang │ ├── .gitignore │ ├── Makefile.am │ ├── README │ ├── aa.orth │ ├── ab.orth │ ├── af.orth │ ├── ak.orth │ ├── am.orth │ ├── an.orth │ ├── ar.orth │ ├── as.orth │ ├── ast.orth │ ├── av.orth │ ├── ay.orth │ ├── az_az.orth │ ├── az_ir.orth │ ├── ba.orth │ ├── be.orth │ ├── ber_dz.orth │ ├── ber_ma.orth │ ├── bg.orth │ ├── bh.orth │ ├── bho.orth │ ├── bi.orth │ ├── bin.orth │ ├── bm.orth │ ├── bn.orth │ ├── bo.orth │ ├── br.orth │ ├── brx.orth │ ├── bs.orth │ ├── bua.orth │ ├── byn.orth │ ├── ca.orth │ ├── ce.orth │ ├── ch.orth │ ├── chm.orth │ ├── chr.orth │ ├── co.orth │ ├── crh.orth │ ├── cs.orth │ ├── csb.orth │ ├── cu.orth │ ├── cv.orth │ ├── cy.orth │ ├── da.orth │ ├── de.orth │ ├── doi.orth │ ├── dv.orth │ ├── dz.orth │ ├── ee.orth │ ├── el.orth │ ├── en.orth │ ├── eo.orth │ ├── es.orth │ ├── et.orth │ ├── eu.orth │ ├── fa.orth │ ├── fat.orth │ ├── fc-lang.c │ ├── fc-lang.man │ ├── fclang.tmpl.h │ ├── ff.orth │ ├── fi.orth │ ├── fil.orth │ ├── fj.orth │ ├── fo.orth │ ├── fr.orth │ ├── fur.orth │ ├── fy.orth │ ├── ga.orth │ ├── gd.orth │ ├── gez.orth │ ├── gl.orth │ ├── gn.orth │ ├── gu.orth │ ├── gv.orth │ ├── ha.orth │ ├── haw.orth │ ├── he.orth │ ├── hi.orth │ ├── hne.orth │ ├── ho.orth │ ├── hr.orth │ ├── hsb.orth │ ├── ht.orth │ ├── hu.orth │ ├── hy.orth │ ├── hz.orth │ ├── ia.orth │ ├── id.orth │ ├── ie.orth │ ├── ig.orth │ ├── ii.orth │ ├── ik.orth │ ├── io.orth │ ├── is.orth │ ├── iso-3166.txt │ ├── iso639-1 │ ├── iso639-2 │ ├── it.orth │ ├── iu.orth │ ├── ja.orth │ ├── jv.orth │ ├── ka.orth │ ├── kaa.orth │ ├── kab.orth │ ├── ki.orth │ ├── kj.orth │ ├── kk.orth │ ├── kl.orth │ ├── km.orth │ ├── kn.orth │ ├── ko.orth │ ├── kok.orth │ ├── kr.orth │ ├── ks.orth │ ├── ku_am.orth │ ├── ku_iq.orth │ ├── ku_ir.orth │ ├── ku_tr.orth │ ├── kum.orth │ ├── kv.orth │ ├── kw.orth │ ├── kwm.orth │ ├── ky.orth │ ├── la.orth │ ├── lah.orth │ ├── lb.orth │ ├── lez.orth │ ├── lg.orth │ ├── li.orth │ ├── ln.orth │ ├── lo.orth │ ├── lt.orth │ ├── lv.orth │ ├── mai.orth │ ├── makefile │ ├── mg.orth │ ├── mh.orth │ ├── mi.orth │ ├── mk.orth │ ├── ml.orth │ ├── mn_cn.orth │ ├── mn_mn.orth │ ├── mni.orth │ ├── mo.orth │ ├── mr.orth │ ├── ms.orth │ ├── mt.orth │ ├── my.orth │ ├── na.orth │ ├── nb.orth │ ├── nds.orth │ ├── ne.orth │ ├── ng.orth │ ├── nl.orth │ ├── nn.orth │ ├── no.orth │ ├── nqo.orth │ ├── nr.orth │ ├── nso.orth │ ├── nv.orth │ ├── ny.orth │ ├── oc.orth │ ├── om.orth │ ├── or.orth │ ├── os.orth │ ├── ota.orth │ ├── pa.orth │ ├── pa_pk.orth │ ├── pap_an.orth │ ├── pap_aw.orth │ ├── pes.orth │ ├── pl.orth │ ├── prs.orth │ ├── ps_af.orth │ ├── ps_pk.orth │ ├── pt.orth │ ├── qu.orth │ ├── quz.orth │ ├── rm.orth │ ├── rn.orth │ ├── ro.orth │ ├── ru.orth │ ├── rw.orth │ ├── sa.orth │ ├── sah.orth │ ├── sat.orth │ ├── sc.orth │ ├── sco.orth │ ├── sd.orth │ ├── se.orth │ ├── sel.orth │ ├── sg.orth │ ├── sh.orth │ ├── shs.orth │ ├── si.orth │ ├── sid.orth │ ├── sk.orth │ ├── sl.orth │ ├── sm.orth │ ├── sma.orth │ ├── smj.orth │ ├── smn.orth │ ├── sms.orth │ ├── sn.orth │ ├── so.orth │ ├── sq.orth │ ├── sr.orth │ ├── ss.orth │ ├── st.orth │ ├── su.orth │ ├── sv.orth │ ├── sw.orth │ ├── syr.orth │ ├── ta.orth │ ├── te.orth │ ├── tg.orth │ ├── th.orth │ ├── ti_er.orth │ ├── ti_et.orth │ ├── tig.orth │ ├── tk.orth │ ├── tl.orth │ ├── tn.orth │ ├── to.orth │ ├── tr.orth │ ├── ts.orth │ ├── tt.orth │ ├── tw.orth │ ├── ty.orth │ ├── tyv.orth │ ├── ug.orth │ ├── uk.orth │ ├── und_zmth.orth │ ├── und_zsye.orth │ ├── ur.orth │ ├── uz.orth │ ├── ve.orth │ ├── vi.orth │ ├── vo.orth │ ├── vot.orth │ ├── wa.orth │ ├── wal.orth │ ├── wen.orth │ ├── wo.orth │ ├── xh.orth │ ├── yap.orth │ ├── yi.orth │ ├── yo.orth │ ├── za.orth │ ├── zh_cn.orth │ ├── zh_hk.orth │ ├── zh_mo.orth │ ├── zh_sg.orth │ ├── zh_tw.orth │ └── zu.orth ├── fc-list │ ├── Makefile.am │ ├── fc-list.c │ └── fc-list.sgml ├── fc-match │ ├── Makefile.am │ ├── fc-match.c │ └── fc-match.sgml ├── fc-pattern │ ├── Makefile.am │ ├── fc-pattern.c │ └── fc-pattern.sgml ├── fc-query │ ├── Makefile.am │ ├── fc-query.c │ └── fc-query.sgml ├── fc-scan │ ├── Makefile.am │ ├── fc-scan.c │ └── fc-scan.sgml ├── fc-validate │ ├── Makefile.am │ ├── fc-validate.c │ └── fc-validate.sgml ├── fontconfig-zip.in ├── fontconfig.pc.in ├── fontconfig.spec.in ├── fontconfig │ ├── Makefile.am │ ├── fcfreetype.h │ ├── fcprivate.h │ └── fontconfig.h ├── fonts.conf.in ├── fonts.dtd ├── git.mk ├── its │ ├── Makefile.am │ ├── fontconfig.its │ └── fontconfig.loc ├── local.conf ├── m4 │ ├── .gitkeep │ ├── ac_check_symbol.m4 │ ├── ax_cc_for_build.m4 │ ├── ax_create_stdint_h.m4 │ ├── ax_pthread.m4 │ └── pkg.m4 ├── new-version.sh ├── po-conf │ ├── ChangeLog │ ├── LINGUAS │ ├── Makevars │ ├── POTFILES.in │ └── zh_CN.po ├── po │ ├── ChangeLog │ ├── LINGUAS │ ├── Makevars │ ├── POTFILES.in │ └── zh_CN.po ├── src │ ├── .gitignore │ ├── Makefile.am │ ├── cleangperf.py │ ├── converttype.py │ ├── copy.c │ ├── fcarch.c │ ├── fcarch.h │ ├── fcatomic.c │ ├── fcatomic.h │ ├── fccache.c │ ├── fccfg.c │ ├── fccharset.c │ ├── fccompat.c │ ├── fcdbg.c │ ├── fcdefault.c │ ├── fcdeprecate.h │ ├── fcdir.c │ ├── fcformat.c │ ├── fcfreetype.c │ ├── fcfs.c │ ├── fcftint.h │ ├── fchash.c │ ├── fcinit.c │ ├── fcint.h │ ├── fclang.c │ ├── fclist.c │ ├── fcmatch.c │ ├── fcmatrix.c │ ├── fcmutex.h │ ├── fcname.c │ ├── fcobjs.c │ ├── fcobjs.h │ ├── fcobjshash.gperf.h │ ├── fcpat.c │ ├── fcptrlist.c │ ├── fcrange.c │ ├── fcserialize.c │ ├── fcstat.c │ ├── fcstdint.h │ ├── fcstr.c │ ├── fcweight.c │ ├── fcwindows.h │ ├── fcxml.c │ ├── ftglue.c │ ├── ftglue.h │ ├── gen_uuid.c │ ├── makealias │ ├── makealias.py │ ├── makefile │ ├── makefile.srcs │ ├── pack.c │ ├── parse.c │ ├── unpack.c │ ├── unparse.c │ └── uuid │ │ ├── uuid.h │ │ ├── uuidP.h │ │ └── uuidd.h └── test │ ├── 4x6.pcf │ ├── 8x16.pcf │ ├── Makefile.am │ ├── fonts.conf.in │ ├── out.expected-long-family-names │ ├── out.expected-no-long-family-names │ ├── run-test-conf.sh │ ├── run-test.sh │ ├── test-90-synthetic.json │ ├── test-bz106618.c │ ├── test-bz106632.c │ ├── test-bz131804.c │ ├── test-bz89617.c │ ├── test-bz96676.c │ ├── test-conf.c │ ├── test-d1f48f11.c │ ├── test-hash.c │ ├── test-issue107.c │ ├── test-issue110.c │ ├── test-migration.c │ ├── test-name-parse.c │ └── test-pthread.c ├── freetype ├── .gitignore ├── CMakeLists.txt ├── ChangeLog ├── ChangeLog.20 ├── ChangeLog.21 ├── ChangeLog.22 ├── ChangeLog.23 ├── ChangeLog.24 ├── ChangeLog.25 ├── ChangeLog.26 ├── ChangeLog.27 ├── ChangeLog.28 ├── Jamfile ├── Jamrules ├── Makefile ├── README ├── README.git ├── autogen.sh ├── builds │ ├── amiga │ │ ├── README │ │ ├── include │ │ │ └── config │ │ │ │ ├── ftconfig.h │ │ │ │ └── ftmodule.h │ │ ├── makefile │ │ ├── makefile.os4 │ │ ├── smakefile │ │ └── src │ │ │ └── base │ │ │ ├── ftdebug.c │ │ │ └── ftsystem.c │ ├── ansi │ │ ├── ansi-def.mk │ │ └── ansi.mk │ ├── atari │ │ ├── ATARI.H │ │ ├── FNames.SIC │ │ ├── FREETYPE.PRJ │ │ ├── README.TXT │ │ ├── deflinejoiner.awk │ │ └── gen-purec-patch.sh │ ├── beos │ │ ├── beos-def.mk │ │ ├── beos.mk │ │ └── detect.mk │ ├── cmake │ │ ├── FindHarfBuzz.cmake │ │ ├── iOS.cmake │ │ └── testbuild.sh │ ├── compiler │ │ ├── ansi-cc.mk │ │ ├── bcc-dev.mk │ │ ├── bcc.mk │ │ ├── emx.mk │ │ ├── gcc-dev.mk │ │ ├── gcc.mk │ │ ├── intelc.mk │ │ ├── unix-lcc.mk │ │ ├── visualage.mk │ │ ├── visualc.mk │ │ ├── watcom.mk │ │ └── win-lcc.mk │ ├── detect.mk │ ├── dos │ │ ├── detect.mk │ │ ├── dos-def.mk │ │ ├── dos-emx.mk │ │ ├── dos-gcc.mk │ │ └── dos-wat.mk │ ├── exports.mk │ ├── freetype.mk │ ├── link_dos.mk │ ├── link_std.mk │ ├── mac │ │ ├── FreeType.m68k_cfm.make.txt │ │ ├── FreeType.m68k_far.make.txt │ │ ├── FreeType.ppc_carbon.make.txt │ │ ├── FreeType.ppc_classic.make.txt │ │ ├── README │ │ ├── ascii2mpw.py │ │ ├── freetype-Info.plist │ │ ├── ftlib.prj.xml │ │ └── ftmac.c │ ├── modules.mk │ ├── os2 │ │ ├── detect.mk │ │ ├── os2-def.mk │ │ ├── os2-dev.mk │ │ └── os2-gcc.mk │ ├── symbian │ │ ├── bld.inf │ │ └── freetype.mmp │ ├── toplevel.mk │ ├── unix │ │ ├── aclocal.m4 │ │ ├── config.guess │ │ ├── config.sub │ │ ├── configure │ │ ├── configure.ac │ │ ├── configure.raw │ │ ├── detect.mk │ │ ├── freetype-config.in │ │ ├── freetype2.in │ │ ├── freetype2.m4 │ │ ├── ft-munmap.m4 │ │ ├── ftconfig.in │ │ ├── ftsystem.c │ │ ├── install-sh │ │ ├── install.mk │ │ ├── ltmain.sh │ │ ├── pkg.m4 │ │ ├── unix-cc.in │ │ ├── unix-def.in │ │ ├── unix-dev.mk │ │ ├── unix-lcc.mk │ │ ├── unix.mk │ │ └── unixddef.mk │ ├── vms │ │ ├── ftconfig.h │ │ └── ftsystem.c │ ├── wince │ │ ├── ftdebug.c │ │ ├── vc2005-ce │ │ │ ├── freetype.sln │ │ │ ├── freetype.vcproj │ │ │ └── index.html │ │ └── vc2008-ce │ │ │ ├── freetype.sln │ │ │ ├── freetype.vcproj │ │ │ └── index.html │ └── windows │ │ ├── detect.mk │ │ ├── ftdebug.c │ │ ├── vc2005 │ │ ├── freetype.sln │ │ ├── freetype.vcproj │ │ └── index.html │ │ ├── vc2008 │ │ ├── freetype.sln │ │ ├── freetype.vcproj │ │ └── index.html │ │ ├── vc2010 │ │ ├── freetype.sln │ │ ├── freetype.user.props │ │ ├── freetype.vcxproj │ │ ├── freetype.vcxproj.filters │ │ └── index.html │ │ ├── visualc │ │ ├── freetype.dsp │ │ ├── freetype.dsw │ │ ├── freetype.sln │ │ ├── freetype.vcproj │ │ └── index.html │ │ ├── visualce │ │ ├── freetype.dsp │ │ ├── freetype.dsw │ │ ├── freetype.vcproj │ │ └── index.html │ │ ├── w32-bcc.mk │ │ ├── w32-bccd.mk │ │ ├── w32-dev.mk │ │ ├── w32-gcc.mk │ │ ├── w32-icc.mk │ │ ├── w32-intl.mk │ │ ├── w32-lcc.mk │ │ ├── w32-mingw32.mk │ │ ├── w32-vcc.mk │ │ ├── w32-wat.mk │ │ └── win32-def.mk ├── configure ├── devel │ ├── ft2build.h │ └── ftoption.h ├── docs │ ├── CHANGES │ ├── CMAKE │ ├── CUSTOMIZE │ ├── DEBUG │ ├── FTL.TXT │ ├── GPLv2.TXT │ ├── INSTALL │ ├── INSTALL.ANY │ ├── INSTALL.CROSS │ ├── INSTALL.GNU │ ├── INSTALL.MAC │ ├── INSTALL.UNIX │ ├── INSTALL.VMS │ ├── LICENSE.TXT │ ├── MAKEPP │ ├── PROBLEMS │ ├── TODO │ ├── VERSIONS.TXT │ ├── formats.txt │ ├── freetype-config.1 │ ├── raster.txt │ ├── reference │ │ ├── README │ │ ├── ft2-auto_hinter.html │ │ ├── ft2-base_interface.html │ │ ├── ft2-basic_types.html │ │ ├── ft2-bdf_fonts.html │ │ ├── ft2-bitmap_handling.html │ │ ├── ft2-bzip2.html │ │ ├── ft2-cache_subsystem.html │ │ ├── ft2-cff_driver.html │ │ ├── ft2-cid_fonts.html │ │ ├── ft2-computations.html │ │ ├── ft2-error_code_values.html │ │ ├── ft2-error_enumerations.html │ │ ├── ft2-font_formats.html │ │ ├── ft2-gasp_table.html │ │ ├── ft2-glyph_management.html │ │ ├── ft2-glyph_stroker.html │ │ ├── ft2-glyph_variants.html │ │ ├── ft2-gx_validation.html │ │ ├── ft2-gzip.html │ │ ├── ft2-header_file_macros.html │ │ ├── ft2-header_inclusion.html │ │ ├── ft2-incremental.html │ │ ├── ft2-index.html │ │ ├── ft2-lcd_filtering.html │ │ ├── ft2-list_processing.html │ │ ├── ft2-lzw.html │ │ ├── ft2-mac_specific.html │ │ ├── ft2-module_management.html │ │ ├── ft2-multiple_masters.html │ │ ├── ft2-ot_validation.html │ │ ├── ft2-outline_processing.html │ │ ├── ft2-parameter_tags.html │ │ ├── ft2-pcf_driver.html │ │ ├── ft2-pfr_fonts.html │ │ ├── ft2-properties.html │ │ ├── ft2-quick_advance.html │ │ ├── ft2-raster.html │ │ ├── ft2-sfnt_names.html │ │ ├── ft2-sizes_management.html │ │ ├── ft2-system_interface.html │ │ ├── ft2-t1_cid_driver.html │ │ ├── ft2-toc.html │ │ ├── ft2-truetype_engine.html │ │ ├── ft2-truetype_tables.html │ │ ├── ft2-tt_driver.html │ │ ├── ft2-type1_tables.html │ │ ├── ft2-user_allocation.html │ │ ├── ft2-version.html │ │ └── ft2-winfnt_fonts.html │ └── release ├── freetype.vcproj ├── freetype.vcxproj ├── freetype.vcxproj.filters ├── freetypevc10.sln ├── ftdump.vcproj ├── ftstring.vcproj ├── ftview.vcproj ├── include │ ├── freetype │ │ ├── config │ │ │ ├── ftconfig.h │ │ │ ├── ftheader.h │ │ │ ├── ftmodule.h │ │ │ ├── ftoption.h │ │ │ └── ftstdlib.h │ │ ├── freetype.h │ │ ├── ftadvanc.h │ │ ├── ftbbox.h │ │ ├── ftbdf.h │ │ ├── ftbitmap.h │ │ ├── ftbzip2.h │ │ ├── ftcache.h │ │ ├── ftchapters.h │ │ ├── ftcid.h │ │ ├── ftdriver.h │ │ ├── fterrdef.h │ │ ├── fterrors.h │ │ ├── ftfntfmt.h │ │ ├── ftgasp.h │ │ ├── ftglyph.h │ │ ├── ftgxval.h │ │ ├── ftgzip.h │ │ ├── ftimage.h │ │ ├── ftincrem.h │ │ ├── ftlcdfil.h │ │ ├── ftlist.h │ │ ├── ftlzw.h │ │ ├── ftmac.h │ │ ├── ftmm.h │ │ ├── ftmodapi.h │ │ ├── ftmoderr.h │ │ ├── ftotval.h │ │ ├── ftoutln.h │ │ ├── ftparams.h │ │ ├── ftpfr.h │ │ ├── ftrender.h │ │ ├── ftsizes.h │ │ ├── ftsnames.h │ │ ├── ftstroke.h │ │ ├── ftsynth.h │ │ ├── ftsystem.h │ │ ├── fttrigon.h │ │ ├── fttypes.h │ │ ├── ftwinfnt.h │ │ ├── internal │ │ │ ├── autohint.h │ │ │ ├── cffotypes.h │ │ │ ├── cfftypes.h │ │ │ ├── ftcalc.h │ │ │ ├── ftdebug.h │ │ │ ├── ftdrv.h │ │ │ ├── ftgloadr.h │ │ │ ├── fthash.h │ │ │ ├── ftmemory.h │ │ │ ├── ftobjs.h │ │ │ ├── ftpic.h │ │ │ ├── ftpsprop.h │ │ │ ├── ftrfork.h │ │ │ ├── ftserv.h │ │ │ ├── ftstream.h │ │ │ ├── fttrace.h │ │ │ ├── ftvalid.h │ │ │ ├── internal.h │ │ │ ├── psaux.h │ │ │ ├── pshints.h │ │ │ ├── services │ │ │ │ ├── svbdf.h │ │ │ │ ├── svcfftl.h │ │ │ │ ├── svcid.h │ │ │ │ ├── svfntfmt.h │ │ │ │ ├── svgldict.h │ │ │ │ ├── svgxval.h │ │ │ │ ├── svkern.h │ │ │ │ ├── svmetric.h │ │ │ │ ├── svmm.h │ │ │ │ ├── svotval.h │ │ │ │ ├── svpfr.h │ │ │ │ ├── svpostnm.h │ │ │ │ ├── svprop.h │ │ │ │ ├── svpscmap.h │ │ │ │ ├── svpsinfo.h │ │ │ │ ├── svsfnt.h │ │ │ │ ├── svttcmap.h │ │ │ │ ├── svtteng.h │ │ │ │ ├── svttglyf.h │ │ │ │ └── svwinfnt.h │ │ │ ├── sfnt.h │ │ │ ├── t1types.h │ │ │ └── tttypes.h │ │ ├── t1tables.h │ │ ├── ttnameid.h │ │ ├── tttables.h │ │ └── tttags.h │ └── ft2build.h ├── modules.cfg ├── objs │ └── README ├── src │ ├── Jamfile │ ├── autofit │ │ ├── Jamfile │ │ ├── afangles.c │ │ ├── afangles.h │ │ ├── afblue.c │ │ ├── afblue.cin │ │ ├── afblue.dat │ │ ├── afblue.h │ │ ├── afblue.hin │ │ ├── afcjk.c │ │ ├── afcjk.h │ │ ├── afcover.h │ │ ├── afdummy.c │ │ ├── afdummy.h │ │ ├── aferrors.h │ │ ├── afglobal.c │ │ ├── afglobal.h │ │ ├── afhints.c │ │ ├── afhints.h │ │ ├── afindic.c │ │ ├── afindic.h │ │ ├── aflatin.c │ │ ├── aflatin.h │ │ ├── aflatin2.c │ │ ├── aflatin2.h │ │ ├── afloader.c │ │ ├── afloader.h │ │ ├── afmodule.c │ │ ├── afmodule.h │ │ ├── afpic.c │ │ ├── afpic.h │ │ ├── afranges.c │ │ ├── afranges.h │ │ ├── afscript.h │ │ ├── afshaper.c │ │ ├── afshaper.h │ │ ├── afstyles.h │ │ ├── aftypes.h │ │ ├── afwarp.c │ │ ├── afwarp.h │ │ ├── afwrtsys.h │ │ ├── autofit.c │ │ ├── module.mk │ │ └── rules.mk │ ├── base │ │ ├── Jamfile │ │ ├── basepic.c │ │ ├── basepic.h │ │ ├── ftadvanc.c │ │ ├── ftapi.c │ │ ├── ftbase.c │ │ ├── ftbase.h │ │ ├── ftbbox.c │ │ ├── ftbdf.c │ │ ├── ftbitmap.c │ │ ├── ftcalc.c │ │ ├── ftcid.c │ │ ├── ftdbgmem.c │ │ ├── ftdebug.c │ │ ├── ftfntfmt.c │ │ ├── ftfstype.c │ │ ├── ftgasp.c │ │ ├── ftgloadr.c │ │ ├── ftglyph.c │ │ ├── ftgxval.c │ │ ├── fthash.c │ │ ├── ftinit.c │ │ ├── ftlcdfil.c │ │ ├── ftmac.c │ │ ├── ftmm.c │ │ ├── ftobjs.c │ │ ├── ftotval.c │ │ ├── ftoutln.c │ │ ├── ftpatent.c │ │ ├── ftpfr.c │ │ ├── ftpic.c │ │ ├── ftpsprop.c │ │ ├── ftrfork.c │ │ ├── ftsnames.c │ │ ├── ftstream.c │ │ ├── ftstroke.c │ │ ├── ftsynth.c │ │ ├── ftsystem.c │ │ ├── fttrigon.c │ │ ├── fttype1.c │ │ ├── ftutil.c │ │ ├── ftver.rc │ │ ├── ftwinfnt.c │ │ ├── md5.c │ │ ├── md5.h │ │ └── rules.mk │ ├── bdf │ │ ├── Jamfile │ │ ├── README │ │ ├── bdf.c │ │ ├── bdf.h │ │ ├── bdfdrivr.c │ │ ├── bdfdrivr.h │ │ ├── bdferror.h │ │ ├── bdflib.c │ │ ├── module.mk │ │ └── rules.mk │ ├── bzip2 │ │ ├── Jamfile │ │ ├── ftbzip2.c │ │ └── rules.mk │ ├── cache │ │ ├── Jamfile │ │ ├── ftcache.c │ │ ├── ftcbasic.c │ │ ├── ftccache.c │ │ ├── ftccache.h │ │ ├── ftccback.h │ │ ├── ftccmap.c │ │ ├── ftcerror.h │ │ ├── ftcglyph.c │ │ ├── ftcglyph.h │ │ ├── ftcimage.c │ │ ├── ftcimage.h │ │ ├── ftcmanag.c │ │ ├── ftcmanag.h │ │ ├── ftcmru.c │ │ ├── ftcmru.h │ │ ├── ftcsbits.c │ │ ├── ftcsbits.h │ │ └── rules.mk │ ├── cff │ │ ├── Jamfile │ │ ├── cff.c │ │ ├── cffcmap.c │ │ ├── cffcmap.h │ │ ├── cffdrivr.c │ │ ├── cffdrivr.h │ │ ├── cfferrs.h │ │ ├── cffgload.c │ │ ├── cffgload.h │ │ ├── cffload.c │ │ ├── cffload.h │ │ ├── cffobjs.c │ │ ├── cffobjs.h │ │ ├── cffparse.c │ │ ├── cffparse.h │ │ ├── cffpic.c │ │ ├── cffpic.h │ │ ├── cfftoken.h │ │ ├── module.mk │ │ └── rules.mk │ ├── cid │ │ ├── Jamfile │ │ ├── ciderrs.h │ │ ├── cidgload.c │ │ ├── cidgload.h │ │ ├── cidload.c │ │ ├── cidload.h │ │ ├── cidobjs.c │ │ ├── cidobjs.h │ │ ├── cidparse.c │ │ ├── cidparse.h │ │ ├── cidriver.c │ │ ├── cidriver.h │ │ ├── cidtoken.h │ │ ├── module.mk │ │ ├── rules.mk │ │ └── type1cid.c │ ├── gxvalid │ │ ├── Jamfile │ │ ├── README │ │ ├── gxvalid.c │ │ ├── gxvalid.h │ │ ├── gxvbsln.c │ │ ├── gxvcommn.c │ │ ├── gxvcommn.h │ │ ├── gxverror.h │ │ ├── gxvfeat.c │ │ ├── gxvfeat.h │ │ ├── gxvfgen.c │ │ ├── gxvjust.c │ │ ├── gxvkern.c │ │ ├── gxvlcar.c │ │ ├── gxvmod.c │ │ ├── gxvmod.h │ │ ├── gxvmort.c │ │ ├── gxvmort.h │ │ ├── gxvmort0.c │ │ ├── gxvmort1.c │ │ ├── gxvmort2.c │ │ ├── gxvmort4.c │ │ ├── gxvmort5.c │ │ ├── gxvmorx.c │ │ ├── gxvmorx.h │ │ ├── gxvmorx0.c │ │ ├── gxvmorx1.c │ │ ├── gxvmorx2.c │ │ ├── gxvmorx4.c │ │ ├── gxvmorx5.c │ │ ├── gxvopbd.c │ │ ├── gxvprop.c │ │ ├── gxvtrak.c │ │ ├── module.mk │ │ └── rules.mk │ ├── gzip │ │ ├── Jamfile │ │ ├── adler32.c │ │ ├── ftgzip.c │ │ ├── ftzconf.h │ │ ├── infblock.c │ │ ├── infblock.h │ │ ├── infcodes.c │ │ ├── infcodes.h │ │ ├── inffixed.h │ │ ├── inflate.c │ │ ├── inftrees.c │ │ ├── inftrees.h │ │ ├── infutil.c │ │ ├── infutil.h │ │ ├── rules.mk │ │ ├── zlib.h │ │ ├── zutil.c │ │ └── zutil.h │ ├── lzw │ │ ├── Jamfile │ │ ├── ftlzw.c │ │ ├── ftzopen.c │ │ ├── ftzopen.h │ │ └── rules.mk │ ├── otvalid │ │ ├── Jamfile │ │ ├── module.mk │ │ ├── otvalid.c │ │ ├── otvalid.h │ │ ├── otvbase.c │ │ ├── otvcommn.c │ │ ├── otvcommn.h │ │ ├── otverror.h │ │ ├── otvgdef.c │ │ ├── otvgpos.c │ │ ├── otvgpos.h │ │ ├── otvgsub.c │ │ ├── otvjstf.c │ │ ├── otvmath.c │ │ ├── otvmod.c │ │ ├── otvmod.h │ │ └── rules.mk │ ├── pcf │ │ ├── Jamfile │ │ ├── README │ │ ├── module.mk │ │ ├── pcf.c │ │ ├── pcf.h │ │ ├── pcfdrivr.c │ │ ├── pcfdrivr.h │ │ ├── pcferror.h │ │ ├── pcfread.c │ │ ├── pcfread.h │ │ ├── pcfutil.c │ │ ├── pcfutil.h │ │ └── rules.mk │ ├── pfr │ │ ├── Jamfile │ │ ├── module.mk │ │ ├── pfr.c │ │ ├── pfrcmap.c │ │ ├── pfrcmap.h │ │ ├── pfrdrivr.c │ │ ├── pfrdrivr.h │ │ ├── pfrerror.h │ │ ├── pfrgload.c │ │ ├── pfrgload.h │ │ ├── pfrload.c │ │ ├── pfrload.h │ │ ├── pfrobjs.c │ │ ├── pfrobjs.h │ │ ├── pfrsbit.c │ │ ├── pfrsbit.h │ │ ├── pfrtypes.h │ │ └── rules.mk │ ├── psaux │ │ ├── Jamfile │ │ ├── afmparse.c │ │ ├── afmparse.h │ │ ├── cffdecode.c │ │ ├── cffdecode.h │ │ ├── module.mk │ │ ├── psarrst.c │ │ ├── psarrst.h │ │ ├── psaux.c │ │ ├── psauxerr.h │ │ ├── psauxmod.c │ │ ├── psauxmod.h │ │ ├── psblues.c │ │ ├── psblues.h │ │ ├── psconv.c │ │ ├── psconv.h │ │ ├── pserror.c │ │ ├── pserror.h │ │ ├── psfixed.h │ │ ├── psfont.c │ │ ├── psfont.h │ │ ├── psft.c │ │ ├── psft.h │ │ ├── psglue.h │ │ ├── pshints.c │ │ ├── pshints.h │ │ ├── psintrp.c │ │ ├── psintrp.h │ │ ├── psobjs.c │ │ ├── psobjs.h │ │ ├── psread.c │ │ ├── psread.h │ │ ├── psstack.c │ │ ├── psstack.h │ │ ├── pstypes.h │ │ ├── rules.mk │ │ ├── t1cmap.c │ │ ├── t1cmap.h │ │ ├── t1decode.c │ │ └── t1decode.h │ ├── pshinter │ │ ├── Jamfile │ │ ├── module.mk │ │ ├── pshalgo.c │ │ ├── pshalgo.h │ │ ├── pshglob.c │ │ ├── pshglob.h │ │ ├── pshinter.c │ │ ├── pshmod.c │ │ ├── pshmod.h │ │ ├── pshnterr.h │ │ ├── pshpic.c │ │ ├── pshpic.h │ │ ├── pshrec.c │ │ ├── pshrec.h │ │ └── rules.mk │ ├── psnames │ │ ├── Jamfile │ │ ├── module.mk │ │ ├── psmodule.c │ │ ├── psmodule.h │ │ ├── psnamerr.h │ │ ├── psnames.c │ │ ├── pspic.c │ │ ├── pspic.h │ │ ├── pstables.h │ │ └── rules.mk │ ├── raster │ │ ├── Jamfile │ │ ├── ftmisc.h │ │ ├── ftraster.c │ │ ├── ftraster.h │ │ ├── ftrend1.c │ │ ├── ftrend1.h │ │ ├── module.mk │ │ ├── raster.c │ │ ├── rasterrs.h │ │ ├── rastpic.c │ │ ├── rastpic.h │ │ └── rules.mk │ ├── sfnt │ │ ├── Jamfile │ │ ├── module.mk │ │ ├── pngshim.c │ │ ├── pngshim.h │ │ ├── rules.mk │ │ ├── sfdriver.c │ │ ├── sfdriver.h │ │ ├── sferrors.h │ │ ├── sfnt.c │ │ ├── sfntpic.c │ │ ├── sfntpic.h │ │ ├── sfobjs.c │ │ ├── sfobjs.h │ │ ├── ttbdf.c │ │ ├── ttbdf.h │ │ ├── ttcmap.c │ │ ├── ttcmap.h │ │ ├── ttcmapc.h │ │ ├── ttkern.c │ │ ├── ttkern.h │ │ ├── ttload.c │ │ ├── ttload.h │ │ ├── ttmtx.c │ │ ├── ttmtx.h │ │ ├── ttpost.c │ │ ├── ttpost.h │ │ ├── ttsbit.c │ │ └── ttsbit.h │ ├── smooth │ │ ├── Jamfile │ │ ├── ftgrays.c │ │ ├── ftgrays.h │ │ ├── ftsmerrs.h │ │ ├── ftsmooth.c │ │ ├── ftsmooth.h │ │ ├── ftspic.c │ │ ├── ftspic.h │ │ ├── module.mk │ │ ├── rules.mk │ │ └── smooth.c │ ├── tools │ │ ├── Jamfile │ │ ├── afblue.pl │ │ ├── apinames.c │ │ ├── chktrcmp.py │ │ ├── cordic.py │ │ ├── docmaker │ │ │ ├── content.py │ │ │ ├── docbeauty.py │ │ │ ├── docmaker.py │ │ │ ├── formatter.py │ │ │ ├── sources.py │ │ │ ├── tohtml.py │ │ │ └── utils.py │ │ ├── ftfuzzer │ │ │ ├── README │ │ │ ├── ftfuzzer.cc │ │ │ ├── ftmutator.cc │ │ │ ├── rasterfuzzer.cc │ │ │ └── runinput.cc │ │ ├── ftrandom │ │ │ ├── Makefile │ │ │ ├── README │ │ │ └── ftrandom.c │ │ ├── glnames.py │ │ ├── no-copyright │ │ ├── test_afm.c │ │ ├── test_bbox.c │ │ ├── test_trig.c │ │ ├── update-copyright │ │ └── update-copyright-year │ ├── truetype │ │ ├── Jamfile │ │ ├── module.mk │ │ ├── rules.mk │ │ ├── truetype.c │ │ ├── ttdriver.c │ │ ├── ttdriver.h │ │ ├── tterrors.h │ │ ├── ttgload.c │ │ ├── ttgload.h │ │ ├── ttgxvar.c │ │ ├── ttgxvar.h │ │ ├── ttinterp.c │ │ ├── ttinterp.h │ │ ├── ttobjs.c │ │ ├── ttobjs.h │ │ ├── ttpic.c │ │ ├── ttpic.h │ │ ├── ttpload.c │ │ ├── ttpload.h │ │ ├── ttsubpix.c │ │ └── ttsubpix.h │ ├── type1 │ │ ├── Jamfile │ │ ├── module.mk │ │ ├── rules.mk │ │ ├── t1afm.c │ │ ├── t1afm.h │ │ ├── t1driver.c │ │ ├── t1driver.h │ │ ├── t1errors.h │ │ ├── t1gload.c │ │ ├── t1gload.h │ │ ├── t1load.c │ │ ├── t1load.h │ │ ├── t1objs.c │ │ ├── t1objs.h │ │ ├── t1parse.c │ │ ├── t1parse.h │ │ ├── t1tokens.h │ │ └── type1.c │ ├── type42 │ │ ├── Jamfile │ │ ├── module.mk │ │ ├── rules.mk │ │ ├── t42drivr.c │ │ ├── t42drivr.h │ │ ├── t42error.h │ │ ├── t42objs.c │ │ ├── t42objs.h │ │ ├── t42parse.c │ │ ├── t42parse.h │ │ ├── t42types.h │ │ └── type42.c │ └── winfonts │ │ ├── Jamfile │ │ ├── fnterrs.h │ │ ├── module.mk │ │ ├── rules.mk │ │ ├── winfnt.c │ │ └── winfnt.h ├── version.sed └── vms_make.com ├── gl ├── .gitignore ├── gl_mangle.h ├── glext.h ├── glx.h ├── glx_mangle.h ├── glxext.h ├── include │ └── GL │ │ ├── glxint.h │ │ ├── glxmd.h │ │ ├── glxproto.h │ │ ├── glxtokens.h │ │ └── internal │ │ └── glcore.h └── internal │ └── dri_interface.h ├── include ├── KHR │ └── khrplatform.h ├── assert.h ├── byteswap.h ├── c99_compat.h ├── dirent.h ├── dix-config.h ├── dlfcn.h ├── iconv.h ├── inttypes.h ├── kdrive-config.h ├── netdb.h ├── netinet │ ├── in.h │ ├── in_systm.h │ ├── ip.h │ └── tcp.h ├── no_extern_c.h ├── stdbool.h ├── stdint.h ├── strings.h ├── sys │ ├── dir.h │ ├── ioctl.h │ ├── param.h │ ├── select.h │ ├── socket.h │ ├── time.h │ ├── types.h │ ├── un.h │ └── wait.h ├── unistd.h └── xcb │ ├── bigreq.h │ ├── composite.h │ ├── render.h │ ├── shape.h │ ├── shm.h │ ├── xc_misc.h │ ├── xcb.h │ ├── xcb_aux.h │ ├── xcb_errors.h │ ├── xcb_ewmh.h │ ├── xcb_icccm.h │ ├── xcb_image.h │ ├── xcb_windefs.h │ ├── xcbext.h │ ├── xfixes.h │ └── xproto.h ├── libX11 ├── .gitignore ├── AUTHORS ├── COPYING ├── Makefile.am ├── NEWS ├── README ├── autogen.sh ├── configure.ac ├── cpprules.in ├── cpprules.mak ├── docbook.am ├── include │ ├── Makefile.am │ └── X11 │ │ ├── .gitignore │ │ ├── ImUtil.h │ │ ├── XKBlib.h │ │ ├── Xcms.h │ │ ├── Xlib-xcb.h │ │ ├── Xlib.h │ │ ├── XlibConf.h.in │ │ ├── Xlibint.h │ │ ├── Xlocale.h │ │ ├── Xregion.h │ │ ├── Xresource.h │ │ ├── Xutil.h │ │ └── cursorfont.h ├── libX11.def ├── m4 │ └── ax_define_dir.m4 ├── man │ ├── AllPlanes.man │ ├── BitmapBitOrder.man │ ├── BitmapPad.man │ ├── BitmapUnit.man │ ├── BlackPixel.man │ ├── BlackPixelOfScreen.man │ ├── CellsOfScreen.man │ ├── ClientWhitePointOfCCC.man │ ├── Compose.man │ ├── ConnectionNumber.man │ ├── DefaultColormap.man │ ├── DefaultColormapOfScreen.man │ ├── DefaultDepth.man │ ├── DefaultDepthOfScreen.man │ ├── DefaultGC.man │ ├── DefaultGCOfScreen.man │ ├── DefaultRootWindow.man │ ├── DefaultScreen.man │ ├── DefaultScreenOfDisplay.man │ ├── DefaultVisual.man │ ├── DefaultVisualOfScreen.man │ ├── DisplayCells.man │ ├── DisplayHeight.man │ ├── DisplayHeightMM.man │ ├── DisplayOfCCC.man │ ├── DisplayOfScreen.man │ ├── DisplayPlanes.man │ ├── DisplayString.man │ ├── DisplayWidth.man │ ├── DisplayWidthMM.man │ ├── DoesBackingStore.man │ ├── DoesSaveUnders.man │ ├── EventMaskOfScreen.man │ ├── HeightMMOfScreen.man │ ├── HeightOfScreen.man │ ├── ImageByteOrder.man │ ├── IsCursorKey.man │ ├── IsFunctionKey.man │ ├── IsKeypadKey.man │ ├── IsMiscFunctionKey.man │ ├── IsModifierKey.man │ ├── IsPFKey.man │ ├── IsPrivateKeypadKey.man │ ├── LastKnownRequestProcessed.man │ ├── Makefile.am │ ├── MaxCmapsOfScreen.man │ ├── MinCmapsOfScreen.man │ ├── NextRequest.man │ ├── PlanesOfScreen.man │ ├── ProtocolRevision.man │ ├── ProtocolVersion.man │ ├── QLength.man │ ├── RootWindow.man │ ├── RootWindowOfScreen.man │ ├── ScreenCount.man │ ├── ScreenNumberOfCCC.man │ ├── ScreenOfDisplay.man │ ├── ScreenWhitePointOfCCC.man │ ├── ServerVendor.man │ ├── VendorRelease.man │ ├── VisualOfCCC.man │ ├── WhitePixel.man │ ├── WhitePixelOfScreen.man │ ├── WidthMMOfScreen.man │ ├── WidthOfScreen.man │ ├── XActivateScreenSaver.man │ ├── XAddConnectionWatch.man │ ├── XAddHost.man │ ├── XAddHosts.man │ ├── XAddPixel.man │ ├── XAddToSaveSet.man │ ├── XAllocClassHint.man │ ├── XAllocColor.man │ ├── XAllocColorCells.man │ ├── XAllocColorPlanes.man │ ├── XAllocIconSize.man │ ├── XAllocNamedColor.man │ ├── XAllocSizeHints.man │ ├── XAllocStandardColormap.man │ ├── XAllocWMHints.man │ ├── XAllowEvents.man │ ├── XAnyEvent.man │ ├── XArc.man │ ├── XAutoRepeatOff.man │ ├── XAutoRepeatOn.man │ ├── XBaseFontNameListOfFontSet.man │ ├── XBell.man │ ├── XButtonEvent.man │ ├── XChangeActivePointerGrab.man │ ├── XChangeGC.man │ ├── XChangeKeyboardControl.man │ ├── XChangeKeyboardMapping.man │ ├── XChangePointerControl.man │ ├── XChangeProperty.man │ ├── XChangeSaveSet.man │ ├── XChangeWindowAttributes.man │ ├── XChar2b.man │ ├── XCharStruct.man │ ├── XCheckIfEvent.man │ ├── XCheckMaskEvent.man │ ├── XCheckTypedEvent.man │ ├── XCheckTypedWindowEvent.man │ ├── XCheckWindowEvent.man │ ├── XCirculateEvent.man │ ├── XCirculateRequestEvent.man │ ├── XCirculateSubwindows.man │ ├── XCirculateSubwindowsDown.man │ ├── XCirculateSubwindowsUp.man │ ├── XClassHint.man │ ├── XClearArea.man │ ├── XClearWindow.man │ ├── XClientMessageEvent.man │ ├── XClipBox.man │ ├── XCloseDisplay.man │ ├── XCloseIM.man │ ├── XCloseOM.man │ ├── XColor.man │ ├── XColormapEvent.man │ ├── XCompose.man │ ├── XConfigureEvent.man │ ├── XConfigureRequestEvent.man │ ├── XConfigureWindow.man │ ├── XContextDependentDrawing.man │ ├── XContextualDrawing.man │ ├── XConvertCase.man │ ├── XConvertSelection.man │ ├── XCopyArea.man │ ├── XCopyColormapAndFree.man │ ├── XCopyGC.man │ ├── XCopyPlane.man │ ├── XCreateBitmapFromData.man │ ├── XCreateColormap.man │ ├── XCreateFontCursor.man │ ├── XCreateFontSet.man │ ├── XCreateGC.man │ ├── XCreateGlyphCursor.man │ ├── XCreateIC.man │ ├── XCreateImage.man │ ├── XCreateOC.man │ ├── XCreatePixmap.man │ ├── XCreatePixmapCursor.man │ ├── XCreatePixmapFromBitmapData.man │ ├── XCreateRegion.man │ ├── XCreateSimpleWindow.man │ ├── XCreateWindow.man │ ├── XCreateWindowEvent.man │ ├── XCrossingEvent.man │ ├── XDefaultString.man │ ├── XDefineCursor.man │ ├── XDeleteContext.man │ ├── XDeleteModifiermapEntry.man │ ├── XDeleteProperty.man │ ├── XDestroyIC.man │ ├── XDestroyImage.man │ ├── XDestroyOC.man │ ├── XDestroyRegion.man │ ├── XDestroySubwindows.man │ ├── XDestroyWindow.man │ ├── XDestroyWindowEvent.man │ ├── XDirectionalDependentDrawing.man │ ├── XDisableAccessControl.man │ ├── XDisplayKeycodes.man │ ├── XDisplayMotionBufferSize.man │ ├── XDisplayName.man │ ├── XDisplayOfIM.man │ ├── XDisplayOfOM.man │ ├── XDrawArc.man │ ├── XDrawArcs.man │ ├── XDrawImageString.man │ ├── XDrawImageString16.man │ ├── XDrawLine.man │ ├── XDrawLines.man │ ├── XDrawPoint.man │ ├── XDrawPoints.man │ ├── XDrawRectangle.man │ ├── XDrawRectangles.man │ ├── XDrawSegments.man │ ├── XDrawString.man │ ├── XDrawString16.man │ ├── XDrawText.man │ ├── XDrawText16.man │ ├── XEmptyRegion.man │ ├── XEnableAccessControl.man │ ├── XEqualRegion.man │ ├── XErrorEvent.man │ ├── XEvent.man │ ├── XEventsQueued.man │ ├── XExposeEvent.man │ ├── XExtendedMaxRequestSize.man │ ├── XExtentsOfFontSet.man │ ├── XFetchBuffer.man │ ├── XFetchBytes.man │ ├── XFetchName.man │ ├── XFillArc.man │ ├── XFillArcs.man │ ├── XFillPolygon.man │ ├── XFillRectangle.man │ ├── XFillRectangles.man │ ├── XFilterEvent.man │ ├── XFindContext.man │ ├── XFlush.man │ ├── XFocusChangeEvent.man │ ├── XFontProp.man │ ├── XFontSetExtents.man │ ├── XFontStruct.man │ ├── XFontsOfFontSet.man │ ├── XForceScreenSaver.man │ ├── XFree.man │ ├── XFreeColormap.man │ ├── XFreeColors.man │ ├── XFreeCursor.man │ ├── XFreeEventData.man │ ├── XFreeExtensionList.man │ ├── XFreeFont.man │ ├── XFreeFontInfo.man │ ├── XFreeFontNames.man │ ├── XFreeFontPath.man │ ├── XFreeFontSet.man │ ├── XFreeGC.man │ ├── XFreeModifierMap.man │ ├── XFreePixmap.man │ ├── XFreeStringList.man │ ├── XGCValues.man │ ├── XGContextFromGC.man │ ├── XGenericEventCookie.man │ ├── XGetAtomName.man │ ├── XGetAtomNames.man │ ├── XGetClassHint.man │ ├── XGetCommand.man │ ├── XGetErrorDatabaseText.man │ ├── XGetErrorText.man │ ├── XGetEventData.man │ ├── XGetFontPath.man │ ├── XGetFontProperty.man │ ├── XGetGCValues.man │ ├── XGetGeometry.man │ ├── XGetICValues.man │ ├── XGetIMValues.man │ ├── XGetIconName.man │ ├── XGetIconSizes.man │ ├── XGetImage.man │ ├── XGetInputFocus.man │ ├── XGetKeyboardControl.man │ ├── XGetKeyboardMapping.man │ ├── XGetModifierMapping.man │ ├── XGetMotionEvents.man │ ├── XGetOCValues.man │ ├── XGetOMValues.man │ ├── XGetPixel.man │ ├── XGetPointerControl.man │ ├── XGetPointerMapping.man │ ├── XGetRGBColormaps.man │ ├── XGetScreenSaver.man │ ├── XGetSelectionOwner.man │ ├── XGetSubImage.man │ ├── XGetTextProperty.man │ ├── XGetTransientForHint.man │ ├── XGetVisualInfo.man │ ├── XGetWMClientMachine.man │ ├── XGetWMColormapWindows.man │ ├── XGetWMHints.man │ ├── XGetWMIconName.man │ ├── XGetWMName.man │ ├── XGetWMNormalHints.man │ ├── XGetWMProtocols.man │ ├── XGetWMSizeHints.man │ ├── XGetWindowAttributes.man │ ├── XGetWindowProperty.man │ ├── XGetXCBConnection.man │ ├── XGrabButton.man │ ├── XGrabKey.man │ ├── XGrabKeyboard.man │ ├── XGrabPointer.man │ ├── XGrabServer.man │ ├── XGraphicsExposeEvent.man │ ├── XGravityEvent.man │ ├── XHostAddress.man │ ├── XIMOfIC.man │ ├── XIconSize.man │ ├── XIconifyWindow.man │ ├── XIfEvent.man │ ├── XInitImage.man │ ├── XInitThreads.man │ ├── XInsertModifiermapEntry.man │ ├── XInstallColormap.man │ ├── XInternAtom.man │ ├── XInternAtoms.man │ ├── XInternalConnectionNumbers.man │ ├── XIntersectRegion.man │ ├── XKeyEvent.man │ ├── XKeyboardControl.man │ ├── XKeycodeToKeysym.man │ ├── XKeymapEvent.man │ ├── XKeysymToKeycode.man │ ├── XKeysymToString.man │ ├── XKillClient.man │ ├── XListDepths.man │ ├── XListExtensions.man │ ├── XListFonts.man │ ├── XListFontsWithInfo.man │ ├── XListHosts.man │ ├── XListInstalledColormaps.man │ ├── XListPixmapFormats.man │ ├── XListProperties.man │ ├── XLoadFont.man │ ├── XLoadQueryFont.man │ ├── XLocaleOfFontSet.man │ ├── XLocaleOfIM.man │ ├── XLocaleOfOM.man │ ├── XLockDisplay.man │ ├── XLookupColor.man │ ├── XLookupKeysym.man │ ├── XLookupString.man │ ├── XLowerWindow.man │ ├── XMapEvent.man │ ├── XMapRaised.man │ ├── XMapRequestEvent.man │ ├── XMapSubwindows.man │ ├── XMapWindow.man │ ├── XMappingEvent.man │ ├── XMaskEvent.man │ ├── XMatchVisualInfo.man │ ├── XMaxRequestSize.man │ ├── XModifierKeymap.man │ ├── XMotionEvent.man │ ├── XMoveResizeWindow.man │ ├── XMoveWindow.man │ ├── XNewModifiermap.man │ ├── XNextEvent.man │ ├── XNoExposeEvent.man │ ├── XNoOp.man │ ├── XOMOfOC.man │ ├── XOffsetRegion.man │ ├── XOpenDisplay.man │ ├── XOpenIM.man │ ├── XOpenOM.man │ ├── XParseColor.man │ ├── XParseGeometry.man │ ├── XPeekEvent.man │ ├── XPeekIfEvent.man │ ├── XPending.man │ ├── XPixmapFormatValues.man │ ├── XPoint.man │ ├── XPointInRegion.man │ ├── XPolygonRegion.man │ ├── XProcessInternalConnection.man │ ├── XPropertyEvent.man │ ├── XPutBackEvent.man │ ├── XPutImage.man │ ├── XPutPixel.man │ ├── XQueryBestCursor.man │ ├── XQueryBestSize.man │ ├── XQueryBestStipple.man │ ├── XQueryBestTile.man │ ├── XQueryColor.man │ ├── XQueryColors.man │ ├── XQueryExtension.man │ ├── XQueryFont.man │ ├── XQueryKeymap.man │ ├── XQueryPointer.man │ ├── XQueryTextExtents.man │ ├── XQueryTextExtents16.man │ ├── XQueryTree.man │ ├── XRaiseWindow.man │ ├── XReadBitmapFile.man │ ├── XReadBitmapFileData.man │ ├── XRebindKeysym.man │ ├── XRecolorCursor.man │ ├── XReconfigureWMWindow.man │ ├── XRectInRegion.man │ ├── XRectangle.man │ ├── XRefreshKeyboardMapping.man │ ├── XRegisterIMInstantiateCallback.man │ ├── XRemoveConnectionWatch.man │ ├── XRemoveFromSaveSet.man │ ├── XRemoveHost.man │ ├── XRemoveHosts.man │ ├── XReparentEvent.man │ ├── XReparentWindow.man │ ├── XResetScreenSaver.man │ ├── XResizeRequestEvent.man │ ├── XResizeWindow.man │ ├── XResourceManagerString.man │ ├── XRestackWindows.man │ ├── XRotateBuffers.man │ ├── XRotateWindowProperties.man │ ├── XSaveContext.man │ ├── XScreenNumberOfScreen.man │ ├── XScreenResourceString.man │ ├── XSegment.man │ ├── XSelectInput.man │ ├── XSelectionClearEvent.man │ ├── XSelectionEvent.man │ ├── XSelectionRequestEvent.man │ ├── XSendEvent.man │ ├── XSetAccessControl.man │ ├── XSetAfterFunction.man │ ├── XSetArcMode.man │ ├── XSetBackground.man │ ├── XSetClassHint.man │ ├── XSetClipMask.man │ ├── XSetClipOrigin.man │ ├── XSetClipRectangles.man │ ├── XSetCloseDownMode.man │ ├── XSetCommand.man │ ├── XSetDashes.man │ ├── XSetErrorHandler.man │ ├── XSetEventQueueOwner.man │ ├── XSetFillRule.man │ ├── XSetFillStyle.man │ ├── XSetFont.man │ ├── XSetFontPath.man │ ├── XSetForeground.man │ ├── XSetFunction.man │ ├── XSetGraphicsExposure.man │ ├── XSetICFocus.man │ ├── XSetICValues.man │ ├── XSetIMValues.man │ ├── XSetIOErrorHandler.man │ ├── XSetIconName.man │ ├── XSetIconSizes.man │ ├── XSetInputFocus.man │ ├── XSetLineAttributes.man │ ├── XSetLocaleModifiers.man │ ├── XSetModifierMapping.man │ ├── XSetOCValues.man │ ├── XSetOMValues.man │ ├── XSetPlaneMask.man │ ├── XSetPointerMapping.man │ ├── XSetRGBColormaps.man │ ├── XSetRegion.man │ ├── XSetScreenSaver.man │ ├── XSetSelectionOwner.man │ ├── XSetState.man │ ├── XSetStipple.man │ ├── XSetSubwindowMode.man │ ├── XSetTSOrigin.man │ ├── XSetTextProperty.man │ ├── XSetTile.man │ ├── XSetTransientForHint.man │ ├── XSetWMClientMachine.man │ ├── XSetWMColormapWindows.man │ ├── XSetWMHints.man │ ├── XSetWMIconName.man │ ├── XSetWMName.man │ ├── XSetWMNormalHints.man │ ├── XSetWMProperties.man │ ├── XSetWMProtocols.man │ ├── XSetWMSizeHints.man │ ├── XSetWindowAttributes.man │ ├── XSetWindowBackground.man │ ├── XSetWindowBackgroundPixmap.man │ ├── XSetWindowBorder.man │ ├── XSetWindowBorderPixmap.man │ ├── XSetWindowBorderWidth.man │ ├── XSetWindowColormap.man │ ├── XShrinkRegion.man │ ├── XSizeHints.man │ ├── XStandardColormap.man │ ├── XStoreBuffer.man │ ├── XStoreBytes.man │ ├── XStoreColor.man │ ├── XStoreColors.man │ ├── XStoreName.man │ ├── XStoreNamedColor.man │ ├── XStringListToTextProperty.man │ ├── XStringToKeysym.man │ ├── XSubImage.man │ ├── XSubtractRegion.man │ ├── XSupportsLocale.man │ ├── XSync.man │ ├── XSynchronize.man │ ├── XTextExtents.man │ ├── XTextExtents16.man │ ├── XTextItem.man │ ├── XTextItem16.man │ ├── XTextProperty.man │ ├── XTextPropertyToStringList.man │ ├── XTextWidth.man │ ├── XTextWidth16.man │ ├── XTimeCoord.man │ ├── XTranslateCoordinates.man │ ├── XUndefineCursor.man │ ├── XUngrabButton.man │ ├── XUngrabKey.man │ ├── XUngrabKeyboard.man │ ├── XUngrabPointer.man │ ├── XUngrabServer.man │ ├── XUninstallColormap.man │ ├── XUnionRectWithRegion.man │ ├── XUnionRegion.man │ ├── XUniqueContext.man │ ├── XUnloadFont.man │ ├── XUnlockDisplay.man │ ├── XUnmapEvent.man │ ├── XUnmapSubwindows.man │ ├── XUnmapWindow.man │ ├── XUnregisterIMInstantiateCallback.man │ ├── XUnsetICFocus.man │ ├── XVaCreateNestedList.man │ ├── XVisibilityEvent.man │ ├── XVisualIDFromVisual.man │ ├── XVisualInfo.man │ ├── XWMGeometry.man │ ├── XWMHints.man │ ├── XWarpPointer.man │ ├── XWindowAttributes.man │ ├── XWindowChanges.man │ ├── XWindowEvent.man │ ├── XWithdrawWindow.man │ ├── XWriteBitmapFile.man │ ├── XXorRegion.man │ ├── XcmsAllocColor.man │ ├── XcmsAllocNamedColor.man │ ├── XcmsCCCOfColormap.man │ ├── XcmsCIELab.man │ ├── XcmsCIELabQueryMaxC.man │ ├── XcmsCIELabQueryMaxL.man │ ├── XcmsCIELabQueryMaxLC.man │ ├── XcmsCIELabQueryMinL.man │ ├── XcmsCIELuv.man │ ├── XcmsCIELuvQueryMaxC.man │ ├── XcmsCIELuvQueryMaxL.man │ ├── XcmsCIELuvQueryMaxLC.man │ ├── XcmsCIELuvQueryMinL.man │ ├── XcmsCIEXYZ.man │ ├── XcmsCIEuvY.man │ ├── XcmsCIExyY.man │ ├── XcmsColor.man │ ├── XcmsConvertColors.man │ ├── XcmsCreateCCC.man │ ├── XcmsDefaultCCC.man │ ├── XcmsFreeCCC.man │ ├── XcmsLookupColor.man │ ├── XcmsPad.man │ ├── XcmsQueryBlack.man │ ├── XcmsQueryBlue.man │ ├── XcmsQueryColor.man │ ├── XcmsQueryColors.man │ ├── XcmsQueryGreen.man │ ├── XcmsQueryRed.man │ ├── XcmsQueryWhite.man │ ├── XcmsRGB.man │ ├── XcmsRGBi.man │ ├── XcmsSetCCCOfColormap.man │ ├── XcmsSetWhiteAdjustProc.man │ ├── XcmsSetWhitePoint.man │ ├── XcmsStoreColor.man │ ├── XcmsStoreColors.man │ ├── XcmsTekHVC.man │ ├── XcmsTekHVCQueryMaxC.man │ ├── XcmsTekHVCQueryMaxV.man │ ├── XcmsTekHVCQueryMaxVC.man │ ├── XcmsTekHVCQueryMaxVSamples.man │ ├── XcmsTekHVCQueryMinV.man │ ├── XmbDrawImageString.man │ ├── XmbDrawString.man │ ├── XmbDrawText.man │ ├── XmbLookupString.man │ ├── XmbResetIC.man │ ├── XmbSetWMProperties.man │ ├── XmbTextEscapement.man │ ├── XmbTextExtents.man │ ├── XmbTextListToTextProperty.man │ ├── XmbTextPerCharExtents.man │ ├── XmbTextPropertyToTextList.man │ ├── XrmCombineDatabase.man │ ├── XrmCombineFileDatabase.man │ ├── XrmDestroyDatabase.man │ ├── XrmEnumerateDatabase.man │ ├── XrmGetDatabase.man │ ├── XrmGetFileDatabase.man │ ├── XrmGetResource.man │ ├── XrmGetStringDatabase.man │ ├── XrmInitialize.man │ ├── XrmLocaleOfDatabase.man │ ├── XrmMergeDatabases.man │ ├── XrmOptionDescRec.man │ ├── XrmOptionKind.man │ ├── XrmParseCommand.man │ ├── XrmPermStringToQuark.man │ ├── XrmPutFileDatabase.man │ ├── XrmPutLineResource.man │ ├── XrmPutResource.man │ ├── XrmPutStringResource.man │ ├── XrmQGetResource.man │ ├── XrmQGetSearchList.man │ ├── XrmQGetSearchResource.man │ ├── XrmQPutResource.man │ ├── XrmQPutStringResource.man │ ├── XrmQuarkToString.man │ ├── XrmSetDatabase.man │ ├── XrmStringToBindingQuarkList.man │ ├── XrmStringToQuark.man │ ├── XrmStringToQuarkList.man │ ├── XrmUniqueQuark.man │ ├── XrmValue.man │ ├── Xutf8DrawImageString.man │ ├── Xutf8DrawString.man │ ├── Xutf8DrawText.man │ ├── Xutf8LookupString.man │ ├── Xutf8ResetIC.man │ ├── Xutf8SetWMProperties.man │ ├── Xutf8TextEscapement.man │ ├── Xutf8TextExtents.man │ ├── Xutf8TextListToTextProperty.man │ ├── Xutf8TextPerCharExtents.man │ ├── Xutf8TextPropertyToTextList.man │ ├── XwcDrawImageString.man │ ├── XwcDrawString.man │ ├── XwcDrawText.man │ ├── XwcFreeStringList.man │ ├── XwcLookupString.man │ ├── XwcResetIC.man │ ├── XwcTextEscapement.man │ ├── XwcTextExtents.man │ ├── XwcTextListToTextProperty.man │ ├── XwcTextPerCharExtents.man │ ├── XwcTextPropertyToTextList.man │ └── xkb │ │ ├── Makefile.am │ │ ├── XkbActionCtrls.man │ │ ├── XkbAddDeviceLedInfo.man │ │ ├── XkbAddGeomColor.man │ │ ├── XkbAddGeomDoodad.man │ │ ├── XkbAddGeomKey.man │ │ ├── XkbAddGeomKeyAlias.man │ │ ├── XkbAddGeomOutline.man │ │ ├── XkbAddGeomOverlay.man │ │ ├── XkbAddGeomOverlayKey.man │ │ ├── XkbAddGeomOverlayRow.man │ │ ├── XkbAddGeomProperty.man │ │ ├── XkbAddGeomRow.man │ │ ├── XkbAddGeomSection.man │ │ ├── XkbAddGeomShape.man │ │ ├── XkbAddSymInterpret.man │ │ ├── XkbAllocClientMap.man │ │ ├── XkbAllocCompatMap.man │ │ ├── XkbAllocControls.man │ │ ├── XkbAllocDeviceInfo.man │ │ ├── XkbAllocDeviceLedInfo.man │ │ ├── XkbAllocGeomColors.man │ │ ├── XkbAllocGeomDoodads.man │ │ ├── XkbAllocGeomKeyAliases.man │ │ ├── XkbAllocGeomKeys.man │ │ ├── XkbAllocGeomOutlines.man │ │ ├── XkbAllocGeomOverlayKey.man │ │ ├── XkbAllocGeomOverlayRows.man │ │ ├── XkbAllocGeomOverlays.man │ │ ├── XkbAllocGeomPoints.man │ │ ├── XkbAllocGeomProps.man │ │ ├── XkbAllocGeomRows.man │ │ ├── XkbAllocGeomSectionDoodads.man │ │ ├── XkbAllocGeomSections.man │ │ ├── XkbAllocGeomShapes.man │ │ ├── XkbAllocGeometry.man │ │ ├── XkbAllocIndicatorMaps.man │ │ ├── XkbAllocKeyboard.man │ │ ├── XkbAllocNames.man │ │ ├── XkbAllocServerMap.man │ │ ├── XkbApplyCompatMapToKey.man │ │ ├── XkbBell.man │ │ ├── XkbBellEvent.man │ │ ├── XkbChangeControls.man │ │ ├── XkbChangeDeviceInfo.man │ │ ├── XkbChangeEnabledControls.man │ │ ├── XkbChangeIndicators.man │ │ ├── XkbChangeMap.man │ │ ├── XkbChangeNames.man │ │ ├── XkbChangeTypesOfKey.man │ │ ├── XkbComputeRowBounds.man │ │ ├── XkbComputeSectionBounds.man │ │ ├── XkbComputeShapeBounds.man │ │ ├── XkbComputeShapeTop.man │ │ ├── XkbCopyKeyType.man │ │ ├── XkbCopyKeyTypes.man │ │ ├── XkbDeviceBell.man │ │ ├── XkbDeviceBellEvent.man │ │ ├── XkbFindOverlayForKey.man │ │ ├── XkbForceBell.man │ │ ├── XkbForceDeviceBell.man │ │ ├── XkbFreeClientMap.man │ │ ├── XkbFreeCompatMap.man │ │ ├── XkbFreeComponentList.man │ │ ├── XkbFreeControls.man │ │ ├── XkbFreeDeviceInfo.man │ │ ├── XkbFreeGeomColors.man │ │ ├── XkbFreeGeomDoodads.man │ │ ├── XkbFreeGeomKeyAliases.man │ │ ├── XkbFreeGeomKeys.man │ │ ├── XkbFreeGeomOutlines.man │ │ ├── XkbFreeGeomOverlayKeys.man │ │ ├── XkbFreeGeomOverlayRows.man │ │ ├── XkbFreeGeomOverlays.man │ │ ├── XkbFreeGeomPoints.man │ │ ├── XkbFreeGeomProperties.man │ │ ├── XkbFreeGeomRows.man │ │ ├── XkbFreeGeomSections.man │ │ ├── XkbFreeGeomShapes.man │ │ ├── XkbFreeGeometry.man │ │ ├── XkbFreeIndicatorMaps.man │ │ ├── XkbFreeKeyboard.man │ │ ├── XkbFreeNames.man │ │ ├── XkbFreeServerMap.man │ │ ├── XkbGetAccessXTimeout.man │ │ ├── XkbGetAutoRepeatRate.man │ │ ├── XkbGetAutoResetControls.man │ │ ├── XkbGetBounceKeysDelay.man │ │ ├── XkbGetCompatMap.man │ │ ├── XkbGetControls.man │ │ ├── XkbGetControlsChanges.man │ │ ├── XkbGetDetectableAutorepeat.man │ │ ├── XkbGetDeviceButtonActions.man │ │ ├── XkbGetDeviceInfo.man │ │ ├── XkbGetDeviceInfoChanges.man │ │ ├── XkbGetDeviceLedInfo.man │ │ ├── XkbGetGeometry.man │ │ ├── XkbGetIndicatorChanges.man │ │ ├── XkbGetIndicatorMap.man │ │ ├── XkbGetIndicatorState.man │ │ ├── XkbGetKeyActions.man │ │ ├── XkbGetKeyBehaviors.man │ │ ├── XkbGetKeyExplicitComponents.man │ │ ├── XkbGetKeyModifierMap.man │ │ ├── XkbGetKeySyms.man │ │ ├── XkbGetKeyTypes.man │ │ ├── XkbGetKeyVirtualModMap.man │ │ ├── XkbGetKeyboard.man │ │ ├── XkbGetKeyboardByName.man │ │ ├── XkbGetMap.man │ │ ├── XkbGetNameChanges.man │ │ ├── XkbGetNamedDeviceIndicator.man │ │ ├── XkbGetNamedGeometry.man │ │ ├── XkbGetNamedIndicator.man │ │ ├── XkbGetNames.man │ │ ├── XkbGetSlowKeysDelay.man │ │ ├── XkbGetState.man │ │ ├── XkbGetStickyKeysOptions.man │ │ ├── XkbGetUpdatedMap.man │ │ ├── XkbGetVirtualMods.man │ │ ├── XkbGetXlibControls.man │ │ ├── XkbIgnoreExtension.man │ │ ├── XkbInitCanonicalKeyTypes.man │ │ ├── XkbKeyAction.man │ │ ├── XkbKeyActionEntry.man │ │ ├── XkbKeyActionsPtr.man │ │ ├── XkbKeyGroupInfo.man │ │ ├── XkbKeyGroupWidth.man │ │ ├── XkbKeyGroupsWidth.man │ │ ├── XkbKeyHasActions.man │ │ ├── XkbKeyNumActions.man │ │ ├── XkbKeyNumGroups.man │ │ ├── XkbKeyNumSyms.man │ │ ├── XkbKeySymEntry.man │ │ ├── XkbKeySymsOffset.man │ │ ├── XkbKeySymsPtr.man │ │ ├── XkbKeyType.man │ │ ├── XkbKeyTypeIndex.man │ │ ├── XkbKeyTypesForCoreSymbols.man │ │ ├── XkbKeycodeToKeysym.man │ │ ├── XkbKeysymToModifiers.man │ │ ├── XkbLatchGroup.man │ │ ├── XkbLatchModifiers.man │ │ ├── XkbLibraryVersion.man │ │ ├── XkbListComponents.man │ │ ├── XkbLockGroup.man │ │ ├── XkbLockModifiers.man │ │ ├── XkbLookupKeyBinding.man │ │ ├── XkbLookupKeySym.man │ │ ├── XkbModActionVMods.man │ │ ├── XkbNoteControlsChanges.man │ │ ├── XkbNoteDeviceChanges.man │ │ ├── XkbNoteIndicatorChanges.man │ │ ├── XkbNoteNameChanges.man │ │ ├── XkbOpenDisplay.man │ │ ├── XkbOutOfRangeGroupInfo.man │ │ ├── XkbOutOfRangeGroupNumber.man │ │ ├── XkbPtrActionX.man │ │ ├── XkbPtrActionY.man │ │ ├── XkbQueryExtension.man │ │ ├── XkbRefreshKeyboardMapping.man │ │ ├── XkbResizeDeviceButtonActions.man │ │ ├── XkbResizeKeyActions.man │ │ ├── XkbResizeKeySyms.man │ │ ├── XkbResizeKeyType.man │ │ ├── XkbSAActionSetCtrls.man │ │ ├── XkbSAGroup.man │ │ ├── XkbSAPtrDfltValue.man │ │ ├── XkbSARedirectSetVMods.man │ │ ├── XkbSARedirectSetVModsMask.man │ │ ├── XkbSARedirectVMods.man │ │ ├── XkbSARedirectVModsMask.man │ │ ├── XkbSAScreen.man │ │ ├── XkbSASetGroup.man │ │ ├── XkbSASetPtrDfltValue.man │ │ ├── XkbSASetScreen.man │ │ ├── XkbSelectEventDetails.man │ │ ├── XkbSelectEvents.man │ │ ├── XkbSetAccessXTimeout.man │ │ ├── XkbSetAutoRepeatRate.man │ │ ├── XkbSetAutoResetControls.man │ │ ├── XkbSetBounceKeysDelay.man │ │ ├── XkbSetCompatMap.man │ │ ├── XkbSetControls.man │ │ ├── XkbSetDebuggingFlags.man │ │ ├── XkbSetDetectableAutorepeat.man │ │ ├── XkbSetDeviceButtonActions.man │ │ ├── XkbSetDeviceInfo.man │ │ ├── XkbSetIgnoreLockMods.man │ │ ├── XkbSetIndicatorMap.man │ │ ├── XkbSetMap.man │ │ ├── XkbSetModActionVMods.man │ │ ├── XkbSetNamedDeviceIndicator.man │ │ ├── XkbSetNamedIndicator.man │ │ ├── XkbSetNames.man │ │ ├── XkbSetPtrActionX.man │ │ ├── XkbSetPtrActionY.man │ │ ├── XkbSetServerInternalMods.man │ │ ├── XkbSetXlibControls.man │ │ ├── XkbTranslateKeyCode.man │ │ ├── XkbTranslateKeySym.man │ │ ├── XkbUpdateMapFromCore.man │ │ └── XkbVirtualModsToReal.man ├── modules │ ├── Makefile.am │ ├── im │ │ ├── Makefile.am │ │ └── ximcp │ │ │ ├── Makefile.am │ │ │ ├── imCallbk.c │ │ │ ├── imDefFlt.c │ │ │ ├── imDefIc.c │ │ │ ├── imDefIm.c │ │ │ ├── imDefLkup.c │ │ │ ├── imDispch.c │ │ │ ├── imEvToWire.c │ │ │ ├── imExten.c │ │ │ ├── imImSw.c │ │ │ ├── imInsClbk.c │ │ │ ├── imInt.c │ │ │ ├── imLcFlt.c │ │ │ ├── imLcGIc.c │ │ │ ├── imLcIc.c │ │ │ ├── imLcIm.c │ │ │ ├── imLcLkup.c │ │ │ ├── imLcPrs.c │ │ │ ├── imLcSIc.c │ │ │ ├── imRm.c │ │ │ ├── imRmAttr.c │ │ │ ├── imThaiFlt.c │ │ │ ├── imThaiIc.c │ │ │ ├── imThaiIm.c │ │ │ ├── imTrX.c │ │ │ ├── imTrans.c │ │ │ └── imTransR.c │ ├── lc │ │ ├── Makefile.am │ │ ├── Utf8 │ │ │ ├── Makefile.am │ │ │ └── lcUTF8Load.c │ │ ├── def │ │ │ ├── Makefile.am │ │ │ └── lcDefConv.c │ │ └── gen │ │ │ ├── Makefile.am │ │ │ └── lcGenConv.c │ └── om │ │ ├── Makefile.am │ │ └── generic │ │ ├── Makefile.am │ │ ├── omDefault.c │ │ ├── omGeneric.c │ │ ├── omImText.c │ │ ├── omText.c │ │ ├── omTextEsc.c │ │ ├── omTextExt.c │ │ ├── omTextPer.c │ │ └── omXChar.c ├── nls │ ├── .gitignore │ ├── C │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── Makefile.am │ ├── am_ET.UTF-8 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── armscii-8 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── compose-check.pl │ ├── compose.dir.pre │ ├── cs_CZ.UTF-8 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── el_GR.UTF-8 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── en_US.UTF-8 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── fi_FI.UTF-8 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── georgian-academy │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── georgian-ps │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── ibm-cp1133 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── iscii-dev │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── isiri-3342 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── iso8859-1 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── iso8859-10 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── iso8859-11 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── iso8859-13 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── iso8859-14 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── iso8859-15 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── iso8859-2 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── iso8859-3 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── iso8859-4 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── iso8859-5 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── iso8859-6 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── iso8859-7 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── iso8859-8 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── iso8859-9 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── iso8859-9e │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── ja.JIS │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── ja.SJIS │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── ja │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── ja_JP.UTF-8 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── km_KH.UTF-8 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── ko │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── ko_KR.UTF-8 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── koi8-c │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── koi8-r │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── koi8-u │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── locale.alias.pre │ ├── locale.dir.pre │ ├── microsoft-cp1251 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── microsoft-cp1255 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── microsoft-cp1256 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── mulelao-1 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── nokhchi-1 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── pt_BR.UTF-8 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── pt_PT.UTF-8 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── ru_RU.UTF-8 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── sr_CS.UTF-8 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── tatar-cyr │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── th_TH.UTF-8 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── th_TH │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── tscii-0 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── vi_VN.tcvn │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── vi_VN.viscii │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── zh_CN.UTF-8 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── zh_CN.gb18030 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── zh_CN.gbk │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── zh_CN │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── zh_HK.UTF-8 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── zh_HK.big5 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── zh_HK.big5hkscs │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── zh_TW.UTF-8 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ ├── zh_TW.big5 │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre │ └── zh_TW │ │ ├── Compose.pre │ │ ├── XI18N_OBJS │ │ └── XLC_LOCALE.pre ├── specs │ ├── .gitignore │ ├── Makefile.am │ ├── XIM │ │ ├── Makefile.am │ │ ├── dynamicflow.svg │ │ ├── dynamicflowsampleseq.svg │ │ ├── eventflow.svg │ │ ├── sampleprotocolflow1.svg │ │ ├── sampleprotocolflow2.svg │ │ ├── staticflow.svg │ │ ├── staticflowsampleseq.svg │ │ └── xim.xml │ ├── XKB │ │ ├── Makefile.am │ │ ├── XKBlib-1.svg │ │ ├── XKBlib-10.svg │ │ ├── XKBlib-11.svg │ │ ├── XKBlib-12.svg │ │ ├── XKBlib-13.svg │ │ ├── XKBlib-14.svg │ │ ├── XKBlib-15.svg │ │ ├── XKBlib-16.svg │ │ ├── XKBlib-17.svg │ │ ├── XKBlib-18.svg │ │ ├── XKBlib-19.svg │ │ ├── XKBlib-2.svg │ │ ├── XKBlib-20.svg │ │ ├── XKBlib-21.svg │ │ ├── XKBlib-3.svg │ │ ├── XKBlib-4.svg │ │ ├── XKBlib-5.svg │ │ ├── XKBlib-6.svg │ │ ├── XKBlib-7.svg │ │ ├── XKBlib-8.svg │ │ ├── XKBlib-9.svg │ │ ├── acknowledgement.xml │ │ ├── ch01.xml │ │ ├── ch02.xml │ │ ├── ch03.xml │ │ ├── ch04.xml │ │ ├── ch05.xml │ │ ├── ch06.xml │ │ ├── ch07.xml │ │ ├── ch08.xml │ │ ├── ch09.xml │ │ ├── ch10.xml │ │ ├── ch11.xml │ │ ├── ch12.xml │ │ ├── ch13.xml │ │ ├── ch14.xml │ │ ├── ch15.xml │ │ ├── ch16.xml │ │ ├── ch17.xml │ │ ├── ch18.xml │ │ ├── ch19.xml │ │ ├── ch20.xml │ │ ├── ch21.xml │ │ ├── ch22.xml │ │ ├── glossary.xml │ │ └── xkblib.xml │ ├── i18n │ │ ├── Makefile.am │ │ ├── compose │ │ │ ├── .gitignore │ │ │ ├── Makefile.am │ │ │ ├── compose-chart.pl │ │ │ └── docbook-nl.am │ │ ├── framework │ │ │ ├── Makefile.am │ │ │ ├── framework.svg │ │ │ └── framework.xml │ │ ├── localedb │ │ │ ├── Makefile.am │ │ │ └── localedb.xml │ │ └── trans │ │ │ ├── Makefile.am │ │ │ └── trans.xml │ └── libX11 │ │ ├── AppA.xml │ │ ├── AppB.xml │ │ ├── AppC.xml │ │ ├── AppD.xml │ │ ├── CH01.xml │ │ ├── CH02.xml │ │ ├── CH03.xml │ │ ├── CH04.xml │ │ ├── CH05.xml │ │ ├── CH06.xml │ │ ├── CH07.xml │ │ ├── CH08.xml │ │ ├── CH09.xml │ │ ├── CH10.xml │ │ ├── CH11.xml │ │ ├── CH12.xml │ │ ├── CH13.xml │ │ ├── CH14.xml │ │ ├── CH15.xml │ │ ├── CH16.xml │ │ ├── Makefile.am │ │ ├── credits.xml │ │ ├── glossary.xml │ │ └── libX11.xml ├── src │ ├── .gitignore │ ├── AllCells.c │ ├── AllPlanes.c │ ├── AllowEv.c │ ├── AutoRep.c │ ├── Backgnd.c │ ├── BdrWidth.c │ ├── Bell.c │ ├── Border.c │ ├── ChAccCon.c │ ├── ChActPGb.c │ ├── ChClMode.c │ ├── ChCmap.c │ ├── ChGC.c │ ├── ChKeyCon.c │ ├── ChPntCon.c │ ├── ChProp.c │ ├── ChSaveSet.c │ ├── ChWAttrs.c │ ├── ChWindow.c │ ├── ChkIfEv.c │ ├── ChkMaskEv.c │ ├── ChkTypEv.c │ ├── ChkTypWEv.c │ ├── ChkWinEv.c │ ├── CirWin.c │ ├── CirWinDn.c │ ├── CirWinUp.c │ ├── ClDisplay.c │ ├── Clear.c │ ├── ClearArea.c │ ├── Cmap.h │ ├── ConfWind.c │ ├── Context.c │ ├── ConvSel.c │ ├── CopyArea.c │ ├── CopyCmap.c │ ├── CopyGC.c │ ├── CopyPlane.c │ ├── Cr.h │ ├── CrBFData.c │ ├── CrCmap.c │ ├── CrCursor.c │ ├── CrGC.c │ ├── CrGlCur.c │ ├── CrPFBData.c │ ├── CrPixmap.c │ ├── CrWindow.c │ ├── Cursor.c │ ├── DefCursor.c │ ├── DelProp.c │ ├── Depths.c │ ├── DestSubs.c │ ├── DestWind.c │ ├── DisName.c │ ├── DrArc.c │ ├── DrArcs.c │ ├── DrLine.c │ ├── DrLines.c │ ├── DrPoint.c │ ├── DrPoints.c │ ├── DrRect.c │ ├── DrRects.c │ ├── DrSegs.c │ ├── ErrDes.c │ ├── ErrHndlr.c │ ├── EvToWire.c │ ├── FSSaver.c │ ├── FSWrap.c │ ├── FetchName.c │ ├── FillArc.c │ ├── FillArcs.c │ ├── FillPoly.c │ ├── FillRct.c │ ├── FillRcts.c │ ├── FilterEv.c │ ├── Flush.c │ ├── Font.c │ ├── FontInfo.c │ ├── FontNames.c │ ├── FreeCmap.c │ ├── FreeCols.c │ ├── FreeCurs.c │ ├── FreeEData.c │ ├── FreeEventData.c │ ├── FreeGC.c │ ├── FreePix.c │ ├── GCMisc.c │ ├── Geom.c │ ├── GetAtomNm.c │ ├── GetColor.c │ ├── GetDflt.c │ ├── GetEventData.c │ ├── GetFPath.c │ ├── GetFProp.c │ ├── GetGCVals.c │ ├── GetGeom.c │ ├── GetHColor.c │ ├── GetHints.c │ ├── GetIFocus.c │ ├── GetImage.c │ ├── GetKCnt.c │ ├── GetMoEv.c │ ├── GetNrmHint.c │ ├── GetPCnt.c │ ├── GetPntMap.c │ ├── GetProp.c │ ├── GetRGBCMap.c │ ├── GetSOwner.c │ ├── GetSSaver.c │ ├── GetStCmap.c │ ├── GetTxtProp.c │ ├── GetWAttrs.c │ ├── GetWMCMapW.c │ ├── GetWMProto.c │ ├── GrButton.c │ ├── GrKey.c │ ├── GrKeybd.c │ ├── GrPointer.c │ ├── GrServer.c │ ├── Host.c │ ├── Iconify.c │ ├── IfEvent.c │ ├── ImText.c │ ├── ImText16.c │ ├── ImUtil.c │ ├── InitExt.c │ ├── InsCmap.c │ ├── IntAtom.c │ ├── Key.h │ ├── KeyBind.c │ ├── KeysymStr.c │ ├── KillCl.c │ ├── LiHosts.c │ ├── LiICmaps.c │ ├── LiProps.c │ ├── ListExt.c │ ├── LoadFont.c │ ├── LockDis.c │ ├── LookupCol.c │ ├── LowerWin.c │ ├── Macros.c │ ├── Makefile.am │ ├── MapRaised.c │ ├── MapSubs.c │ ├── MapWindow.c │ ├── MaskEvent.c │ ├── Misc.c │ ├── ModMap.c │ ├── MoveWin.c │ ├── NextEvent.c │ ├── OCWrap.c │ ├── OMWrap.c │ ├── OpenDis.c │ ├── ParseCmd.c │ ├── ParseCol.c │ ├── ParseGeom.c │ ├── PeekEvent.c │ ├── PeekIfEv.c │ ├── Pending.c │ ├── PixFormats.c │ ├── PmapBgnd.c │ ├── PmapBord.c │ ├── PolyReg.c │ ├── PolyTxt.c │ ├── PolyTxt16.c │ ├── PropAlloc.c │ ├── PutBEvent.c │ ├── PutImage.c │ ├── QuBest.c │ ├── QuColor.c │ ├── QuColors.c │ ├── QuCurShp.c │ ├── QuExt.c │ ├── QuKeybd.c │ ├── QuPntr.c │ ├── QuStipShp.c │ ├── QuTextE16.c │ ├── QuTextExt.c │ ├── QuTileShp.c │ ├── QuTree.c │ ├── Quarks.c │ ├── RaiseWin.c │ ├── RdBitF.c │ ├── RecolorC.c │ ├── ReconfWM.c │ ├── ReconfWin.c │ ├── Region.c │ ├── RegstFlt.c │ ├── RepWindow.c │ ├── RestackWs.c │ ├── RotProp.c │ ├── ScrResStr.c │ ├── SelInput.c │ ├── SendEvent.c │ ├── SetBack.c │ ├── SetCRects.c │ ├── SetClMask.c │ ├── SetClOrig.c │ ├── SetDashes.c │ ├── SetFPath.c │ ├── SetFont.c │ ├── SetFore.c │ ├── SetFunc.c │ ├── SetHints.c │ ├── SetIFocus.c │ ├── SetLStyle.c │ ├── SetLocale.c │ ├── SetNrmHint.c │ ├── SetPMask.c │ ├── SetPntMap.c │ ├── SetRGBCMap.c │ ├── SetSOwner.c │ ├── SetSSaver.c │ ├── SetStCmap.c │ ├── SetState.c │ ├── SetStip.c │ ├── SetTSOrig.c │ ├── SetTile.c │ ├── SetTxtProp.c │ ├── SetWMCMapW.c │ ├── SetWMProto.c │ ├── StBytes.c │ ├── StColor.c │ ├── StColors.c │ ├── StNColor.c │ ├── StName.c │ ├── StrKeysym.c │ ├── StrToText.c │ ├── Sync.c │ ├── Synchro.c │ ├── Text.c │ ├── Text16.c │ ├── TextExt.c │ ├── TextExt16.c │ ├── TextToStr.c │ ├── TrCoords.c │ ├── UIThrStubs.c │ ├── UndefCurs.c │ ├── UngrabBut.c │ ├── UngrabKbd.c │ ├── UngrabKey.c │ ├── UngrabPtr.c │ ├── UngrabSvr.c │ ├── UninsCmap.c │ ├── UnldFont.c │ ├── UnmapSubs.c │ ├── UnmapWin.c │ ├── VisUtil.c │ ├── WMGeom.c │ ├── WMProps.c │ ├── WarpPtr.c │ ├── WinEvent.c │ ├── Window.c │ ├── Withdraw.c │ ├── WrBitF.c │ ├── XErrorDB │ ├── Xatomtype.h │ ├── Xintatom.h │ ├── Xintconn.h │ ├── XlibAsync.c │ ├── XlibInt.c │ ├── XomGeneric.h │ ├── Xprivate.h │ ├── Xresinternal.h │ ├── Xrm.c │ ├── Xxcbint.h │ ├── evtomask.c │ ├── genhextable.py │ ├── globals.c │ ├── imConv.c │ ├── locking.c │ ├── locking.h │ ├── os2Stubs.c │ ├── pathmax.h │ ├── poly.h │ ├── util │ │ ├── .gitignore │ │ ├── Makefile.am │ │ ├── makekeys.c │ │ └── mkks.sh │ ├── utlist.h │ ├── x11_xcb.c │ ├── xcb_disp.c │ ├── xcb_io.c │ ├── xcms │ │ ├── AddDIC.c │ │ ├── AddSF.c │ │ ├── CCC.c │ │ ├── Cv.h │ │ ├── CvColW.c │ │ ├── CvCols.c │ │ ├── HVC.c │ │ ├── HVCGcC.c │ │ ├── HVCGcV.c │ │ ├── HVCGcVC.c │ │ ├── HVCMnV.c │ │ ├── HVCMxC.c │ │ ├── HVCMxV.c │ │ ├── HVCMxVC.c │ │ ├── HVCMxVs.c │ │ ├── HVCWpAj.c │ │ ├── IdOfPr.c │ │ ├── LRGB.c │ │ ├── Lab.c │ │ ├── LabGcC.c │ │ ├── LabGcL.c │ │ ├── LabGcLC.c │ │ ├── LabMnL.c │ │ ├── LabMxC.c │ │ ├── LabMxL.c │ │ ├── LabMxLC.c │ │ ├── LabWpAj.c │ │ ├── Luv.c │ │ ├── LuvGcC.c │ │ ├── LuvGcL.c │ │ ├── LuvGcLC.c │ │ ├── LuvMnL.c │ │ ├── LuvMxC.c │ │ ├── LuvMxL.c │ │ ├── LuvMxLC.c │ │ ├── LuvWpAj.c │ │ ├── Makefile.am │ │ ├── OfCCC.c │ │ ├── PrOfId.c │ │ ├── QBlack.c │ │ ├── QBlue.c │ │ ├── QGreen.c │ │ ├── QRed.c │ │ ├── QWhite.c │ │ ├── QuCol.c │ │ ├── QuCols.c │ │ ├── SetCCC.c │ │ ├── SetGetCols.c │ │ ├── StCol.c │ │ ├── StCols.c │ │ ├── UNDEFINED.c │ │ ├── XRGB.c │ │ ├── XYZ.c │ │ ├── Xcms.txt │ │ ├── Xcmsint.h │ │ ├── cmsAllCol.c │ │ ├── cmsAllNCol.c │ │ ├── cmsCmap.c │ │ ├── cmsColNm.c │ │ ├── cmsGlobls.c │ │ ├── cmsInt.c │ │ ├── cmsLkCol.c │ │ ├── cmsMath.c │ │ ├── cmsProp.c │ │ ├── cmsTrig.c │ │ ├── uvY.c │ │ └── xyY.c │ ├── xkb │ │ ├── Makefile.am │ │ ├── XKB.c │ │ ├── XKBAlloc.c │ │ ├── XKBBell.c │ │ ├── XKBBind.c │ │ ├── XKBCompat.c │ │ ├── XKBCtrls.c │ │ ├── XKBCvt.c │ │ ├── XKBExtDev.c │ │ ├── XKBGAlloc.c │ │ ├── XKBGeom.c │ │ ├── XKBGetByName.c │ │ ├── XKBGetMap.c │ │ ├── XKBList.c │ │ ├── XKBMAlloc.c │ │ ├── XKBMisc.c │ │ ├── XKBNames.c │ │ ├── XKBRdBuf.c │ │ ├── XKBSetGeom.c │ │ ├── XKBSetMap.c │ │ ├── XKBUse.c │ │ ├── XKBleds.c │ │ └── XKBlibint.h │ └── xlibi18n │ │ ├── ICWrap.c │ │ ├── IMWrap.c │ │ ├── Makefile.am │ │ ├── XDefaultIMIF.c │ │ ├── XDefaultOMIF.c │ │ ├── Xaixlcint.h │ │ ├── XimImSw.h │ │ ├── XimProto.h │ │ ├── XimThai.h │ │ ├── XimTrInt.h │ │ ├── XimTrX.h │ │ ├── XimTrans.h │ │ ├── Ximint.h │ │ ├── XimintL.h │ │ ├── XimintP.h │ │ ├── XlcDL.c │ │ ├── XlcGeneric.h │ │ ├── XlcPubI.h │ │ ├── XlcPublic.h │ │ ├── XlcSL.c │ │ ├── Xlcint.h │ │ ├── imKStoUCS.c │ │ ├── lcCT.c │ │ ├── lcCharSet.c │ │ ├── lcConv.c │ │ ├── lcDB.c │ │ ├── lcDynamic.c │ │ ├── lcFile.c │ │ ├── lcGeneric.c │ │ ├── lcInit.c │ │ ├── lcPrTxt.c │ │ ├── lcPubWrap.c │ │ ├── lcPublic.c │ │ ├── lcRM.c │ │ ├── lcStd.c │ │ ├── lcTxtPr.c │ │ ├── lcUTF8.c │ │ ├── lcUniConv │ │ ├── 8bit_tab_to_h.c │ │ ├── COPYRIGHT │ │ ├── README │ │ ├── armscii_8.h │ │ ├── ascii.h │ │ ├── big5.h │ │ ├── big5_emacs.h │ │ ├── big5hkscs.h │ │ ├── cjk_tab_to_h.c │ │ ├── cp1133.h │ │ ├── cp1251.h │ │ ├── cp1255.h │ │ ├── cp1256.h │ │ ├── gb2312.h │ │ ├── gbk.h │ │ ├── georgian_academy.h │ │ ├── georgian_ps.h │ │ ├── iso8859_1.h │ │ ├── iso8859_10.h │ │ ├── iso8859_11.h │ │ ├── iso8859_13.h │ │ ├── iso8859_14.h │ │ ├── iso8859_15.h │ │ ├── iso8859_16.h │ │ ├── iso8859_2.h │ │ ├── iso8859_3.h │ │ ├── iso8859_4.h │ │ ├── iso8859_5.h │ │ ├── iso8859_6.h │ │ ├── iso8859_7.h │ │ ├── iso8859_8.h │ │ ├── iso8859_9.h │ │ ├── iso8859_9e.h │ │ ├── jisx0201.h │ │ ├── jisx0208.h │ │ ├── jisx0212.h │ │ ├── koi8_c.h │ │ ├── koi8_r.h │ │ ├── koi8_u.h │ │ ├── ksc5601.h │ │ ├── mulelao.h │ │ ├── tatar_cyr.h │ │ ├── tcvn.h │ │ ├── tis620.h │ │ ├── ucs2be.h │ │ ├── utf8.h │ │ └── viscii.h │ │ ├── lcUtil.c │ │ ├── lcWrap.c │ │ ├── mbWMProps.c │ │ ├── mbWrap.c │ │ ├── utf8WMProps.c │ │ ├── utf8Wrap.c │ │ ├── wcWrap.c │ │ └── xim_trans.c ├── x11-xcb.pc.in └── x11.pc.in ├── libXau ├── .gitignore ├── AUTHORS ├── AuDispose.c ├── AuFileName.c ├── AuGetAddr.c ├── AuGetBest.c ├── AuLock.c ├── AuRead.c ├── AuUnlock.c ├── AuWrite.c ├── Autest.c ├── COPYING ├── Makefile.am ├── README ├── autogen.sh ├── configure.ac ├── include │ └── X11 │ │ └── Xauth.h ├── libXau.def ├── man │ ├── Makefile.am │ ├── Xau.man │ ├── XauDisposeAuth.man │ ├── XauFileName.man │ ├── XauGetAuthByAddr.man │ ├── XauGetBestAuthByAddr.man │ ├── XauLockAuth.man │ ├── XauReadAuth.man │ ├── XauUnlockAuth.man │ └── XauWriteAuth.man └── xau.pc.in ├── libXaw ├── COPYING ├── ChangeLog ├── INSTALL ├── Makefile.am ├── Makefile.in ├── README ├── aclocal.m4 ├── autogen.sh ├── compile ├── config.guess ├── config.h ├── config.h.in ├── config.sub ├── configure ├── configure.ac ├── depcomp ├── docbook.am ├── include │ ├── Makefile.am │ ├── Makefile.in │ └── X11 │ │ └── Xaw │ │ ├── AllWidgets.h │ │ ├── AsciiSink.h │ │ ├── AsciiSinkP.h │ │ ├── AsciiSrc.h │ │ ├── AsciiSrcP.h │ │ ├── AsciiText.h │ │ ├── AsciiTextP.h │ │ ├── Box.h │ │ ├── BoxP.h │ │ ├── Cardinals.h │ │ ├── Command.h │ │ ├── CommandP.h │ │ ├── Dialog.h │ │ ├── DialogP.h │ │ ├── Form.h │ │ ├── FormP.h │ │ ├── Grip.h │ │ ├── GripP.h │ │ ├── Label.h │ │ ├── LabelP.h │ │ ├── List.h │ │ ├── ListP.h │ │ ├── MenuButtoP.h │ │ ├── MenuButton.h │ │ ├── MultiSink.h │ │ ├── MultiSinkP.h │ │ ├── MultiSrc.h │ │ ├── MultiSrcP.h │ │ ├── Paned.h │ │ ├── PanedP.h │ │ ├── Panner.h │ │ ├── PannerP.h │ │ ├── Porthole.h │ │ ├── PortholeP.h │ │ ├── Repeater.h │ │ ├── RepeaterP.h │ │ ├── Reports.h │ │ ├── Scrollbar.h │ │ ├── ScrollbarP.h │ │ ├── Simple.h │ │ ├── SimpleMenP.h │ │ ├── SimpleMenu.h │ │ ├── SimpleP.h │ │ ├── Sme.h │ │ ├── SmeBSB.h │ │ ├── SmeBSBP.h │ │ ├── SmeLine.h │ │ ├── SmeLineP.h │ │ ├── SmeP.h │ │ ├── StripCharP.h │ │ ├── StripChart.h │ │ ├── Template.c │ │ ├── Template.h │ │ ├── TemplateP.h │ │ ├── Text.h │ │ ├── TextP.h │ │ ├── TextSink.h │ │ ├── TextSinkP.h │ │ ├── TextSrc.h │ │ ├── TextSrcP.h │ │ ├── Tip.h │ │ ├── TipP.h │ │ ├── Toggle.h │ │ ├── ToggleP.h │ │ ├── Tree.h │ │ ├── TreeP.h │ │ ├── VendorEP.h │ │ ├── Viewport.h │ │ ├── ViewportP.h │ │ ├── XawImP.h │ │ └── XawInit.h ├── install-sh ├── ltmain.sh ├── man │ ├── Makefile.am │ ├── Makefile.in │ └── Xaw.man ├── missing ├── old-doc │ ├── CHANGES │ └── Changelog ├── specs │ ├── AsciiSink.xml │ ├── AsciiSource.xml │ ├── AsciiText.xml │ ├── Box.xml │ ├── CH1.xml │ ├── CH2.xml │ ├── CH3.xml │ ├── CH4.xml │ ├── CH5.xml │ ├── CH6.xml │ ├── CH7.xml │ ├── Command.xml │ ├── Dialog.xml │ ├── Form.xml │ ├── Grip.xml │ ├── Label.xml │ ├── List.xml │ ├── Makefile.am │ ├── Makefile.in │ ├── MenuButton.xml │ ├── Paned.xml │ ├── Panner.xml │ ├── Porthole.xml │ ├── Repeater.xml │ ├── Scrollbar.xml │ ├── Simple.xml │ ├── SimpleMenu.xml │ ├── Sme.xml │ ├── SmeBSB.xml │ ├── SmeLine.xml │ ├── StripChart.xml │ ├── TPage_Credits.xml │ ├── Template.xml │ ├── Template_private_header_file.xml │ ├── Template_public_header_file.xml │ ├── Template_widget_source_file.xml │ ├── Text.xml │ ├── TextActions.xml │ ├── TextActions_default_translation_bindings.xml │ ├── TextActions_text_widget_actions.xml │ ├── TextCustom.xml │ ├── TextFuncs.xml │ ├── TextSink.xml │ ├── TextSource.xml │ ├── Toggle.xml │ ├── Tree.xml │ ├── Viewport.xml │ └── libXaw.xml ├── src │ ├── Actions.c │ ├── AllWidgets.c │ ├── AsciiSink.c │ ├── AsciiSrc.c │ ├── AsciiText.c │ ├── Box.c │ ├── Command.c │ ├── Converters.c │ ├── Dialog.c │ ├── DisplayList.c │ ├── Form.c │ ├── Grip.c │ ├── Label.c │ ├── List.c │ ├── Makefile.am │ ├── Makefile.in │ ├── MenuButton.c │ ├── MultiSink.c │ ├── MultiSrc.c │ ├── OS.c │ ├── Paned.c │ ├── Panner.c │ ├── Pixmap.c │ ├── Porthole.c │ ├── Private.h │ ├── Repeater.c │ ├── Scrollbar.c │ ├── Simple.c │ ├── SimpleMenu.c │ ├── Sme.c │ ├── SmeBSB.c │ ├── SmeLine.c │ ├── StripChart.c │ ├── Text.c │ ├── TextAction.c │ ├── TextPop.c │ ├── TextSink.c │ ├── TextSrc.c │ ├── TextTr.c │ ├── Tip.c │ ├── Toggle.c │ ├── Tree.c │ ├── Vendor.c │ ├── Viewport.c │ ├── XawI18n.c │ ├── XawI18n.h │ ├── XawIm.c │ ├── XawInit.c │ ├── makefile │ └── sharedlib.c ├── xaw6.pc.in └── xaw7.pc.in ├── libXdmcp ├── .gitignore ├── AUTHORS ├── Array.c ├── COPYING ├── Fill.c ├── Flush.c ├── Key.c ├── Makefile.am ├── README ├── Read.c ├── Unwrap.c ├── Wrap.c ├── Wrap.h ├── Wraphelp.README.crypto ├── Wraphelp.c ├── Write.c ├── autogen.sh ├── configure.ac ├── doc │ ├── .gitignore │ ├── Makefile.am │ └── xdmcp.xml ├── docbook.am ├── include │ └── X11 │ │ └── Xdmcp.h ├── test │ ├── Array.c │ └── Makefile.am └── xdmcp.pc.in ├── libXext ├── .gitignore ├── AUTHORS ├── COPYING ├── Makefile.am ├── README ├── autogen.sh ├── configure.ac ├── docbook.am ├── include │ └── X11 │ │ └── extensions │ │ ├── MITMisc.h │ │ ├── XEVI.h │ │ ├── XLbx.h │ │ ├── XShm.h │ │ ├── Xag.h │ │ ├── Xcup.h │ │ ├── Xdbe.h │ │ ├── Xext.h │ │ ├── Xge.h │ │ ├── dpms.h │ │ ├── extutil.h │ │ ├── multibuf.h │ │ ├── security.h │ │ ├── shape.h │ │ ├── sync.h │ │ └── xtestext1.h ├── m4 │ └── ax_gcc_builtin.m4 ├── man │ ├── DBE.man │ ├── DPMSCapable.man │ ├── DPMSDisable.man │ ├── DPMSEnable.man │ ├── DPMSForceLevel.man │ ├── DPMSGetTimeouts.man │ ├── DPMSGetVersion.man │ ├── DPMSInfo.man │ ├── DPMSQueryExtension.man │ ├── DPMSSetTimeouts.man │ ├── Makefile.am │ ├── XShape.man │ ├── XShapeCombineMask.man │ ├── XShapeCombineRectangles.man │ ├── XShapeCombineRegion.man │ ├── XShapeCombineShape.man │ ├── XShapeGetRectangles.man │ ├── XShapeInputSelected.man │ ├── XShapeOffsetShape.man │ ├── XShapeQueryExtension.man │ ├── XShapeQueryExtents.man │ ├── XShapeQueryVersion.man │ ├── XShapeSelectInput.man │ ├── XShm.man │ ├── XShmAttach.man │ ├── XShmCreateImage.man │ ├── XShmCreatePixmap.man │ ├── XShmDetach.man │ ├── XShmGetEventBase.man │ ├── XShmGetImage.man │ ├── XShmPixmapFormat.man │ ├── XShmPutImage.man │ ├── XShmQueryExtension.man │ ├── XShmQueryVersion.man │ ├── XcupGetReservedColormapEntries.man │ ├── XcupQueryVersion.man │ ├── XcupStoreColors.man │ ├── XdbeAllocateBackBufferName.man │ ├── XdbeBeginIdiom.man │ ├── XdbeDeallocateBackBufferName.man │ ├── XdbeEndIdiom.man │ ├── XdbeFreeVisualInfo.man │ ├── XdbeGetBackBufferAttributes.man │ ├── XdbeGetVisualInfo.man │ ├── XdbeQueryExtension.man │ ├── XdbeSwapBuffers.man │ ├── Xevi.man │ ├── XeviGetVisualInfo.man │ ├── XeviQueryExtension.man │ ├── XeviQueryVersion.man │ ├── Xmbuf.man │ ├── XmbufChangeBufferAttributes.man │ ├── XmbufChangeWindowAttributes.man │ ├── XmbufCreateBuffers.man │ ├── XmbufCreateStereoWindow.man │ ├── XmbufDestroyBuffers.man │ ├── XmbufDisplayBuffers.man │ ├── XmbufGetBufferAttributes.man │ ├── XmbufGetScreenInfo.man │ ├── XmbufGetVersion.man │ ├── XmbufGetWindowAttributes.man │ └── XmbufQueryExtension.man ├── specs │ ├── .gitignore │ ├── Makefile.am │ ├── dbelib.xml │ ├── dpmslib.xml │ ├── shapelib.xml │ ├── synclib.xml │ └── xtest1.xml ├── src │ ├── DPMS.c │ ├── MITMisc.c │ ├── Makefile.am │ ├── XAppgroup.c │ ├── XEVI.c │ ├── XLbx.c │ ├── XMultibuf.c │ ├── XSecurity.c │ ├── XShape.c │ ├── XShm.c │ ├── XSync.c │ ├── XTestExt1.c │ ├── Xcup.c │ ├── Xdbe.c │ ├── Xge.c │ ├── extutil.c │ ├── globals.c │ └── libXext.def └── xext.pc.in ├── libXfixes ├── AUTHORS ├── COPYING ├── ChangeLog ├── INSTALL ├── Makefile.am ├── Makefile.in ├── README ├── aclocal.m4 ├── compile ├── config.guess ├── config.h.in ├── config.sub ├── configure ├── configure.ac ├── depcomp ├── include │ └── X11 │ │ └── extensions │ │ └── Xfixes.h ├── install-sh ├── ltmain.sh ├── man │ ├── Makefile.am │ ├── Makefile.in │ └── Xfixes.man ├── missing ├── src │ ├── Cursor.c │ ├── Makefile.am │ ├── Makefile.in │ ├── Region.c │ ├── SaveSet.c │ ├── Selection.c │ ├── Xfixes.c │ ├── Xfixesint.h │ └── makefile └── xfixes.pc.in ├── libXfont2 ├── AUTHORS ├── COPYING ├── ChangeLog ├── INSTALL ├── Makefile.am ├── Makefile.in ├── README ├── aclocal.m4 ├── compile ├── config.guess ├── config.h ├── config.h.in ├── config.sub ├── configure ├── configure.ac ├── depcomp ├── devbook.am ├── doc │ ├── Makefile.am │ ├── Makefile.in │ └── fontlib.xml ├── include │ ├── X11 │ │ └── fonts │ │ │ ├── bdfint.h │ │ │ ├── bitmap.h │ │ │ ├── bufio.h │ │ │ ├── fntfil.h │ │ │ ├── fntfilio.h │ │ │ ├── fntfilst.h │ │ │ ├── fontencc.h │ │ │ ├── fontmisc.h │ │ │ ├── fontshow.h │ │ │ ├── fontutil.h │ │ │ ├── fontxlfd.h │ │ │ ├── libxfont2.h │ │ │ └── pcf.h │ └── libxfontint.h ├── install-sh ├── ltmain.sh ├── makefile ├── missing ├── src │ ├── FreeType │ │ ├── ft.h │ │ ├── ftenc.c │ │ ├── ftfuncs.c │ │ ├── ftfuncs.h │ │ ├── fttools.c │ │ ├── xttcap.c │ │ └── xttcap.h │ ├── bitmap │ │ ├── bdfread.c │ │ ├── bdfutils.c │ │ ├── bitmap.c │ │ ├── bitmapfunc.c │ │ ├── bitmaputil.c │ │ ├── bitscale.c │ │ ├── fontink.c │ │ ├── pcfread.c │ │ ├── pcfwrite.c │ │ ├── snfread.c │ │ └── snfstr.h │ ├── builtins │ │ ├── buildfont │ │ ├── builtin.h │ │ ├── dir.c │ │ ├── file.c │ │ ├── fonts.c │ │ ├── fpe.c │ │ └── render.c │ ├── fc │ │ ├── fsconvert.c │ │ ├── fserve.c │ │ ├── fserve.h │ │ ├── fservestr.h │ │ ├── fsio.c │ │ ├── fsio.h │ │ ├── fslibos.h │ │ └── fstrans.c │ ├── fontfile │ │ ├── bitsource.c │ │ ├── bufio.c │ │ ├── bunzip2.c │ │ ├── catalogue.c │ │ ├── decompress.c │ │ ├── defaults.c │ │ ├── dirfile.c │ │ ├── fileio.c │ │ ├── filewr.c │ │ ├── fontdir.c │ │ ├── fontencc.c │ │ ├── fontfile.c │ │ ├── fontscale.c │ │ ├── gunzip.c │ │ ├── register.c │ │ └── renderers.c │ ├── stubs │ │ ├── atom.c │ │ └── libxfontstubs.c │ └── util │ │ ├── fontaccel.c │ │ ├── fontnames.c │ │ ├── fontutil.c │ │ ├── fontxlfd.c │ │ ├── format.c │ │ ├── miscutil.c │ │ ├── patcache.c │ │ ├── private.c │ │ └── utilbitmap.c └── xfont2.pc.in ├── libXft ├── AUTHORS ├── COPYING ├── Makefile.am ├── NEWS ├── README ├── autogen.sh ├── configure.ac ├── include │ └── X11 │ │ └── Xft │ │ ├── Xft.h │ │ ├── Xft.h.in │ │ └── XftCompat.h ├── man │ ├── Makefile.am │ └── Xft.man ├── src │ ├── Makefile.am │ ├── makefile │ ├── xftcolor.c │ ├── xftcore.c │ ├── xftdbg.c │ ├── xftdpy.c │ ├── xftdraw.c │ ├── xftextent.c │ ├── xftfont.c │ ├── xftfreetype.c │ ├── xftglyphs.c │ ├── xftinit.c │ ├── xftint.h │ ├── xftlist.c │ ├── xftname.c │ ├── xftrender.c │ ├── xftstr.c │ ├── xftswap.c │ └── xftxlfd.c └── xft.pc.in ├── libXinerama ├── .gitignore ├── COPYING ├── Makefile.am ├── README ├── autogen.sh ├── configure.ac ├── include │ └── X11 │ │ └── extensions │ │ ├── Xinerama.h │ │ └── panoramiXext.h ├── man │ ├── Makefile.am │ ├── Xinerama.man │ ├── XineramaIsActive.man │ ├── XineramaQueryExtension.man │ ├── XineramaQueryScreens.man │ └── XineramaQueryVersion.man ├── src │ ├── Makefile.am │ └── Xinerama.c └── xinerama.pc.in ├── libXmu ├── .gitignore ├── COPYING ├── Makefile.am ├── README ├── autogen.sh ├── configure.ac ├── doc │ ├── .gitignore │ ├── Makefile.am │ ├── Xmu.xml │ └── xlogo.svg ├── docbook.am ├── include │ ├── Makefile.am │ └── X11 │ │ └── Xmu │ │ ├── Atoms.h │ │ ├── CharSet.h │ │ ├── CloseHook.h │ │ ├── Converters.h │ │ ├── CurUtil.h │ │ ├── CvtCache.h │ │ ├── DisplayQue.h │ │ ├── Drawing.h │ │ ├── Editres.h │ │ ├── EditresP.h │ │ ├── Error.h │ │ ├── ExtAgent.h │ │ ├── Initer.h │ │ ├── Lookup.h │ │ ├── Misc.h │ │ ├── StdCmap.h │ │ ├── StdSel.h │ │ ├── SysUtil.h │ │ ├── WhitePoint.h │ │ ├── WidgetNode.h │ │ ├── WinUtil.h │ │ ├── Xct.h │ │ └── Xmu.h ├── src │ ├── AllCmap.c │ ├── Atoms.c │ ├── ClientWin.c │ ├── Clip.c │ ├── CloseHook.c │ ├── CmapAlloc.c │ ├── CrCmap.c │ ├── CrPixFBit.c │ ├── CursorName.c │ ├── CvtCache.c │ ├── CvtStdSel.c │ ├── DefErrMsg.c │ ├── DelCmap.c │ ├── DisplayQue.c │ ├── Distinct.c │ ├── DrRndRect.c │ ├── DrawLogo.c │ ├── EditresCom.c │ ├── ExtAgent.c │ ├── FToCback.c │ ├── GetHost.c │ ├── GrayPixmap.c │ ├── Initer.c │ ├── LocBitmap.c │ ├── Lookup.c │ ├── LookupCmap.c │ ├── Lower.c │ ├── Makefile.am │ ├── RdBitF.c │ ├── ScrOfWin.c │ ├── ShapeWidg.c │ ├── StdCmap.c │ ├── StrToBS.c │ ├── StrToBmap.c │ ├── StrToCurs.c │ ├── StrToGrav.c │ ├── StrToJust.c │ ├── StrToLong.c │ ├── StrToOrnt.c │ ├── StrToShap.c │ ├── StrToWidg.c │ ├── UpdMapHint.c │ ├── VisCmap.c │ ├── WidgetNode.c │ ├── Xct.c │ └── libXmu.def ├── xmu.pc.in └── xmuu.pc.in ├── libXpm ├── AUTHORS ├── COPYING ├── COPYRIGHT ├── ChangeLog ├── INSTALL ├── Makefile.am ├── Makefile.in ├── NEWS.old ├── README ├── aclocal.m4 ├── compile ├── config.guess ├── config.h.in ├── config.sub ├── configure ├── configure.ac ├── cxpm │ ├── Makefile.am │ ├── Makefile.in │ └── cxpm.c ├── depcomp ├── doc │ ├── FAQ.html │ ├── Makefile.am │ ├── Makefile.in │ ├── README.AMIGA │ ├── README.MSW │ ├── README.html │ └── xpm.PS.gz ├── include │ ├── Makefile.am │ ├── Makefile.in │ └── X11 │ │ └── xpm.h ├── install-sh ├── ltmain.sh ├── m4 │ └── ax_define_dir.m4 ├── man │ ├── Makefile.am │ ├── Makefile.in │ ├── cxpm.man │ └── sxpm.man ├── missing ├── src │ ├── Attrib.c │ ├── CrBufFrI.c │ ├── CrBufFrP.c │ ├── CrDatFrI.c │ ├── CrDatFrP.c │ ├── CrIFrBuf.c │ ├── CrIFrDat.c │ ├── CrIFrP.c │ ├── CrPFrBuf.c │ ├── CrPFrDat.c │ ├── CrPFrI.c │ ├── Image.c │ ├── Info.c │ ├── Makefile.am │ ├── Makefile.in │ ├── RdFToBuf.c │ ├── RdFToDat.c │ ├── RdFToI.c │ ├── RdFToP.c │ ├── WrFFrBuf.c │ ├── WrFFrDat.c │ ├── WrFFrI.c │ ├── WrFFrP.c │ ├── XpmI.h │ ├── amigax.c │ ├── amigax.h │ ├── config.h │ ├── create.c │ ├── data.c │ ├── hashtab.c │ ├── makefile │ ├── misc.c │ ├── parse.c │ ├── rgb.c │ ├── rgbtab.h │ ├── scan.c │ ├── simx.c │ └── simx.h ├── sxpm │ ├── Makefile.am │ ├── Makefile.in │ ├── plaid.xpm │ ├── plaid_ext.xpm │ ├── plaid_mask.xpm │ └── sxpm.c └── xpm.pc.in ├── libXrender ├── AUTHORS ├── COPYING ├── ChangeLog ├── INSTALL ├── Makefile.am ├── Makefile.in ├── README ├── aclocal.m4 ├── compile ├── config.guess ├── config.h.in ├── config.sub ├── configure ├── configure.ac ├── depcomp ├── doc │ └── libXrender.txt ├── include │ └── X11 │ │ └── extensions │ │ └── Xrender.h ├── install-sh ├── ltmain.sh ├── missing ├── src │ ├── AddTrap.c │ ├── Color.c │ ├── Composite.c │ ├── Cursor.c │ ├── FillRect.c │ ├── FillRects.c │ ├── Filter.c │ ├── Glyph.c │ ├── Makefile.am │ ├── Makefile.in │ ├── Picture.c │ ├── Poly.c │ ├── Trap.c │ ├── Tri.c │ ├── Xrender.c │ ├── Xrenderint.h │ └── makefile └── xrender.pc.in ├── libXt ├── COPYING ├── ChangeLog ├── INSTALL ├── Makefile.am ├── Makefile.in ├── README ├── aclocal.m4 ├── compile ├── config.guess ├── config.h ├── config.h.in ├── config.sub ├── configure ├── configure.ac ├── depcomp ├── docbook.am ├── include │ ├── Makefile.am │ ├── Makefile.in │ └── X11 │ │ ├── .gitignore │ │ ├── CallbackI.h │ │ ├── Composite.h │ │ ├── CompositeP.h │ │ ├── ConstrainP.h │ │ ├── Constraint.h │ │ ├── ConvertI.h │ │ ├── Core.h │ │ ├── CoreP.h │ │ ├── CreateI.h │ │ ├── EventI.h │ │ ├── HookObjI.h │ │ ├── InitialI.h │ │ ├── Intrinsic.h │ │ ├── IntrinsicI.h │ │ ├── IntrinsicP.h │ │ ├── Object.h │ │ ├── ObjectP.h │ │ ├── PassivGraI.h │ │ ├── RectObj.h │ │ ├── RectObjP.h │ │ ├── ResConfigP.h │ │ ├── ResourceI.h │ │ ├── SelectionI.h │ │ ├── ShellI.h │ │ ├── ShellP.h │ │ ├── ThreadsI.h │ │ ├── TranslateI.h │ │ ├── VarargsI.h │ │ ├── Vendor.h │ │ ├── VendorP.h │ │ └── Xtos.h ├── install-sh ├── ltmain.sh ├── m4 │ └── ax_define_dir.m4 ├── man │ ├── Makefile.am │ ├── Makefile.in │ ├── MenuPopdown.man │ ├── MenuPopup.man │ ├── XtAddActions.man │ ├── XtAddCallback.man │ ├── XtAddCallbacks.man │ ├── XtAddConverter.man │ ├── XtAddEventHandler.man │ ├── XtAddExposureToRegion.man │ ├── XtAddGrab.man │ ├── XtAddInput.man │ ├── XtAddRawEventHandler.man │ ├── XtAddTimeOut.man │ ├── XtAddWorkProc.man │ ├── XtAllocateGC.man │ ├── XtAppAddActionHook.man │ ├── XtAppAddActions.man │ ├── XtAppAddBlockHook.man │ ├── XtAppAddConverter.man │ ├── XtAppAddInput.man │ ├── XtAppAddSignal.man │ ├── XtAppAddTimeOut.man │ ├── XtAppAddWorkProc.man │ ├── XtAppCreateShell.man │ ├── XtAppError.man │ ├── XtAppErrorMsg.man │ ├── XtAppGetErrorDatabase.man │ ├── XtAppGetErrorDatabaseText.man │ ├── XtAppGetExitFlag.man │ ├── XtAppGetSelectionTimeout.man │ ├── XtAppInitialize.man │ ├── XtAppLock.man │ ├── XtAppMainLoop.man │ ├── XtAppNextEvent.man │ ├── XtAppPeekEvent.man │ ├── XtAppPending.man │ ├── XtAppProcessEvent.man │ ├── XtAppReleaseCacheRefs.man │ ├── XtAppSetErrorHandler.man │ ├── XtAppSetErrorMsgHandler.man │ ├── XtAppSetExitFlag.man │ ├── XtAppSetFallbackResources.man │ ├── XtAppSetSelectionTimeout.man │ ├── XtAppSetTypeConverter.man │ ├── XtAppSetWarningHandler.man │ ├── XtAppSetWarningMsgHandler.man │ ├── XtAppUnlock.man │ ├── XtAppWarning.man │ ├── XtAppWarningMsg.man │ ├── XtAsprintf.man │ ├── XtAugmentTranslations.man │ ├── XtBuildEventMask.man │ ├── XtCallAcceptFocus.man │ ├── XtCallActionProc.man │ ├── XtCallCallbackList.man │ ├── XtCallCallbacks.man │ ├── XtCallConverter.man │ ├── XtCallbackExclusive.man │ ├── XtCallbackNone.man │ ├── XtCallbackNonexclusive.man │ ├── XtCallbackPopdown.man │ ├── XtCalloc.man │ ├── XtCancelSelectionRequest.man │ ├── XtChangeManagedSet.man │ ├── XtCheckSubclass.man │ ├── XtClass.man │ ├── XtCloseDisplay.man │ ├── XtConfigureWidget.man │ ├── XtConvert.man │ ├── XtConvertAndStore.man │ ├── XtConvertCase.man │ ├── XtCreateApplicationContext.man │ ├── XtCreateApplicationShell.man │ ├── XtCreateManagedWidget.man │ ├── XtCreatePopupShell.man │ ├── XtCreateSelectionRequest.man │ ├── XtCreateWidget.man │ ├── XtCreateWindow.man │ ├── XtDatabase.man │ ├── XtDestroyApplicationContext.man │ ├── XtDestroyWidget.man │ ├── XtDirectConvert.man │ ├── XtDisownSelection.man │ ├── XtDispatchEvent.man │ ├── XtDispatchEventToWidget.man │ ├── XtDisplay.man │ ├── XtDisplayInitialize.man │ ├── XtDisplayOfObject.man │ ├── XtDisplayStringConversionWarning.man │ ├── XtDisplayToApplicationContext.man │ ├── XtError.man │ ├── XtErrorMsg.man │ ├── XtFindFile.man │ ├── XtFree.man │ ├── XtGetActionKeysym.man │ ├── XtGetActionList.man │ ├── XtGetApplicationNameAndClass.man │ ├── XtGetApplicationResources.man │ ├── XtGetClassExtension.man │ ├── XtGetConstraintResourceList.man │ ├── XtGetDisplays.man │ ├── XtGetErrorDatabase.man │ ├── XtGetErrorDatabaseText.man │ ├── XtGetGC.man │ ├── XtGetKeyboardFocusWidget.man │ ├── XtGetKeysymTable.man │ ├── XtGetMultiClickTime.man │ ├── XtGetResourceList.man │ ├── XtGetSelectionParameters.man │ ├── XtGetSelectionRequest.man │ ├── XtGetSelectionTimeout.man │ ├── XtGetSelectionValue.man │ ├── XtGetSelectionValueIncremental.man │ ├── XtGetSelectionValues.man │ ├── XtGetSelectionValuesIncremental.man │ ├── XtGetSubresources.man │ ├── XtGetSubvalues.man │ ├── XtGetValues.man │ ├── XtGrabButton.man │ ├── XtGrabKey.man │ ├── XtGrabKeyboard.man │ ├── XtGrabPointer.man │ ├── XtHasCallbacks.man │ ├── XtHooksOfDisplay.man │ ├── XtInitialize.man │ ├── XtInitializeWidgetClass.man │ ├── XtInsertEventHandler.man │ ├── XtInsertEventTypeHandler.man │ ├── XtInsertRawEventHandler.man │ ├── XtInstallAccelerators.man │ ├── XtInstallAllAccelerators.man │ ├── XtIsApplicationShell.man │ ├── XtIsComposite.man │ ├── XtIsConstraint.man │ ├── XtIsManaged.man │ ├── XtIsObject.man │ ├── XtIsOverrideShell.man │ ├── XtIsRealized.man │ ├── XtIsRectObj.man │ ├── XtIsSensitive.man │ ├── XtIsSessionShell.man │ ├── XtIsShell.man │ ├── XtIsSubclass.man │ ├── XtIsTopLevelShell.man │ ├── XtIsTransientShell.man │ ├── XtIsVendorShell.man │ ├── XtIsWMShell.man │ ├── XtIsWidget.man │ ├── XtKeysymToKeycodeList.man │ ├── XtLastEventProcessed.man │ ├── XtLastTimestampProcessed.man │ ├── XtMainLoop.man │ ├── XtMakeGeometryRequest.man │ ├── XtMakeResizeRequest.man │ ├── XtMalloc.man │ ├── XtManageChild.man │ ├── XtManageChildren.man │ ├── XtMapWidget.man │ ├── XtMergeArgLists.man │ ├── XtMoveWidget.man │ ├── XtName.man │ ├── XtNameToWidget.man │ ├── XtNew.man │ ├── XtNewString.man │ ├── XtNextEvent.man │ ├── XtNoticeSignal.man │ ├── XtNumber.man │ ├── XtOffset.man │ ├── XtOffsetOf.man │ ├── XtOpenApplication.man │ ├── XtOpenDisplay.man │ ├── XtOverrideTranslations.man │ ├── XtOwnSelection.man │ ├── XtOwnSelectionIncremental.man │ ├── XtParent.man │ ├── XtParseAcceleratorTable.man │ ├── XtParseTranslationTable.man │ ├── XtPeekEvent.man │ ├── XtPending.man │ ├── XtPopdown.man │ ├── XtPopup.man │ ├── XtPopupSpringLoaded.man │ ├── XtProcessEvent.man │ ├── XtProcessLock.man │ ├── XtProcessUnlock.man │ ├── XtQueryGeometry.man │ ├── XtRealizeWidget.man │ ├── XtRealloc.man │ ├── XtRegisterCaseConverter.man │ ├── XtRegisterDrawable.man │ ├── XtRegisterExtensionSelector.man │ ├── XtRegisterGrabAction.man │ ├── XtReleaseGC.man │ ├── XtReleasePropertyAtom.man │ ├── XtRemoveActionHook.man │ ├── XtRemoveAllCallbacks.man │ ├── XtRemoveBlockHook.man │ ├── XtRemoveCallback.man │ ├── XtRemoveCallbacks.man │ ├── XtRemoveEventHandler.man │ ├── XtRemoveEventTypeHandler.man │ ├── XtRemoveGrab.man │ ├── XtRemoveInput.man │ ├── XtRemoveRawEventHandler.man │ ├── XtRemoveSignal.man │ ├── XtRemoveTimeOut.man │ ├── XtRemoveWorkProc.man │ ├── XtReservePropertyAtom.man │ ├── XtResizeWidget.man │ ├── XtResolvePathname.man │ ├── XtScreen.man │ ├── XtScreenDatabase.man │ ├── XtScreenOfObject.man │ ├── XtSendSelectionRequest.man │ ├── XtSessionGetToken.man │ ├── XtSessionReturnToken.man │ ├── XtSetArg.man │ ├── XtSetErrorHandler.man │ ├── XtSetErrorMsgHandler.man │ ├── XtSetEventDispatcher.man │ ├── XtSetKeyTranslator.man │ ├── XtSetKeyboardFocus.man │ ├── XtSetLanguageProc.man │ ├── XtSetMappedWhenManaged.man │ ├── XtSetMultiClickTime.man │ ├── XtSetSelectionParameters.man │ ├── XtSetSelectionTimeout.man │ ├── XtSetSensitive.man │ ├── XtSetSubvalues.man │ ├── XtSetTypeConverter.man │ ├── XtSetValues.man │ ├── XtSetWMColormapWindows.man │ ├── XtSetWarningHandler.man │ ├── XtSetWarningMsgHandler.man │ ├── XtStringConversionWarning.man │ ├── XtSuperclass.man │ ├── XtToolkitInitialize.man │ ├── XtToolkitThreadInitialize.man │ ├── XtTranslateCoords.man │ ├── XtTranslateKeycode.man │ ├── XtUngrabButton.man │ ├── XtUngrabKey.man │ ├── XtUngrabKeyboard.man │ ├── XtUngrabPointer.man │ ├── XtUninstallTranslations.man │ ├── XtUnmanageChild.man │ ├── XtUnmanageChildren.man │ ├── XtUnmapWidget.man │ ├── XtUnrealizeWidget.man │ ├── XtUnregisterDrawable.man │ ├── XtVaAppCreateShell.man │ ├── XtVaAppInitialize.man │ ├── XtVaCreateArgsList.man │ ├── XtVaCreateManagedWidget.man │ ├── XtVaCreatePopupShell.man │ ├── XtVaCreateWidget.man │ ├── XtVaGetApplicationResources.man │ ├── XtVaGetSubresources.man │ ├── XtVaGetSubvalues.man │ ├── XtVaGetValues.man │ ├── XtVaOpenApplication.man │ ├── XtVaSetSubvalues.man │ ├── XtVaSetValues.man │ ├── XtWarning.man │ ├── XtWarningMsg.man │ ├── XtWidgetToApplicationContext.man │ ├── XtWindow.man │ ├── XtWindowOfObject.man │ └── XtWindowToWidget.man ├── missing ├── specs │ ├── CH01.xml │ ├── CH02.xml │ ├── CH03.xml │ ├── CH04.xml │ ├── CH05.xml │ ├── CH06.xml │ ├── CH07.xml │ ├── CH08.xml │ ├── CH09.xml │ ├── CH10.xml │ ├── CH11.xml │ ├── CH12.xml │ ├── CH13.xml │ ├── Makefile.am │ ├── Makefile.in │ ├── acknowledgement.xml │ ├── appA.xml │ ├── appB.xml │ ├── appC.xml │ ├── appD.xml │ ├── appE.xml │ ├── appF.xml │ ├── intrinsics.xml │ └── preface.xml ├── src │ ├── .gitignore │ ├── ActionHook.c │ ├── Alloc.c │ ├── ArgList.c │ ├── Callback.c │ ├── ClickTime.c │ ├── Composite.c │ ├── Constraint.c │ ├── Convert.c │ ├── Converters.c │ ├── Core.c │ ├── Create.c │ ├── Destroy.c │ ├── Display.c │ ├── Error.c │ ├── Event.c │ ├── EventUtil.c │ ├── Functions.c │ ├── GCManager.c │ ├── Geometry.c │ ├── GetActKey.c │ ├── GetResList.c │ ├── GetValues.c │ ├── HookObj.c │ ├── Hooks.c │ ├── Initialize.c │ ├── Intrinsic.c │ ├── Keyboard.c │ ├── Makefile.am │ ├── Makefile.in │ ├── Manage.c │ ├── NextEvent.c │ ├── Object.c │ ├── PassivGrab.c │ ├── Pointer.c │ ├── Popup.c │ ├── PopupCB.c │ ├── RectObj.c │ ├── ResConfig.c │ ├── Resources.c │ ├── Selection.c │ ├── SetSens.c │ ├── SetValues.c │ ├── SetWMCW.c │ ├── Shell.c │ ├── TMaction.c │ ├── TMgrab.c │ ├── TMkey.c │ ├── TMparse.c │ ├── TMprint.c │ ├── TMstate.c │ ├── Threads.c │ ├── VarCreate.c │ ├── VarGet.c │ ├── Varargs.c │ ├── Vendor.c │ ├── makefile │ ├── makefile.srcs │ └── sharedlib.c ├── test-driver ├── test │ ├── Alloc.c │ ├── Converters.c │ ├── Event.c │ ├── Makefile.am │ └── Makefile.in ├── util │ ├── Makefile.am │ ├── Makefile.in │ ├── Shell.ht │ ├── StrDefs.ct │ ├── StrDefs.ht │ ├── makefile │ ├── makestrs.c │ ├── makestrs.man │ └── string.list └── xt.pc.in ├── libfontenc ├── .gitignore ├── COPYING ├── Makefile.am ├── README ├── autogen.sh ├── configure.ac ├── fontenc.pc.in ├── include │ └── X11 │ │ └── fonts │ │ └── fontenc.h └── src │ ├── Makefile.am │ ├── encparse.c │ ├── fontenc.c │ └── fontencI.h ├── libwinmain ├── makefile └── winmain.c ├── libxcb ├── .autom4te.cfg ├── .gitignore ├── COPYING ├── Makefile.am ├── NEWS ├── README ├── autogen.sh ├── check-pc-requires ├── configure.ac ├── doc │ ├── .gitignore │ ├── Makefile.am │ ├── tutorial │ │ ├── index.html │ │ └── xcb.css │ ├── xcb.doxygen.in │ ├── xkb_internals │ └── xkb_issues ├── m4 │ └── xcb.m4 ├── man │ ├── .gitignore │ ├── Makefile.am │ ├── xcb-examples.man │ └── xcb-requests.man ├── src │ ├── .gitignore │ ├── Makefile.am │ ├── c_client.py │ ├── dummyin6.h │ ├── ewmh.c │ ├── icccm.c │ ├── libxcb.def │ ├── makefile.srcs │ ├── man │ │ └── .gitignore │ ├── xcb.h │ ├── xcb_auth.c │ ├── xcb_aux.c │ ├── xcb_aux.h │ ├── xcb_bitops.h │ ├── xcb_conn.c │ ├── xcb_ewmh.h │ ├── xcb_ewmh.h.m4 │ ├── xcb_ext.c │ ├── xcb_icccm.h │ ├── xcb_image.c │ ├── xcb_image.h │ ├── xcb_in.c │ ├── xcb_list.c │ ├── xcb_out.c │ ├── xcb_pixel.h │ ├── xcb_util.c │ ├── xcb_windefs.h │ ├── xcb_xid.c │ ├── xcbext.h │ └── xcbint.h ├── tests │ ├── .gitignore │ ├── CheckLog.xsl │ ├── Makefile.am │ ├── check_all.c │ ├── check_public.c │ └── check_suites.h ├── tools │ ├── README │ ├── api_conv.pl │ └── constants ├── xcb-composite.pc.in ├── xcb-damage.pc.in ├── xcb-dpms.pc.in ├── xcb-dri2.pc.in ├── xcb-dri3.pc.in ├── xcb-ge.pc.in ├── xcb-glx.pc.in ├── xcb-present.pc.in ├── xcb-proto │ ├── .gitignore │ ├── COPYING │ ├── HACKING │ ├── Makefile.am │ ├── NEWS │ ├── README │ ├── TODO │ ├── autogen.sh │ ├── configure.ac │ ├── doc │ │ └── xml-xcb.txt │ ├── src │ │ ├── .gitattributes │ │ ├── Makefile.am │ │ ├── bigreq.xml │ │ ├── composite.xml │ │ ├── damage.xml │ │ ├── dpms.xml │ │ ├── dri2.xml │ │ ├── dri3.xml │ │ ├── ge.xml │ │ ├── glx.xml │ │ ├── present.xml │ │ ├── randr.xml │ │ ├── record.xml │ │ ├── render.xml │ │ ├── res.xml │ │ ├── screensaver.xml │ │ ├── shape.xml │ │ ├── shm.xml │ │ ├── sync.xml │ │ ├── xc_misc.xml │ │ ├── xcb.xsd │ │ ├── xevie.xml │ │ ├── xf86dri.xml │ │ ├── xf86vidmode.xml │ │ ├── xfixes.xml │ │ ├── xinerama.xml │ │ ├── xinput.xml │ │ ├── xkb.xml │ │ ├── xprint.xml │ │ ├── xproto.xml │ │ ├── xselinux.xml │ │ ├── xtest.xml │ │ ├── xv.xml │ │ └── xvmc.xml │ ├── xcb-proto.pc.in │ └── xcbgen │ │ ├── Makefile.am │ │ ├── __init__.py │ │ ├── align.py │ │ ├── error.py │ │ ├── expr.py │ │ ├── matcher.py │ │ ├── state.py │ │ └── xtypes.py ├── xcb-randr.pc.in ├── xcb-record.pc.in ├── xcb-render.pc.in ├── xcb-res.pc.in ├── xcb-screensaver.pc.in ├── xcb-shape.pc.in ├── xcb-shm.pc.in ├── xcb-sync.pc.in ├── xcb-xevie.pc.in ├── xcb-xf86dri.pc.in ├── xcb-xfixes.pc.in ├── xcb-xinerama.pc.in ├── xcb-xinput.pc.in ├── xcb-xkb.pc.in ├── xcb-xprint.pc.in ├── xcb-xselinux.pc.in ├── xcb-xtest.pc.in ├── xcb-xv.pc.in ├── xcb-xvmc.pc.in └── xcb.pc.in ├── libxkbfile ├── COPYING ├── ChangeLog ├── INSTALL ├── Makefile.am ├── Makefile.in ├── README ├── aclocal.m4 ├── config.guess ├── config.h.in ├── config.sub ├── configure ├── configure.ac ├── depcomp ├── include │ └── X11 │ │ └── extensions │ │ ├── XKBbells.h │ │ ├── XKBconfig.h │ │ ├── XKBfile.h │ │ ├── XKBrules.h │ │ ├── XKM.h │ │ └── XKMformat.h ├── install-sh ├── ltmain.sh ├── missing ├── src │ ├── Makefile.am │ ├── Makefile.in │ ├── XKBfileInt.h │ ├── config.h │ ├── cout.c │ ├── magic │ ├── makefile │ ├── maprules.c │ ├── srvmisc.c │ ├── xkbatom.c │ ├── xkbbells.c │ ├── xkbconfig.c │ ├── xkbdraw.c │ ├── xkberrs.c │ ├── xkbmisc.c │ ├── xkbout.c │ ├── xkbtext.c │ ├── xkmout.c │ └── xkmread.c └── xkbfile.pc.in ├── libxml2 ├── bin │ ├── libgcc_s_sjlj-1.dll │ ├── libiconv-2.dll │ ├── libwinpthread-1.dll │ └── libxml2-2.dll ├── bin64 │ ├── libgcc_s_sjlj-1.dll │ ├── libiconv-2.dll │ ├── libwinpthread-1.dll │ └── libxml2-2.dll ├── createimplib.txt ├── include │ └── libxml │ │ ├── DOCBparser.h │ │ ├── HTMLparser.h │ │ ├── HTMLtree.h │ │ ├── SAX.h │ │ ├── SAX2.h │ │ ├── c14n.h │ │ ├── catalog.h │ │ ├── chvalid.h │ │ ├── debugXML.h │ │ ├── dict.h │ │ ├── encoding.h │ │ ├── entities.h │ │ ├── globals.h │ │ ├── hash.h │ │ ├── list.h │ │ ├── nanoftp.h │ │ ├── nanohttp.h │ │ ├── parser.h │ │ ├── parserInternals.h │ │ ├── pattern.h │ │ ├── relaxng.h │ │ ├── schemasInternals.h │ │ ├── schematron.h │ │ ├── threads.h │ │ ├── tree.h │ │ ├── uri.h │ │ ├── valid.h │ │ ├── xinclude.h │ │ ├── xlink.h │ │ ├── xmlIO.h │ │ ├── xmlautomata.h │ │ ├── xmlerror.h │ │ ├── xmlexports.h │ │ ├── xmlmemory.h │ │ ├── xmlmodule.h │ │ ├── xmlreader.h │ │ ├── xmlregexp.h │ │ ├── xmlsave.h │ │ ├── xmlschemas.h │ │ ├── xmlschemastypes.h │ │ ├── xmlstring.h │ │ ├── xmlunicode.h │ │ ├── xmlversion.h │ │ ├── xmlwriter.h │ │ ├── xpath.h │ │ ├── xpathInternals.h │ │ └── xpointer.h ├── lib │ ├── libxml2-2.def │ └── libxml2-2.lib └── lib64 │ ├── libxml2-2.def │ └── libxml2-2.lib ├── makefile.after ├── makefile.before ├── mesalib ├── .editorconfig ├── .gitattributes ├── .gitignore ├── .mailmap ├── .travis.yml ├── Android.common.mk ├── Android.mk ├── CleanSpec.mk ├── Makefile.am ├── README.rst ├── REVIEWERS ├── SConstruct ├── VERSION ├── appveyor.yml ├── autogen.sh ├── bin │ ├── .editorconfig │ ├── .gitignore │ ├── bugzilla_mesa.sh │ ├── get-extra-pick-list.sh │ ├── get-pick-list.sh │ ├── git_sha1_gen.py │ ├── install_megadrivers.py │ ├── meson.build │ ├── meson_get_version.py │ ├── perf-annotate-jit.py │ └── shortlog_mesa.sh ├── build-support │ ├── conftest.dyn │ └── conftest.map ├── common.py ├── configure.ac ├── docs │ ├── ARB_color_buffer_float.txt │ ├── README.UVD │ ├── README.VCE │ ├── README.WIN32 │ ├── VERSIONS │ ├── application-issues.html │ ├── autoconf.html │ ├── bugs.html │ ├── codingstyle.html │ ├── conform.html │ ├── contents.html │ ├── debugging.html │ ├── developers.html │ ├── devinfo.html │ ├── dispatch.html │ ├── download.html │ ├── egl.html │ ├── envvars.html │ ├── extensions.html │ ├── faq.html │ ├── favicon.ico │ ├── favicon.png │ ├── features.txt │ ├── gears.png │ ├── helpwanted.html │ ├── index.html │ ├── install.html │ ├── intro.html │ ├── libGL.txt │ ├── license.html │ ├── lists.html │ ├── llvmpipe.html │ ├── mangling.html │ ├── mesa.css │ ├── meson.html │ ├── opengles.html │ ├── osmesa.html │ ├── perf.html │ ├── postprocess.html │ ├── precompiled.html │ ├── release-calendar.html │ ├── releasing.html │ ├── relnotes.html │ ├── relnotes │ │ ├── 10.0.1.html │ │ ├── 10.0.2.html │ │ ├── 10.0.3.html │ │ ├── 10.0.4.html │ │ ├── 10.0.5.html │ │ ├── 10.0.html │ │ ├── 10.1.1.html │ │ ├── 10.1.2.html │ │ ├── 10.1.3.html │ │ ├── 10.1.4.html │ │ ├── 10.1.5.html │ │ ├── 10.1.6.html │ │ ├── 10.1.html │ │ ├── 10.2.1.html │ │ ├── 10.2.2.html │ │ ├── 10.2.3.html │ │ ├── 10.2.4.html │ │ ├── 10.2.5.html │ │ ├── 10.2.6.html │ │ ├── 10.2.7.html │ │ ├── 10.2.8.html │ │ ├── 10.2.9.html │ │ ├── 10.2.html │ │ ├── 10.3.1.html │ │ ├── 10.3.2.html │ │ ├── 10.3.3.html │ │ ├── 10.3.4.html │ │ ├── 10.3.5.html │ │ ├── 10.3.6.html │ │ ├── 10.3.7.html │ │ ├── 10.3.html │ │ ├── 10.4.1.html │ │ ├── 10.4.2.html │ │ ├── 10.4.3.html │ │ ├── 10.4.4.html │ │ ├── 10.4.5.html │ │ ├── 10.4.6.html │ │ ├── 10.4.7.html │ │ ├── 10.4.html │ │ ├── 10.5.0.html │ │ ├── 10.5.1.html │ │ ├── 10.5.2.html │ │ ├── 10.5.3.html │ │ ├── 10.5.4.html │ │ ├── 10.5.5.html │ │ ├── 10.5.6.html │ │ ├── 10.5.7.html │ │ ├── 10.5.8.html │ │ ├── 10.5.9.html │ │ ├── 10.6.0.html │ │ ├── 10.6.1.html │ │ ├── 10.6.2.html │ │ ├── 10.6.3.html │ │ ├── 10.6.4.html │ │ ├── 10.6.5.html │ │ ├── 10.6.6.html │ │ ├── 10.6.7.html │ │ ├── 10.6.8.html │ │ ├── 10.6.9.html │ │ ├── 11.0.0.html │ │ ├── 11.0.1.html │ │ ├── 11.0.2.html │ │ ├── 11.0.3.html │ │ ├── 11.0.4.html │ │ ├── 11.0.5.html │ │ ├── 11.0.6.html │ │ ├── 11.0.7.html │ │ ├── 11.0.8.html │ │ ├── 11.0.9.html │ │ ├── 11.1.0.html │ │ ├── 11.1.1.html │ │ ├── 11.1.2.html │ │ ├── 11.1.3.html │ │ ├── 11.1.4.html │ │ ├── 11.2.0.html │ │ ├── 11.2.1.html │ │ ├── 11.2.2.html │ │ ├── 12.0.0.html │ │ ├── 12.0.1.html │ │ ├── 12.0.2.html │ │ ├── 12.0.3.html │ │ ├── 12.0.4.html │ │ ├── 12.0.5.html │ │ ├── 12.0.6.html │ │ ├── 13.0.0.html │ │ ├── 13.0.1.html │ │ ├── 13.0.2.html │ │ ├── 13.0.3.html │ │ ├── 13.0.4.html │ │ ├── 13.0.5.html │ │ ├── 13.0.6.html │ │ ├── 17.0.0.html │ │ ├── 17.0.1.html │ │ ├── 17.0.2.html │ │ ├── 17.0.3.html │ │ ├── 17.0.4.html │ │ ├── 17.0.5.html │ │ ├── 17.0.6.html │ │ ├── 17.0.7.html │ │ ├── 17.1.0.html │ │ ├── 17.1.1.html │ │ ├── 17.1.10.html │ │ ├── 17.1.2.html │ │ ├── 17.1.3.html │ │ ├── 17.1.4.html │ │ ├── 17.1.5.html │ │ ├── 17.1.6.html │ │ ├── 17.1.7.html │ │ ├── 17.1.8.html │ │ ├── 17.1.9.html │ │ ├── 17.2.0.html │ │ ├── 17.2.1.html │ │ ├── 17.2.2.html │ │ ├── 17.2.3.html │ │ ├── 17.2.4.html │ │ ├── 17.2.5.html │ │ ├── 17.2.6.html │ │ ├── 17.2.7.html │ │ ├── 17.2.8.html │ │ ├── 17.3.0.html │ │ ├── 17.3.1.html │ │ ├── 17.3.2.html │ │ ├── 17.3.3.html │ │ ├── 17.3.4.html │ │ ├── 17.3.5.html │ │ ├── 17.3.6.html │ │ ├── 17.3.7.html │ │ ├── 17.3.8.html │ │ ├── 17.3.9.html │ │ ├── 18.0.0.html │ │ ├── 18.0.1.html │ │ ├── 18.0.2.html │ │ ├── 18.0.3.html │ │ ├── 18.0.4.html │ │ ├── 18.0.5.html │ │ ├── 18.1.0.html │ │ ├── 18.1.1.html │ │ ├── 18.1.2.html │ │ ├── 18.1.3.html │ │ ├── 18.1.4.html │ │ ├── 18.1.5.html │ │ ├── 18.1.6.html │ │ ├── 18.1.7.html │ │ ├── 18.1.8.html │ │ ├── 18.1.9.html │ │ ├── 18.2.0.html │ │ ├── 18.2.1.html │ │ ├── 18.2.2.html │ │ ├── 18.2.3.html │ │ ├── 18.2.4.html │ │ ├── 18.2.5.html │ │ ├── 18.3.0.html │ │ ├── 19.0.0.html │ │ ├── 3.1 │ │ ├── 3.2 │ │ ├── 3.2.1 │ │ ├── 3.3 │ │ ├── 3.4 │ │ ├── 3.4.1 │ │ ├── 3.4.2 │ │ ├── 3.5 │ │ ├── 4.0 │ │ ├── 4.0.1 │ │ ├── 4.0.2 │ │ ├── 4.0.3 │ │ ├── 4.1 │ │ ├── 5.0 │ │ ├── 5.0.1 │ │ ├── 5.0.2 │ │ ├── 5.1 │ │ ├── 6.0 │ │ ├── 6.0.1 │ │ ├── 6.1 │ │ ├── 6.2 │ │ ├── 6.2.1 │ │ ├── 6.3 │ │ ├── 6.3.1 │ │ ├── 6.3.2 │ │ ├── 6.4 │ │ ├── 6.4.1.html │ │ ├── 6.4.2.html │ │ ├── 6.4.html │ │ ├── 6.5.1.html │ │ ├── 6.5.2.html │ │ ├── 6.5.3.html │ │ ├── 6.5.html │ │ ├── 7.0.1.html │ │ ├── 7.0.2.html │ │ ├── 7.0.3.html │ │ ├── 7.0.4.html │ │ ├── 7.0.html │ │ ├── 7.1.html │ │ ├── 7.10.1.html │ │ ├── 7.10.2.html │ │ ├── 7.10.3.html │ │ ├── 7.10.html │ │ ├── 7.11.1.html │ │ ├── 7.11.2.html │ │ ├── 7.11.html │ │ ├── 7.2.html │ │ ├── 7.3.html │ │ ├── 7.4.1.html │ │ ├── 7.4.2.html │ │ ├── 7.4.3.html │ │ ├── 7.4.4.html │ │ ├── 7.4.html │ │ ├── 7.5.1.html │ │ ├── 7.5.2.html │ │ ├── 7.5.html │ │ ├── 7.6.1.html │ │ ├── 7.6.html │ │ ├── 7.7.1.html │ │ ├── 7.7.html │ │ ├── 7.8.1.html │ │ ├── 7.8.2.html │ │ ├── 7.8.3.html │ │ ├── 7.8.html │ │ ├── 7.9.1.html │ │ ├── 7.9.2.html │ │ ├── 7.9.html │ │ ├── 8.0.1.html │ │ ├── 8.0.2.html │ │ ├── 8.0.3.html │ │ ├── 8.0.4.html │ │ ├── 8.0.5.html │ │ ├── 8.0.html │ │ ├── 9.0.1.html │ │ ├── 9.0.2.html │ │ ├── 9.0.3.html │ │ ├── 9.0.html │ │ ├── 9.1.1.html │ │ ├── 9.1.2.html │ │ ├── 9.1.3.html │ │ ├── 9.1.4.html │ │ ├── 9.1.5.html │ │ ├── 9.1.6.html │ │ ├── 9.1.7.html │ │ ├── 9.1.html │ │ ├── 9.2.1.html │ │ ├── 9.2.2.html │ │ ├── 9.2.3.html │ │ ├── 9.2.4.html │ │ ├── 9.2.5.html │ │ └── 9.2.html │ ├── repository.html │ ├── shading.html │ ├── sourcedocs.html │ ├── sourcetree.html │ ├── specs │ │ ├── EGL_MESA_device_software.txt │ │ ├── EGL_MESA_drm_image_formats.txt │ │ ├── EGL_MESA_platform_surfaceless.txt │ │ ├── EXT_shader_integer_mix.spec │ │ ├── EXT_shader_samples_identical.txt │ │ ├── INTEL_shader_atomic_float_minmax.txt │ │ ├── MESA_configless_context.spec │ │ ├── MESA_copy_sub_buffer.spec │ │ ├── MESA_drm_image.spec │ │ ├── MESA_framebuffer_flip_y.txt │ │ ├── MESA_image_dma_buf_export.txt │ │ ├── MESA_multithread_makecurrent.spec │ │ ├── MESA_pack_invert.spec │ │ ├── MESA_pixmap_colormap.spec │ │ ├── MESA_query_renderer.spec │ │ ├── MESA_release_buffers.spec │ │ ├── MESA_shader_debug.spec │ │ ├── MESA_shader_integer_functions.txt │ │ ├── MESA_swap_control.spec │ │ ├── MESA_swap_frame_usage.spec │ │ ├── MESA_texture_array.spec │ │ ├── MESA_texture_signed_rgba.spec │ │ ├── MESA_window_pos.spec │ │ ├── MESA_ycbcr_texture.spec │ │ ├── WL_bind_wayland_display.spec │ │ ├── WL_create_wayland_buffer_from_image.spec │ │ └── enums.txt │ ├── submittingpatches.html │ ├── systems.html │ ├── thanks.html │ ├── utilities.html │ ├── versions.html │ ├── viewperf.html │ ├── vmware-guest.html │ ├── webmaster.html │ └── xlibdriver.html ├── include │ ├── D3D9 │ │ ├── .editorconfig │ │ ├── d3d9.h │ │ ├── d3d9caps.h │ │ └── d3d9types.h │ ├── EGL │ │ ├── egl.h │ │ ├── eglext.h │ │ ├── eglextchromium.h │ │ ├── eglmesaext.h │ │ └── eglplatform.h │ ├── GL │ │ ├── gl.h │ │ ├── gl_mangle.h │ │ ├── glcorearb.h │ │ ├── glext.h │ │ ├── glx.h │ │ ├── glx_mangle.h │ │ ├── glxext.h │ │ ├── internal │ │ │ └── dri_interface.h │ │ ├── mesa_glinterop.h │ │ ├── osmesa.h │ │ └── wglext.h │ ├── GLES │ │ ├── egl.h │ │ ├── gl.h │ │ ├── glext.h │ │ └── glplatform.h │ ├── GLES2 │ │ ├── gl2.h │ │ ├── gl2ext.h │ │ └── gl2platform.h │ ├── GLES3 │ │ ├── gl3.h │ │ ├── gl31.h │ │ ├── gl32.h │ │ ├── gl3ext.h │ │ └── gl3platform.h │ ├── HaikuGL │ │ ├── GLRenderer.h │ │ ├── GLView.h │ │ ├── OpenGLKit.h │ │ └── README │ ├── KHR │ │ └── khrplatform.h │ ├── c11 │ │ ├── .editorconfig │ │ ├── threads.h │ │ ├── threads_posix.h │ │ └── threads_win32.h │ ├── c99_alloca.h │ ├── c99_compat.h │ ├── c99_math.h │ ├── d3dadapter │ │ ├── .editorconfig │ │ ├── d3dadapter9.h │ │ ├── drm.h │ │ └── present.h │ ├── drm-uapi │ │ ├── README │ │ ├── drm.h │ │ ├── drm_fourcc.h │ │ ├── drm_mode.h │ │ ├── i915_drm.h │ │ ├── tegra_drm.h │ │ ├── v3d_drm.h │ │ └── vc4_drm.h │ ├── getopt.h │ ├── meson.build │ ├── no_extern_c.h │ └── vulkan │ │ ├── .editorconfig │ │ ├── vk_android_native_buffer.h │ │ ├── vk_icd.h │ │ ├── vk_platform.h │ │ ├── vulkan.h │ │ ├── vulkan_android.h │ │ ├── vulkan_core.h │ │ ├── vulkan_fuchsia.h │ │ ├── vulkan_intel.h │ │ ├── vulkan_ios.h │ │ ├── vulkan_macos.h │ │ ├── vulkan_vi.h │ │ ├── vulkan_wayland.h │ │ ├── vulkan_win32.h │ │ ├── vulkan_xcb.h │ │ ├── vulkan_xlib.h │ │ ├── vulkan_xlib_randr.h │ │ └── vulkan_xlib_xrandr.h ├── install-gallium-links.mk ├── install-lib-links.mk ├── m4 │ ├── .gitignore │ ├── ax_check_compile_flag.m4 │ ├── ax_check_gnu_make.m4 │ ├── ax_check_python_mako_module.m4 │ ├── ax_gcc_builtin.m4 │ ├── ax_gcc_func_attribute.m4 │ ├── ax_prog_bison.m4 │ ├── ax_prog_flex.m4 │ └── ax_pthread.m4 ├── meson.build ├── meson_options.txt ├── scons │ ├── crossmingw.py │ ├── custom.py │ ├── dxsdk.py │ ├── fixes.py │ ├── gallium.py │ ├── llvm.py │ ├── source_list.py │ └── x11.py ├── scripts │ └── get_reviewer.pl └── src │ ├── Makefile.am │ ├── SConscript │ ├── amd │ ├── Android.addrlib.mk │ ├── Android.common.mk │ ├── Android.mk │ ├── Makefile.addrlib.am │ ├── Makefile.am │ ├── Makefile.common.am │ ├── Makefile.sources │ ├── addrlib │ │ ├── addrinterface.cpp │ │ ├── addrinterface.h │ │ ├── addrtypes.h │ │ ├── amdgpu_asic_addr.h │ │ ├── core │ │ │ ├── addrcommon.h │ │ │ ├── addrelemlib.cpp │ │ │ ├── addrelemlib.h │ │ │ ├── addrlib.cpp │ │ │ ├── addrlib.h │ │ │ ├── addrlib1.cpp │ │ │ ├── addrlib1.h │ │ │ ├── addrlib2.cpp │ │ │ ├── addrlib2.h │ │ │ ├── addrobject.cpp │ │ │ └── addrobject.h │ │ ├── gfx9 │ │ │ ├── chip │ │ │ │ └── gfx9_enum.h │ │ │ ├── coord.cpp │ │ │ ├── coord.h │ │ │ ├── gfx9addrlib.cpp │ │ │ └── gfx9addrlib.h │ │ ├── inc │ │ │ └── chip │ │ │ │ ├── gfx9 │ │ │ │ └── gfx9_gb_reg.h │ │ │ │ └── r800 │ │ │ │ └── si_gb_reg.h │ │ ├── meson.build │ │ └── r800 │ │ │ ├── chip │ │ │ └── si_ci_vi_merged_enum.h │ │ │ ├── ciaddrlib.cpp │ │ │ ├── ciaddrlib.h │ │ │ ├── egbaddrlib.cpp │ │ │ ├── egbaddrlib.h │ │ │ ├── siaddrlib.cpp │ │ │ └── siaddrlib.h │ ├── common │ │ ├── .editorconfig │ │ ├── .gitignore │ │ ├── ac_binary.c │ │ ├── ac_binary.h │ │ ├── ac_debug.c │ │ ├── ac_debug.h │ │ ├── ac_exp_param.h │ │ ├── ac_gpu_info.c │ │ ├── ac_gpu_info.h │ │ ├── ac_llvm_build.c │ │ ├── ac_llvm_build.h │ │ ├── ac_llvm_helper.cpp │ │ ├── ac_llvm_util.c │ │ ├── ac_llvm_util.h │ │ ├── ac_nir_to_llvm.c │ │ ├── ac_nir_to_llvm.h │ │ ├── ac_shader_abi.h │ │ ├── ac_shader_util.c │ │ ├── ac_shader_util.h │ │ ├── ac_surface.c │ │ ├── ac_surface.h │ │ ├── amd_family.h │ │ ├── amd_kernel_code_t.h │ │ ├── gfx9d.h │ │ ├── meson.build │ │ ├── sid.h │ │ └── sid_tables.py │ ├── meson.build │ └── vulkan │ │ ├── .editorconfig │ │ ├── .gitignore │ │ ├── Android.mk │ │ ├── Makefile.am │ │ ├── Makefile.sources │ │ ├── meson.build │ │ ├── radv_android.c │ │ ├── radv_cmd_buffer.c │ │ ├── radv_cs.h │ │ ├── radv_debug.c │ │ ├── radv_debug.h │ │ ├── radv_descriptor_set.c │ │ ├── radv_descriptor_set.h │ │ ├── radv_device.c │ │ ├── radv_entrypoints_gen.py │ │ ├── radv_extensions.py │ │ ├── radv_formats.c │ │ ├── radv_icd.py │ │ ├── radv_image.c │ │ ├── radv_llvm_helper.cpp │ │ ├── radv_meta.c │ │ ├── radv_meta.h │ │ ├── radv_meta_blit.c │ │ ├── radv_meta_blit2d.c │ │ ├── radv_meta_buffer.c │ │ ├── radv_meta_bufimage.c │ │ ├── radv_meta_clear.c │ │ ├── radv_meta_copy.c │ │ ├── radv_meta_decompress.c │ │ ├── radv_meta_fast_clear.c │ │ ├── radv_meta_resolve.c │ │ ├── radv_meta_resolve_cs.c │ │ ├── radv_meta_resolve_fs.c │ │ ├── radv_nir_to_llvm.c │ │ ├── radv_pass.c │ │ ├── radv_pipeline.c │ │ ├── radv_pipeline_cache.c │ │ ├── radv_private.h │ │ ├── radv_query.c │ │ ├── radv_radeon_winsys.h │ │ ├── radv_shader.c │ │ ├── radv_shader.h │ │ ├── radv_shader_helper.h │ │ ├── radv_shader_info.c │ │ ├── radv_util.c │ │ ├── radv_util.h │ │ ├── radv_wsi.c │ │ ├── radv_wsi_display.c │ │ ├── radv_wsi_wayland.c │ │ ├── radv_wsi_x11.c │ │ ├── si_cmd_buffer.c │ │ ├── vk_format.h │ │ ├── vk_format_layout.csv │ │ ├── vk_format_parse.py │ │ ├── vk_format_table.py │ │ └── winsys │ │ └── amdgpu │ │ ├── radv_amdgpu_bo.c │ │ ├── radv_amdgpu_bo.h │ │ ├── radv_amdgpu_cs.c │ │ ├── radv_amdgpu_cs.h │ │ ├── radv_amdgpu_surface.c │ │ ├── radv_amdgpu_surface.h │ │ ├── radv_amdgpu_winsys.c │ │ ├── radv_amdgpu_winsys.h │ │ └── radv_amdgpu_winsys_public.h │ ├── broadcom │ ├── .editorconfig │ ├── .gitignore │ ├── Android.cle.mk │ ├── Android.genxml.mk │ ├── Android.mk │ ├── Makefile.am │ ├── Makefile.cle.am │ ├── Makefile.genxml.am │ ├── Makefile.sources │ ├── Makefile.v3d.am │ ├── cle │ │ ├── gen_pack_header.py │ │ ├── meson.build │ │ ├── v3d_decoder.c │ │ ├── v3d_decoder.h │ │ ├── v3d_packet_helpers.h │ │ ├── v3d_packet_v21.xml │ │ ├── v3d_packet_v33.xml │ │ └── v3dx_pack.h │ ├── clif │ │ ├── clif_dump.c │ │ ├── clif_dump.h │ │ ├── clif_private.h │ │ └── v3dx_dump.c │ ├── common │ │ ├── v3d_debug.c │ │ ├── v3d_debug.h │ │ ├── v3d_device_info.h │ │ └── v3d_macros.h │ ├── compiler │ │ ├── meson.build │ │ ├── nir_to_vir.c │ │ ├── qpu_schedule.c │ │ ├── qpu_validate.c │ │ ├── v3d33_tex.c │ │ ├── v3d33_vpm_setup.c │ │ ├── v3d40_tex.c │ │ ├── v3d_compiler.h │ │ ├── v3d_nir_lower_io.c │ │ ├── v3d_nir_lower_txf_ms.c │ │ ├── vir.c │ │ ├── vir_dump.c │ │ ├── vir_live_variables.c │ │ ├── vir_lower_uniforms.c │ │ ├── vir_opt_copy_propagate.c │ │ ├── vir_opt_dead_code.c │ │ ├── vir_opt_small_immediates.c │ │ ├── vir_register_allocate.c │ │ └── vir_to_qpu.c │ ├── meson.build │ └── qpu │ │ ├── meson.build │ │ ├── qpu_disasm.c │ │ ├── qpu_disasm.h │ │ ├── qpu_instr.c │ │ ├── qpu_instr.h │ │ ├── qpu_pack.c │ │ └── qpu_validate.c │ ├── compiler │ ├── .gitignore │ ├── Android.glsl.gen.mk │ ├── Android.glsl.mk │ ├── Android.mk │ ├── Android.nir.gen.mk │ ├── Android.nir.mk │ ├── Makefile.am │ ├── Makefile.glsl.am │ ├── Makefile.nir.am │ ├── Makefile.sources │ ├── Makefile.spirv.am │ ├── SConscript │ ├── SConscript.glsl │ ├── SConscript.nir │ ├── SConscript.spirv │ ├── blob.c │ ├── blob.h │ ├── builtin_type_macros.h │ ├── glsl │ │ ├── .gitignore │ │ ├── README │ │ ├── TODO │ │ ├── ast.h │ │ ├── ast_array_index.cpp │ │ ├── ast_expr.cpp │ │ ├── ast_function.cpp │ │ ├── ast_to_hir.cpp │ │ ├── ast_type.cpp │ │ ├── builtin_functions.cpp │ │ ├── builtin_functions.h │ │ ├── builtin_int64.h │ │ ├── builtin_types.cpp │ │ ├── builtin_variables.cpp │ │ ├── generate_ir.cpp │ │ ├── getopt.cpp │ │ ├── gl_nir.h │ │ ├── gl_nir_link_atomics.c │ │ ├── gl_nir_link_uniform_initializers.c │ │ ├── gl_nir_link_uniforms.c │ │ ├── gl_nir_link_xfb.c │ │ ├── gl_nir_linker.c │ │ ├── gl_nir_linker.h │ │ ├── gl_nir_lower_atomics.c │ │ ├── gl_nir_lower_samplers.c │ │ ├── gl_nir_lower_samplers_as_deref.c │ │ ├── glcpp │ │ │ ├── .gitignore │ │ │ ├── README │ │ │ ├── glcpp-lex.l │ │ │ ├── glcpp-parse.y │ │ │ ├── glcpp.c │ │ │ ├── glcpp.h │ │ │ ├── meson.build │ │ │ └── pp.c │ │ ├── glsl_lexer.ll │ │ ├── glsl_parser.yy │ │ ├── glsl_parser_extras.cpp │ │ ├── glsl_parser_extras.h │ │ ├── glsl_symbol_table.cpp │ │ ├── glsl_symbol_table.h │ │ ├── glsl_to_nir.cpp │ │ ├── glsl_to_nir.h │ │ ├── hir_field_selection.cpp │ │ ├── int64.glsl │ │ ├── ir.cpp │ │ ├── ir.h │ │ ├── ir_array_refcount.cpp │ │ ├── ir_array_refcount.h │ │ ├── ir_basic_block.cpp │ │ ├── ir_basic_block.h │ │ ├── ir_builder.cpp │ │ ├── ir_builder.h │ │ ├── ir_builder_print_visitor.cpp │ │ ├── ir_builder_print_visitor.h │ │ ├── ir_clone.cpp │ │ ├── ir_constant_expression.cpp │ │ ├── ir_equals.cpp │ │ ├── ir_expression_flattening.cpp │ │ ├── ir_expression_flattening.h │ │ ├── ir_expression_operation.py │ │ ├── ir_function.cpp │ │ ├── ir_function_can_inline.cpp │ │ ├── ir_function_detect_recursion.cpp │ │ ├── ir_function_inlining.h │ │ ├── ir_hierarchical_visitor.cpp │ │ ├── ir_hierarchical_visitor.h │ │ ├── ir_hv_accept.cpp │ │ ├── ir_optimization.h │ │ ├── ir_print_visitor.cpp │ │ ├── ir_print_visitor.h │ │ ├── ir_reader.cpp │ │ ├── ir_reader.h │ │ ├── ir_rvalue_visitor.cpp │ │ ├── ir_rvalue_visitor.h │ │ ├── ir_set_program_inouts.cpp │ │ ├── ir_uniform.h │ │ ├── ir_validate.cpp │ │ ├── ir_variable_refcount.cpp │ │ ├── ir_variable_refcount.h │ │ ├── ir_visitor.h │ │ ├── link_atomics.cpp │ │ ├── link_functions.cpp │ │ ├── link_interface_blocks.cpp │ │ ├── link_uniform_block_active_visitor.cpp │ │ ├── link_uniform_block_active_visitor.h │ │ ├── link_uniform_blocks.cpp │ │ ├── link_uniform_initializers.cpp │ │ ├── link_uniforms.cpp │ │ ├── link_varyings.cpp │ │ ├── link_varyings.h │ │ ├── linker.cpp │ │ ├── linker.h │ │ ├── linker_util.cpp │ │ ├── linker_util.h │ │ ├── list.h │ │ ├── loop_analysis.cpp │ │ ├── loop_analysis.h │ │ ├── loop_unroll.cpp │ │ ├── lower_blend_equation_advanced.cpp │ │ ├── lower_buffer_access.cpp │ │ ├── lower_buffer_access.h │ │ ├── lower_const_arrays_to_uniforms.cpp │ │ ├── lower_cs_derived.cpp │ │ ├── lower_discard.cpp │ │ ├── lower_discard_flow.cpp │ │ ├── lower_distance.cpp │ │ ├── lower_if_to_cond_assign.cpp │ │ ├── lower_instructions.cpp │ │ ├── lower_int64.cpp │ │ ├── lower_jumps.cpp │ │ ├── lower_mat_op_to_vec.cpp │ │ ├── lower_named_interface_blocks.cpp │ │ ├── lower_noise.cpp │ │ ├── lower_offset_array.cpp │ │ ├── lower_output_reads.cpp │ │ ├── lower_packed_varyings.cpp │ │ ├── lower_packing_builtins.cpp │ │ ├── lower_shared_reference.cpp │ │ ├── lower_subroutine.cpp │ │ ├── lower_tess_level.cpp │ │ ├── lower_texture_projection.cpp │ │ ├── lower_ubo_reference.cpp │ │ ├── lower_variable_index_to_cond_assign.cpp │ │ ├── lower_vec_index_to_cond_assign.cpp │ │ ├── lower_vec_index_to_swizzle.cpp │ │ ├── lower_vector.cpp │ │ ├── lower_vector_derefs.cpp │ │ ├── lower_vector_insert.cpp │ │ ├── lower_vertex_id.cpp │ │ ├── main.cpp │ │ ├── meson.build │ │ ├── opt_add_neg_to_sub.h │ │ ├── opt_algebraic.cpp │ │ ├── opt_array_splitting.cpp │ │ ├── opt_conditional_discard.cpp │ │ ├── opt_constant_folding.cpp │ │ ├── opt_constant_propagation.cpp │ │ ├── opt_constant_variable.cpp │ │ ├── opt_copy_propagation_elements.cpp │ │ ├── opt_dead_builtin_variables.cpp │ │ ├── opt_dead_builtin_varyings.cpp │ │ ├── opt_dead_code.cpp │ │ ├── opt_dead_code_local.cpp │ │ ├── opt_dead_functions.cpp │ │ ├── opt_flatten_nested_if_blocks.cpp │ │ ├── opt_flip_matrices.cpp │ │ ├── opt_function_inlining.cpp │ │ ├── opt_if_simplification.cpp │ │ ├── opt_minmax.cpp │ │ ├── opt_rebalance_tree.cpp │ │ ├── opt_redundant_jumps.cpp │ │ ├── opt_structure_splitting.cpp │ │ ├── opt_swizzle.cpp │ │ ├── opt_tree_grafting.cpp │ │ ├── opt_vectorize.cpp │ │ ├── program.h │ │ ├── propagate_invariance.cpp │ │ ├── s_expression.cpp │ │ ├── s_expression.h │ │ ├── serialize.cpp │ │ ├── serialize.h │ │ ├── shader_cache.cpp │ │ ├── shader_cache.h │ │ ├── standalone.cpp │ │ ├── standalone.h │ │ ├── standalone_scaffolding.cpp │ │ ├── standalone_scaffolding.h │ │ ├── string_to_uint_map.cpp │ │ ├── string_to_uint_map.h │ │ ├── test.cpp │ │ ├── test_optpass.cpp │ │ └── test_optpass.h │ ├── glsl_types.cpp │ ├── glsl_types.h │ ├── makefile.srcs │ ├── meson.build │ ├── nir │ │ ├── .gitignore │ │ ├── README │ │ ├── meson.build │ │ ├── nir.c │ │ ├── nir.h │ │ ├── nir_algebraic.py │ │ ├── nir_builder.h │ │ ├── nir_builder_opcodes_h.py │ │ ├── nir_builtin_builder.c │ │ ├── nir_builtin_builder.h │ │ ├── nir_clone.c │ │ ├── nir_constant_expressions.h │ │ ├── nir_constant_expressions.py │ │ ├── nir_control_flow.c │ │ ├── nir_control_flow.h │ │ ├── nir_control_flow_private.h │ │ ├── nir_deref.c │ │ ├── nir_deref.h │ │ ├── nir_dominance.c │ │ ├── nir_format_convert.h │ │ ├── nir_from_ssa.c │ │ ├── nir_gather_info.c │ │ ├── nir_gather_xfb_info.c │ │ ├── nir_gs_count_vertices.c │ │ ├── nir_inline_functions.c │ │ ├── nir_instr_set.c │ │ ├── nir_instr_set.h │ │ ├── nir_intrinsics.py │ │ ├── nir_intrinsics_c.py │ │ ├── nir_intrinsics_h.py │ │ ├── nir_linking_helpers.c │ │ ├── nir_liveness.c │ │ ├── nir_loop_analyze.c │ │ ├── nir_loop_analyze.h │ │ ├── nir_lower_alpha_test.c │ │ ├── nir_lower_alu.c │ │ ├── nir_lower_alu_to_scalar.c │ │ ├── nir_lower_atomics_to_ssbo.c │ │ ├── nir_lower_bit_size.c │ │ ├── nir_lower_bitmap.c │ │ ├── nir_lower_clamp_color_outputs.c │ │ ├── nir_lower_clip.c │ │ ├── nir_lower_clip_cull_distance_arrays.c │ │ ├── nir_lower_constant_initializers.c │ │ ├── nir_lower_double_ops.c │ │ ├── nir_lower_drawpixels.c │ │ ├── nir_lower_global_vars_to_local.c │ │ ├── nir_lower_gs_intrinsics.c │ │ ├── nir_lower_idiv.c │ │ ├── nir_lower_indirect_derefs.c │ │ ├── nir_lower_int64.c │ │ ├── nir_lower_io.c │ │ ├── nir_lower_io_arrays_to_elements.c │ │ ├── nir_lower_io_to_scalar.c │ │ ├── nir_lower_io_to_temporaries.c │ │ ├── nir_lower_load_const_to_scalar.c │ │ ├── nir_lower_locals_to_regs.c │ │ ├── nir_lower_packing.c │ │ ├── nir_lower_passthrough_edgeflags.c │ │ ├── nir_lower_patch_vertices.c │ │ ├── nir_lower_phis_to_scalar.c │ │ ├── nir_lower_regs_to_ssa.c │ │ ├── nir_lower_returns.c │ │ ├── nir_lower_subgroups.c │ │ ├── nir_lower_system_values.c │ │ ├── nir_lower_tex.c │ │ ├── nir_lower_to_source_mods.c │ │ ├── nir_lower_two_sided_color.c │ │ ├── nir_lower_var_copies.c │ │ ├── nir_lower_vars_to_ssa.c │ │ ├── nir_lower_vec_to_movs.c │ │ ├── nir_lower_wpos_center.c │ │ ├── nir_lower_wpos_ytransform.c │ │ ├── nir_metadata.c │ │ ├── nir_move_load_const.c │ │ ├── nir_move_vec_src_uses_to_dest.c │ │ ├── nir_normalize_cubemap_coords.c │ │ ├── nir_opcodes.py │ │ ├── nir_opcodes_c.py │ │ ├── nir_opcodes_h.py │ │ ├── nir_opt_algebraic.py │ │ ├── nir_opt_conditional_discard.c │ │ ├── nir_opt_constant_folding.c │ │ ├── nir_opt_copy_prop_vars.c │ │ ├── nir_opt_copy_propagate.c │ │ ├── nir_opt_cse.c │ │ ├── nir_opt_dce.c │ │ ├── nir_opt_dead_cf.c │ │ ├── nir_opt_dead_write_vars.c │ │ ├── nir_opt_find_array_copies.c │ │ ├── nir_opt_gcm.c │ │ ├── nir_opt_global_to_local.c │ │ ├── nir_opt_if.c │ │ ├── nir_opt_intrinsics.c │ │ ├── nir_opt_large_constants.c │ │ ├── nir_opt_loop_unroll.c │ │ ├── nir_opt_move_comparisons.c │ │ ├── nir_opt_move_load_ubo.c │ │ ├── nir_opt_peephole_select.c │ │ ├── nir_opt_remove_phis.c │ │ ├── nir_opt_shrink_load.c │ │ ├── nir_opt_trivial_continues.c │ │ ├── nir_opt_undef.c │ │ ├── nir_phi_builder.c │ │ ├── nir_phi_builder.h │ │ ├── nir_print.c │ │ ├── nir_propagate_invariant.c │ │ ├── nir_remove_dead_variables.c │ │ ├── nir_repair_ssa.c │ │ ├── nir_search.c │ │ ├── nir_search.h │ │ ├── nir_search_helpers.h │ │ ├── nir_serialize.c │ │ ├── nir_serialize.h │ │ ├── nir_split_per_member_structs.c │ │ ├── nir_split_var_copies.c │ │ ├── nir_split_vars.c │ │ ├── nir_sweep.c │ │ ├── nir_to_lcssa.c │ │ ├── nir_validate.c │ │ ├── nir_vla.h │ │ ├── nir_worklist.c │ │ ├── nir_worklist.h │ │ └── nir_xfb_info.h │ ├── nir_types.cpp │ ├── nir_types.h │ ├── shader_enums.c │ ├── shader_enums.h │ ├── shader_info.h │ └── spirv │ │ ├── .gitignore │ │ ├── GLSL.ext.AMD.h │ │ ├── GLSL.std.450.h │ │ ├── OpenCL.std.h │ │ ├── gl_spirv.c │ │ ├── meson.build │ │ ├── nir_spirv.h │ │ ├── spirv.core.grammar.json │ │ ├── spirv.h │ │ ├── spirv2nir.c │ │ ├── spirv_info.h │ │ ├── spirv_info_c.py │ │ ├── spirv_to_nir.c │ │ ├── vtn_alu.c │ │ ├── vtn_amd.c │ │ ├── vtn_cfg.c │ │ ├── vtn_gather_types_c.py │ │ ├── vtn_glsl450.c │ │ ├── vtn_private.h │ │ ├── vtn_subgroup.c │ │ └── vtn_variables.c │ ├── gallium │ ├── Android.common.mk │ ├── Android.mk │ ├── Automake.inc │ ├── Makefile.am │ ├── README.portability │ ├── SConscript │ ├── auxiliary │ │ ├── Android.mk │ │ ├── Makefile.am │ │ ├── Makefile.sources │ │ ├── SConscript │ │ ├── driver_ddebug │ │ │ ├── dd_context.c │ │ │ ├── dd_draw.c │ │ │ ├── dd_pipe.h │ │ │ ├── dd_public.h │ │ │ ├── dd_screen.c │ │ │ └── dd_util.h │ │ ├── driver_noop │ │ │ ├── noop_pipe.c │ │ │ ├── noop_public.h │ │ │ └── noop_state.c │ │ ├── driver_rbug │ │ │ ├── README │ │ │ ├── rbug_context.c │ │ │ ├── rbug_context.h │ │ │ ├── rbug_core.c │ │ │ ├── rbug_objects.c │ │ │ ├── rbug_objects.h │ │ │ ├── rbug_public.h │ │ │ ├── rbug_screen.c │ │ │ └── rbug_screen.h │ │ ├── driver_trace │ │ │ ├── README │ │ │ ├── tr_context.c │ │ │ ├── tr_context.h │ │ │ ├── tr_dump.c │ │ │ ├── tr_dump.h │ │ │ ├── tr_dump_defines.h │ │ │ ├── tr_dump_state.c │ │ │ ├── tr_dump_state.h │ │ │ ├── tr_public.h │ │ │ ├── tr_screen.c │ │ │ ├── tr_screen.h │ │ │ ├── tr_texture.c │ │ │ ├── tr_texture.h │ │ │ └── trace.xsl │ │ ├── hud │ │ │ ├── font.c │ │ │ ├── font.h │ │ │ ├── hud_context.c │ │ │ ├── hud_context.h │ │ │ ├── hud_cpu.c │ │ │ ├── hud_cpufreq.c │ │ │ ├── hud_diskstat.c │ │ │ ├── hud_driver_query.c │ │ │ ├── hud_fps.c │ │ │ ├── hud_nic.c │ │ │ ├── hud_private.h │ │ │ └── hud_sensors_temp.c │ │ ├── meson.build │ │ ├── nir │ │ │ ├── tgsi_to_nir.c │ │ │ └── tgsi_to_nir.h │ │ ├── renderonly │ │ │ ├── renderonly.c │ │ │ └── renderonly.h │ │ └── util │ │ │ ├── .gitignore │ │ │ ├── dbghelp.h │ │ │ ├── u_async_debug.c │ │ │ ├── u_async_debug.h │ │ │ ├── u_bitcast.h │ │ │ ├── u_bitmask.c │ │ │ ├── u_bitmask.h │ │ │ ├── u_blend.h │ │ │ ├── u_blit.c │ │ │ ├── u_blit.h │ │ │ ├── u_blitter.c │ │ │ ├── u_blitter.h │ │ │ ├── u_box.h │ │ │ ├── u_cache.c │ │ │ ├── u_cache.h │ │ │ ├── u_debug_describe.c │ │ │ ├── u_debug_describe.h │ │ │ ├── u_debug_flush.c │ │ │ ├── u_debug_flush.h │ │ │ ├── u_debug_gallium.c │ │ │ ├── u_debug_gallium.h │ │ │ ├── u_debug_image.c │ │ │ ├── u_debug_image.h │ │ │ ├── u_debug_memory.c │ │ │ ├── u_debug_refcnt.c │ │ │ ├── u_debug_refcnt.h │ │ │ ├── u_debug_stack.c │ │ │ ├── u_debug_stack.h │ │ │ ├── u_debug_stack_android.cpp │ │ │ ├── u_debug_symbol.c │ │ │ ├── u_debug_symbol.h │ │ │ ├── u_dirty_flags.h │ │ │ ├── u_dirty_surfaces.h │ │ │ ├── u_dl.c │ │ │ ├── u_dl.h │ │ │ ├── u_draw.c │ │ │ ├── u_draw.h │ │ │ ├── u_draw_quad.c │ │ │ ├── u_draw_quad.h │ │ │ ├── u_dual_blend.h │ │ │ ├── u_dump.h │ │ │ ├── u_dump_defines.c │ │ │ ├── u_dump_state.c │ │ │ ├── u_fifo.h │ │ │ ├── u_format.c │ │ │ ├── u_format.csv │ │ │ ├── u_format.h │ │ │ ├── u_format_bptc.c │ │ │ ├── u_format_bptc.h │ │ │ ├── u_format_etc.c │ │ │ ├── u_format_etc.h │ │ │ ├── u_format_latc.c │ │ │ ├── u_format_latc.h │ │ │ ├── u_format_other.c │ │ │ ├── u_format_other.h │ │ │ ├── u_format_pack.py │ │ │ ├── u_format_parse.py │ │ │ ├── u_format_rgtc.c │ │ │ ├── u_format_rgtc.h │ │ │ ├── u_format_s3tc.c │ │ │ ├── u_format_s3tc.h │ │ │ ├── u_format_table.py │ │ │ ├── u_format_tests.c │ │ │ ├── u_format_tests.h │ │ │ ├── u_format_yuv.c │ │ │ ├── u_format_yuv.h │ │ │ ├── u_format_zs.c │ │ │ ├── u_format_zs.h │ │ │ ├── u_framebuffer.c │ │ │ ├── u_framebuffer.h │ │ │ ├── u_gen_mipmap.c │ │ │ ├── u_gen_mipmap.h │ │ │ ├── u_half.h │ │ │ ├── u_handle_table.c │ │ │ ├── u_handle_table.h │ │ │ ├── u_hash_table.c │ │ │ ├── u_hash_table.h │ │ │ ├── u_helpers.c │ │ │ ├── u_helpers.h │ │ │ ├── u_idalloc.c │ │ │ ├── u_idalloc.h │ │ │ ├── u_index_modify.c │ │ │ ├── u_index_modify.h │ │ │ ├── u_inlines.h │ │ │ ├── u_linear.c │ │ │ ├── u_linear.h │ │ │ ├── u_log.c │ │ │ ├── u_log.h │ │ │ ├── u_memory.h │ │ │ ├── u_mm.c │ │ │ ├── u_mm.h │ │ │ ├── u_network.c │ │ │ ├── u_network.h │ │ │ ├── u_pack_color.h │ │ │ ├── u_pointer.h │ │ │ ├── u_prim.c │ │ │ ├── u_prim.h │ │ │ ├── u_prim_restart.c │ │ │ ├── u_prim_restart.h │ │ │ ├── u_pstipple.c │ │ │ ├── u_pstipple.h │ │ │ ├── u_pwr8.h │ │ │ ├── u_range.h │ │ │ ├── u_rect.h │ │ │ ├── u_resource.c │ │ │ ├── u_resource.h │ │ │ ├── u_ringbuffer.c │ │ │ ├── u_ringbuffer.h │ │ │ ├── u_sampler.c │ │ │ ├── u_sampler.h │ │ │ ├── u_screen.c │ │ │ ├── u_screen.h │ │ │ ├── u_simple_shaders.c │ │ │ ├── u_simple_shaders.h │ │ │ ├── u_split_prim.h │ │ │ ├── u_sse.h │ │ │ ├── u_suballoc.c │ │ │ ├── u_suballoc.h │ │ │ ├── u_surface.c │ │ │ ├── u_surface.h │ │ │ ├── u_surfaces.c │ │ │ ├── u_surfaces.h │ │ │ ├── u_tests.c │ │ │ ├── u_tests.h │ │ │ ├── u_texture.c │ │ │ ├── u_texture.h │ │ │ ├── u_threaded_context.c │ │ │ ├── u_threaded_context.h │ │ │ ├── u_threaded_context_calls.h │ │ │ ├── u_tile.c │ │ │ ├── u_tile.h │ │ │ ├── u_transfer.c │ │ │ ├── u_transfer.h │ │ │ ├── u_transfer_helper.c │ │ │ ├── u_transfer_helper.h │ │ │ ├── u_upload_mgr.c │ │ │ ├── u_upload_mgr.h │ │ │ ├── u_vbuf.c │ │ │ ├── u_vbuf.h │ │ │ ├── u_video.h │ │ │ └── u_viewport.h │ ├── include │ │ ├── pipe │ │ │ ├── p_compiler.h │ │ │ ├── p_config.h │ │ │ ├── p_context.h │ │ │ ├── p_defines.h │ │ │ ├── p_format.h │ │ │ ├── p_screen.h │ │ │ ├── p_shader_tokens.h │ │ │ ├── p_state.h │ │ │ ├── p_video_codec.h │ │ │ ├── p_video_enums.h │ │ │ └── p_video_state.h │ │ └── state_tracker │ │ │ ├── drisw_api.h │ │ │ ├── drm_driver.h │ │ │ ├── graw.h │ │ │ ├── opencl_interop.h │ │ │ ├── st_api.h │ │ │ ├── sw_driver.h │ │ │ ├── sw_winsys.h │ │ │ ├── vdpau_dmabuf.h │ │ │ ├── vdpau_funcs.h │ │ │ ├── vdpau_interop.h │ │ │ ├── winsys_handle.h │ │ │ └── xlibsw_api.h │ └── meson.build │ ├── hgl │ ├── .editorconfig │ ├── GLDispatcher.cpp │ ├── GLDispatcher.h │ ├── GLRenderer.cpp │ ├── GLRendererRoster.cpp │ ├── GLRendererRoster.h │ ├── GLView.cpp │ ├── SConscript │ └── meson.build │ ├── loader │ ├── Android.mk │ ├── Makefile.am │ ├── Makefile.sources │ ├── SConscript │ ├── loader.c │ ├── loader.h │ ├── loader_dri3_helper.c │ ├── loader_dri3_helper.h │ ├── meson.build │ ├── pci_id_driver_map.c │ └── pci_id_driver_map.h │ ├── mapi │ ├── .gitignore │ ├── Android.mk │ ├── Makefile.am │ ├── Makefile.sources │ ├── entry.c │ ├── entry.h │ ├── entry_ppc64le_tls.h │ ├── entry_ppc64le_tsd.h │ ├── entry_x86-64_tls.h │ ├── entry_x86_tls.h │ ├── entry_x86_tsd.h │ ├── glapi │ │ ├── .gitignore │ │ ├── SConscript │ │ ├── gen │ │ │ ├── .gitignore │ │ │ ├── AMD_depth_clamp_separate.xml │ │ │ ├── AMD_draw_buffers_blend.xml │ │ │ ├── AMD_gpu_shader_int64.xml │ │ │ ├── AMD_performance_monitor.xml │ │ │ ├── APPLE_object_purgeable.xml │ │ │ ├── APPLE_vertex_array_object.xml │ │ │ ├── ARB_ES2_compatibility.xml │ │ │ ├── ARB_ES3_compatibility.xml │ │ │ ├── ARB_base_instance.xml │ │ │ ├── ARB_bindless_texture.xml │ │ │ ├── ARB_blend_func_extended.xml │ │ │ ├── ARB_clear_buffer_object.xml │ │ │ ├── ARB_clear_texture.xml │ │ │ ├── ARB_clip_control.xml │ │ │ ├── ARB_color_buffer_float.xml │ │ │ ├── ARB_compressed_texture_pixel_storage.xml │ │ │ ├── ARB_compute_shader.xml │ │ │ ├── ARB_compute_variable_group_size.xml │ │ │ ├── ARB_copy_buffer.xml │ │ │ ├── ARB_copy_image.xml │ │ │ ├── ARB_debug_output.xml │ │ │ ├── ARB_depth_buffer_float.xml │ │ │ ├── ARB_depth_clamp.xml │ │ │ ├── ARB_direct_state_access.xml │ │ │ ├── ARB_draw_buffers.xml │ │ │ ├── ARB_draw_buffers_blend.xml │ │ │ ├── ARB_draw_elements_base_vertex.xml │ │ │ ├── ARB_draw_indirect.xml │ │ │ ├── ARB_draw_instanced.xml │ │ │ ├── ARB_framebuffer_no_attachments.xml │ │ │ ├── ARB_framebuffer_object.xml │ │ │ ├── ARB_get_program_binary.xml │ │ │ ├── ARB_get_texture_sub_image.xml │ │ │ ├── ARB_gl_spirv.xml │ │ │ ├── ARB_gpu_shader5.xml │ │ │ ├── ARB_gpu_shader_fp64.xml │ │ │ ├── ARB_gpu_shader_int64.xml │ │ │ ├── ARB_indirect_parameters.xml │ │ │ ├── ARB_instanced_arrays.xml │ │ │ ├── ARB_internalformat_query.xml │ │ │ ├── ARB_internalformat_query2.xml │ │ │ ├── ARB_invalidate_subdata.xml │ │ │ ├── ARB_map_buffer_range.xml │ │ │ ├── ARB_multi_bind.xml │ │ │ ├── ARB_pipeline_statistics_query.xml │ │ │ ├── ARB_program_interface_query.xml │ │ │ ├── ARB_robustness.xml │ │ │ ├── ARB_sample_shading.xml │ │ │ ├── ARB_sampler_objects.xml │ │ │ ├── ARB_seamless_cube_map.xml │ │ │ ├── ARB_separate_shader_objects.xml │ │ │ ├── ARB_shader_atomic_counters.xml │ │ │ ├── ARB_shader_image_load_store.xml │ │ │ ├── ARB_shader_storage_buffer_object.xml │ │ │ ├── ARB_shader_subroutine.xml │ │ │ ├── ARB_sparse_buffer.xml │ │ │ ├── ARB_sync.xml │ │ │ ├── ARB_tessellation_shader.xml │ │ │ ├── ARB_texture_barrier.xml │ │ │ ├── ARB_texture_buffer_object.xml │ │ │ ├── ARB_texture_buffer_range.xml │ │ │ ├── ARB_texture_compression_rgtc.xml │ │ │ ├── ARB_texture_cube_map_array.xml │ │ │ ├── ARB_texture_float.xml │ │ │ ├── ARB_texture_gather.xml │ │ │ ├── ARB_texture_multisample.xml │ │ │ ├── ARB_texture_rg.xml │ │ │ ├── ARB_texture_rgb10_a2ui.xml │ │ │ ├── ARB_texture_storage.xml │ │ │ ├── ARB_texture_storage_multisample.xml │ │ │ ├── ARB_texture_view.xml │ │ │ ├── ARB_uniform_buffer_object.xml │ │ │ ├── ARB_vertex_array_object.xml │ │ │ ├── ARB_vertex_attrib_64bit.xml │ │ │ ├── ARB_vertex_attrib_binding.xml │ │ │ ├── ARB_vertex_type_2_10_10_10_rev.xml │ │ │ ├── ARB_viewport_array.xml │ │ │ ├── EXT_draw_buffers2.xml │ │ │ ├── EXT_external_objects.xml │ │ │ ├── EXT_external_objects_fd.xml │ │ │ ├── EXT_framebuffer_object.xml │ │ │ ├── EXT_gpu_shader4.xml │ │ │ ├── EXT_packed_depth_stencil.xml │ │ │ ├── EXT_provoking_vertex.xml │ │ │ ├── EXT_separate_shader_objects.xml │ │ │ ├── EXT_texture_array.xml │ │ │ ├── EXT_texture_integer.xml │ │ │ ├── EXT_transform_feedback.xml │ │ │ ├── EXT_vertex_attrib_64bit.xml │ │ │ ├── EXT_window_rectangles.xml │ │ │ ├── GL3x.xml │ │ │ ├── GL4x.xml │ │ │ ├── GREMEDY_string_marker.xml │ │ │ ├── INTEL_performance_query.xml │ │ │ ├── KHR_context_flush_control.xml │ │ │ ├── KHR_debug.xml │ │ │ ├── KHR_robustness.xml │ │ │ ├── KHR_robustness_es.xml │ │ │ ├── KHR_texture_compression_astc.xml │ │ │ ├── MESA_tile_raster_order.xml │ │ │ ├── Makefile.am │ │ │ ├── NV_conditional_render.xml │ │ │ ├── NV_primitive_restart.xml │ │ │ ├── NV_texture_barrier.xml │ │ │ ├── NV_vdpau_interop.xml │ │ │ ├── OES_EGL_image.xml │ │ │ ├── OES_fixed_point.xml │ │ │ ├── OES_single_precision.xml │ │ │ ├── OES_texture_compression_astc.xml │ │ │ ├── SConscript │ │ │ ├── apiexec.py │ │ │ ├── es_EXT.xml │ │ │ ├── gen.bat │ │ │ ├── gen.sh │ │ │ ├── glX_API.xml │ │ │ ├── glX_XML.py │ │ │ ├── glX_proto_common.py │ │ │ ├── glX_proto_recv.py │ │ │ ├── glX_proto_send.py │ │ │ ├── glX_proto_size.py │ │ │ ├── glX_server_table.py │ │ │ ├── gl_API.dtd │ │ │ ├── gl_API.xml │ │ │ ├── gl_SPARC_asm.py │ │ │ ├── gl_XML.py │ │ │ ├── gl_and_es_API.xml │ │ │ ├── gl_and_glX_API.xml │ │ │ ├── gl_apitemp.py │ │ │ ├── gl_enums.py │ │ │ ├── gl_functions.py │ │ │ ├── gl_genexec.py │ │ │ ├── gl_gentable.py │ │ │ ├── gl_marshal.py │ │ │ ├── gl_marshal_h.py │ │ │ ├── gl_procs.py │ │ │ ├── gl_table.py │ │ │ ├── gl_x86-64_asm.py │ │ │ ├── gl_x86_asm.py │ │ │ ├── license.py │ │ │ ├── makefile.srcs │ │ │ ├── marshal_XML.py │ │ │ ├── meson.build │ │ │ ├── remap_helper.py │ │ │ ├── static_data.py │ │ │ └── typeexpr.py │ │ ├── glapi.c │ │ ├── glapi.h │ │ ├── glapi_dispatch.c │ │ ├── glapi_entrypoint.c │ │ ├── glapi_getproc.c │ │ ├── glapi_nop.c │ │ ├── glapi_priv.h │ │ ├── meson.build │ │ └── registry │ │ │ └── gl.xml │ ├── mapi_abi.py │ ├── mapi_glapi.c │ ├── mapi_tmp.h │ ├── meson.build │ ├── stub.c │ ├── stub.h │ ├── table.c │ ├── table.h │ ├── u_current.c │ ├── u_current.h │ ├── u_execmem.c │ └── u_execmem.h │ ├── mesa │ ├── .gitignore │ ├── Android.gen.mk │ ├── Android.libmesa_dricore.mk │ ├── Android.libmesa_git_sha1.mk │ ├── Android.libmesa_glsl_utils.mk │ ├── Android.libmesa_sse41.mk │ ├── Android.libmesa_st_mesa.mk │ ├── Android.mesa_gen_matypes.mk │ ├── Android.mk │ ├── Makefile.am │ ├── Makefile.sources │ ├── SConscript │ ├── drivers │ │ ├── SConscript │ │ ├── common │ │ │ ├── driverfuncs.c │ │ │ ├── driverfuncs.h │ │ │ ├── meta.c │ │ │ ├── meta.h │ │ │ ├── meta_blit.c │ │ │ └── meta_generate_mipmap.c │ │ └── dri │ │ │ ├── Android.mk │ │ │ ├── Makefile.am │ │ │ ├── common │ │ │ ├── Android.mk │ │ │ ├── Makefile.am │ │ │ ├── Makefile.sources │ │ │ ├── SConscript │ │ │ ├── dri_util.c │ │ │ ├── dri_util.h │ │ │ ├── megadriver_stub.c │ │ │ ├── meson.build │ │ │ ├── utils.c │ │ │ └── utils.h │ │ │ ├── dri.pc.in │ │ │ ├── gen-symbol-redefs.py │ │ │ ├── meson.build │ │ │ └── swrast │ │ │ ├── Makefile.am │ │ │ ├── Makefile.sources │ │ │ ├── meson.build │ │ │ ├── swrast.c │ │ │ └── swrast_priv.h │ ├── gl.pc.in │ ├── main │ │ ├── .gitignore │ │ ├── accum.c │ │ ├── accum.h │ │ ├── api_arrayelt.c │ │ ├── api_arrayelt.h │ │ ├── api_exec.h │ │ ├── api_loopback.c │ │ ├── api_loopback.h │ │ ├── arbprogram.c │ │ ├── arbprogram.h │ │ ├── arrayobj.c │ │ ├── arrayobj.h │ │ ├── atifragshader.c │ │ ├── atifragshader.h │ │ ├── attrib.c │ │ ├── attrib.h │ │ ├── barrier.c │ │ ├── barrier.h │ │ ├── bbox.c │ │ ├── bbox.h │ │ ├── blend.c │ │ ├── blend.h │ │ ├── blit.c │ │ ├── blit.h │ │ ├── bufferobj.c │ │ ├── bufferobj.h │ │ ├── buffers.c │ │ ├── buffers.h │ │ ├── clear.c │ │ ├── clear.h │ │ ├── clip.c │ │ ├── clip.h │ │ ├── colormac.h │ │ ├── colortab.c │ │ ├── colortab.h │ │ ├── compiler.h │ │ ├── compute.c │ │ ├── compute.h │ │ ├── condrender.c │ │ ├── condrender.h │ │ ├── config.h │ │ ├── conservativeraster.c │ │ ├── conservativeraster.h │ │ ├── context.c │ │ ├── context.h │ │ ├── convolve.c │ │ ├── convolve.h │ │ ├── copyimage.c │ │ ├── copyimage.h │ │ ├── cpuinfo.c │ │ ├── cpuinfo.h │ │ ├── dd.h │ │ ├── debug.c │ │ ├── debug.h │ │ ├── debug_output.c │ │ ├── debug_output.h │ │ ├── depth.c │ │ ├── depth.h │ │ ├── dlist.c │ │ ├── dlist.h │ │ ├── draw.c │ │ ├── draw.h │ │ ├── draw_validate.c │ │ ├── draw_validate.h │ │ ├── drawpix.c │ │ ├── drawpix.h │ │ ├── drawtex.c │ │ ├── drawtex.h │ │ ├── enable.c │ │ ├── enable.h │ │ ├── enums.h │ │ ├── errors.c │ │ ├── errors.h │ │ ├── es1_conversion.c │ │ ├── es1_conversion.h │ │ ├── eval.c │ │ ├── eval.h │ │ ├── execmem.c │ │ ├── execmem.h │ │ ├── extensions.c │ │ ├── extensions.h │ │ ├── extensions_table.c │ │ ├── extensions_table.h │ │ ├── externalobjects.c │ │ ├── externalobjects.h │ │ ├── fbobject.c │ │ ├── fbobject.h │ │ ├── feedback.c │ │ ├── feedback.h │ │ ├── ff_fragment_shader.cpp │ │ ├── ffvertex_prog.c │ │ ├── ffvertex_prog.h │ │ ├── fog.c │ │ ├── fog.h │ │ ├── format_fallback.py │ │ ├── format_info.py │ │ ├── format_pack.h │ │ ├── format_pack.py │ │ ├── format_parser.py │ │ ├── format_unpack.h │ │ ├── format_unpack.py │ │ ├── format_utils.c │ │ ├── format_utils.h │ │ ├── formatquery.c │ │ ├── formatquery.h │ │ ├── formats.c │ │ ├── formats.csv │ │ ├── formats.h │ │ ├── framebuffer.c │ │ ├── framebuffer.h │ │ ├── genmipmap.c │ │ ├── genmipmap.h │ │ ├── get.c │ │ ├── get.h │ │ ├── get_hash_generator.py │ │ ├── get_hash_params.py │ │ ├── getstring.c │ │ ├── glformats.c │ │ ├── glformats.h │ │ ├── glheader.h │ │ ├── glspirv.c │ │ ├── glspirv.h │ │ ├── glthread.c │ │ ├── glthread.h │ │ ├── hash.c │ │ ├── hash.h │ │ ├── hint.c │ │ ├── hint.h │ │ ├── histogram.c │ │ ├── histogram.h │ │ ├── image.c │ │ ├── image.h │ │ ├── imports.c │ │ ├── imports.h │ │ ├── light.c │ │ ├── light.h │ │ ├── lines.c │ │ ├── lines.h │ │ ├── macros.h │ │ ├── marshal.c │ │ ├── marshal.h │ │ ├── matrix.c │ │ ├── matrix.h │ │ ├── menums.h │ │ ├── meson.build │ │ ├── mipmap.c │ │ ├── mipmap.h │ │ ├── mm.c │ │ ├── mm.h │ │ ├── mtypes.h │ │ ├── multisample.c │ │ ├── multisample.h │ │ ├── objectlabel.c │ │ ├── objectlabel.h │ │ ├── objectpurge.c │ │ ├── objectpurge.h │ │ ├── pack.c │ │ ├── pack.h │ │ ├── pbo.c │ │ ├── pbo.h │ │ ├── performance_monitor.c │ │ ├── performance_monitor.h │ │ ├── performance_query.c │ │ ├── performance_query.h │ │ ├── pipelineobj.c │ │ ├── pipelineobj.h │ │ ├── pixel.c │ │ ├── pixel.h │ │ ├── pixelstore.c │ │ ├── pixelstore.h │ │ ├── pixeltransfer.c │ │ ├── pixeltransfer.h │ │ ├── points.c │ │ ├── points.h │ │ ├── polygon.c │ │ ├── polygon.h │ │ ├── program_binary.c │ │ ├── program_binary.h │ │ ├── program_resource.c │ │ ├── program_resource.h │ │ ├── querymatrix.c │ │ ├── querymatrix.h │ │ ├── queryobj.c │ │ ├── queryobj.h │ │ ├── rastpos.c │ │ ├── rastpos.h │ │ ├── readpix.c │ │ ├── readpix.h │ │ ├── remap.c │ │ ├── remap.h │ │ ├── renderbuffer.c │ │ ├── renderbuffer.h │ │ ├── robustness.c │ │ ├── samplerobj.c │ │ ├── samplerobj.h │ │ ├── scissor.c │ │ ├── scissor.h │ │ ├── shader_query.cpp │ │ ├── shaderapi.c │ │ ├── shaderapi.h │ │ ├── shaderimage.c │ │ ├── shaderimage.h │ │ ├── shaderobj.c │ │ ├── shaderobj.h │ │ ├── shared.c │ │ ├── shared.h │ │ ├── sse_minmax.c │ │ ├── sse_minmax.h │ │ ├── state.c │ │ ├── state.h │ │ ├── stencil.c │ │ ├── stencil.h │ │ ├── streaming-load-memcpy.c │ │ ├── streaming-load-memcpy.h │ │ ├── syncobj.c │ │ ├── syncobj.h │ │ ├── texcompress.c │ │ ├── texcompress.h │ │ ├── texcompress_astc.cpp │ │ ├── texcompress_astc.h │ │ ├── texcompress_bptc.c │ │ ├── texcompress_bptc.h │ │ ├── texcompress_bptc_tmp.h │ │ ├── texcompress_cpal.c │ │ ├── texcompress_cpal.h │ │ ├── texcompress_etc.c │ │ ├── texcompress_etc.h │ │ ├── texcompress_etc_tmp.h │ │ ├── texcompress_fxt1.c │ │ ├── texcompress_fxt1.h │ │ ├── texcompress_rgtc.c │ │ ├── texcompress_rgtc.h │ │ ├── texcompress_s3tc.c │ │ ├── texcompress_s3tc.h │ │ ├── texcompress_s3tc_tmp.h │ │ ├── texenv.c │ │ ├── texenv.h │ │ ├── texenvprogram.h │ │ ├── texformat.c │ │ ├── texformat.h │ │ ├── texgen.c │ │ ├── texgen.h │ │ ├── texgetimage.c │ │ ├── texgetimage.h │ │ ├── teximage.c │ │ ├── teximage.h │ │ ├── texobj.c │ │ ├── texobj.h │ │ ├── texparam.c │ │ ├── texparam.h │ │ ├── texstate.c │ │ ├── texstate.h │ │ ├── texstorage.c │ │ ├── texstorage.h │ │ ├── texstore.c │ │ ├── texstore.h │ │ ├── texturebindless.c │ │ ├── texturebindless.h │ │ ├── textureview.c │ │ ├── textureview.h │ │ ├── transformfeedback.c │ │ ├── transformfeedback.h │ │ ├── uniform_query.cpp │ │ ├── uniforms.c │ │ ├── uniforms.h │ │ ├── varray.c │ │ ├── varray.h │ │ ├── vdpau.c │ │ ├── vdpau.h │ │ ├── version.c │ │ ├── version.h │ │ ├── viewport.c │ │ ├── viewport.h │ │ ├── vtxfmt.c │ │ └── vtxfmt.h │ ├── makefile.srcs │ ├── math │ │ ├── m_clip_tmp.h │ │ ├── m_copy_tmp.h │ │ ├── m_debug.h │ │ ├── m_debug_clip.c │ │ ├── m_debug_norm.c │ │ ├── m_debug_util.h │ │ ├── m_debug_xform.c │ │ ├── m_dotprod_tmp.h │ │ ├── m_eval.c │ │ ├── m_eval.h │ │ ├── m_matrix.c │ │ ├── m_matrix.h │ │ ├── m_norm_tmp.h │ │ ├── m_trans_tmp.h │ │ ├── m_translate.c │ │ ├── m_translate.h │ │ ├── m_vector.c │ │ ├── m_vector.h │ │ ├── m_xform.c │ │ ├── m_xform.h │ │ └── m_xform_tmp.h │ ├── meson.build │ ├── program │ │ ├── .gitignore │ │ ├── Android.mk │ │ ├── arbprogparse.c │ │ ├── arbprogparse.h │ │ ├── dummy_errors.c │ │ ├── ir_to_mesa.cpp │ │ ├── ir_to_mesa.h │ │ ├── meson.build │ │ ├── prog_cache.c │ │ ├── prog_cache.h │ │ ├── prog_execute.c │ │ ├── prog_execute.h │ │ ├── prog_instruction.c │ │ ├── prog_instruction.h │ │ ├── prog_noise.c │ │ ├── prog_noise.h │ │ ├── prog_opt_constant_fold.c │ │ ├── prog_optimize.c │ │ ├── prog_optimize.h │ │ ├── prog_parameter.c │ │ ├── prog_parameter.h │ │ ├── prog_parameter_layout.c │ │ ├── prog_parameter_layout.h │ │ ├── prog_print.c │ │ ├── prog_print.h │ │ ├── prog_statevars.c │ │ ├── prog_statevars.h │ │ ├── prog_to_nir.c │ │ ├── prog_to_nir.h │ │ ├── program.c │ │ ├── program.h │ │ ├── program_lexer.l │ │ ├── program_parse.y │ │ ├── program_parse_extra.c │ │ ├── program_parser.h │ │ ├── programopt.c │ │ ├── programopt.h │ │ ├── symbol_table.c │ │ └── symbol_table.h │ ├── state_tracker │ │ ├── st_atifs_to_tgsi.c │ │ ├── st_atifs_to_tgsi.h │ │ ├── st_atom.c │ │ ├── st_atom.h │ │ ├── st_atom_array.c │ │ ├── st_atom_atomicbuf.c │ │ ├── st_atom_blend.c │ │ ├── st_atom_clip.c │ │ ├── st_atom_constbuf.c │ │ ├── st_atom_constbuf.h │ │ ├── st_atom_depth.c │ │ ├── st_atom_framebuffer.c │ │ ├── st_atom_image.c │ │ ├── st_atom_list.h │ │ ├── st_atom_msaa.c │ │ ├── st_atom_pixeltransfer.c │ │ ├── st_atom_rasterizer.c │ │ ├── st_atom_sampler.c │ │ ├── st_atom_scissor.c │ │ ├── st_atom_shader.c │ │ ├── st_atom_shader.h │ │ ├── st_atom_stipple.c │ │ ├── st_atom_storagebuf.c │ │ ├── st_atom_tess.c │ │ ├── st_atom_texture.c │ │ ├── st_atom_viewport.c │ │ ├── st_cb_bitmap.c │ │ ├── st_cb_bitmap.h │ │ ├── st_cb_bitmap_shader.c │ │ ├── st_cb_blit.c │ │ ├── st_cb_blit.h │ │ ├── st_cb_bufferobjects.c │ │ ├── st_cb_bufferobjects.h │ │ ├── st_cb_clear.c │ │ ├── st_cb_clear.h │ │ ├── st_cb_compute.c │ │ ├── st_cb_compute.h │ │ ├── st_cb_condrender.c │ │ ├── st_cb_condrender.h │ │ ├── st_cb_copyimage.c │ │ ├── st_cb_copyimage.h │ │ ├── st_cb_drawpixels.c │ │ ├── st_cb_drawpixels.h │ │ ├── st_cb_drawpixels_shader.c │ │ ├── st_cb_drawtex.c │ │ ├── st_cb_drawtex.h │ │ ├── st_cb_eglimage.c │ │ ├── st_cb_eglimage.h │ │ ├── st_cb_fbo.c │ │ ├── st_cb_fbo.h │ │ ├── st_cb_feedback.c │ │ ├── st_cb_feedback.h │ │ ├── st_cb_flush.c │ │ ├── st_cb_flush.h │ │ ├── st_cb_memoryobjects.c │ │ ├── st_cb_memoryobjects.h │ │ ├── st_cb_msaa.c │ │ ├── st_cb_msaa.h │ │ ├── st_cb_perfmon.c │ │ ├── st_cb_perfmon.h │ │ ├── st_cb_program.c │ │ ├── st_cb_program.h │ │ ├── st_cb_queryobj.c │ │ ├── st_cb_queryobj.h │ │ ├── st_cb_rasterpos.c │ │ ├── st_cb_rasterpos.h │ │ ├── st_cb_readpixels.c │ │ ├── st_cb_readpixels.h │ │ ├── st_cb_semaphoreobjects.c │ │ ├── st_cb_semaphoreobjects.h │ │ ├── st_cb_strings.c │ │ ├── st_cb_strings.h │ │ ├── st_cb_syncobj.c │ │ ├── st_cb_syncobj.h │ │ ├── st_cb_texture.c │ │ ├── st_cb_texture.h │ │ ├── st_cb_texturebarrier.c │ │ ├── st_cb_texturebarrier.h │ │ ├── st_cb_viewport.c │ │ ├── st_cb_viewport.h │ │ ├── st_cb_xformfb.c │ │ ├── st_cb_xformfb.h │ │ ├── st_context.c │ │ ├── st_context.h │ │ ├── st_copytex.c │ │ ├── st_copytex.h │ │ ├── st_debug.c │ │ ├── st_debug.h │ │ ├── st_draw.c │ │ ├── st_draw.h │ │ ├── st_draw_feedback.c │ │ ├── st_extensions.c │ │ ├── st_extensions.h │ │ ├── st_format.c │ │ ├── st_format.h │ │ ├── st_gen_mipmap.c │ │ ├── st_gen_mipmap.h │ │ ├── st_gl_api.h │ │ ├── st_glsl_to_nir.cpp │ │ ├── st_glsl_to_tgsi.cpp │ │ ├── st_glsl_to_tgsi.h │ │ ├── st_glsl_to_tgsi_array_merge.cpp │ │ ├── st_glsl_to_tgsi_array_merge.h │ │ ├── st_glsl_to_tgsi_private.cpp │ │ ├── st_glsl_to_tgsi_private.h │ │ ├── st_glsl_to_tgsi_temprename.cpp │ │ ├── st_glsl_to_tgsi_temprename.h │ │ ├── st_glsl_types.cpp │ │ ├── st_glsl_types.h │ │ ├── st_manager.c │ │ ├── st_manager.h │ │ ├── st_mesa_to_tgsi.c │ │ ├── st_mesa_to_tgsi.h │ │ ├── st_nir.h │ │ ├── st_nir_lower_builtin.c │ │ ├── st_nir_lower_tex_src_plane.c │ │ ├── st_nir_lower_uniforms_to_ubo.c │ │ ├── st_pbo.c │ │ ├── st_pbo.h │ │ ├── st_program.c │ │ ├── st_program.h │ │ ├── st_sampler_view.c │ │ ├── st_sampler_view.h │ │ ├── st_scissor.c │ │ ├── st_scissor.h │ │ ├── st_shader_cache.c │ │ ├── st_shader_cache.h │ │ ├── st_texture.c │ │ ├── st_texture.h │ │ ├── st_tgsi_lower_yuv.c │ │ ├── st_tgsi_lower_yuv.h │ │ ├── st_vdpau.c │ │ └── st_vdpau.h │ ├── swrast │ │ ├── NOTES │ │ ├── s_aaline.c │ │ ├── s_aaline.h │ │ ├── s_aalinetemp.h │ │ ├── s_aatriangle.c │ │ ├── s_aatriangle.h │ │ ├── s_aatritemp.h │ │ ├── s_alpha.c │ │ ├── s_alpha.h │ │ ├── s_atifragshader.c │ │ ├── s_atifragshader.h │ │ ├── s_bitmap.c │ │ ├── s_blend.c │ │ ├── s_blend.h │ │ ├── s_blit.c │ │ ├── s_chan.h │ │ ├── s_clear.c │ │ ├── s_context.c │ │ ├── s_context.h │ │ ├── s_copypix.c │ │ ├── s_depth.c │ │ ├── s_depth.h │ │ ├── s_drawpix.c │ │ ├── s_feedback.c │ │ ├── s_feedback.h │ │ ├── s_fog.c │ │ ├── s_fog.h │ │ ├── s_fragprog.c │ │ ├── s_fragprog.h │ │ ├── s_lines.c │ │ ├── s_lines.h │ │ ├── s_linetemp.h │ │ ├── s_logic.c │ │ ├── s_logic.h │ │ ├── s_masking.c │ │ ├── s_masking.h │ │ ├── s_points.c │ │ ├── s_points.h │ │ ├── s_renderbuffer.c │ │ ├── s_renderbuffer.h │ │ ├── s_span.c │ │ ├── s_span.h │ │ ├── s_stencil.c │ │ ├── s_stencil.h │ │ ├── s_texcombine.c │ │ ├── s_texcombine.h │ │ ├── s_texfetch.c │ │ ├── s_texfetch.h │ │ ├── s_texfetch_tmp.h │ │ ├── s_texfilter.c │ │ ├── s_texfilter.h │ │ ├── s_texrender.c │ │ ├── s_texture.c │ │ ├── s_triangle.c │ │ ├── s_triangle.h │ │ ├── s_tritemp.h │ │ ├── s_zoom.c │ │ ├── s_zoom.h │ │ └── swrast.h │ ├── swrast_setup │ │ ├── NOTES │ │ ├── ss_context.c │ │ ├── ss_context.h │ │ ├── ss_triangle.c │ │ ├── ss_triangle.h │ │ ├── ss_tritmp.h │ │ ├── ss_vb.h │ │ └── swrast_setup.h │ ├── tnl │ │ ├── NOTES │ │ ├── t_context.c │ │ ├── t_context.h │ │ ├── t_draw.c │ │ ├── t_pipeline.c │ │ ├── t_pipeline.h │ │ ├── t_rebase.c │ │ ├── t_rebase.h │ │ ├── t_split.c │ │ ├── t_split.h │ │ ├── t_split_copy.c │ │ ├── t_split_inplace.c │ │ ├── t_vb_cliptmp.h │ │ ├── t_vb_fog.c │ │ ├── t_vb_light.c │ │ ├── t_vb_lighttmp.h │ │ ├── t_vb_normals.c │ │ ├── t_vb_points.c │ │ ├── t_vb_program.c │ │ ├── t_vb_render.c │ │ ├── t_vb_rendertmp.h │ │ ├── t_vb_texgen.c │ │ ├── t_vb_texmat.c │ │ ├── t_vb_vertex.c │ │ ├── t_vertex.c │ │ ├── t_vertex.h │ │ ├── t_vertex_generic.c │ │ ├── t_vertex_sse.c │ │ ├── t_vp_build.c │ │ ├── t_vp_build.h │ │ └── tnl.h │ ├── vbo │ │ ├── vbo.h │ │ ├── vbo_attrib.h │ │ ├── vbo_attrib_tmp.h │ │ ├── vbo_context.c │ │ ├── vbo_exec.c │ │ ├── vbo_exec.h │ │ ├── vbo_exec_api.c │ │ ├── vbo_exec_draw.c │ │ ├── vbo_exec_eval.c │ │ ├── vbo_minmax_index.c │ │ ├── vbo_noop.c │ │ ├── vbo_noop.h │ │ ├── vbo_primitive_restart.c │ │ ├── vbo_private.h │ │ ├── vbo_save.c │ │ ├── vbo_save.h │ │ ├── vbo_save_api.c │ │ ├── vbo_save_draw.c │ │ └── vbo_save_loopback.c │ └── x86 │ │ ├── 3dnow.c │ │ ├── 3dnow.h │ │ ├── 3dnow_xform1.S │ │ ├── 3dnow_xform2.S │ │ ├── 3dnow_xform3.S │ │ ├── 3dnow_xform4.S │ │ ├── assyntax.h │ │ ├── clip_args.h │ │ ├── common_x86.c │ │ ├── common_x86_asm.S │ │ ├── common_x86_asm.h │ │ ├── common_x86_features.h │ │ ├── gen_matypes.c │ │ ├── mmx.h │ │ ├── mmx_blend.S │ │ ├── mmx_blendtmp.h │ │ ├── norm_args.h │ │ ├── read_rgba_span_x86.S │ │ ├── sse.c │ │ ├── sse.h │ │ ├── sse_normal.S │ │ ├── sse_xform1.S │ │ ├── sse_xform2.S │ │ ├── sse_xform3.S │ │ ├── sse_xform4.S │ │ ├── x86_cliptest.S │ │ ├── x86_xform.c │ │ ├── x86_xform.h │ │ ├── x86_xform2.S │ │ ├── x86_xform3.S │ │ ├── x86_xform4.S │ │ └── xform_args.h │ ├── meson.build │ ├── swrast_dri.def │ ├── util │ ├── .gitignore │ ├── 00-mesa-defaults.conf │ ├── Android.mk │ ├── Makefile.am │ ├── Makefile.sources │ ├── SConscript │ ├── bigmath.h │ ├── bitscan.c │ ├── bitscan.h │ ├── bitset.h │ ├── build_id.c │ ├── build_id.h │ ├── crc32.c │ ├── crc32.h │ ├── debug.c │ ├── debug.h │ ├── disk_cache.c │ ├── disk_cache.h │ ├── fast_idiv_by_const.c │ ├── fast_idiv_by_const.h │ ├── format_r11g11b10f.h │ ├── format_rgb9e5.h │ ├── format_srgb.h │ ├── format_srgb.py │ ├── futex.h │ ├── half_float.c │ ├── half_float.h │ ├── hash_table.c │ ├── hash_table.h │ ├── list.h │ ├── macros.h │ ├── makefile.srcs │ ├── merge_driinfo.py │ ├── mesa-sha1.c │ ├── mesa-sha1.h │ ├── mesa-sha1_test.c │ ├── meson.build │ ├── os_misc.c │ ├── os_misc.h │ ├── os_time.c │ ├── os_time.h │ ├── ralloc.c │ ├── ralloc.h │ ├── rand_xor.c │ ├── rand_xor.h │ ├── rb_tree.c │ ├── rb_tree.h │ ├── register_allocate.c │ ├── register_allocate.h │ ├── rgtc.c │ ├── rgtc.h │ ├── roundeven_test.c │ ├── rounding.h │ ├── set.c │ ├── set.h │ ├── sha1 │ │ ├── README │ │ ├── sha1.c │ │ └── sha1.h │ ├── simple_list.h │ ├── simple_mtx.h │ ├── slab.c │ ├── slab.h │ ├── string_buffer.c │ ├── string_buffer.h │ ├── strndup.h │ ├── strtod.c │ ├── strtod.h │ ├── texcompress_rgtc_tmp.h │ ├── u_atomic.c │ ├── u_atomic.h │ ├── u_atomic_test.c │ ├── u_cpu_detect.c │ ├── u_cpu_detect.h │ ├── u_debug.c │ ├── u_debug.h │ ├── u_dynarray.h │ ├── u_endian.h │ ├── u_math.c │ ├── u_math.h │ ├── u_process.c │ ├── u_process.h │ ├── u_queue.c │ ├── u_queue.h │ ├── u_string.h │ ├── u_thread.h │ ├── u_vector.c │ ├── u_vector.h │ ├── vma.c │ ├── vma.h │ ├── xmlconfig.c │ ├── xmlconfig.h │ ├── xmlpool.h │ └── xmlpool │ │ ├── .gitignore │ │ ├── LINGUAS │ │ ├── Makefile.am │ │ ├── POTFILES │ │ ├── SConscript │ │ ├── ca.po │ │ ├── de.po │ │ ├── es.po │ │ ├── fr.po │ │ ├── gen_xmlpool.py │ │ ├── makefile.srcs │ │ ├── meson.build │ │ ├── nl.po │ │ ├── sv.po │ │ └── t_options.h │ └── vulkan │ ├── Android.mk │ ├── Makefile.am │ ├── Makefile.sources │ ├── meson.build │ ├── registry │ └── vk.xml │ ├── util │ ├── .gitignore │ ├── gen_enum_to_str.py │ ├── meson.build │ ├── vk_alloc.h │ ├── vk_debug_report.c │ ├── vk_debug_report.h │ ├── vk_util.c │ └── vk_util.h │ └── wsi │ ├── .gitignore │ ├── meson.build │ ├── wsi_common.c │ ├── wsi_common.h │ ├── wsi_common_display.c │ ├── wsi_common_display.h │ ├── wsi_common_private.h │ ├── wsi_common_queue.h │ ├── wsi_common_wayland.c │ ├── wsi_common_wayland.h │ ├── wsi_common_x11.c │ └── wsi_common_x11.h ├── mkfontscale ├── .gitignore ├── COPYING ├── Makefile.am ├── README.md ├── autogen.sh ├── configure.ac ├── data.h ├── hash.c ├── hash.h ├── ident.c ├── ident.h ├── list.c ├── list.h ├── man │ ├── Makefile.am │ └── mkfontscale.man └── mkfontscale.c ├── openssl ├── .gitattributes ├── .gitignore ├── .travis-apt-pin.preferences ├── .travis-create-release.sh ├── .travis.yml ├── ACKNOWLEDGEMENTS ├── AUTHORS ├── CHANGES ├── CONTRIBUTING ├── Configurations │ ├── 00-base-templates.conf │ ├── 10-main.conf │ ├── 15-android.conf │ ├── 15-ios.conf │ ├── 50-djgpp.conf │ ├── 50-haiku.conf │ ├── 50-masm.conf │ ├── 50-win-onecore.conf │ ├── INTERNALS.Configure │ ├── README │ ├── README.design │ ├── common.tmpl │ ├── common0.tmpl │ ├── descrip.mms.tmpl │ ├── dist.conf │ ├── shared-info.pl │ ├── unix-Makefile.tmpl │ ├── unix-checker.pm │ ├── windows-checker.pm │ └── windows-makefile.tmpl ├── Configure ├── FAQ ├── INSTALL ├── LICENSE ├── NEWS ├── NOTES.ANDROID ├── NOTES.DJGPP ├── NOTES.PERL ├── NOTES.UNIX ├── NOTES.VMS ├── NOTES.WIN ├── README ├── README.ENGINE ├── README.FIPS ├── VMS │ ├── VMSify-conf.pl │ ├── engine.opt │ ├── openssl_ivp.com.in │ ├── openssl_shutdown.com.in │ ├── openssl_startup.com.in │ ├── openssl_utils.com.in │ ├── test-includes.com │ └── translatesyms.pl ├── apps │ ├── CA.pl.in │ ├── app_rand.c │ ├── apps.c │ ├── apps.h │ ├── asn1pars.c │ ├── bf_prefix.c │ ├── build.info │ ├── ca-cert.srl │ ├── ca-key.pem │ ├── ca-req.pem │ ├── ca.c │ ├── cert.pem │ ├── ciphers.c │ ├── client.pem │ ├── cms.c │ ├── crl.c │ ├── crl2p7.c │ ├── ct_log_list.cnf │ ├── demoSRP │ │ ├── srp_verifier.txt │ │ └── srp_verifier.txt.attr │ ├── dgst.c │ ├── dh1024.pem │ ├── dh2048.pem │ ├── dh4096.pem │ ├── dhparam.c │ ├── dsa-ca.pem │ ├── dsa-pca.pem │ ├── dsa.c │ ├── dsa1024.pem │ ├── dsa512.pem │ ├── dsap.pem │ ├── dsaparam.c │ ├── ec.c │ ├── ecparam.c │ ├── enc.c │ ├── engine.c │ ├── errstr.c │ ├── gendsa.c │ ├── genpkey.c │ ├── genrsa.c │ ├── nseq.c │ ├── ocsp.c │ ├── openssl-vms.cnf │ ├── openssl.c │ ├── openssl.cnf │ ├── opt.c │ ├── passwd.c │ ├── pca-cert.srl │ ├── pca-key.pem │ ├── pca-req.pem │ ├── pkcs12.c │ ├── pkcs7.c │ ├── pkcs8.c │ ├── pkey.c │ ├── pkeyparam.c │ ├── pkeyutl.c │ ├── prime.c │ ├── privkey.pem │ ├── progs.pl │ ├── rand.c │ ├── rehash.c │ ├── req.c │ ├── req.pem │ ├── rsa.c │ ├── rsa8192.pem │ ├── rsautl.c │ ├── s1024key.pem │ ├── s1024req.pem │ ├── s512-key.pem │ ├── s512-req.pem │ ├── s_apps.h │ ├── s_cb.c │ ├── s_client.c │ ├── s_server.c │ ├── s_socket.c │ ├── s_time.c │ ├── server.pem │ ├── server.srl │ ├── server2.pem │ ├── sess_id.c │ ├── smime.c │ ├── speed.c │ ├── spkac.c │ ├── srp.c │ ├── storeutl.c │ ├── testCA.pem │ ├── testdsa.h │ ├── testrsa.h │ ├── timeouts.h │ ├── ts.c │ ├── tsget.in │ ├── verify.c │ ├── version.c │ ├── vms_decc_init.c │ ├── vms_term_sock.c │ ├── vms_term_sock.h │ ├── win32_init.c │ └── x509.c ├── appveyor.yml ├── build.info ├── config ├── config.com ├── crypto │ ├── .gitignore │ ├── LPdir_nyi.c │ ├── LPdir_unix.c │ ├── LPdir_vms.c │ ├── LPdir_win.c │ ├── LPdir_win32.c │ ├── LPdir_wince.c │ ├── aes │ │ ├── aes_cbc.c │ │ ├── aes_cfb.c │ │ ├── aes_core.c │ │ ├── aes_ecb.c │ │ ├── aes_ige.c │ │ ├── aes_locl.h │ │ ├── aes_misc.c │ │ ├── aes_ofb.c │ │ ├── aes_wrap.c │ │ ├── aes_x86core.c │ │ ├── asm │ │ │ ├── aes-586.pl │ │ │ ├── aes-armv4.pl │ │ │ ├── aes-c64xplus.pl │ │ │ ├── aes-ia64.S │ │ │ ├── aes-mips.pl │ │ │ ├── aes-parisc.pl │ │ │ ├── aes-ppc.pl │ │ │ ├── aes-s390x.pl │ │ │ ├── aes-sparcv9.pl │ │ │ ├── aes-x86_64.pl │ │ │ ├── aesfx-sparcv9.pl │ │ │ ├── aesni-mb-x86_64.pl │ │ │ ├── aesni-sha1-x86_64.pl │ │ │ ├── aesni-sha256-x86_64.pl │ │ │ ├── aesni-x86.pl │ │ │ ├── aesni-x86_64.pl │ │ │ ├── aesp8-ppc.pl │ │ │ ├── aest4-sparcv9.pl │ │ │ ├── aesv8-armx.pl │ │ │ ├── bsaes-armv7.pl │ │ │ ├── bsaes-x86_64.pl │ │ │ ├── vpaes-armv8.pl │ │ │ ├── vpaes-ppc.pl │ │ │ ├── vpaes-x86.pl │ │ │ └── vpaes-x86_64.pl │ │ └── build.info │ ├── alphacpuid.pl │ ├── aria │ │ ├── aria.c │ │ └── build.info │ ├── arm64cpuid.pl │ ├── arm_arch.h │ ├── armcap.c │ ├── armv4cpuid.pl │ ├── asn1 │ │ ├── a_bitstr.c │ │ ├── a_d2i_fp.c │ │ ├── a_digest.c │ │ ├── a_dup.c │ │ ├── a_gentm.c │ │ ├── a_i2d_fp.c │ │ ├── a_int.c │ │ ├── a_mbstr.c │ │ ├── a_object.c │ │ ├── a_octet.c │ │ ├── a_print.c │ │ ├── a_sign.c │ │ ├── a_strex.c │ │ ├── a_strnid.c │ │ ├── a_time.c │ │ ├── a_type.c │ │ ├── a_utctm.c │ │ ├── a_utf8.c │ │ ├── a_verify.c │ │ ├── ameth_lib.c │ │ ├── asn1_err.c │ │ ├── asn1_gen.c │ │ ├── asn1_item_list.c │ │ ├── asn1_item_list.h │ │ ├── asn1_lib.c │ │ ├── asn1_locl.h │ │ ├── asn1_par.c │ │ ├── asn_mime.c │ │ ├── asn_moid.c │ │ ├── asn_mstbl.c │ │ ├── asn_pack.c │ │ ├── bio_asn1.c │ │ ├── bio_ndef.c │ │ ├── build.info │ │ ├── charmap.h │ │ ├── charmap.pl │ │ ├── d2i_pr.c │ │ ├── d2i_pu.c │ │ ├── evp_asn1.c │ │ ├── f_int.c │ │ ├── f_string.c │ │ ├── i2d_pr.c │ │ ├── i2d_pu.c │ │ ├── n_pkey.c │ │ ├── nsseq.c │ │ ├── p5_pbe.c │ │ ├── p5_pbev2.c │ │ ├── p5_scrypt.c │ │ ├── p8_pkey.c │ │ ├── standard_methods.h │ │ ├── t_bitst.c │ │ ├── t_pkey.c │ │ ├── t_spki.c │ │ ├── tasn_dec.c │ │ ├── tasn_enc.c │ │ ├── tasn_fre.c │ │ ├── tasn_new.c │ │ ├── tasn_prn.c │ │ ├── tasn_scn.c │ │ ├── tasn_typ.c │ │ ├── tasn_utl.c │ │ ├── tbl_standard.h │ │ ├── x_algor.c │ │ ├── x_bignum.c │ │ ├── x_info.c │ │ ├── x_int64.c │ │ ├── x_long.c │ │ ├── x_pkey.c │ │ ├── x_sig.c │ │ ├── x_spki.c │ │ └── x_val.c │ ├── async │ │ ├── arch │ │ │ ├── async_null.c │ │ │ ├── async_null.h │ │ │ ├── async_posix.c │ │ │ ├── async_posix.h │ │ │ ├── async_win.c │ │ │ └── async_win.h │ │ ├── async.c │ │ ├── async_err.c │ │ ├── async_locl.h │ │ ├── async_wait.c │ │ └── build.info │ ├── bf │ │ ├── asm │ │ │ └── bf-586.pl │ │ ├── bf_cfb64.c │ │ ├── bf_ecb.c │ │ ├── bf_enc.c │ │ ├── bf_locl.h │ │ ├── bf_ofb64.c │ │ ├── bf_pi.h │ │ ├── bf_skey.c │ │ └── build.info │ ├── bio │ │ ├── b_addr.c │ │ ├── b_dump.c │ │ ├── b_print.c │ │ ├── b_sock.c │ │ ├── b_sock2.c │ │ ├── bf_buff.c │ │ ├── bf_lbuf.c │ │ ├── bf_nbio.c │ │ ├── bf_null.c │ │ ├── bio_cb.c │ │ ├── bio_err.c │ │ ├── bio_lcl.h │ │ ├── bio_lib.c │ │ ├── bio_meth.c │ │ ├── bss_acpt.c │ │ ├── bss_bio.c │ │ ├── bss_conn.c │ │ ├── bss_dgram.c │ │ ├── bss_fd.c │ │ ├── bss_file.c │ │ ├── bss_log.c │ │ ├── bss_mem.c │ │ ├── bss_null.c │ │ ├── bss_sock.c │ │ └── build.info │ ├── blake2 │ │ ├── blake2_impl.h │ │ ├── blake2_locl.h │ │ ├── blake2b.c │ │ ├── blake2s.c │ │ ├── build.info │ │ ├── m_blake2b.c │ │ └── m_blake2s.c │ ├── bn │ │ ├── README.pod │ │ ├── asm │ │ │ ├── alpha-mont.pl │ │ │ ├── armv4-gf2m.pl │ │ │ ├── armv4-mont.pl │ │ │ ├── armv8-mont.pl │ │ │ ├── bn-586.pl │ │ │ ├── bn-c64xplus.asm │ │ │ ├── c64xplus-gf2m.pl │ │ │ ├── co-586.pl │ │ │ ├── ia64-mont.pl │ │ │ ├── ia64.S │ │ │ ├── mips-mont.pl │ │ │ ├── mips.pl │ │ │ ├── parisc-mont.pl │ │ │ ├── ppc-mont.pl │ │ │ ├── ppc.pl │ │ │ ├── ppc64-mont.pl │ │ │ ├── rsaz-avx2.pl │ │ │ ├── rsaz-x86_64.pl │ │ │ ├── s390x-gf2m.pl │ │ │ ├── s390x-mont.pl │ │ │ ├── s390x.S │ │ │ ├── sparct4-mont.pl │ │ │ ├── sparcv8.S │ │ │ ├── sparcv8plus.S │ │ │ ├── sparcv9-gf2m.pl │ │ │ ├── sparcv9-mont.pl │ │ │ ├── sparcv9a-mont.pl │ │ │ ├── via-mont.pl │ │ │ ├── vis3-mont.pl │ │ │ ├── x86-gf2m.pl │ │ │ ├── x86-mont.pl │ │ │ ├── x86_64-gcc.c │ │ │ ├── x86_64-gf2m.pl │ │ │ ├── x86_64-mont.pl │ │ │ └── x86_64-mont5.pl │ │ ├── bn_add.c │ │ ├── bn_asm.c │ │ ├── bn_blind.c │ │ ├── bn_const.c │ │ ├── bn_ctx.c │ │ ├── bn_depr.c │ │ ├── bn_dh.c │ │ ├── bn_div.c │ │ ├── bn_err.c │ │ ├── bn_exp.c │ │ ├── bn_exp2.c │ │ ├── bn_gcd.c │ │ ├── bn_gf2m.c │ │ ├── bn_intern.c │ │ ├── bn_kron.c │ │ ├── bn_lcl.h │ │ ├── bn_lib.c │ │ ├── bn_mod.c │ │ ├── bn_mont.c │ │ ├── bn_mpi.c │ │ ├── bn_mul.c │ │ ├── bn_nist.c │ │ ├── bn_prime.c │ │ ├── bn_prime.h │ │ ├── bn_prime.pl │ │ ├── bn_print.c │ │ ├── bn_rand.c │ │ ├── bn_recp.c │ │ ├── bn_shift.c │ │ ├── bn_sqr.c │ │ ├── bn_sqrt.c │ │ ├── bn_srp.c │ │ ├── bn_word.c │ │ ├── bn_x931p.c │ │ ├── build.info │ │ ├── rsaz_exp.c │ │ └── rsaz_exp.h │ ├── buffer │ │ ├── buf_err.c │ │ ├── buffer.c │ │ └── build.info │ ├── build.info │ ├── c64xpluscpuid.pl │ ├── camellia │ │ ├── asm │ │ │ ├── cmll-x86.pl │ │ │ ├── cmll-x86_64.pl │ │ │ └── cmllt4-sparcv9.pl │ │ ├── build.info │ │ ├── camellia.c │ │ ├── cmll_cbc.c │ │ ├── cmll_cfb.c │ │ ├── cmll_ctr.c │ │ ├── cmll_ecb.c │ │ ├── cmll_locl.h │ │ ├── cmll_misc.c │ │ └── cmll_ofb.c │ ├── cast │ │ ├── asm │ │ │ └── cast-586.pl │ │ ├── build.info │ │ ├── c_cfb64.c │ │ ├── c_ecb.c │ │ ├── c_enc.c │ │ ├── c_ofb64.c │ │ ├── c_skey.c │ │ ├── cast_lcl.h │ │ └── cast_s.h │ ├── chacha │ │ ├── asm │ │ │ ├── chacha-armv4.pl │ │ │ ├── chacha-armv8.pl │ │ │ ├── chacha-c64xplus.pl │ │ │ ├── chacha-ppc.pl │ │ │ ├── chacha-s390x.pl │ │ │ ├── chacha-x86.pl │ │ │ └── chacha-x86_64.pl │ │ ├── build.info │ │ └── chacha_enc.c │ ├── cmac │ │ ├── build.info │ │ ├── cm_ameth.c │ │ ├── cm_pmeth.c │ │ └── cmac.c │ ├── cms │ │ ├── build.info │ │ ├── cms_asn1.c │ │ ├── cms_att.c │ │ ├── cms_cd.c │ │ ├── cms_dd.c │ │ ├── cms_enc.c │ │ ├── cms_env.c │ │ ├── cms_err.c │ │ ├── cms_ess.c │ │ ├── cms_io.c │ │ ├── cms_kari.c │ │ ├── cms_lcl.h │ │ ├── cms_lib.c │ │ ├── cms_pwri.c │ │ ├── cms_sd.c │ │ └── cms_smime.c │ ├── comp │ │ ├── build.info │ │ ├── c_zlib.c │ │ ├── comp_err.c │ │ ├── comp_lcl.h │ │ └── comp_lib.c │ ├── conf │ │ ├── build.info │ │ ├── conf_api.c │ │ ├── conf_def.c │ │ ├── conf_def.h │ │ ├── conf_err.c │ │ ├── conf_lcl.h │ │ ├── conf_lib.c │ │ ├── conf_mall.c │ │ ├── conf_mod.c │ │ ├── conf_sap.c │ │ ├── conf_ssl.c │ │ └── keysets.pl │ ├── cpt_err.c │ ├── cryptlib.c │ ├── ct │ │ ├── build.info │ │ ├── ct_b64.c │ │ ├── ct_err.c │ │ ├── ct_locl.h │ │ ├── ct_log.c │ │ ├── ct_oct.c │ │ ├── ct_policy.c │ │ ├── ct_prn.c │ │ ├── ct_sct.c │ │ ├── ct_sct_ctx.c │ │ ├── ct_vfy.c │ │ └── ct_x509v3.c │ ├── ctype.c │ ├── cversion.c │ ├── des │ │ ├── asm │ │ │ ├── crypt586.pl │ │ │ ├── des-586.pl │ │ │ ├── des_enc.m4 │ │ │ ├── desboth.pl │ │ │ └── dest4-sparcv9.pl │ │ ├── build.info │ │ ├── cbc_cksm.c │ │ ├── cbc_enc.c │ │ ├── cfb64ede.c │ │ ├── cfb64enc.c │ │ ├── cfb_enc.c │ │ ├── des_enc.c │ │ ├── des_locl.h │ │ ├── ecb3_enc.c │ │ ├── ecb_enc.c │ │ ├── fcrypt.c │ │ ├── fcrypt_b.c │ │ ├── ncbc_enc.c │ │ ├── ofb64ede.c │ │ ├── ofb64enc.c │ │ ├── ofb_enc.c │ │ ├── pcbc_enc.c │ │ ├── qud_cksm.c │ │ ├── rand_key.c │ │ ├── set_key.c │ │ ├── spr.h │ │ ├── str2key.c │ │ └── xcbc_enc.c │ ├── dh │ │ ├── build.info │ │ ├── dh1024.pem │ │ ├── dh192.pem │ │ ├── dh2048.pem │ │ ├── dh4096.pem │ │ ├── dh512.pem │ │ ├── dh_ameth.c │ │ ├── dh_asn1.c │ │ ├── dh_check.c │ │ ├── dh_depr.c │ │ ├── dh_err.c │ │ ├── dh_gen.c │ │ ├── dh_kdf.c │ │ ├── dh_key.c │ │ ├── dh_lib.c │ │ ├── dh_locl.h │ │ ├── dh_meth.c │ │ ├── dh_pmeth.c │ │ ├── dh_prn.c │ │ ├── dh_rfc5114.c │ │ └── dh_rfc7919.c │ ├── dllmain.c │ ├── dsa │ │ ├── build.info │ │ ├── dsa_ameth.c │ │ ├── dsa_asn1.c │ │ ├── dsa_depr.c │ │ ├── dsa_err.c │ │ ├── dsa_gen.c │ │ ├── dsa_key.c │ │ ├── dsa_lib.c │ │ ├── dsa_locl.h │ │ ├── dsa_meth.c │ │ ├── dsa_ossl.c │ │ ├── dsa_pmeth.c │ │ ├── dsa_prn.c │ │ ├── dsa_sign.c │ │ └── dsa_vrf.c │ ├── dso │ │ ├── build.info │ │ ├── dso_dl.c │ │ ├── dso_dlfcn.c │ │ ├── dso_err.c │ │ ├── dso_lib.c │ │ ├── dso_locl.h │ │ ├── dso_openssl.c │ │ ├── dso_vms.c │ │ └── dso_win32.c │ ├── ebcdic.c │ ├── ec │ │ ├── asm │ │ │ ├── ecp_nistz256-armv4.pl │ │ │ ├── ecp_nistz256-armv8.pl │ │ │ ├── ecp_nistz256-avx2.pl │ │ │ ├── ecp_nistz256-ppc64.pl │ │ │ ├── ecp_nistz256-sparcv9.pl │ │ │ ├── ecp_nistz256-x86.pl │ │ │ ├── ecp_nistz256-x86_64.pl │ │ │ ├── x25519-ppc64.pl │ │ │ └── x25519-x86_64.pl │ │ ├── build.info │ │ ├── curve25519.c │ │ ├── curve448 │ │ │ ├── arch_32 │ │ │ │ ├── arch_intrinsics.h │ │ │ │ ├── f_impl.c │ │ │ │ └── f_impl.h │ │ │ ├── curve448.c │ │ │ ├── curve448_lcl.h │ │ │ ├── curve448_tables.c │ │ │ ├── curve448utils.h │ │ │ ├── ed448.h │ │ │ ├── eddsa.c │ │ │ ├── f_generic.c │ │ │ ├── field.h │ │ │ ├── point_448.h │ │ │ ├── scalar.c │ │ │ └── word.h │ │ ├── ec2_oct.c │ │ ├── ec2_smpl.c │ │ ├── ec_ameth.c │ │ ├── ec_asn1.c │ │ ├── ec_check.c │ │ ├── ec_curve.c │ │ ├── ec_cvt.c │ │ ├── ec_err.c │ │ ├── ec_key.c │ │ ├── ec_kmeth.c │ │ ├── ec_lcl.h │ │ ├── ec_lib.c │ │ ├── ec_mult.c │ │ ├── ec_oct.c │ │ ├── ec_pmeth.c │ │ ├── ec_print.c │ │ ├── ecdh_kdf.c │ │ ├── ecdh_ossl.c │ │ ├── ecdsa_ossl.c │ │ ├── ecdsa_sign.c │ │ ├── ecdsa_vrf.c │ │ ├── eck_prn.c │ │ ├── ecp_mont.c │ │ ├── ecp_nist.c │ │ ├── ecp_nistp224.c │ │ ├── ecp_nistp256.c │ │ ├── ecp_nistp521.c │ │ ├── ecp_nistputil.c │ │ ├── ecp_nistz256.c │ │ ├── ecp_nistz256_table.c │ │ ├── ecp_oct.c │ │ ├── ecp_smpl.c │ │ └── ecx_meth.c │ ├── engine │ │ ├── README │ │ ├── build.info │ │ ├── eng_all.c │ │ ├── eng_cnf.c │ │ ├── eng_ctrl.c │ │ ├── eng_devcrypto.c │ │ ├── eng_dyn.c │ │ ├── eng_err.c │ │ ├── eng_fat.c │ │ ├── eng_init.c │ │ ├── eng_int.h │ │ ├── eng_lib.c │ │ ├── eng_list.c │ │ ├── eng_openssl.c │ │ ├── eng_pkey.c │ │ ├── eng_rdrand.c │ │ ├── eng_table.c │ │ ├── tb_asnmth.c │ │ ├── tb_cipher.c │ │ ├── tb_dh.c │ │ ├── tb_digest.c │ │ ├── tb_dsa.c │ │ ├── tb_eckey.c │ │ ├── tb_pkmeth.c │ │ ├── tb_rand.c │ │ └── tb_rsa.c │ ├── err │ │ ├── README │ │ ├── build.info │ │ ├── err.c │ │ ├── err_all.c │ │ ├── err_prn.c │ │ ├── openssl.ec │ │ └── openssl.txt │ ├── evp │ │ ├── bio_b64.c │ │ ├── bio_enc.c │ │ ├── bio_md.c │ │ ├── bio_ok.c │ │ ├── build.info │ │ ├── c_allc.c │ │ ├── c_alld.c │ │ ├── cmeth_lib.c │ │ ├── digest.c │ │ ├── e_aes.c │ │ ├── e_aes_cbc_hmac_sha1.c │ │ ├── e_aes_cbc_hmac_sha256.c │ │ ├── e_aria.c │ │ ├── e_bf.c │ │ ├── e_camellia.c │ │ ├── e_cast.c │ │ ├── e_chacha20_poly1305.c │ │ ├── e_des.c │ │ ├── e_des3.c │ │ ├── e_idea.c │ │ ├── e_null.c │ │ ├── e_old.c │ │ ├── e_rc2.c │ │ ├── e_rc4.c │ │ ├── e_rc4_hmac_md5.c │ │ ├── e_rc5.c │ │ ├── e_seed.c │ │ ├── e_sm4.c │ │ ├── e_xcbc_d.c │ │ ├── encode.c │ │ ├── evp_cnf.c │ │ ├── evp_enc.c │ │ ├── evp_err.c │ │ ├── evp_key.c │ │ ├── evp_lib.c │ │ ├── evp_locl.h │ │ ├── evp_pbe.c │ │ ├── evp_pkey.c │ │ ├── m_md2.c │ │ ├── m_md4.c │ │ ├── m_md5.c │ │ ├── m_md5_sha1.c │ │ ├── m_mdc2.c │ │ ├── m_null.c │ │ ├── m_ripemd.c │ │ ├── m_sha1.c │ │ ├── m_sha3.c │ │ ├── m_sigver.c │ │ ├── m_wp.c │ │ ├── names.c │ │ ├── p5_crpt.c │ │ ├── p5_crpt2.c │ │ ├── p_dec.c │ │ ├── p_enc.c │ │ ├── p_lib.c │ │ ├── p_open.c │ │ ├── p_seal.c │ │ ├── p_sign.c │ │ ├── p_verify.c │ │ ├── pbe_scrypt.c │ │ ├── pmeth_fn.c │ │ ├── pmeth_gn.c │ │ └── pmeth_lib.c │ ├── ex_data.c │ ├── hmac │ │ ├── build.info │ │ ├── hm_ameth.c │ │ ├── hm_pmeth.c │ │ ├── hmac.c │ │ └── hmac_lcl.h │ ├── ia64cpuid.S │ ├── idea │ │ ├── build.info │ │ ├── i_cbc.c │ │ ├── i_cfb64.c │ │ ├── i_ecb.c │ │ ├── i_ofb64.c │ │ ├── i_skey.c │ │ └── idea_lcl.h │ ├── include │ │ └── internal │ │ │ ├── __DECC_INCLUDE_EPILOGUE.H │ │ │ ├── __DECC_INCLUDE_PROLOGUE.H │ │ │ ├── aria.h │ │ │ ├── asn1_int.h │ │ │ ├── async.h │ │ │ ├── bn_conf.h.in │ │ │ ├── bn_dh.h │ │ │ ├── bn_int.h │ │ │ ├── bn_srp.h │ │ │ ├── chacha.h │ │ │ ├── cryptlib_int.h │ │ │ ├── ctype.h │ │ │ ├── dso_conf.h.in │ │ │ ├── ec_int.h │ │ │ ├── engine.h │ │ │ ├── err_int.h │ │ │ ├── evp_int.h │ │ │ ├── lhash.h │ │ │ ├── md32_common.h │ │ │ ├── objects.h │ │ │ ├── poly1305.h │ │ │ ├── rand_int.h │ │ │ ├── sha.h │ │ │ ├── siphash.h │ │ │ ├── sm2.h │ │ │ ├── sm2err.h │ │ │ ├── sm3.h │ │ │ ├── sm4.h │ │ │ ├── store.h │ │ │ ├── store_int.h │ │ │ └── x509_int.h │ ├── init.c │ ├── kdf │ │ ├── build.info │ │ ├── hkdf.c │ │ ├── kdf_err.c │ │ ├── scrypt.c │ │ └── tls1_prf.c │ ├── lhash │ │ ├── build.info │ │ ├── lh_stats.c │ │ ├── lhash.c │ │ └── lhash_lcl.h │ ├── md2 │ │ ├── build.info │ │ ├── md2_dgst.c │ │ └── md2_one.c │ ├── md4 │ │ ├── build.info │ │ ├── md4_dgst.c │ │ ├── md4_locl.h │ │ └── md4_one.c │ ├── md5 │ │ ├── asm │ │ │ ├── md5-586.pl │ │ │ ├── md5-sparcv9.pl │ │ │ └── md5-x86_64.pl │ │ ├── build.info │ │ ├── md5_dgst.c │ │ ├── md5_locl.h │ │ └── md5_one.c │ ├── mdc2 │ │ ├── build.info │ │ ├── mdc2_one.c │ │ └── mdc2dgst.c │ ├── mem.c │ ├── mem_clr.c │ ├── mem_dbg.c │ ├── mem_sec.c │ ├── mips_arch.h │ ├── modes │ │ ├── asm │ │ │ ├── aesni-gcm-x86_64.pl │ │ │ ├── ghash-alpha.pl │ │ │ ├── ghash-armv4.pl │ │ │ ├── ghash-c64xplus.pl │ │ │ ├── ghash-ia64.pl │ │ │ ├── ghash-parisc.pl │ │ │ ├── ghash-s390x.pl │ │ │ ├── ghash-sparcv9.pl │ │ │ ├── ghash-x86.pl │ │ │ ├── ghash-x86_64.pl │ │ │ ├── ghashp8-ppc.pl │ │ │ └── ghashv8-armx.pl │ │ ├── build.info │ │ ├── cbc128.c │ │ ├── ccm128.c │ │ ├── cfb128.c │ │ ├── ctr128.c │ │ ├── cts128.c │ │ ├── gcm128.c │ │ ├── modes_lcl.h │ │ ├── ocb128.c │ │ ├── ofb128.c │ │ ├── wrap128.c │ │ └── xts128.c │ ├── o_dir.c │ ├── o_fips.c │ ├── o_fopen.c │ ├── o_init.c │ ├── o_str.c │ ├── o_time.c │ ├── objects │ │ ├── README │ │ ├── build.info │ │ ├── o_names.c │ │ ├── obj_dat.c │ │ ├── obj_dat.h │ │ ├── obj_dat.pl │ │ ├── obj_err.c │ │ ├── obj_lcl.h │ │ ├── obj_lib.c │ │ ├── obj_mac.num │ │ ├── obj_xref.c │ │ ├── obj_xref.h │ │ ├── obj_xref.txt │ │ ├── objects.pl │ │ ├── objects.txt │ │ └── objxref.pl │ ├── ocsp │ │ ├── build.info │ │ ├── ocsp_asn.c │ │ ├── ocsp_cl.c │ │ ├── ocsp_err.c │ │ ├── ocsp_ext.c │ │ ├── ocsp_ht.c │ │ ├── ocsp_lcl.h │ │ ├── ocsp_lib.c │ │ ├── ocsp_prn.c │ │ ├── ocsp_srv.c │ │ ├── ocsp_vfy.c │ │ └── v3_ocsp.c │ ├── pariscid.pl │ ├── pem │ │ ├── build.info │ │ ├── pem_all.c │ │ ├── pem_err.c │ │ ├── pem_info.c │ │ ├── pem_lib.c │ │ ├── pem_oth.c │ │ ├── pem_pk8.c │ │ ├── pem_pkey.c │ │ ├── pem_sign.c │ │ ├── pem_x509.c │ │ ├── pem_xaux.c │ │ └── pvkfmt.c │ ├── perlasm │ │ ├── arm-xlate.pl │ │ ├── cbc.pl │ │ ├── ppc-xlate.pl │ │ ├── readme │ │ ├── sparcv9_modes.pl │ │ ├── x86_64-xlate.pl │ │ ├── x86asm.pl │ │ ├── x86gas.pl │ │ ├── x86masm.pl │ │ └── x86nasm.pl │ ├── pkcs12 │ │ ├── build.info │ │ ├── p12_add.c │ │ ├── p12_asn.c │ │ ├── p12_attr.c │ │ ├── p12_crpt.c │ │ ├── p12_crt.c │ │ ├── p12_decr.c │ │ ├── p12_init.c │ │ ├── p12_key.c │ │ ├── p12_kiss.c │ │ ├── p12_lcl.h │ │ ├── p12_mutl.c │ │ ├── p12_npas.c │ │ ├── p12_p8d.c │ │ ├── p12_p8e.c │ │ ├── p12_sbag.c │ │ ├── p12_utl.c │ │ └── pk12err.c │ ├── pkcs7 │ │ ├── bio_pk7.c │ │ ├── build.info │ │ ├── pk7_asn1.c │ │ ├── pk7_attr.c │ │ ├── pk7_doit.c │ │ ├── pk7_lib.c │ │ ├── pk7_mime.c │ │ ├── pk7_smime.c │ │ └── pkcs7err.c │ ├── poly1305 │ │ ├── asm │ │ │ ├── poly1305-armv4.pl │ │ │ ├── poly1305-armv8.pl │ │ │ ├── poly1305-c64xplus.pl │ │ │ ├── poly1305-mips.pl │ │ │ ├── poly1305-ppc.pl │ │ │ ├── poly1305-ppcfp.pl │ │ │ ├── poly1305-s390x.pl │ │ │ ├── poly1305-sparcv9.pl │ │ │ ├── poly1305-x86.pl │ │ │ └── poly1305-x86_64.pl │ │ ├── build.info │ │ ├── poly1305.c │ │ ├── poly1305_ameth.c │ │ ├── poly1305_base2_44.c │ │ ├── poly1305_ieee754.c │ │ ├── poly1305_local.h │ │ └── poly1305_pmeth.c │ ├── ppc_arch.h │ ├── ppccap.c │ ├── ppccpuid.pl │ ├── rand │ │ ├── build.info │ │ ├── drbg_ctr.c │ │ ├── drbg_lib.c │ │ ├── rand_egd.c │ │ ├── rand_err.c │ │ ├── rand_lcl.h │ │ ├── rand_lib.c │ │ ├── rand_unix.c │ │ ├── rand_vms.c │ │ ├── rand_win.c │ │ └── randfile.c │ ├── rc2 │ │ ├── build.info │ │ ├── rc2_cbc.c │ │ ├── rc2_ecb.c │ │ ├── rc2_locl.h │ │ ├── rc2_skey.c │ │ ├── rc2cfb64.c │ │ └── rc2ofb64.c │ ├── rc4 │ │ ├── asm │ │ │ ├── rc4-586.pl │ │ │ ├── rc4-c64xplus.pl │ │ │ ├── rc4-md5-x86_64.pl │ │ │ ├── rc4-parisc.pl │ │ │ ├── rc4-s390x.pl │ │ │ └── rc4-x86_64.pl │ │ ├── build.info │ │ ├── rc4_enc.c │ │ ├── rc4_locl.h │ │ └── rc4_skey.c │ ├── rc5 │ │ ├── asm │ │ │ └── rc5-586.pl │ │ ├── build.info │ │ ├── rc5_ecb.c │ │ ├── rc5_enc.c │ │ ├── rc5_locl.h │ │ ├── rc5_skey.c │ │ ├── rc5cfb64.c │ │ └── rc5ofb64.c │ ├── ripemd │ │ ├── asm │ │ │ └── rmd-586.pl │ │ ├── build.info │ │ ├── rmd_dgst.c │ │ ├── rmd_locl.h │ │ ├── rmd_one.c │ │ └── rmdconst.h │ ├── rsa │ │ ├── build.info │ │ ├── rsa_ameth.c │ │ ├── rsa_asn1.c │ │ ├── rsa_chk.c │ │ ├── rsa_crpt.c │ │ ├── rsa_depr.c │ │ ├── rsa_err.c │ │ ├── rsa_gen.c │ │ ├── rsa_lib.c │ │ ├── rsa_locl.h │ │ ├── rsa_meth.c │ │ ├── rsa_mp.c │ │ ├── rsa_none.c │ │ ├── rsa_oaep.c │ │ ├── rsa_ossl.c │ │ ├── rsa_pk1.c │ │ ├── rsa_pmeth.c │ │ ├── rsa_prn.c │ │ ├── rsa_pss.c │ │ ├── rsa_saos.c │ │ ├── rsa_sign.c │ │ ├── rsa_ssl.c │ │ ├── rsa_x931.c │ │ └── rsa_x931g.c │ ├── s390x_arch.h │ ├── s390xcap.c │ ├── s390xcpuid.pl │ ├── seed │ │ ├── build.info │ │ ├── seed.c │ │ ├── seed_cbc.c │ │ ├── seed_cfb.c │ │ ├── seed_ecb.c │ │ ├── seed_locl.h │ │ └── seed_ofb.c │ ├── sha │ │ ├── asm │ │ │ ├── keccak1600-armv4.pl │ │ │ ├── keccak1600-armv8.pl │ │ │ ├── keccak1600-avx2.pl │ │ │ ├── keccak1600-avx512.pl │ │ │ ├── keccak1600-avx512vl.pl │ │ │ ├── keccak1600-c64x.pl │ │ │ ├── keccak1600-mmx.pl │ │ │ ├── keccak1600-ppc64.pl │ │ │ ├── keccak1600-s390x.pl │ │ │ ├── keccak1600-x86_64.pl │ │ │ ├── keccak1600p8-ppc.pl │ │ │ ├── sha1-586.pl │ │ │ ├── sha1-alpha.pl │ │ │ ├── sha1-armv4-large.pl │ │ │ ├── sha1-armv8.pl │ │ │ ├── sha1-c64xplus.pl │ │ │ ├── sha1-ia64.pl │ │ │ ├── sha1-mb-x86_64.pl │ │ │ ├── sha1-mips.pl │ │ │ ├── sha1-parisc.pl │ │ │ ├── sha1-ppc.pl │ │ │ ├── sha1-s390x.pl │ │ │ ├── sha1-sparcv9.pl │ │ │ ├── sha1-sparcv9a.pl │ │ │ ├── sha1-thumb.pl │ │ │ ├── sha1-x86_64.pl │ │ │ ├── sha256-586.pl │ │ │ ├── sha256-armv4.pl │ │ │ ├── sha256-c64xplus.pl │ │ │ ├── sha256-mb-x86_64.pl │ │ │ ├── sha512-586.pl │ │ │ ├── sha512-armv4.pl │ │ │ ├── sha512-armv8.pl │ │ │ ├── sha512-c64xplus.pl │ │ │ ├── sha512-ia64.pl │ │ │ ├── sha512-mips.pl │ │ │ ├── sha512-parisc.pl │ │ │ ├── sha512-ppc.pl │ │ │ ├── sha512-s390x.pl │ │ │ ├── sha512-sparcv9.pl │ │ │ ├── sha512-x86_64.pl │ │ │ └── sha512p8-ppc.pl │ │ ├── build.info │ │ ├── keccak1600.c │ │ ├── sha1_one.c │ │ ├── sha1dgst.c │ │ ├── sha256.c │ │ ├── sha512.c │ │ └── sha_locl.h │ ├── siphash │ │ ├── build.info │ │ ├── siphash.c │ │ ├── siphash_ameth.c │ │ ├── siphash_local.h │ │ └── siphash_pmeth.c │ ├── sm2 │ │ ├── build.info │ │ ├── sm2_crypt.c │ │ ├── sm2_err.c │ │ ├── sm2_pmeth.c │ │ └── sm2_sign.c │ ├── sm3 │ │ ├── build.info │ │ ├── m_sm3.c │ │ ├── sm3.c │ │ └── sm3_locl.h │ ├── sm4 │ │ ├── build.info │ │ └── sm4.c │ ├── sparc_arch.h │ ├── sparccpuid.S │ ├── sparcv9cap.c │ ├── srp │ │ ├── build.info │ │ ├── srp_lib.c │ │ └── srp_vfy.c │ ├── stack │ │ ├── build.info │ │ └── stack.c │ ├── store │ │ ├── build.info │ │ ├── loader_file.c │ │ ├── store_err.c │ │ ├── store_init.c │ │ ├── store_lib.c │ │ ├── store_locl.h │ │ ├── store_register.c │ │ └── store_strings.c │ ├── threads_none.c │ ├── threads_pthread.c │ ├── threads_win.c │ ├── ts │ │ ├── build.info │ │ ├── ts_asn1.c │ │ ├── ts_conf.c │ │ ├── ts_err.c │ │ ├── ts_lcl.h │ │ ├── ts_lib.c │ │ ├── ts_req_print.c │ │ ├── ts_req_utils.c │ │ ├── ts_rsp_print.c │ │ ├── ts_rsp_sign.c │ │ ├── ts_rsp_utils.c │ │ ├── ts_rsp_verify.c │ │ └── ts_verify_ctx.c │ ├── txt_db │ │ ├── build.info │ │ └── txt_db.c │ ├── ui │ │ ├── build.info │ │ ├── ui_err.c │ │ ├── ui_lib.c │ │ ├── ui_locl.h │ │ ├── ui_null.c │ │ ├── ui_openssl.c │ │ └── ui_util.c │ ├── uid.c │ ├── vms_rms.h │ ├── whrlpool │ │ ├── asm │ │ │ ├── wp-mmx.pl │ │ │ └── wp-x86_64.pl │ │ ├── build.info │ │ ├── wp_block.c │ │ ├── wp_dgst.c │ │ └── wp_locl.h │ ├── x509 │ │ ├── build.info │ │ ├── by_dir.c │ │ ├── by_file.c │ │ ├── t_crl.c │ │ ├── t_req.c │ │ ├── t_x509.c │ │ ├── x509_att.c │ │ ├── x509_cmp.c │ │ ├── x509_d2.c │ │ ├── x509_def.c │ │ ├── x509_err.c │ │ ├── x509_ext.c │ │ ├── x509_lcl.h │ │ ├── x509_lu.c │ │ ├── x509_meth.c │ │ ├── x509_obj.c │ │ ├── x509_r2x.c │ │ ├── x509_req.c │ │ ├── x509_set.c │ │ ├── x509_trs.c │ │ ├── x509_txt.c │ │ ├── x509_v3.c │ │ ├── x509_vfy.c │ │ ├── x509_vpm.c │ │ ├── x509cset.c │ │ ├── x509name.c │ │ ├── x509rset.c │ │ ├── x509spki.c │ │ ├── x509type.c │ │ ├── x_all.c │ │ ├── x_attrib.c │ │ ├── x_crl.c │ │ ├── x_exten.c │ │ ├── x_name.c │ │ ├── x_pubkey.c │ │ ├── x_req.c │ │ ├── x_x509.c │ │ └── x_x509a.c │ ├── x509v3 │ │ ├── build.info │ │ ├── ext_dat.h │ │ ├── pcy_cache.c │ │ ├── pcy_data.c │ │ ├── pcy_int.h │ │ ├── pcy_lib.c │ │ ├── pcy_map.c │ │ ├── pcy_node.c │ │ ├── pcy_tree.c │ │ ├── standard_exts.h │ │ ├── v3_addr.c │ │ ├── v3_admis.c │ │ ├── v3_admis.h │ │ ├── v3_akey.c │ │ ├── v3_akeya.c │ │ ├── v3_alt.c │ │ ├── v3_asid.c │ │ ├── v3_bcons.c │ │ ├── v3_bitst.c │ │ ├── v3_conf.c │ │ ├── v3_cpols.c │ │ ├── v3_crld.c │ │ ├── v3_enum.c │ │ ├── v3_extku.c │ │ ├── v3_genn.c │ │ ├── v3_ia5.c │ │ ├── v3_info.c │ │ ├── v3_int.c │ │ ├── v3_lib.c │ │ ├── v3_ncons.c │ │ ├── v3_pci.c │ │ ├── v3_pcia.c │ │ ├── v3_pcons.c │ │ ├── v3_pku.c │ │ ├── v3_pmaps.c │ │ ├── v3_prn.c │ │ ├── v3_purp.c │ │ ├── v3_skey.c │ │ ├── v3_sxnet.c │ │ ├── v3_tlsf.c │ │ ├── v3_utl.c │ │ └── v3err.c │ ├── x86_64cpuid.pl │ └── x86cpuid.pl ├── demos │ ├── README │ ├── bio │ │ ├── Makefile │ │ ├── README │ │ ├── accept.cnf │ │ ├── client-arg.c │ │ ├── client-conf.c │ │ ├── cmod.cnf │ │ ├── connect.cnf │ │ ├── descrip.mms │ │ ├── intca.pem │ │ ├── root.pem │ │ ├── saccept.c │ │ ├── sconnect.c │ │ ├── server-arg.c │ │ ├── server-cmod.c │ │ ├── server-conf.c │ │ ├── server-ec.pem │ │ ├── server.pem │ │ ├── shared.opt │ │ └── static.opt │ ├── certs │ │ ├── README │ │ ├── apps │ │ │ ├── apps.cnf │ │ │ ├── ckey.pem │ │ │ ├── intkey.pem │ │ │ ├── mkacerts.sh │ │ │ ├── mkxcerts.sh │ │ │ ├── rootkey.pem │ │ │ ├── skey.pem │ │ │ └── skey2.pem │ │ ├── ca.cnf │ │ ├── mkcerts.sh │ │ ├── ocspquery.sh │ │ └── ocsprun.sh │ ├── cms │ │ ├── cacert.pem │ │ ├── cakey.pem │ │ ├── cms_comp.c │ │ ├── cms_ddec.c │ │ ├── cms_dec.c │ │ ├── cms_denc.c │ │ ├── cms_enc.c │ │ ├── cms_sign.c │ │ ├── cms_sign2.c │ │ ├── cms_uncomp.c │ │ ├── cms_ver.c │ │ ├── comp.txt │ │ ├── encr.txt │ │ ├── sign.txt │ │ ├── signer.pem │ │ └── signer2.pem │ ├── engines │ │ └── e_chil.txt │ ├── evp │ │ ├── Makefile │ │ ├── aesccm.c │ │ └── aesgcm.c │ ├── pkcs12 │ │ ├── pkread.c │ │ └── pkwrite.c │ └── smime │ │ ├── cacert.pem │ │ ├── cakey.pem │ │ ├── encr.txt │ │ ├── sign.txt │ │ ├── signer.pem │ │ ├── signer2.pem │ │ ├── smdec.c │ │ ├── smenc.c │ │ ├── smsign.c │ │ ├── smsign2.c │ │ └── smver.c ├── doc │ ├── HOWTO │ │ ├── certificates.txt │ │ ├── keys.txt │ │ └── proxy_certificates.txt │ ├── README │ ├── dir-locals.example.el │ ├── fingerprints.txt │ ├── man1 │ │ ├── CA.pl.pod │ │ ├── asn1parse.pod │ │ ├── ca.pod │ │ ├── ciphers.pod │ │ ├── cms.pod │ │ ├── crl.pod │ │ ├── crl2pkcs7.pod │ │ ├── dgst.pod │ │ ├── dhparam.pod │ │ ├── dsa.pod │ │ ├── dsaparam.pod │ │ ├── ec.pod │ │ ├── ecparam.pod │ │ ├── enc.pod │ │ ├── engine.pod │ │ ├── errstr.pod │ │ ├── gendsa.pod │ │ ├── genpkey.pod │ │ ├── genrsa.pod │ │ ├── list.pod │ │ ├── nseq.pod │ │ ├── ocsp.pod │ │ ├── openssl.pod │ │ ├── passwd.pod │ │ ├── pkcs12.pod │ │ ├── pkcs7.pod │ │ ├── pkcs8.pod │ │ ├── pkey.pod │ │ ├── pkeyparam.pod │ │ ├── pkeyutl.pod │ │ ├── prime.pod │ │ ├── rand.pod │ │ ├── rehash.pod │ │ ├── req.pod │ │ ├── rsa.pod │ │ ├── rsautl.pod │ │ ├── s_client.pod │ │ ├── s_server.pod │ │ ├── s_time.pod │ │ ├── sess_id.pod │ │ ├── smime.pod │ │ ├── speed.pod │ │ ├── spkac.pod │ │ ├── srp.pod │ │ ├── storeutl.pod │ │ ├── ts.pod │ │ ├── tsget.pod │ │ ├── verify.pod │ │ ├── version.pod │ │ └── x509.pod │ ├── man3 │ │ ├── ADMISSIONS.pod │ │ ├── ASN1_INTEGER_get_int64.pod │ │ ├── ASN1_ITEM_lookup.pod │ │ ├── ASN1_OBJECT_new.pod │ │ ├── ASN1_STRING_TABLE_add.pod │ │ ├── ASN1_STRING_length.pod │ │ ├── ASN1_STRING_new.pod │ │ ├── ASN1_STRING_print_ex.pod │ │ ├── ASN1_TIME_set.pod │ │ ├── ASN1_TYPE_get.pod │ │ ├── ASN1_generate_nconf.pod │ │ ├── ASYNC_WAIT_CTX_new.pod │ │ ├── ASYNC_start_job.pod │ │ ├── BF_encrypt.pod │ │ ├── BIO_ADDR.pod │ │ ├── BIO_ADDRINFO.pod │ │ ├── BIO_connect.pod │ │ ├── BIO_ctrl.pod │ │ ├── BIO_f_base64.pod │ │ ├── BIO_f_buffer.pod │ │ ├── BIO_f_cipher.pod │ │ ├── BIO_f_md.pod │ │ ├── BIO_f_null.pod │ │ ├── BIO_f_ssl.pod │ │ ├── BIO_find_type.pod │ │ ├── BIO_get_data.pod │ │ ├── BIO_get_ex_new_index.pod │ │ ├── BIO_meth_new.pod │ │ ├── BIO_new.pod │ │ ├── BIO_new_CMS.pod │ │ ├── BIO_parse_hostserv.pod │ │ ├── BIO_printf.pod │ │ ├── BIO_push.pod │ │ ├── BIO_read.pod │ │ ├── BIO_s_accept.pod │ │ ├── BIO_s_bio.pod │ │ ├── BIO_s_connect.pod │ │ ├── BIO_s_fd.pod │ │ ├── BIO_s_file.pod │ │ ├── BIO_s_mem.pod │ │ ├── BIO_s_null.pod │ │ ├── BIO_s_socket.pod │ │ ├── BIO_set_callback.pod │ │ ├── BIO_should_retry.pod │ │ ├── BN_BLINDING_new.pod │ │ ├── BN_CTX_new.pod │ │ ├── BN_CTX_start.pod │ │ ├── BN_add.pod │ │ ├── BN_add_word.pod │ │ ├── BN_bn2bin.pod │ │ ├── BN_cmp.pod │ │ ├── BN_copy.pod │ │ ├── BN_generate_prime.pod │ │ ├── BN_mod_inverse.pod │ │ ├── BN_mod_mul_montgomery.pod │ │ ├── BN_mod_mul_reciprocal.pod │ │ ├── BN_new.pod │ │ ├── BN_num_bytes.pod │ │ ├── BN_rand.pod │ │ ├── BN_security_bits.pod │ │ ├── BN_set_bit.pod │ │ ├── BN_swap.pod │ │ ├── BN_zero.pod │ │ ├── BUF_MEM_new.pod │ │ ├── CMS_add0_cert.pod │ │ ├── CMS_add1_recipient_cert.pod │ │ ├── CMS_add1_signer.pod │ │ ├── CMS_compress.pod │ │ ├── CMS_decrypt.pod │ │ ├── CMS_encrypt.pod │ │ ├── CMS_final.pod │ │ ├── CMS_get0_RecipientInfos.pod │ │ ├── CMS_get0_SignerInfos.pod │ │ ├── CMS_get0_type.pod │ │ ├── CMS_get1_ReceiptRequest.pod │ │ ├── CMS_sign.pod │ │ ├── CMS_sign_receipt.pod │ │ ├── CMS_uncompress.pod │ │ ├── CMS_verify.pod │ │ ├── CMS_verify_receipt.pod │ │ ├── CONF_modules_free.pod │ │ ├── CONF_modules_load_file.pod │ │ ├── CRYPTO_THREAD_run_once.pod │ │ ├── CRYPTO_get_ex_new_index.pod │ │ ├── CTLOG_STORE_get0_log_by_id.pod │ │ ├── CTLOG_STORE_new.pod │ │ ├── CTLOG_new.pod │ │ ├── CT_POLICY_EVAL_CTX_new.pod │ │ ├── DEFINE_STACK_OF.pod │ │ ├── DES_random_key.pod │ │ ├── DH_generate_key.pod │ │ ├── DH_generate_parameters.pod │ │ ├── DH_get0_pqg.pod │ │ ├── DH_get_1024_160.pod │ │ ├── DH_meth_new.pod │ │ ├── DH_new.pod │ │ ├── DH_new_by_nid.pod │ │ ├── DH_set_method.pod │ │ ├── DH_size.pod │ │ ├── DSA_SIG_new.pod │ │ ├── DSA_do_sign.pod │ │ ├── DSA_dup_DH.pod │ │ ├── DSA_generate_key.pod │ │ ├── DSA_generate_parameters.pod │ │ ├── DSA_get0_pqg.pod │ │ ├── DSA_meth_new.pod │ │ ├── DSA_new.pod │ │ ├── DSA_set_method.pod │ │ ├── DSA_sign.pod │ │ ├── DSA_size.pod │ │ ├── DTLS_get_data_mtu.pod │ │ ├── DTLS_set_timer_cb.pod │ │ ├── DTLSv1_listen.pod │ │ ├── ECDSA_SIG_new.pod │ │ ├── ECPKParameters_print.pod │ │ ├── EC_GFp_simple_method.pod │ │ ├── EC_GROUP_copy.pod │ │ ├── EC_GROUP_new.pod │ │ ├── EC_KEY_get_enc_flags.pod │ │ ├── EC_KEY_new.pod │ │ ├── EC_POINT_add.pod │ │ ├── EC_POINT_new.pod │ │ ├── ENGINE_add.pod │ │ ├── ERR_GET_LIB.pod │ │ ├── ERR_clear_error.pod │ │ ├── ERR_error_string.pod │ │ ├── ERR_get_error.pod │ │ ├── ERR_load_crypto_strings.pod │ │ ├── ERR_load_strings.pod │ │ ├── ERR_print_errors.pod │ │ ├── ERR_put_error.pod │ │ ├── ERR_remove_state.pod │ │ ├── ERR_set_mark.pod │ │ ├── EVP_BytesToKey.pod │ │ ├── EVP_CIPHER_CTX_get_cipher_data.pod │ │ ├── EVP_CIPHER_meth_new.pod │ │ ├── EVP_DigestInit.pod │ │ ├── EVP_DigestSignInit.pod │ │ ├── EVP_DigestVerifyInit.pod │ │ ├── EVP_EncodeInit.pod │ │ ├── EVP_EncryptInit.pod │ │ ├── EVP_MD_meth_new.pod │ │ ├── EVP_OpenInit.pod │ │ ├── EVP_PKEY_ASN1_METHOD.pod │ │ ├── EVP_PKEY_CTX_ctrl.pod │ │ ├── EVP_PKEY_CTX_new.pod │ │ ├── EVP_PKEY_CTX_set1_pbe_pass.pod │ │ ├── EVP_PKEY_CTX_set_hkdf_md.pod │ │ ├── EVP_PKEY_CTX_set_rsa_pss_keygen_md.pod │ │ ├── EVP_PKEY_CTX_set_scrypt_N.pod │ │ ├── EVP_PKEY_CTX_set_tls1_prf_md.pod │ │ ├── EVP_PKEY_asn1_get_count.pod │ │ ├── EVP_PKEY_cmp.pod │ │ ├── EVP_PKEY_decrypt.pod │ │ ├── EVP_PKEY_derive.pod │ │ ├── EVP_PKEY_encrypt.pod │ │ ├── EVP_PKEY_get_default_digest_nid.pod │ │ ├── EVP_PKEY_keygen.pod │ │ ├── EVP_PKEY_meth_get_count.pod │ │ ├── EVP_PKEY_meth_new.pod │ │ ├── EVP_PKEY_new.pod │ │ ├── EVP_PKEY_print_private.pod │ │ ├── EVP_PKEY_set1_RSA.pod │ │ ├── EVP_PKEY_sign.pod │ │ ├── EVP_PKEY_verify.pod │ │ ├── EVP_PKEY_verify_recover.pod │ │ ├── EVP_SealInit.pod │ │ ├── EVP_SignInit.pod │ │ ├── EVP_VerifyInit.pod │ │ ├── EVP_aes.pod │ │ ├── EVP_aria.pod │ │ ├── EVP_bf_cbc.pod │ │ ├── EVP_blake2b512.pod │ │ ├── EVP_camellia.pod │ │ ├── EVP_cast5_cbc.pod │ │ ├── EVP_chacha20.pod │ │ ├── EVP_des.pod │ │ ├── EVP_desx_cbc.pod │ │ ├── EVP_idea_cbc.pod │ │ ├── EVP_md2.pod │ │ ├── EVP_md4.pod │ │ ├── EVP_md5.pod │ │ ├── EVP_mdc2.pod │ │ ├── EVP_rc2_cbc.pod │ │ ├── EVP_rc4.pod │ │ ├── EVP_rc5_32_12_16_cbc.pod │ │ ├── EVP_ripemd160.pod │ │ ├── EVP_seed_cbc.pod │ │ ├── EVP_sha1.pod │ │ ├── EVP_sha224.pod │ │ ├── EVP_sha3_224.pod │ │ ├── EVP_sm3.pod │ │ ├── EVP_sm4_cbc.pod │ │ ├── EVP_whirlpool.pod │ │ ├── HMAC.pod │ │ ├── MD5.pod │ │ ├── MDC2_Init.pod │ │ ├── OBJ_nid2obj.pod │ │ ├── OCSP_REQUEST_new.pod │ │ ├── OCSP_cert_to_id.pod │ │ ├── OCSP_request_add1_nonce.pod │ │ ├── OCSP_resp_find_status.pod │ │ ├── OCSP_response_status.pod │ │ ├── OCSP_sendreq_new.pod │ │ ├── OPENSSL_Applink.pod │ │ ├── OPENSSL_LH_COMPFUNC.pod │ │ ├── OPENSSL_LH_stats.pod │ │ ├── OPENSSL_VERSION_NUMBER.pod │ │ ├── OPENSSL_config.pod │ │ ├── OPENSSL_fork_prepare.pod │ │ ├── OPENSSL_ia32cap.pod │ │ ├── OPENSSL_init_crypto.pod │ │ ├── OPENSSL_init_ssl.pod │ │ ├── OPENSSL_instrument_bus.pod │ │ ├── OPENSSL_load_builtin_modules.pod │ │ ├── OPENSSL_malloc.pod │ │ ├── OPENSSL_secure_malloc.pod │ │ ├── OSSL_STORE_INFO.pod │ │ ├── OSSL_STORE_LOADER.pod │ │ ├── OSSL_STORE_SEARCH.pod │ │ ├── OSSL_STORE_expect.pod │ │ ├── OSSL_STORE_open.pod │ │ ├── OpenSSL_add_all_algorithms.pod │ │ ├── PEM_bytes_read_bio.pod │ │ ├── PEM_read.pod │ │ ├── PEM_read_CMS.pod │ │ ├── PEM_read_bio_PrivateKey.pod │ │ ├── PEM_read_bio_ex.pod │ │ ├── PEM_write_bio_CMS_stream.pod │ │ ├── PEM_write_bio_PKCS7_stream.pod │ │ ├── PKCS12_create.pod │ │ ├── PKCS12_newpass.pod │ │ ├── PKCS12_parse.pod │ │ ├── PKCS5_PBKDF2_HMAC.pod │ │ ├── PKCS7_decrypt.pod │ │ ├── PKCS7_encrypt.pod │ │ ├── PKCS7_sign.pod │ │ ├── PKCS7_sign_add_signer.pod │ │ ├── PKCS7_verify.pod │ │ ├── RAND_DRBG_generate.pod │ │ ├── RAND_DRBG_get0_master.pod │ │ ├── RAND_DRBG_new.pod │ │ ├── RAND_DRBG_reseed.pod │ │ ├── RAND_DRBG_set_callbacks.pod │ │ ├── RAND_DRBG_set_ex_data.pod │ │ ├── RAND_add.pod │ │ ├── RAND_bytes.pod │ │ ├── RAND_cleanup.pod │ │ ├── RAND_egd.pod │ │ ├── RAND_load_file.pod │ │ ├── RAND_set_rand_method.pod │ │ ├── RC4_set_key.pod │ │ ├── RIPEMD160_Init.pod │ │ ├── RSA_blinding_on.pod │ │ ├── RSA_check_key.pod │ │ ├── RSA_generate_key.pod │ │ ├── RSA_get0_key.pod │ │ ├── RSA_meth_new.pod │ │ ├── RSA_new.pod │ │ ├── RSA_padding_add_PKCS1_type_1.pod │ │ ├── RSA_print.pod │ │ ├── RSA_private_encrypt.pod │ │ ├── RSA_public_encrypt.pod │ │ ├── RSA_set_method.pod │ │ ├── RSA_sign.pod │ │ ├── RSA_sign_ASN1_OCTET_STRING.pod │ │ ├── RSA_size.pod │ │ ├── SCT_new.pod │ │ ├── SCT_print.pod │ │ ├── SCT_validate.pod │ │ ├── SHA256_Init.pod │ │ ├── SMIME_read_CMS.pod │ │ ├── SMIME_read_PKCS7.pod │ │ ├── SMIME_write_CMS.pod │ │ ├── SMIME_write_PKCS7.pod │ │ ├── SSL_CIPHER_get_name.pod │ │ ├── SSL_COMP_add_compression_method.pod │ │ ├── SSL_CONF_CTX_new.pod │ │ ├── SSL_CONF_CTX_set1_prefix.pod │ │ ├── SSL_CONF_CTX_set_flags.pod │ │ ├── SSL_CONF_CTX_set_ssl_ctx.pod │ │ ├── SSL_CONF_cmd.pod │ │ ├── SSL_CONF_cmd_argv.pod │ │ ├── SSL_CTX_add1_chain_cert.pod │ │ ├── SSL_CTX_add_extra_chain_cert.pod │ │ ├── SSL_CTX_add_session.pod │ │ ├── SSL_CTX_config.pod │ │ ├── SSL_CTX_ctrl.pod │ │ ├── SSL_CTX_dane_enable.pod │ │ ├── SSL_CTX_flush_sessions.pod │ │ ├── SSL_CTX_free.pod │ │ ├── SSL_CTX_get0_param.pod │ │ ├── SSL_CTX_get_verify_mode.pod │ │ ├── SSL_CTX_has_client_custom_ext.pod │ │ ├── SSL_CTX_load_verify_locations.pod │ │ ├── SSL_CTX_new.pod │ │ ├── SSL_CTX_sess_number.pod │ │ ├── SSL_CTX_sess_set_cache_size.pod │ │ ├── SSL_CTX_sess_set_get_cb.pod │ │ ├── SSL_CTX_sessions.pod │ │ ├── SSL_CTX_set0_CA_list.pod │ │ ├── SSL_CTX_set1_curves.pod │ │ ├── SSL_CTX_set1_sigalgs.pod │ │ ├── SSL_CTX_set1_verify_cert_store.pod │ │ ├── SSL_CTX_set_alpn_select_cb.pod │ │ ├── SSL_CTX_set_cert_cb.pod │ │ ├── SSL_CTX_set_cert_store.pod │ │ ├── SSL_CTX_set_cert_verify_callback.pod │ │ ├── SSL_CTX_set_cipher_list.pod │ │ ├── SSL_CTX_set_client_CA_list.pod │ │ ├── SSL_CTX_set_client_cert_cb.pod │ │ ├── SSL_CTX_set_client_hello_cb.pod │ │ ├── SSL_CTX_set_ct_validation_callback.pod │ │ ├── SSL_CTX_set_ctlog_list_file.pod │ │ ├── SSL_CTX_set_default_passwd_cb.pod │ │ ├── SSL_CTX_set_ex_data.pod │ │ ├── SSL_CTX_set_generate_session_id.pod │ │ ├── SSL_CTX_set_info_callback.pod │ │ ├── SSL_CTX_set_keylog_callback.pod │ │ ├── SSL_CTX_set_max_cert_list.pod │ │ ├── SSL_CTX_set_min_proto_version.pod │ │ ├── SSL_CTX_set_mode.pod │ │ ├── SSL_CTX_set_msg_callback.pod │ │ ├── SSL_CTX_set_num_tickets.pod │ │ ├── SSL_CTX_set_options.pod │ │ ├── SSL_CTX_set_psk_client_callback.pod │ │ ├── SSL_CTX_set_quiet_shutdown.pod │ │ ├── SSL_CTX_set_read_ahead.pod │ │ ├── SSL_CTX_set_record_padding_callback.pod │ │ ├── SSL_CTX_set_security_level.pod │ │ ├── SSL_CTX_set_session_cache_mode.pod │ │ ├── SSL_CTX_set_session_id_context.pod │ │ ├── SSL_CTX_set_session_ticket_cb.pod │ │ ├── SSL_CTX_set_split_send_fragment.pod │ │ ├── SSL_CTX_set_ssl_version.pod │ │ ├── SSL_CTX_set_stateless_cookie_generate_cb.pod │ │ ├── SSL_CTX_set_timeout.pod │ │ ├── SSL_CTX_set_tlsext_servername_callback.pod │ │ ├── SSL_CTX_set_tlsext_status_cb.pod │ │ ├── SSL_CTX_set_tlsext_ticket_key_cb.pod │ │ ├── SSL_CTX_set_tlsext_use_srtp.pod │ │ ├── SSL_CTX_set_tmp_dh_callback.pod │ │ ├── SSL_CTX_set_verify.pod │ │ ├── SSL_CTX_use_certificate.pod │ │ ├── SSL_CTX_use_psk_identity_hint.pod │ │ ├── SSL_CTX_use_serverinfo.pod │ │ ├── SSL_SESSION_free.pod │ │ ├── SSL_SESSION_get0_cipher.pod │ │ ├── SSL_SESSION_get0_hostname.pod │ │ ├── SSL_SESSION_get0_id_context.pod │ │ ├── SSL_SESSION_get0_peer.pod │ │ ├── SSL_SESSION_get_compress_id.pod │ │ ├── SSL_SESSION_get_ex_data.pod │ │ ├── SSL_SESSION_get_protocol_version.pod │ │ ├── SSL_SESSION_get_time.pod │ │ ├── SSL_SESSION_has_ticket.pod │ │ ├── SSL_SESSION_is_resumable.pod │ │ ├── SSL_SESSION_print.pod │ │ ├── SSL_SESSION_set1_id.pod │ │ ├── SSL_accept.pod │ │ ├── SSL_alert_type_string.pod │ │ ├── SSL_alloc_buffers.pod │ │ ├── SSL_check_chain.pod │ │ ├── SSL_clear.pod │ │ ├── SSL_connect.pod │ │ ├── SSL_do_handshake.pod │ │ ├── SSL_export_keying_material.pod │ │ ├── SSL_extension_supported.pod │ │ ├── SSL_free.pod │ │ ├── SSL_get0_peer_scts.pod │ │ ├── SSL_get_SSL_CTX.pod │ │ ├── SSL_get_all_async_fds.pod │ │ ├── SSL_get_ciphers.pod │ │ ├── SSL_get_client_CA_list.pod │ │ ├── SSL_get_client_random.pod │ │ ├── SSL_get_current_cipher.pod │ │ ├── SSL_get_default_timeout.pod │ │ ├── SSL_get_error.pod │ │ ├── SSL_get_extms_support.pod │ │ ├── SSL_get_fd.pod │ │ ├── SSL_get_peer_cert_chain.pod │ │ ├── SSL_get_peer_certificate.pod │ │ ├── SSL_get_peer_signature_nid.pod │ │ ├── SSL_get_psk_identity.pod │ │ ├── SSL_get_rbio.pod │ │ ├── SSL_get_server_tmp_key.pod │ │ ├── SSL_get_session.pod │ │ ├── SSL_get_shared_sigalgs.pod │ │ ├── SSL_get_verify_result.pod │ │ ├── SSL_get_version.pod │ │ ├── SSL_in_init.pod │ │ ├── SSL_key_update.pod │ │ ├── SSL_library_init.pod │ │ ├── SSL_load_client_CA_file.pod │ │ ├── SSL_new.pod │ │ ├── SSL_pending.pod │ │ ├── SSL_read.pod │ │ ├── SSL_read_early_data.pod │ │ ├── SSL_rstate_string.pod │ │ ├── SSL_session_reused.pod │ │ ├── SSL_set1_host.pod │ │ ├── SSL_set_bio.pod │ │ ├── SSL_set_connect_state.pod │ │ ├── SSL_set_fd.pod │ │ ├── SSL_set_session.pod │ │ ├── SSL_set_shutdown.pod │ │ ├── SSL_set_verify_result.pod │ │ ├── SSL_shutdown.pod │ │ ├── SSL_state_string.pod │ │ ├── SSL_want.pod │ │ ├── SSL_write.pod │ │ ├── UI_STRING.pod │ │ ├── UI_UTIL_read_pw.pod │ │ ├── UI_create_method.pod │ │ ├── UI_new.pod │ │ ├── X509V3_get_d2i.pod │ │ ├── X509_ALGOR_dup.pod │ │ ├── X509_CRL_get0_by_serial.pod │ │ ├── X509_EXTENSION_set_object.pod │ │ ├── X509_LOOKUP_hash_dir.pod │ │ ├── X509_LOOKUP_meth_new.pod │ │ ├── X509_NAME_ENTRY_get_object.pod │ │ ├── X509_NAME_add_entry_by_txt.pod │ │ ├── X509_NAME_get0_der.pod │ │ ├── X509_NAME_get_index_by_NID.pod │ │ ├── X509_NAME_print_ex.pod │ │ ├── X509_PUBKEY_new.pod │ │ ├── X509_SIG_get0.pod │ │ ├── X509_STORE_CTX_get_error.pod │ │ ├── X509_STORE_CTX_new.pod │ │ ├── X509_STORE_CTX_set_verify_cb.pod │ │ ├── X509_STORE_add_cert.pod │ │ ├── X509_STORE_get0_param.pod │ │ ├── X509_STORE_new.pod │ │ ├── X509_STORE_set_verify_cb_func.pod │ │ ├── X509_VERIFY_PARAM_set_flags.pod │ │ ├── X509_check_ca.pod │ │ ├── X509_check_host.pod │ │ ├── X509_check_issued.pod │ │ ├── X509_check_private_key.pod │ │ ├── X509_cmp_time.pod │ │ ├── X509_digest.pod │ │ ├── X509_dup.pod │ │ ├── X509_get0_notBefore.pod │ │ ├── X509_get0_signature.pod │ │ ├── X509_get0_uids.pod │ │ ├── X509_get_extension_flags.pod │ │ ├── X509_get_pubkey.pod │ │ ├── X509_get_serialNumber.pod │ │ ├── X509_get_subject_name.pod │ │ ├── X509_get_version.pod │ │ ├── X509_new.pod │ │ ├── X509_sign.pod │ │ ├── X509_verify_cert.pod │ │ ├── X509v3_get_ext_by_NID.pod │ │ ├── d2i_DHparams.pod │ │ ├── d2i_PKCS8PrivateKey_bio.pod │ │ ├── d2i_PrivateKey.pod │ │ ├── d2i_SSL_SESSION.pod │ │ ├── d2i_X509.pod │ │ ├── i2d_CMS_bio_stream.pod │ │ ├── i2d_PKCS7_bio_stream.pod │ │ ├── i2d_re_X509_tbs.pod │ │ └── o2i_SCT_LIST.pod │ ├── man5 │ │ ├── config.pod │ │ └── x509v3_config.pod │ ├── man7 │ │ ├── Ed25519.pod │ │ ├── RAND.pod │ │ ├── RAND_DRBG.pod │ │ ├── RSA-PSS.pod │ │ ├── SM2.pod │ │ ├── X25519.pod │ │ ├── bio.pod │ │ ├── crypto.pod │ │ ├── ct.pod │ │ ├── des_modes.pod │ │ ├── evp.pod │ │ ├── ossl_store-file.pod │ │ ├── ossl_store.pod │ │ ├── passphrase-encoding.pod │ │ ├── scrypt.pod │ │ ├── ssl.pod │ │ └── x509.pod │ └── openssl-c-indent.el ├── e_os.h ├── engines │ ├── asm │ │ ├── e_padlock-x86.pl │ │ └── e_padlock-x86_64.pl │ ├── build.info │ ├── e_afalg.c │ ├── e_afalg.ec │ ├── e_afalg.h │ ├── e_afalg.txt │ ├── e_afalg_err.c │ ├── e_afalg_err.h │ ├── e_capi.c │ ├── e_capi.ec │ ├── e_capi.txt │ ├── e_capi_err.c │ ├── e_capi_err.h │ ├── e_dasync.c │ ├── e_dasync.ec │ ├── e_dasync.txt │ ├── e_dasync_err.c │ ├── e_dasync_err.h │ ├── e_ossltest.c │ ├── e_ossltest.ec │ ├── e_ossltest.txt │ ├── e_ossltest_err.c │ ├── e_ossltest_err.h │ └── e_padlock.c ├── external │ └── perl │ │ ├── Downloaded.txt │ │ ├── Text-Template-1.46 │ │ ├── Artistic │ │ ├── COPYING │ │ ├── INSTALL │ │ ├── MANIFEST │ │ ├── META.json │ │ ├── META.yml │ │ ├── Makefile.PL │ │ ├── README │ │ ├── lib │ │ │ └── Text │ │ │ │ ├── Template.pm │ │ │ │ └── Template │ │ │ │ └── Preprocess.pm │ │ └── t │ │ │ ├── 00-version.t │ │ │ ├── 01-basic.t │ │ │ ├── 02-hash.t │ │ │ ├── 03-out.t │ │ │ ├── 04-safe.t │ │ │ ├── 05-safe2.t │ │ │ ├── 06-ofh.t │ │ │ ├── 07-safe3.t │ │ │ ├── 08-exported.t │ │ │ ├── 09-error.t │ │ │ ├── 10-delimiters.t │ │ │ ├── 11-prepend.t │ │ │ ├── 12-preprocess.t │ │ │ ├── 13-taint.t │ │ │ └── 14-broken.t │ │ └── transfer │ │ └── Text │ │ └── Template.pm ├── fuzz │ ├── README.md │ ├── asn1.c │ ├── asn1parse.c │ ├── bignum.c │ ├── bndiv.c │ ├── build.info │ ├── client.c │ ├── cms.c │ ├── conf.c │ ├── crl.c │ ├── ct.c │ ├── driver.c │ ├── fuzzer.h │ ├── helper.py │ ├── mkfuzzoids.pl │ ├── oids.txt │ ├── rand.inc │ ├── server.c │ ├── test-corpus.c │ └── x509.c ├── include │ ├── internal │ │ ├── __DECC_INCLUDE_EPILOGUE.H │ │ ├── __DECC_INCLUDE_PROLOGUE.H │ │ ├── bio.h │ │ ├── comp.h │ │ ├── conf.h │ │ ├── constant_time_locl.h │ │ ├── cryptlib.h │ │ ├── dane.h │ │ ├── dso.h │ │ ├── dsoerr.h │ │ ├── err.h │ │ ├── nelem.h │ │ ├── numbers.h │ │ ├── o_dir.h │ │ ├── o_str.h │ │ ├── refcount.h │ │ ├── sockets.h │ │ ├── sslconf.h │ │ ├── thread_once.h │ │ └── tsan_assist.h │ └── openssl │ │ ├── __DECC_INCLUDE_EPILOGUE.H │ │ ├── __DECC_INCLUDE_PROLOGUE.H │ │ ├── aes.h │ │ ├── asn1.h │ │ ├── asn1err.h │ │ ├── asn1t.h │ │ ├── async.h │ │ ├── asyncerr.h │ │ ├── bio.h │ │ ├── bioerr.h │ │ ├── blowfish.h │ │ ├── bn.h │ │ ├── bnerr.h │ │ ├── buffer.h │ │ ├── buffererr.h │ │ ├── camellia.h │ │ ├── cast.h │ │ ├── cmac.h │ │ ├── cms.h │ │ ├── cmserr.h │ │ ├── comp.h │ │ ├── comperr.h │ │ ├── conf.h │ │ ├── conf_api.h │ │ ├── conferr.h │ │ ├── crypto.h │ │ ├── cryptoerr.h │ │ ├── ct.h │ │ ├── cterr.h │ │ ├── des.h │ │ ├── dh.h │ │ ├── dherr.h │ │ ├── dsa.h │ │ ├── dsaerr.h │ │ ├── dtls1.h │ │ ├── e_os2.h │ │ ├── ebcdic.h │ │ ├── ec.h │ │ ├── ecdh.h │ │ ├── ecdsa.h │ │ ├── ecerr.h │ │ ├── engine.h │ │ ├── engineerr.h │ │ ├── err.h │ │ ├── evp.h │ │ ├── evperr.h │ │ ├── hmac.h │ │ ├── idea.h │ │ ├── kdf.h │ │ ├── kdferr.h │ │ ├── lhash.h │ │ ├── md2.h │ │ ├── md4.h │ │ ├── md5.h │ │ ├── mdc2.h │ │ ├── modes.h │ │ ├── obj_mac.h │ │ ├── objects.h │ │ ├── objectserr.h │ │ ├── ocsp.h │ │ ├── ocsperr.h │ │ ├── opensslconf.h.in │ │ ├── opensslv.h │ │ ├── ossl_typ.h │ │ ├── pem.h │ │ ├── pem2.h │ │ ├── pemerr.h │ │ ├── pkcs12.h │ │ ├── pkcs12err.h │ │ ├── pkcs7.h │ │ ├── pkcs7err.h │ │ ├── rand.h │ │ ├── rand_drbg.h │ │ ├── randerr.h │ │ ├── rc2.h │ │ ├── rc4.h │ │ ├── rc5.h │ │ ├── ripemd.h │ │ ├── rsa.h │ │ ├── rsaerr.h │ │ ├── safestack.h │ │ ├── seed.h │ │ ├── sha.h │ │ ├── srp.h │ │ ├── srtp.h │ │ ├── ssl.h │ │ ├── ssl2.h │ │ ├── ssl3.h │ │ ├── sslerr.h │ │ ├── stack.h │ │ ├── store.h │ │ ├── storeerr.h │ │ ├── symhacks.h │ │ ├── tls1.h │ │ ├── ts.h │ │ ├── tserr.h │ │ ├── txt_db.h │ │ ├── ui.h │ │ ├── uierr.h │ │ ├── whrlpool.h │ │ ├── x509.h │ │ ├── x509_vfy.h │ │ ├── x509err.h │ │ ├── x509v3.h │ │ └── x509v3err.h ├── ms │ ├── .gitignore │ ├── applink.c │ ├── cmp.pl │ ├── uplink-common.pl │ ├── uplink-ia64.pl │ ├── uplink-x86.pl │ ├── uplink-x86_64.pl │ ├── uplink.c │ └── uplink.h ├── os-dep │ └── haiku.h ├── ssl │ ├── bio_ssl.c │ ├── build.info │ ├── d1_lib.c │ ├── d1_msg.c │ ├── d1_srtp.c │ ├── methods.c │ ├── packet.c │ ├── packet_locl.h │ ├── pqueue.c │ ├── record │ │ ├── README │ │ ├── dtls1_bitmap.c │ │ ├── rec_layer_d1.c │ │ ├── rec_layer_s3.c │ │ ├── record.h │ │ ├── record_locl.h │ │ ├── ssl3_buffer.c │ │ ├── ssl3_record.c │ │ └── ssl3_record_tls13.c │ ├── s3_cbc.c │ ├── s3_enc.c │ ├── s3_lib.c │ ├── s3_msg.c │ ├── ssl_asn1.c │ ├── ssl_cert.c │ ├── ssl_cert_table.h │ ├── ssl_ciph.c │ ├── ssl_conf.c │ ├── ssl_err.c │ ├── ssl_init.c │ ├── ssl_lib.c │ ├── ssl_locl.h │ ├── ssl_mcnf.c │ ├── ssl_rsa.c │ ├── ssl_sess.c │ ├── ssl_stat.c │ ├── ssl_txt.c │ ├── ssl_utst.c │ ├── statem │ │ ├── README │ │ ├── extensions.c │ │ ├── extensions_clnt.c │ │ ├── extensions_cust.c │ │ ├── extensions_srvr.c │ │ ├── statem.c │ │ ├── statem.h │ │ ├── statem_clnt.c │ │ ├── statem_dtls.c │ │ ├── statem_lib.c │ │ ├── statem_locl.h │ │ └── statem_srvr.c │ ├── t1_enc.c │ ├── t1_lib.c │ ├── t1_trce.c │ ├── tls13_enc.c │ └── tls_srp.c ├── test │ ├── CAss.cnf │ ├── CAssdh.cnf │ ├── CAssdsa.cnf │ ├── CAssrsa.cnf │ ├── CAtsa.cnf │ ├── P1ss.cnf │ ├── P2ss.cnf │ ├── README │ ├── README.external │ ├── README.ssltest.md │ ├── Sssdsa.cnf │ ├── Sssrsa.cnf │ ├── Uss.cnf │ ├── aborttest.c │ ├── afalgtest.c │ ├── asn1_decode_test.c │ ├── asn1_encode_test.c │ ├── asn1_internal_test.c │ ├── asn1_string_table_test.c │ ├── asn1_time_test.c │ ├── asynciotest.c │ ├── asynctest.c │ ├── bad_dtls_test.c │ ├── bftest.c │ ├── bio_callback_test.c │ ├── bio_enc_test.c │ ├── bioprinttest.c │ ├── bntest.c │ ├── bntests.pl │ ├── build.info │ ├── casttest.c │ ├── certs │ │ ├── alt1-cert.pem │ │ ├── alt1-key.pem │ │ ├── alt2-cert.pem │ │ ├── alt2-key.pem │ │ ├── alt3-cert.pem │ │ ├── alt3-key.pem │ │ ├── bad-pc3-cert.pem │ │ ├── bad-pc3-key.pem │ │ ├── bad-pc4-cert.pem │ │ ├── bad-pc4-key.pem │ │ ├── bad-pc6-cert.pem │ │ ├── bad-pc6-key.pem │ │ ├── bad.key │ │ ├── bad.pem │ │ ├── badalt1-cert.pem │ │ ├── badalt1-key.pem │ │ ├── badalt10-cert.pem │ │ ├── badalt10-key.pem │ │ ├── badalt2-cert.pem │ │ ├── badalt2-key.pem │ │ ├── badalt3-cert.pem │ │ ├── badalt3-key.pem │ │ ├── badalt4-cert.pem │ │ ├── badalt4-key.pem │ │ ├── badalt5-cert.pem │ │ ├── badalt5-key.pem │ │ ├── badalt6-cert.pem │ │ ├── badalt6-key.pem │ │ ├── badalt7-cert.pem │ │ ├── badalt7-key.pem │ │ ├── badalt8-cert.pem │ │ ├── badalt8-key.pem │ │ ├── badalt9-cert.pem │ │ ├── badalt9-key.pem │ │ ├── badcn1-cert.pem │ │ ├── badcn1-key.pem │ │ ├── ca+anyEKU.pem │ │ ├── ca+clientAuth.pem │ │ ├── ca+serverAuth.pem │ │ ├── ca-anyEKU.pem │ │ ├── ca-cert-768.pem │ │ ├── ca-cert-768i.pem │ │ ├── ca-cert-md5-any.pem │ │ ├── ca-cert-md5.pem │ │ ├── ca-cert.pem │ │ ├── ca-cert2.pem │ │ ├── ca-clientAuth.pem │ │ ├── ca-expired.pem │ │ ├── ca-key-768.pem │ │ ├── ca-key.pem │ │ ├── ca-key2.pem │ │ ├── ca-name2.pem │ │ ├── ca-nonbc.pem │ │ ├── ca-nonca.pem │ │ ├── ca-root2.pem │ │ ├── ca-serverAuth.pem │ │ ├── cca+anyEKU.pem │ │ ├── cca+clientAuth.pem │ │ ├── cca+serverAuth.pem │ │ ├── cca-anyEKU.pem │ │ ├── cca-cert.pem │ │ ├── cca-clientAuth.pem │ │ ├── cca-serverAuth.pem │ │ ├── client-ed25519-cert.pem │ │ ├── client-ed25519-key.pem │ │ ├── client-ed448-cert.pem │ │ ├── client-ed448-key.pem │ │ ├── croot+anyEKU.pem │ │ ├── croot+clientAuth.pem │ │ ├── croot+serverAuth.pem │ │ ├── croot-anyEKU.pem │ │ ├── croot-cert.pem │ │ ├── croot-clientAuth.pem │ │ ├── croot-serverAuth.pem │ │ ├── cyrillic.msb │ │ ├── cyrillic.pem │ │ ├── cyrillic.utf8 │ │ ├── cyrillic_crl.pem │ │ ├── cyrillic_crl.utf8 │ │ ├── dhp2048.pem │ │ ├── ee+clientAuth.pem │ │ ├── ee+serverAuth.pem │ │ ├── ee-cert-768.pem │ │ ├── ee-cert-768i.pem │ │ ├── ee-cert-md5.pem │ │ ├── ee-cert.pem │ │ ├── ee-cert2.pem │ │ ├── ee-client-chain.pem │ │ ├── ee-client.pem │ │ ├── ee-clientAuth.pem │ │ ├── ee-ecdsa-client-chain.pem │ │ ├── ee-ecdsa-key.pem │ │ ├── ee-ed25519.pem │ │ ├── ee-expired.pem │ │ ├── ee-key-768.pem │ │ ├── ee-key.pem │ │ ├── ee-name2.pem │ │ ├── ee-pss-sha1-cert.pem │ │ ├── ee-pss-sha256-cert.pem │ │ ├── ee-serverAuth.pem │ │ ├── embeddedSCTs1-key.pem │ │ ├── embeddedSCTs1.pem │ │ ├── embeddedSCTs1.sct │ │ ├── embeddedSCTs1_issuer.pem │ │ ├── embeddedSCTs3.pem │ │ ├── embeddedSCTs3.sct │ │ ├── embeddedSCTs3_issuer.pem │ │ ├── goodcn1-cert.pem │ │ ├── goodcn1-key.pem │ │ ├── interCA.key │ │ ├── interCA.pem │ │ ├── leaf.key │ │ ├── leaf.pem │ │ ├── many-constraints.pem │ │ ├── many-names1.pem │ │ ├── many-names2.pem │ │ ├── many-names3.pem │ │ ├── mkcert.sh │ │ ├── nca+anyEKU.pem │ │ ├── nca+serverAuth.pem │ │ ├── ncca-cert.pem │ │ ├── ncca-key.pem │ │ ├── ncca1-cert.pem │ │ ├── ncca1-key.pem │ │ ├── ncca2-cert.pem │ │ ├── ncca2-key.pem │ │ ├── ncca3-cert.pem │ │ ├── ncca3-key.pem │ │ ├── nroot+anyEKU.pem │ │ ├── nroot+serverAuth.pem │ │ ├── p256-server-cert.pem │ │ ├── p256-server-key.pem │ │ ├── p384-root-key.pem │ │ ├── p384-root.pem │ │ ├── p384-server-cert.pem │ │ ├── p384-server-key.pem │ │ ├── pathlen.pem │ │ ├── pc1-cert.pem │ │ ├── pc1-key.pem │ │ ├── pc2-cert.pem │ │ ├── pc2-key.pem │ │ ├── pc5-cert.pem │ │ ├── pc5-key.pem │ │ ├── root+anyEKU.pem │ │ ├── root+clientAuth.pem │ │ ├── root+serverAuth.pem │ │ ├── root-anyEKU.pem │ │ ├── root-cert-768.pem │ │ ├── root-cert-md5.pem │ │ ├── root-cert.pem │ │ ├── root-cert2.pem │ │ ├── root-clientAuth.pem │ │ ├── root-ed25519.pem │ │ ├── root-key-768.pem │ │ ├── root-key.pem │ │ ├── root-key2.pem │ │ ├── root-name2.pem │ │ ├── root-nonca.pem │ │ ├── root-noserver.pem │ │ ├── root-serverAuth.pem │ │ ├── root2+clientAuth.pem │ │ ├── root2+serverAuth.pem │ │ ├── root2-serverAuth.pem │ │ ├── rootCA.key │ │ ├── rootCA.pem │ │ ├── rootcert.pem │ │ ├── rootkey.pem │ │ ├── roots.pem │ │ ├── sca+anyEKU.pem │ │ ├── sca+clientAuth.pem │ │ ├── sca+serverAuth.pem │ │ ├── sca-anyEKU.pem │ │ ├── sca-cert.pem │ │ ├── sca-clientAuth.pem │ │ ├── sca-serverAuth.pem │ │ ├── server-cecdsa-cert.pem │ │ ├── server-cecdsa-key.pem │ │ ├── server-dsa-cert.pem │ │ ├── server-dsa-key.pem │ │ ├── server-ecdsa-cert.pem │ │ ├── server-ecdsa-key.pem │ │ ├── server-ed25519-cert.pem │ │ ├── server-ed25519-key.pem │ │ ├── server-ed448-cert.pem │ │ ├── server-ed448-key.pem │ │ ├── server-pss-cert.pem │ │ ├── server-pss-key.pem │ │ ├── server-trusted.pem │ │ ├── servercert.pem │ │ ├── serverkey.pem │ │ ├── setup.sh │ │ ├── some-names1.pem │ │ ├── some-names2.pem │ │ ├── some-names3.pem │ │ ├── sroot+anyEKU.pem │ │ ├── sroot+clientAuth.pem │ │ ├── sroot+serverAuth.pem │ │ ├── sroot-anyEKU.pem │ │ ├── sroot-cert.pem │ │ ├── sroot-clientAuth.pem │ │ ├── sroot-serverAuth.pem │ │ ├── subinterCA-ss.pem │ │ ├── subinterCA.key │ │ ├── subinterCA.pem │ │ ├── untrusted.pem │ │ ├── wrongcert.pem │ │ ├── wrongkey.pem │ │ ├── x509-check-key.pem │ │ └── x509-check.csr │ ├── chacha_internal_test.c │ ├── cipher_overhead_test.c │ ├── cipherbytes_test.c │ ├── cipherlist_test.c │ ├── ciphername_test.c │ ├── clienthellotest.c │ ├── cms-examples.pl │ ├── cmsapitest.c │ ├── conf_include_test.c │ ├── constant_time_test.c │ ├── crltest.c │ ├── ct │ │ ├── log_list.conf │ │ └── tls1.sct │ ├── ct_test.c │ ├── ctype_internal_test.c │ ├── curve448_internal_test.c │ ├── d2i-tests │ │ ├── bad-cms.der │ │ ├── bad-int-pad0.der │ │ ├── bad-int-padminus1.der │ │ ├── bad_bio.der │ │ ├── bad_cert.der │ │ ├── bad_generalname.der │ │ ├── high_tag.der │ │ ├── int0.der │ │ ├── int1.der │ │ └── intminus1.der │ ├── d2i_test.c │ ├── danetest.c │ ├── danetest.in │ ├── danetest.pem │ ├── destest.c │ ├── dhtest.c │ ├── drbg_cavs_data.c │ ├── drbg_cavs_data.h │ ├── drbg_cavs_test.c │ ├── drbgtest.c │ ├── drbgtest.h │ ├── dsa_no_digest_size_test.c │ ├── dsatest.c │ ├── dtls_mtu_test.c │ ├── dtlstest.c │ ├── dtlsv1listentest.c │ ├── ecdsatest.c │ ├── ecstresstest.c │ ├── ectest.c │ ├── enginetest.c │ ├── errtest.c │ ├── evp_extra_test.c │ ├── evp_test.c │ ├── evp_test.h │ ├── exdatatest.c │ ├── exptest.c │ ├── fatalerrtest.c │ ├── generate_buildtest.pl │ ├── generate_ssl_tests.pl │ ├── gmdifftest.c │ ├── gosttest.c │ ├── handshake_helper.c │ ├── handshake_helper.h │ ├── hmactest.c │ ├── ideatest.c │ ├── igetest.c │ ├── lhash_test.c │ ├── md2test.c │ ├── mdc2_internal_test.c │ ├── mdc2test.c │ ├── memleaktest.c │ ├── modes_internal_test.c │ ├── ocsp-tests │ │ ├── D1.ors │ │ ├── D1_Cert_EE.pem │ │ ├── D1_Issuer_ICA.pem │ │ ├── D2.ors │ │ ├── D2_Cert_ICA.pem │ │ ├── D2_Issuer_Root.pem │ │ ├── D3.ors │ │ ├── D3_Cert_EE.pem │ │ ├── D3_Issuer_Root.pem │ │ ├── ISDOSC_D1.ors │ │ ├── ISDOSC_D2.ors │ │ ├── ISDOSC_D3.ors │ │ ├── ISIC_D1_Issuer_ICA.pem │ │ ├── ISIC_D2_Issuer_Root.pem │ │ ├── ISIC_D3_Issuer_Root.pem │ │ ├── ISIC_ND1_Issuer_ICA.pem │ │ ├── ISIC_ND2_Issuer_Root.pem │ │ ├── ISIC_ND3_Issuer_Root.pem │ │ ├── ISOP_D1.ors │ │ ├── ISOP_D2.ors │ │ ├── ISOP_D3.ors │ │ ├── ISOP_ND1.ors │ │ ├── ISOP_ND2.ors │ │ ├── ISOP_ND3.ors │ │ ├── ND1.ors │ │ ├── ND1_Cert_EE.pem │ │ ├── ND1_Cross_Root.pem │ │ ├── ND1_Issuer_ICA-Cross.pem │ │ ├── ND1_Issuer_ICA.pem │ │ ├── ND2.ors │ │ ├── ND2_Cert_ICA.pem │ │ ├── ND2_Issuer_Root.pem │ │ ├── ND3.ors │ │ ├── ND3_Cert_EE.pem │ │ ├── ND3_Issuer_Root.pem │ │ ├── WIKH_D1.ors │ │ ├── WIKH_D2.ors │ │ ├── WIKH_D3.ors │ │ ├── WIKH_ND1.ors │ │ ├── WIKH_ND2.ors │ │ ├── WIKH_ND3.ors │ │ ├── WINH_D1.ors │ │ ├── WINH_D2.ors │ │ ├── WINH_D3.ors │ │ ├── WINH_ND1.ors │ │ ├── WINH_ND2.ors │ │ ├── WINH_ND3.ors │ │ ├── WKDOSC_D1.ors │ │ ├── WKDOSC_D2.ors │ │ ├── WKDOSC_D3.ors │ │ ├── WKIC_D1_Issuer_ICA.pem │ │ ├── WKIC_D2_Issuer_Root.pem │ │ ├── WKIC_D3_Issuer_Root.pem │ │ ├── WKIC_ND1_Issuer_ICA.pem │ │ ├── WKIC_ND2_Issuer_Root.pem │ │ ├── WKIC_ND3_Issuer_Root.pem │ │ ├── WRID_D1.ors │ │ ├── WRID_D2.ors │ │ ├── WRID_D3.ors │ │ ├── WRID_ND1.ors │ │ ├── WRID_ND2.ors │ │ ├── WRID_ND3.ors │ │ ├── WSNIC_D1_Issuer_ICA.pem │ │ ├── WSNIC_D2_Issuer_Root.pem │ │ ├── WSNIC_D3_Issuer_Root.pem │ │ ├── WSNIC_ND1_Issuer_ICA.pem │ │ ├── WSNIC_ND2_Issuer_Root.pem │ │ └── WSNIC_ND3_Issuer_Root.pem │ ├── ocspapitest.c │ ├── ossl_shim │ │ ├── async_bio.cc │ │ ├── async_bio.h │ │ ├── build.info │ │ ├── include │ │ │ └── openssl │ │ │ │ └── base.h │ │ ├── ossl_config.json │ │ ├── ossl_shim.cc │ │ ├── packeted_bio.cc │ │ ├── packeted_bio.h │ │ ├── test_config.cc │ │ └── test_config.h │ ├── packettest.c │ ├── pbelutest.c │ ├── pemtest.c │ ├── pkcs7-1.pem │ ├── pkcs7.pem │ ├── pkey_meth_kdf_test.c │ ├── pkey_meth_test.c │ ├── pkits-test.pl │ ├── poly1305_internal_test.c │ ├── rc2test.c │ ├── rc4test.c │ ├── rc5test.c │ ├── rdrand_sanitytest.c │ ├── recipes │ │ ├── 01-test_abort.t │ │ ├── 01-test_sanity.t │ │ ├── 01-test_symbol_presence.t │ │ ├── 01-test_test.t │ │ ├── 02-test_internal_ctype.t │ │ ├── 02-test_lhash.t │ │ ├── 02-test_ordinals.t │ │ ├── 02-test_stack.t │ │ ├── 03-test_exdata.t │ │ ├── 03-test_internal_asn1.t │ │ ├── 03-test_internal_chacha.t │ │ ├── 03-test_internal_curve448.t │ │ ├── 03-test_internal_mdc2.t │ │ ├── 03-test_internal_modes.t │ │ ├── 03-test_internal_poly1305.t │ │ ├── 03-test_internal_siphash.t │ │ ├── 03-test_internal_sm2.t │ │ ├── 03-test_internal_sm4.t │ │ ├── 03-test_internal_ssl_cert_table.t │ │ ├── 03-test_internal_x509.t │ │ ├── 03-test_ui.t │ │ ├── 04-test_asn1_decode.t │ │ ├── 04-test_asn1_encode.t │ │ ├── 04-test_asn1_string_table.t │ │ ├── 04-test_bio_callback.t │ │ ├── 04-test_bioprint.t │ │ ├── 04-test_err.t │ │ ├── 04-test_pem.t │ │ ├── 04-test_pem_data │ │ │ ├── NOTES │ │ │ ├── beermug.pem │ │ │ ├── cert-1023line.pem │ │ │ ├── cert-1024line.pem │ │ │ ├── cert-1025line.pem │ │ │ ├── cert-255line.pem │ │ │ ├── cert-256line.pem │ │ │ ├── cert-257line.pem │ │ │ ├── cert-blankline.pem │ │ │ ├── cert-comment.pem │ │ │ ├── cert-earlypad.pem │ │ │ ├── cert-extrapad.pem │ │ │ ├── cert-infixwhitespace.pem │ │ │ ├── cert-junk.pem │ │ │ ├── cert-leadingwhitespace.pem │ │ │ ├── cert-longline.pem │ │ │ ├── cert-misalignedpad.pem │ │ │ ├── cert-onecolumn.pem │ │ │ ├── cert-oneline.pem │ │ │ ├── cert-shortandlongline.pem │ │ │ ├── cert-shortline.pem │ │ │ ├── cert-threecolumn.pem │ │ │ ├── cert-trailingwhitespace.pem │ │ │ ├── cert.pem │ │ │ ├── csr.pem │ │ │ ├── dsa-1023line.pem │ │ │ ├── dsa-1024line.pem │ │ │ ├── dsa-1025line.pem │ │ │ ├── dsa-255line.pem │ │ │ ├── dsa-256line.pem │ │ │ ├── dsa-257line.pem │ │ │ ├── dsa-blankline.pem │ │ │ ├── dsa-comment.pem │ │ │ ├── dsa-corruptedheader.pem │ │ │ ├── dsa-corruptiv.pem │ │ │ ├── dsa-earlypad.pem │ │ │ ├── dsa-extrapad.pem │ │ │ ├── dsa-infixwhitespace.pem │ │ │ ├── dsa-junk.pem │ │ │ ├── dsa-leadingwhitespace.pem │ │ │ ├── dsa-longline.pem │ │ │ ├── dsa-misalignedpad.pem │ │ │ ├── dsa-onecolumn.pem │ │ │ ├── dsa-oneline.pem │ │ │ ├── dsa-onelineheader.pem │ │ │ ├── dsa-shortandlongline.pem │ │ │ ├── dsa-shortline.pem │ │ │ ├── dsa-threecolumn.pem │ │ │ ├── dsa-trailingwhitespace.pem │ │ │ ├── dsa.pem │ │ │ ├── dsaparam.pem │ │ │ ├── key.pem │ │ │ └── wellknown │ │ ├── 05-test_bf.t │ │ ├── 05-test_cast.t │ │ ├── 05-test_des.t │ │ ├── 05-test_hmac.t │ │ ├── 05-test_idea.t │ │ ├── 05-test_md2.t │ │ ├── 05-test_mdc2.t │ │ ├── 05-test_rand.t │ │ ├── 05-test_rc2.t │ │ ├── 05-test_rc4.t │ │ ├── 05-test_rc5.t │ │ ├── 06-test-rdrand.t │ │ ├── 10-test_bn.t │ │ ├── 10-test_bn_data │ │ │ ├── bnexp.txt │ │ │ ├── bnmod.txt │ │ │ ├── bnmul.txt │ │ │ ├── bnshift.txt │ │ │ └── bnsum.txt │ │ ├── 10-test_exp.t │ │ ├── 15-test_dh.t │ │ ├── 15-test_dsa.t │ │ ├── 15-test_ec.t │ │ ├── 15-test_ecdsa.t │ │ ├── 15-test_ecparam.t │ │ ├── 15-test_ecparam_data │ │ │ ├── invalid │ │ │ │ ├── c2pnb208w1-reducible.pem │ │ │ │ ├── nistp256-nonprime.pem │ │ │ │ ├── nistp256-offcurve.pem │ │ │ │ └── nistp256-wrongorder.pem │ │ │ └── valid │ │ │ │ ├── c2pnb163v1-explicit.pem │ │ │ │ ├── c2pnb163v1-named.pem │ │ │ │ ├── c2pnb163v2-explicit.pem │ │ │ │ ├── c2pnb163v2-named.pem │ │ │ │ ├── c2pnb163v3-explicit.pem │ │ │ │ ├── c2pnb163v3-named.pem │ │ │ │ ├── c2pnb176v1-explicit.pem │ │ │ │ ├── c2pnb176v1-named.pem │ │ │ │ ├── c2pnb208w1-explicit.pem │ │ │ │ ├── c2pnb208w1-named.pem │ │ │ │ ├── c2pnb272w1-explicit.pem │ │ │ │ ├── c2pnb272w1-named.pem │ │ │ │ ├── c2pnb304w1-explicit.pem │ │ │ │ ├── c2pnb304w1-named.pem │ │ │ │ ├── c2pnb368w1-explicit.pem │ │ │ │ ├── c2pnb368w1-named.pem │ │ │ │ ├── c2tnb191v1-explicit.pem │ │ │ │ ├── c2tnb191v1-named.pem │ │ │ │ ├── c2tnb191v2-explicit.pem │ │ │ │ ├── c2tnb191v2-named.pem │ │ │ │ ├── c2tnb191v3-explicit.pem │ │ │ │ ├── c2tnb191v3-named.pem │ │ │ │ ├── c2tnb239v1-explicit.pem │ │ │ │ ├── c2tnb239v1-named.pem │ │ │ │ ├── c2tnb239v2-explicit.pem │ │ │ │ ├── c2tnb239v2-named.pem │ │ │ │ ├── c2tnb239v3-explicit.pem │ │ │ │ ├── c2tnb239v3-named.pem │ │ │ │ ├── c2tnb359v1-explicit.pem │ │ │ │ ├── c2tnb359v1-named.pem │ │ │ │ ├── c2tnb431r1-explicit.pem │ │ │ │ ├── c2tnb431r1-named.pem │ │ │ │ ├── prime192v1-explicit.pem │ │ │ │ ├── prime192v1-named.pem │ │ │ │ ├── prime192v2-explicit.pem │ │ │ │ ├── prime192v2-named.pem │ │ │ │ ├── prime192v3-explicit.pem │ │ │ │ ├── prime192v3-named.pem │ │ │ │ ├── prime239v1-explicit.pem │ │ │ │ ├── prime239v1-named.pem │ │ │ │ ├── prime239v2-explicit.pem │ │ │ │ ├── prime239v2-named.pem │ │ │ │ ├── prime239v3-explicit.pem │ │ │ │ ├── prime239v3-named.pem │ │ │ │ ├── prime256v1-explicit.pem │ │ │ │ ├── prime256v1-named.pem │ │ │ │ ├── secp112r1-explicit.pem │ │ │ │ ├── secp112r1-named.pem │ │ │ │ ├── secp112r2-explicit.pem │ │ │ │ ├── secp112r2-named.pem │ │ │ │ ├── secp128r1-explicit.pem │ │ │ │ ├── secp128r1-named.pem │ │ │ │ ├── secp128r2-explicit.pem │ │ │ │ ├── secp128r2-named.pem │ │ │ │ ├── secp160k1-explicit.pem │ │ │ │ ├── secp160k1-named.pem │ │ │ │ ├── secp160r1-explicit.pem │ │ │ │ ├── secp160r1-named.pem │ │ │ │ ├── secp160r2-explicit.pem │ │ │ │ ├── secp160r2-named.pem │ │ │ │ ├── secp192k1-explicit.pem │ │ │ │ ├── secp192k1-named.pem │ │ │ │ ├── secp224k1-explicit.pem │ │ │ │ ├── secp224k1-named.pem │ │ │ │ ├── secp224r1-explicit.pem │ │ │ │ ├── secp224r1-named.pem │ │ │ │ ├── secp256k1-explicit.pem │ │ │ │ ├── secp256k1-named.pem │ │ │ │ ├── secp384r1-explicit.pem │ │ │ │ ├── secp384r1-named.pem │ │ │ │ ├── secp521r1-explicit.pem │ │ │ │ ├── secp521r1-named.pem │ │ │ │ ├── sect113r1-explicit.pem │ │ │ │ ├── sect113r1-named.pem │ │ │ │ ├── sect113r2-explicit.pem │ │ │ │ ├── sect113r2-named.pem │ │ │ │ ├── sect131r1-explicit.pem │ │ │ │ ├── sect131r1-named.pem │ │ │ │ ├── sect131r2-explicit.pem │ │ │ │ ├── sect131r2-named.pem │ │ │ │ ├── sect163k1-explicit.pem │ │ │ │ ├── sect163k1-named.pem │ │ │ │ ├── sect163r1-explicit.pem │ │ │ │ ├── sect163r1-named.pem │ │ │ │ ├── sect163r2-explicit.pem │ │ │ │ ├── sect163r2-named.pem │ │ │ │ ├── sect193r1-explicit.pem │ │ │ │ ├── sect193r1-named.pem │ │ │ │ ├── sect193r2-explicit.pem │ │ │ │ ├── sect193r2-named.pem │ │ │ │ ├── sect233k1-explicit.pem │ │ │ │ ├── sect233k1-named.pem │ │ │ │ ├── sect233r1-explicit.pem │ │ │ │ ├── sect233r1-named.pem │ │ │ │ ├── sect239k1-explicit.pem │ │ │ │ ├── sect239k1-named.pem │ │ │ │ ├── sect283k1-explicit.pem │ │ │ │ ├── sect283k1-named.pem │ │ │ │ ├── sect283r1-explicit.pem │ │ │ │ ├── sect283r1-named.pem │ │ │ │ ├── sect409k1-explicit.pem │ │ │ │ ├── sect409k1-named.pem │ │ │ │ ├── sect409r1-explicit.pem │ │ │ │ ├── sect409r1-named.pem │ │ │ │ ├── sect571k1-explicit.pem │ │ │ │ ├── sect571k1-named.pem │ │ │ │ ├── sect571r1-explicit.pem │ │ │ │ ├── sect571r1-named.pem │ │ │ │ ├── wap-wsg-idm-ecid-wtls1-explicit.pem │ │ │ │ ├── wap-wsg-idm-ecid-wtls1-named.pem │ │ │ │ ├── wap-wsg-idm-ecid-wtls10-explicit.pem │ │ │ │ ├── wap-wsg-idm-ecid-wtls10-named.pem │ │ │ │ ├── wap-wsg-idm-ecid-wtls11-explicit.pem │ │ │ │ ├── wap-wsg-idm-ecid-wtls11-named.pem │ │ │ │ ├── wap-wsg-idm-ecid-wtls12-explicit.pem │ │ │ │ ├── wap-wsg-idm-ecid-wtls12-named.pem │ │ │ │ ├── wap-wsg-idm-ecid-wtls3-explicit.pem │ │ │ │ ├── wap-wsg-idm-ecid-wtls3-named.pem │ │ │ │ ├── wap-wsg-idm-ecid-wtls4-explicit.pem │ │ │ │ ├── wap-wsg-idm-ecid-wtls4-named.pem │ │ │ │ ├── wap-wsg-idm-ecid-wtls5-explicit.pem │ │ │ │ ├── wap-wsg-idm-ecid-wtls5-named.pem │ │ │ │ ├── wap-wsg-idm-ecid-wtls6-explicit.pem │ │ │ │ ├── wap-wsg-idm-ecid-wtls6-named.pem │ │ │ │ ├── wap-wsg-idm-ecid-wtls7-explicit.pem │ │ │ │ ├── wap-wsg-idm-ecid-wtls7-named.pem │ │ │ │ ├── wap-wsg-idm-ecid-wtls8-explicit.pem │ │ │ │ ├── wap-wsg-idm-ecid-wtls8-named.pem │ │ │ │ ├── wap-wsg-idm-ecid-wtls9-explicit.pem │ │ │ │ └── wap-wsg-idm-ecid-wtls9-named.pem │ │ ├── 15-test_genrsa.t │ │ ├── 15-test_mp_rsa.t │ │ ├── 15-test_mp_rsa_data │ │ │ └── plain_text │ │ ├── 15-test_out_option.t │ │ ├── 15-test_rsa.t │ │ ├── 15-test_rsapss.t │ │ ├── 20-test_enc.t │ │ ├── 20-test_enc_more.t │ │ ├── 20-test_passwd.t │ │ ├── 25-test_crl.t │ │ ├── 25-test_d2i.t │ │ ├── 25-test_pkcs7.t │ │ ├── 25-test_req.t │ │ ├── 25-test_sid.t │ │ ├── 25-test_verify.t │ │ ├── 25-test_x509.t │ │ ├── 30-test_afalg.t │ │ ├── 30-test_engine.t │ │ ├── 30-test_evp.t │ │ ├── 30-test_evp_data │ │ │ ├── evpcase.txt │ │ │ ├── evpciph.txt │ │ │ ├── evpdigest.txt │ │ │ ├── evpencod.txt │ │ │ ├── evpkdf.txt │ │ │ ├── evpmac.txt │ │ │ ├── evppbe.txt │ │ │ ├── evppkey.txt │ │ │ └── evppkey_ecc.txt │ │ ├── 30-test_evp_extra.t │ │ ├── 30-test_pbelu.t │ │ ├── 30-test_pkey_meth.t │ │ ├── 30-test_pkey_meth_kdf.t │ │ ├── 40-test_rehash.t │ │ ├── 60-test_x509_check_cert_pkey.t │ │ ├── 60-test_x509_dup_cert.t │ │ ├── 60-test_x509_store.t │ │ ├── 60-test_x509_time.t │ │ ├── 70-test_asyncio.t │ │ ├── 70-test_bad_dtls.t │ │ ├── 70-test_clienthello.t │ │ ├── 70-test_comp.t │ │ ├── 70-test_key_share.t │ │ ├── 70-test_packet.t │ │ ├── 70-test_recordlen.t │ │ ├── 70-test_renegotiation.t │ │ ├── 70-test_servername.t │ │ ├── 70-test_sslcbcpadding.t │ │ ├── 70-test_sslcertstatus.t │ │ ├── 70-test_sslextension.t │ │ ├── 70-test_sslmessages.t │ │ ├── 70-test_sslrecords.t │ │ ├── 70-test_sslsessiontick.t │ │ ├── 70-test_sslsigalgs.t │ │ ├── 70-test_sslsignature.t │ │ ├── 70-test_sslskewith0p.t │ │ ├── 70-test_sslversions.t │ │ ├── 70-test_sslvertol.t │ │ ├── 70-test_tls13alerts.t │ │ ├── 70-test_tls13cookie.t │ │ ├── 70-test_tls13downgrade.t │ │ ├── 70-test_tls13hrr.t │ │ ├── 70-test_tls13kexmodes.t │ │ ├── 70-test_tls13messages.t │ │ ├── 70-test_tls13psk.t │ │ ├── 70-test_tlsextms.t │ │ ├── 70-test_verify_extra.t │ │ ├── 70-test_wpacket.t │ │ ├── 80-test_ca.t │ │ ├── 80-test_cipherbytes.t │ │ ├── 80-test_cipherlist.t │ │ ├── 80-test_ciphername.t │ │ ├── 80-test_cms.t │ │ ├── 80-test_cmsapi.t │ │ ├── 80-test_ct.t │ │ ├── 80-test_dane.t │ │ ├── 80-test_dtls.t │ │ ├── 80-test_dtls_mtu.t │ │ ├── 80-test_dtlsv1listen.t │ │ ├── 80-test_ocsp.t │ │ ├── 80-test_ocsp_data │ │ │ ├── cert.pem │ │ │ └── key.pem │ │ ├── 80-test_pkcs12.t │ │ ├── 80-test_ssl_new.t │ │ ├── 80-test_ssl_old.t │ │ ├── 80-test_ssl_test_ctx.t │ │ ├── 80-test_sslcorrupt.t │ │ ├── 80-test_tsa.t │ │ ├── 80-test_x509aux.t │ │ ├── 90-test_asn1_time.t │ │ ├── 90-test_async.t │ │ ├── 90-test_bio_enc.t │ │ ├── 90-test_constant_time.t │ │ ├── 90-test_fatalerr.t │ │ ├── 90-test_gmdiff.t │ │ ├── 90-test_gost.t │ │ ├── 90-test_gost_data │ │ │ ├── gost.conf │ │ │ ├── server-cert2001.pem │ │ │ ├── server-cert2012.pem │ │ │ ├── server-key2001.pem │ │ │ └── server-key2012.pem │ │ ├── 90-test_ige.t │ │ ├── 90-test_includes.t │ │ ├── 90-test_includes_data │ │ │ ├── conf-includes │ │ │ │ ├── includes1.cnf │ │ │ │ └── includes2.cnf │ │ │ ├── includes-broken.cnf │ │ │ ├── includes-file.cnf │ │ │ ├── includes.cnf │ │ │ ├── vms-includes-file.cnf │ │ │ └── vms-includes.cnf │ │ ├── 90-test_memleak.t │ │ ├── 90-test_overhead.t │ │ ├── 90-test_secmem.t │ │ ├── 90-test_shlibload.t │ │ ├── 90-test_srp.t │ │ ├── 90-test_sslapi.t │ │ ├── 90-test_sslapi_data │ │ │ └── passwd.txt │ │ ├── 90-test_sslbuffers.t │ │ ├── 90-test_store.t │ │ ├── 90-test_store_data │ │ │ ├── ca.cnf │ │ │ └── user.cnf │ │ ├── 90-test_sysdefault.t │ │ ├── 90-test_threads.t │ │ ├── 90-test_time_offset.t │ │ ├── 90-test_tls13ccs.t │ │ ├── 90-test_tls13encryption.t │ │ ├── 90-test_tls13secrets.t │ │ ├── 90-test_v3name.t │ │ ├── 95-test_external_boringssl.t │ │ ├── 95-test_external_krb5.t │ │ ├── 95-test_external_krb5_data │ │ │ └── krb5.sh │ │ ├── 95-test_external_pyca.t │ │ ├── 95-test_external_pyca_data │ │ │ └── cryptography.sh │ │ ├── 99-test_ecstress.t │ │ ├── 99-test_fuzz.t │ │ ├── ocsp-response.der │ │ └── tconversion.pl │ ├── recordlentest.c │ ├── rsa_mp_test.c │ ├── rsa_test.c │ ├── run_tests.pl │ ├── sanitytest.c │ ├── secmemtest.c │ ├── serverinfo.pem │ ├── serverinfo2.pem │ ├── servername_test.c │ ├── session.pem │ ├── shibboleth.pfx │ ├── shlibloadtest.c │ ├── siphash_internal_test.c │ ├── sm2_internal_test.c │ ├── sm4_internal_test.c │ ├── smcont.txt │ ├── smime-certs │ │ ├── ca.cnf │ │ ├── mksmime-certs.sh │ │ ├── smdh.pem │ │ ├── smdsa1.pem │ │ ├── smdsa2.pem │ │ ├── smdsa3.pem │ │ ├── smdsap.pem │ │ ├── smec1.pem │ │ ├── smec2.pem │ │ ├── smec3.pem │ │ ├── smroot.pem │ │ ├── smrsa1.pem │ │ ├── smrsa2.pem │ │ └── smrsa3.pem │ ├── srptest.c │ ├── ssl-tests │ │ ├── 01-simple.conf │ │ ├── 01-simple.conf.in │ │ ├── 02-protocol-version.conf │ │ ├── 02-protocol-version.conf.in │ │ ├── 03-custom_verify.conf │ │ ├── 03-custom_verify.conf.in │ │ ├── 04-client_auth.conf │ │ ├── 04-client_auth.conf.in │ │ ├── 05-sni.conf │ │ ├── 05-sni.conf.in │ │ ├── 06-sni-ticket.conf │ │ ├── 06-sni-ticket.conf.in │ │ ├── 07-dtls-protocol-version.conf │ │ ├── 07-dtls-protocol-version.conf.in │ │ ├── 08-npn.conf │ │ ├── 08-npn.conf.in │ │ ├── 09-alpn.conf │ │ ├── 09-alpn.conf.in │ │ ├── 10-resumption.conf │ │ ├── 10-resumption.conf.in │ │ ├── 11-dtls_resumption.conf │ │ ├── 11-dtls_resumption.conf.in │ │ ├── 12-ct.conf │ │ ├── 12-ct.conf.in │ │ ├── 13-fragmentation.conf │ │ ├── 13-fragmentation.conf.in │ │ ├── 14-curves.conf │ │ ├── 14-curves.conf.in │ │ ├── 15-certstatus.conf │ │ ├── 15-certstatus.conf.in │ │ ├── 16-certstatus.conf │ │ ├── 16-dtls-certstatus.conf │ │ ├── 16-dtls-certstatus.conf.in │ │ ├── 17-renegotiate.conf │ │ ├── 17-renegotiate.conf.in │ │ ├── 18-dtls-renegotiate.conf │ │ ├── 18-dtls-renegotiate.conf.in │ │ ├── 19-mac-then-encrypt.conf │ │ ├── 19-mac-then-encrypt.conf.in │ │ ├── 20-cert-select.conf │ │ ├── 20-cert-select.conf.in │ │ ├── 21-key-update.conf │ │ ├── 21-key-update.conf.in │ │ ├── 22-compression.conf │ │ ├── 22-compression.conf.in │ │ ├── 23-srp.conf │ │ ├── 23-srp.conf.in │ │ ├── 24-padding.conf │ │ ├── 24-padding.conf.in │ │ ├── 25-cipher.conf │ │ ├── 25-cipher.conf.in │ │ ├── 26-tls13_client_auth.conf │ │ ├── 26-tls13_client_auth.conf.in │ │ ├── 27-ticket-appdata.conf │ │ ├── 27-ticket-appdata.conf.in │ │ ├── protocol_version.pm │ │ └── ssltests_base.pm │ ├── ssl_cert_table_internal_test.c │ ├── ssl_test.c │ ├── ssl_test.tmpl │ ├── ssl_test_ctx.c │ ├── ssl_test_ctx.h │ ├── ssl_test_ctx_test.c │ ├── ssl_test_ctx_test.conf │ ├── sslapitest.c │ ├── sslbuffertest.c │ ├── sslcorrupttest.c │ ├── ssltest_old.c │ ├── ssltestlib.c │ ├── ssltestlib.h │ ├── stack_test.c │ ├── sysdefault.cnf │ ├── sysdefaulttest.c │ ├── test.cnf │ ├── test_test.c │ ├── testcrl.pem │ ├── testdsa.pem │ ├── testdsapub.pem │ ├── testec-p256.pem │ ├── testecpub-p256.pem │ ├── testp7.pem │ ├── testreq2.pem │ ├── testrsa.pem │ ├── testrsapub.pem │ ├── testsid.pem │ ├── testutil.h │ ├── testutil │ │ ├── basic_output.c │ │ ├── cb.c │ │ ├── driver.c │ │ ├── format_output.c │ │ ├── init.c │ │ ├── main.c │ │ ├── output.h │ │ ├── output_helpers.c │ │ ├── stanza.c │ │ ├── tap_bio.c │ │ ├── test_cleanup.c │ │ ├── tests.c │ │ └── tu_local.h │ ├── testx509.pem │ ├── threadstest.c │ ├── time_offset_test.c │ ├── tls13ccstest.c │ ├── tls13encryptiontest.c │ ├── tls13secretstest.c │ ├── uitest.c │ ├── v3-cert1.pem │ ├── v3-cert2.pem │ ├── v3ext.c │ ├── v3nametest.c │ ├── verify_extra_test.c │ ├── versions.c │ ├── wpackettest.c │ ├── x509_check_cert_pkey_test.c │ ├── x509_dup_cert_test.c │ ├── x509_internal_test.c │ ├── x509_time_test.c │ └── x509aux.c ├── tools │ ├── build.info │ └── c_rehash.in └── util │ ├── add-depends.pl │ ├── build.info │ ├── check-malloc-errs │ ├── ck_errf.pl │ ├── copy.pl │ ├── dofile.pl │ ├── echo.pl │ ├── find-doc-nits │ ├── find-unused-errs │ ├── indent.pro │ ├── libcrypto.num │ ├── libssl.num │ ├── local_shlib.com.in │ ├── mkbuildinf.pl │ ├── mkdef.pl │ ├── mkdir-p.pl │ ├── mkerr.pl │ ├── mkrc.pl │ ├── openssl-format-source │ ├── openssl-update-copyright │ ├── opensslwrap.sh │ ├── perl │ ├── OpenSSL │ │ ├── Glob.pm │ │ ├── Test.pm │ │ ├── Test │ │ │ ├── Simple.pm │ │ │ └── Utils.pm │ │ └── Util │ │ │ └── Pod.pm │ ├── TLSProxy │ │ ├── Alert.pm │ │ ├── Certificate.pm │ │ ├── CertificateVerify.pm │ │ ├── ClientHello.pm │ │ ├── EncryptedExtensions.pm │ │ ├── Message.pm │ │ ├── NewSessionTicket.pm │ │ ├── Proxy.pm │ │ ├── Record.pm │ │ ├── ServerHello.pm │ │ └── ServerKeyExchange.pm │ ├── checkhandshake.pm │ └── with_fallback.pm │ ├── private.num │ ├── process_docs.pl │ ├── shlib_wrap.sh.in │ ├── su-filter.pl │ └── unlocal_shlib.com.in ├── packages.txt ├── pixman ├── .gitignore ├── .gitlab-ci.yml ├── AUTHORS ├── CODING_STYLE ├── COPYING ├── ChangeLog ├── INSTALL ├── Makefile.am ├── Makefile.win32 ├── Makefile.win32.common ├── NEWS ├── README ├── RELEASING ├── autogen.sh ├── configure.ac ├── contrib │ └── ci.sh ├── demos │ ├── Makefile.am │ ├── alpha-test.c │ ├── checkerboard.c │ ├── clip-in.c │ ├── clip-test.c │ ├── composite-test.c │ ├── conical-test.c │ ├── convolution-test.c │ ├── gradient-test.c │ ├── gtk-utils.c │ ├── gtk-utils.h │ ├── linear-gradient.c │ ├── parrot.c │ ├── parrot.jpg │ ├── quad2quad.c │ ├── radial-test.c │ ├── scale.c │ ├── scale.ui │ ├── screen-test.c │ ├── srgb-test.c │ ├── srgb-trap-test.c │ ├── trap-test.c │ ├── tri-test.c │ └── zone_plate.png ├── pixman-1-uninstalled.pc.in ├── pixman-1.pc.in ├── pixman │ ├── Makefile.am │ ├── Makefile.sources │ ├── Makefile.win32 │ ├── loongson-mmintrin.h │ ├── make-srgb.pl │ ├── pixman-access-accessors.c │ ├── pixman-access.c │ ├── pixman-accessor.h │ ├── pixman-arm-asm.h │ ├── pixman-arm-common.h │ ├── pixman-arm-detect-win32.asm │ ├── pixman-arm-neon-asm-bilinear.S │ ├── pixman-arm-neon-asm.S │ ├── pixman-arm-neon-asm.h │ ├── pixman-arm-neon.c │ ├── pixman-arm-simd-asm-scaled.S │ ├── pixman-arm-simd-asm.S │ ├── pixman-arm-simd-asm.h │ ├── pixman-arm-simd.c │ ├── pixman-arm.c │ ├── pixman-bits-image.c │ ├── pixman-combine-float.c │ ├── pixman-combine32.c │ ├── pixman-combine32.h │ ├── pixman-compiler.h │ ├── pixman-conical-gradient.c │ ├── pixman-edge-accessors.c │ ├── pixman-edge-imp.h │ ├── pixman-edge.c │ ├── pixman-fast-path.c │ ├── pixman-filter.c │ ├── pixman-general.c │ ├── pixman-glyph.c │ ├── pixman-gradient-walker.c │ ├── pixman-image.c │ ├── pixman-implementation.c │ ├── pixman-inlines.h │ ├── pixman-linear-gradient.c │ ├── pixman-matrix.c │ ├── pixman-mips-dspr2-asm.S │ ├── pixman-mips-dspr2-asm.h │ ├── pixman-mips-dspr2.c │ ├── pixman-mips-dspr2.h │ ├── pixman-mips-memcpy-asm.S │ ├── pixman-mips.c │ ├── pixman-mmx.c │ ├── pixman-noop.c │ ├── pixman-ppc.c │ ├── pixman-private.h │ ├── pixman-radial-gradient.c │ ├── pixman-region.c │ ├── pixman-region16.c │ ├── pixman-region32.c │ ├── pixman-solid-fill.c │ ├── pixman-sse2.c │ ├── pixman-ssse3.c │ ├── pixman-timer.c │ ├── pixman-trap.c │ ├── pixman-utils.c │ ├── pixman-version.h.in │ ├── pixman-vmx.c │ ├── pixman-x86.c │ ├── pixman.c │ ├── pixman.h │ ├── rounding.txt │ └── solaris-hwcap.mapfile └── test │ ├── Makefile.am │ ├── Makefile.sources │ ├── Makefile.win32 │ ├── a1-trap-test.c │ ├── affine-bench.c │ ├── affine-test.c │ ├── alpha-loop.c │ ├── alphamap.c │ ├── blitters-test.c │ ├── check-formats.c │ ├── combiner-test.c │ ├── composite-traps-test.c │ ├── composite.c │ ├── cover-test.c │ ├── fence-image-self-test.c │ ├── fetch-test.c │ ├── filter-reduction-test.c │ ├── fuzzer-find-diff.pl │ ├── glyph-test.c │ ├── gradient-crash-test.c │ ├── infinite-loop.c │ ├── lowlevel-blt-bench.c │ ├── matrix-test.c │ ├── oob-test.c │ ├── pdf-op-test.c │ ├── pixel-test.c │ ├── prng-test.c │ ├── radial-invalid.c │ ├── radial-perf-test.c │ ├── region-contains-test.c │ ├── region-test.c │ ├── region-translate-test.c │ ├── rotate-test.c │ ├── scaling-bench.c │ ├── scaling-crash-test.c │ ├── scaling-helpers-test.c │ ├── scaling-test.c │ ├── solid-test.c │ ├── stress-test.c │ ├── thread-test.c │ ├── tolerance-test.c │ ├── trap-crasher.c │ ├── utils-prng.c │ ├── utils-prng.h │ ├── utils.c │ └── utils.h ├── pthreads ├── .gitignore ├── ANNOUNCE ├── BUGS ├── Bmakefile ├── CONTRIBUTORS ├── ChangeLog ├── FAQ ├── GNUmakefile.in ├── LICENSE ├── MAINTAINERS ├── Makefile ├── NEWS ├── NOTICE ├── Nmakefile ├── Nmakefile.tests ├── PROGRESS ├── README ├── README.Borland ├── README.CV ├── README.NONPORTABLE ├── README.Watcom ├── README.WinCE ├── TODO ├── WinCE-PORT ├── _ptw32.h ├── aclocal.m4 ├── builddmc.bat ├── cleanup.c ├── common.mk ├── config.h ├── configure.ac ├── context.h ├── create.c ├── dll.c ├── errno.c ├── global.c ├── implement.h ├── install-sh ├── manual │ ├── ChangeLog │ ├── PortabilityIssues.html │ ├── cpu_set.html │ ├── index.html │ ├── pthreadCancelableWait.html │ ├── pthread_attr_init.html │ ├── pthread_attr_setstackaddr.html │ ├── pthread_attr_setstacksize.html │ ├── pthread_barrier_init.html │ ├── pthread_barrier_wait.html │ ├── pthread_barrierattr_init.html │ ├── pthread_barrierattr_setpshared.html │ ├── pthread_cancel.html │ ├── pthread_cleanup_push.html │ ├── pthread_cond_init.html │ ├── pthread_condattr_init.html │ ├── pthread_condattr_setpshared.html │ ├── pthread_create.html │ ├── pthread_delay_np.html │ ├── pthread_detach.html │ ├── pthread_equal.html │ ├── pthread_exit.html │ ├── pthread_getunique_np.html │ ├── pthread_getw32threadhandle_np.html │ ├── pthread_join.html │ ├── pthread_key_create.html │ ├── pthread_kill.html │ ├── pthread_mutex_init.html │ ├── pthread_mutexattr_init.html │ ├── pthread_mutexattr_setpshared.html │ ├── pthread_num_processors_np.html │ ├── pthread_once.html │ ├── pthread_rwlock_init.html │ ├── pthread_rwlock_rdlock.html │ ├── pthread_rwlock_timedrdlock.html │ ├── pthread_rwlock_timedwrlock.html │ ├── pthread_rwlock_unlock.html │ ├── pthread_rwlock_wrlock.html │ ├── pthread_rwlockattr_init.html │ ├── pthread_rwlockattr_setpshared.html │ ├── pthread_self.html │ ├── pthread_setaffinity_np.html │ ├── pthread_setcancelstate.html │ ├── pthread_setcanceltype.html │ ├── pthread_setconcurrency.html │ ├── pthread_setname_np.html │ ├── pthread_setschedparam.html │ ├── pthread_spin_init.html │ ├── pthread_spin_lock.html │ ├── pthread_spin_unlock.html │ ├── pthread_timechange_handler_np.html │ ├── pthread_win32_attach_detach_np.html │ ├── pthread_win32_getabstime_np.html │ ├── pthread_win32_test_features_np.html │ ├── sched_get_priority_max.html │ ├── sched_getscheduler.html │ ├── sched_setaffinity.html │ ├── sched_setscheduler.html │ ├── sched_yield.html │ └── sem_init.html ├── need_errno.h ├── pthread.c ├── pthread.h ├── pthread_attr_destroy.c ├── pthread_attr_getaffinity_np.c ├── pthread_attr_getdetachstate.c ├── pthread_attr_getinheritsched.c ├── pthread_attr_getname_np.c ├── pthread_attr_getschedparam.c ├── pthread_attr_getschedpolicy.c ├── pthread_attr_getscope.c ├── pthread_attr_getstackaddr.c ├── pthread_attr_getstacksize.c ├── pthread_attr_init.c ├── pthread_attr_setaffinity_np.c ├── pthread_attr_setdetachstate.c ├── pthread_attr_setinheritsched.c ├── pthread_attr_setname_np.c ├── pthread_attr_setschedparam.c ├── pthread_attr_setschedpolicy.c ├── pthread_attr_setscope.c ├── pthread_attr_setstackaddr.c ├── pthread_attr_setstacksize.c ├── pthread_barrier_destroy.c ├── pthread_barrier_init.c ├── pthread_barrier_wait.c ├── pthread_barrierattr_destroy.c ├── pthread_barrierattr_getpshared.c ├── pthread_barrierattr_init.c ├── pthread_barrierattr_setpshared.c ├── pthread_cancel.c ├── pthread_cond_destroy.c ├── pthread_cond_init.c ├── pthread_cond_signal.c ├── pthread_cond_wait.c ├── pthread_condattr_destroy.c ├── pthread_condattr_getpshared.c ├── pthread_condattr_init.c ├── pthread_condattr_setpshared.c ├── pthread_delay_np.c ├── pthread_detach.c ├── pthread_equal.c ├── pthread_exit.c ├── pthread_getconcurrency.c ├── pthread_getname_np.c ├── pthread_getschedparam.c ├── pthread_getspecific.c ├── pthread_getunique_np.c ├── pthread_getw32threadhandle_np.c ├── pthread_join.c ├── pthread_key_create.c ├── pthread_key_delete.c ├── pthread_kill.c ├── pthread_mutex_consistent.c ├── pthread_mutex_destroy.c ├── pthread_mutex_init.c ├── pthread_mutex_lock.c ├── pthread_mutex_timedlock.c ├── pthread_mutex_trylock.c ├── pthread_mutex_unlock.c ├── pthread_mutexattr_destroy.c ├── pthread_mutexattr_getkind_np.c ├── pthread_mutexattr_getpshared.c ├── pthread_mutexattr_getrobust.c ├── pthread_mutexattr_gettype.c ├── pthread_mutexattr_init.c ├── pthread_mutexattr_setkind_np.c ├── pthread_mutexattr_setpshared.c ├── pthread_mutexattr_setrobust.c ├── pthread_mutexattr_settype.c ├── pthread_num_processors_np.c ├── pthread_once.c ├── pthread_rwlock_destroy.c ├── pthread_rwlock_init.c ├── pthread_rwlock_rdlock.c ├── pthread_rwlock_timedrdlock.c ├── pthread_rwlock_timedwrlock.c ├── pthread_rwlock_tryrdlock.c ├── pthread_rwlock_trywrlock.c ├── pthread_rwlock_unlock.c ├── pthread_rwlock_wrlock.c ├── pthread_rwlockattr_destroy.c ├── pthread_rwlockattr_getpshared.c ├── pthread_rwlockattr_init.c ├── pthread_rwlockattr_setpshared.c ├── pthread_self.c ├── pthread_setaffinity.c ├── pthread_setcancelstate.c ├── pthread_setcanceltype.c ├── pthread_setconcurrency.c ├── pthread_setname_np.c ├── pthread_setschedparam.c ├── pthread_setspecific.c ├── pthread_spin_destroy.c ├── pthread_spin_init.c ├── pthread_spin_lock.c ├── pthread_spin_trylock.c ├── pthread_spin_unlock.c ├── pthread_testcancel.c ├── pthread_timechange_handler_np.c ├── pthread_timedjoin_np.c ├── pthread_tryjoin_np.c ├── pthread_win32_attach_detach_np.c ├── ptw32_MCS_lock.c ├── ptw32_callUserDestroyRoutines.c ├── ptw32_calloc.c ├── ptw32_cond_check_need_init.c ├── ptw32_getprocessors.c ├── ptw32_is_attr.c ├── ptw32_mutex_check_need_init.c ├── ptw32_new.c ├── ptw32_processInitialize.c ├── ptw32_processTerminate.c ├── ptw32_relmillisecs.c ├── ptw32_reuse.c ├── ptw32_rwlock_cancelwrwait.c ├── ptw32_rwlock_check_need_init.c ├── ptw32_semwait.c ├── ptw32_spinlock_check_need_init.c ├── ptw32_threadDestroy.c ├── ptw32_threadStart.c ├── ptw32_throw.c ├── ptw32_timespec.c ├── ptw32_tkAssocCreate.c ├── ptw32_tkAssocDestroy.c ├── sched.h ├── sched_get_priority_max.c ├── sched_get_priority_min.c ├── sched_getscheduler.c ├── sched_setaffinity.c ├── sched_setscheduler.c ├── sched_yield.c ├── sem_close.c ├── sem_destroy.c ├── sem_getvalue.c ├── sem_init.c ├── sem_open.c ├── sem_post.c ├── sem_post_multiple.c ├── sem_timedwait.c ├── sem_trywait.c ├── sem_unlink.c ├── sem_wait.c ├── semaphore.h ├── signal.c ├── tests │ ├── Bmakefile │ ├── ChangeLog │ ├── Debug.dsp │ ├── Debug.dsw │ ├── Debug.plg │ ├── Debug.txt │ ├── GNUmakefile.in │ ├── Makefile │ ├── README │ ├── README.BENCHTESTS │ ├── Wmakefile │ ├── affinity1.c │ ├── affinity2.c │ ├── affinity3.c │ ├── affinity4.c │ ├── affinity5.c │ ├── affinity6.c │ ├── barrier1.c │ ├── barrier2.c │ ├── barrier3.c │ ├── barrier4.c │ ├── barrier5.c │ ├── barrier6.c │ ├── benchlib.c │ ├── benchtest.h │ ├── benchtest1.c │ ├── benchtest2.c │ ├── benchtest3.c │ ├── benchtest4.c │ ├── benchtest5.c │ ├── cancel1.c │ ├── cancel2.c │ ├── cancel3.c │ ├── cancel4.c │ ├── cancel5.c │ ├── cancel6a.c │ ├── cancel6d.c │ ├── cancel7.c │ ├── cancel8.c │ ├── cancel9.c │ ├── cleanup0.c │ ├── cleanup1.c │ ├── cleanup2.c │ ├── cleanup3.c │ ├── common.mk │ ├── condvar1.c │ ├── condvar1_1.c │ ├── condvar1_2.c │ ├── condvar2.c │ ├── condvar2_1.c │ ├── condvar3.c │ ├── condvar3_1.c │ ├── condvar3_2.c │ ├── condvar3_3.c │ ├── condvar4.c │ ├── condvar5.c │ ├── condvar6.c │ ├── condvar7.c │ ├── condvar8.c │ ├── condvar9.c │ ├── context1.c │ ├── context2.c │ ├── count1.c │ ├── create1.c │ ├── create2.c │ ├── create3.c │ ├── delay1.c │ ├── delay2.c │ ├── detach1.c │ ├── equal0.c │ ├── equal1.c │ ├── errno0.c │ ├── errno1.c │ ├── exception1.c │ ├── exception2.c │ ├── exception3.c │ ├── exception3_0.c │ ├── exit1.c │ ├── exit2.c │ ├── exit3.c │ ├── exit4.c │ ├── exit5.c │ ├── exit6.c │ ├── eyal1.c │ ├── inherit1.c │ ├── join0.c │ ├── join1.c │ ├── join2.c │ ├── join3.c │ ├── join4.c │ ├── kill1.c │ ├── mutex1.c │ ├── mutex1e.c │ ├── mutex1n.c │ ├── mutex1r.c │ ├── mutex2.c │ ├── mutex2e.c │ ├── mutex2r.c │ ├── mutex3.c │ ├── mutex3e.c │ ├── mutex3r.c │ ├── mutex4.c │ ├── mutex5.c │ ├── mutex6.c │ ├── mutex6e.c │ ├── mutex6es.c │ ├── mutex6n.c │ ├── mutex6r.c │ ├── mutex6rs.c │ ├── mutex6s.c │ ├── mutex7.c │ ├── mutex7e.c │ ├── mutex7n.c │ ├── mutex7r.c │ ├── mutex8.c │ ├── mutex8e.c │ ├── mutex8n.c │ ├── mutex8r.c │ ├── name_np1.c │ ├── name_np2.c │ ├── once1.c │ ├── once2.c │ ├── once3.c │ ├── once4.c │ ├── openmp1.c │ ├── priority1.c │ ├── priority2.c │ ├── reinit1.c │ ├── reuse1.c │ ├── reuse2.c │ ├── robust1.c │ ├── robust2.c │ ├── robust3.c │ ├── robust4.c │ ├── robust5.c │ ├── runorder.mk │ ├── rwlock1.c │ ├── rwlock2.c │ ├── rwlock2_t.c │ ├── rwlock3.c │ ├── rwlock3_t.c │ ├── rwlock4.c │ ├── rwlock4_t.c │ ├── rwlock5.c │ ├── rwlock5_t.c │ ├── rwlock6.c │ ├── rwlock6_t.c │ ├── rwlock6_t2.c │ ├── rwlock7.c │ ├── rwlock7_1.c │ ├── rwlock8.c │ ├── rwlock8_1.c │ ├── self1.c │ ├── self2.c │ ├── semaphore1.c │ ├── semaphore2.c │ ├── semaphore3.c │ ├── semaphore4.c │ ├── semaphore4t.c │ ├── semaphore5.c │ ├── sequence1.c │ ├── sizes.c │ ├── spin1.c │ ├── spin2.c │ ├── spin3.c │ ├── spin4.c │ ├── stress1.c │ ├── test.h │ ├── threestage.c │ ├── timeouts.c │ ├── tryentercs.c │ ├── tryentercs2.c │ ├── tsd1.c │ ├── tsd2.c │ ├── tsd3.c │ ├── valid1.c │ └── valid2.c ├── version.rc └── w32_CancelableWait.c ├── python.bat ├── releasenotes ├── README ├── releasenote_1.0.1.txt ├── releasenote_1.0.2.txt ├── releasenote_1.1.0.txt ├── releasenote_1.1.1.txt ├── releasenote_1.1.2.txt ├── releasenote_1.10.0.0.txt ├── releasenote_1.10.0.1.txt ├── releasenote_1.10.1.0.txt ├── releasenote_1.10.1.1.txt ├── releasenote_1.10.3.0.txt ├── releasenote_1.10.3.1.txt ├── releasenote_1.11.0.0.txt ├── releasenote_1.11.2.0.txt ├── releasenote_1.11.3.0.txt ├── releasenote_1.11.4.0.txt ├── releasenote_1.12.0.0.txt ├── releasenote_1.12.0.1.txt ├── releasenote_1.12.2.0.txt ├── releasenote_1.12.99.0.txt ├── releasenote_1.13.0.0.txt ├── releasenote_1.13.1.0.txt ├── releasenote_1.13.2.0.txt ├── releasenote_1.14.2.0.txt ├── releasenote_1.14.2.1.txt ├── releasenote_1.14.3.txt ├── releasenote_1.14.4.txt ├── releasenote_1.14.5.txt ├── releasenote_1.15.0.1.txt ├── releasenote_1.15.0.2.txt ├── releasenote_1.15.0.txt ├── releasenote_1.15.2.0.txt ├── releasenote_1.16.1.0.txt ├── releasenote_1.16.2.0.txt ├── releasenote_1.17.0.0.txt ├── releasenote_1.17.2.0.txt ├── releasenote_1.17.4.0.txt ├── releasenote_1.17.5.0.txt ├── releasenote_1.17.5.1.txt ├── releasenote_1.18.1.0.txt ├── releasenote_1.18.1.1.txt ├── releasenote_1.18.3.0.txt ├── releasenote_1.19.2.0.txt ├── releasenote_1.19.3.0.txt ├── releasenote_1.19.3.1.txt ├── releasenote_1.19.3.2.txt ├── releasenote_1.19.3.3.txt ├── releasenote_1.19.3.4.txt ├── releasenote_1.19.5.0.txt ├── releasenote_1.19.5.1.txt ├── releasenote_1.19.5.2.txt ├── releasenote_1.19.6.0.txt ├── releasenote_1.19.6.2.txt ├── releasenote_1.19.6.3.txt ├── releasenote_1.19.6.4.txt ├── releasenote_1.20.0.0.txt ├── releasenote_1.20.0.1.txt ├── releasenote_1.20.1.0.txt ├── releasenote_1.20.1.1.txt ├── releasenote_1.20.1.2.txt ├── releasenote_1.20.1.3.txt ├── releasenote_1.20.1.4.txt ├── releasenote_1.7.0.1.txt ├── releasenote_1.7.0.txt ├── releasenote_1.7.99.1.txt ├── releasenote_1.7.99.2.txt ├── releasenote_1.7.99.3.txt ├── releasenote_1.7.99.4.txt ├── releasenote_1.7.99.5.txt ├── releasenote_1.7.99.6.txt ├── releasenote_1.7.99.901.txt ├── releasenote_1.7.99.902.txt ├── releasenote_1.8.0.txt ├── releasenote_1.8.1.1.txt ├── releasenote_1.8.1.txt ├── releasenote_1.8.99.901.txt ├── releasenote_1.8.99.904.txt ├── releasenote_1.8.99.906.txt ├── releasenote_1.9.0.0.txt ├── releasenote_1.9.0.1.txt ├── releasenote_1.9.0.2.txt ├── releasenote_1.9.0.902.txt ├── releasenote_1.9.2.0.txt ├── releasenote_1.9.3.0.txt ├── releasenote_1.9.3.1.txt ├── releasenote_1.9.4.0.txt └── releasenote_1.9.4.1.txt ├── setenv.bat ├── setenv.py ├── setenv.sh ├── sync.bat ├── synchronise.py ├── tools ├── genruntimemanifest.py ├── mhmake │ ├── .gitignore │ ├── CMakeLists.txt │ ├── MHMake extensions to GNU make.url │ ├── addstdafxh.py │ ├── config.guess │ ├── genkdev4.sh │ ├── makebison.bat │ ├── makefile │ ├── makelex.bat │ ├── mhmake.kdev4 │ ├── mhmake.vcproj │ ├── mhmake.vcxproj │ ├── mhmake.vcxproj.filters │ ├── mhmakevc10.sln │ ├── readme.txt │ └── src │ │ ├── bisondata │ │ ├── bison.m4 │ │ ├── c++.m4 │ │ ├── c-like.m4 │ │ ├── c-skel.m4 │ │ ├── c.m4 │ │ ├── lalr1.cc │ │ ├── location.cc │ │ ├── m4sugar │ │ │ ├── foreach.m4 │ │ │ └── m4sugar.m4 │ │ ├── stack.hh │ │ └── yacc.c │ │ ├── build.cpp │ │ ├── commandqueue.cpp │ │ ├── commandqueue.h │ │ ├── curdir.cpp │ │ ├── curdir.h │ │ ├── fileinfo.cpp │ │ ├── fileinfo.h │ │ ├── flex.skl │ │ ├── flexlexer.h │ │ ├── functions.cpp │ │ ├── md5.cpp │ │ ├── md5.h │ │ ├── mhmake.cpp │ │ ├── mhmakefileparser.cpp │ │ ├── mhmakefileparser.h │ │ ├── mhmakelexer.l │ │ ├── mhmakeparser.y │ │ ├── refptr.h │ │ ├── rule.cpp │ │ ├── rule.h │ │ ├── stdafx.cpp │ │ ├── stdafx.h │ │ ├── util.cpp │ │ └── util.h └── plink │ ├── agentf.c │ ├── aqsync.c │ ├── be_all.c │ ├── be_misc.c │ ├── callback.c │ ├── cmdline.c │ ├── conf.c │ ├── cproxy.c │ ├── defs.h │ ├── errsock.c │ ├── ldisc.c │ ├── ldisc.h │ ├── licence.pl │ ├── logging.c │ ├── mainchan.c │ ├── makefile │ ├── marshal.c │ ├── marshal.h │ ├── misc.c │ ├── misc.h │ ├── miscucs.c │ ├── msiplatform.py │ ├── network.h │ ├── nocmdline.c │ ├── noterm.c │ ├── nullplug.c │ ├── pageant.h │ ├── pgssapi.c │ ├── pgssapi.h │ ├── pinger.c │ ├── portfwd.c │ ├── proxy.c │ ├── proxy.h │ ├── putty.h │ ├── puttymem.h │ ├── puttyps.h │ ├── puttytel.mft │ ├── raw.c │ ├── rlogin.c │ ├── scpserver.c │ ├── sesschan.c │ ├── sessprep.c │ ├── settings.c │ ├── sftpcommon.c │ ├── sftpserver.c │ ├── ssh.c │ ├── ssh.h │ ├── ssh1bpp.c │ ├── ssh1censor.c │ ├── ssh1connection-client.c │ ├── ssh1connection-server.c │ ├── ssh1connection.c │ ├── ssh1connection.h │ ├── ssh1login-server.c │ ├── ssh1login.c │ ├── ssh2bpp-bare.c │ ├── ssh2bpp.c │ ├── ssh2censor.c │ ├── ssh2connection-client.c │ ├── ssh2connection-server.c │ ├── ssh2connection.c │ ├── ssh2connection.h │ ├── ssh2kex-client.c │ ├── ssh2kex-server.c │ ├── ssh2transhk.c │ ├── ssh2transport.c │ ├── ssh2transport.h │ ├── ssh2userauth-server.c │ ├── ssh2userauth.c │ ├── sshaes.c │ ├── ssharcf.c │ ├── sshblowf.c │ ├── sshblowf.h │ ├── sshbn.c │ ├── sshbn.h │ ├── sshbpp.h │ ├── sshccp.c │ ├── sshchan.h │ ├── sshcommon.c │ ├── sshcr.h │ ├── sshcrc.c │ ├── sshcrcda.c │ ├── sshdes.c │ ├── sshdh.c │ ├── sshdss.c │ ├── sshecc.c │ ├── sshgss.h │ ├── sshgssc.c │ ├── sshgssc.h │ ├── sshmac.c │ ├── sshmd5.c │ ├── sshppl.h │ ├── sshpubk.c │ ├── sshrand.c │ ├── sshrsa.c │ ├── sshserver.c │ ├── sshserver.h │ ├── sshsh256.c │ ├── sshsh512.c │ ├── sshsha.c │ ├── sshshare.c │ ├── sshsignals.h │ ├── sshttymodes.h │ ├── sshverstring.c │ ├── sshzlib.c │ ├── storage.h │ ├── telnet.c │ ├── terminal.h │ ├── testbn.c │ ├── time.c │ ├── timing.c │ ├── tree234.c │ ├── tree234.h │ ├── version.c │ ├── version.h │ ├── wildcard.c │ ├── wincapi.c │ ├── wincapi.h │ ├── wincons.c │ ├── windefs.c │ ├── wingss.c │ ├── winhandl.c │ ├── winhelp.h │ ├── winhsock.c │ ├── winmisc.c │ ├── winnet.c │ ├── winnoise.c │ ├── winnojmp.c │ ├── winnpc.c │ ├── winnps.c │ ├── winpgntc.c │ ├── winplink.c │ ├── winproxy.c │ ├── winsecur.c │ ├── winsecur.h │ ├── winshare.c │ ├── winstore.c │ ├── winstuff.h │ ├── winucs.c │ ├── winx11.c │ └── x11fwd.c ├── versionchanges.btm ├── xcb-util-errors ├── COPYING ├── ChangeLog ├── INSTALL ├── Makefile.am ├── Makefile.in ├── NEWS ├── aclocal.m4 ├── autogen.sh ├── compile ├── config.guess ├── config.sub ├── configure ├── configure.ac ├── depcomp ├── install-sh ├── ltmain.sh ├── m4 │ ├── ax_compare_version.m4 │ ├── libtool.m4 │ ├── ltoptions.m4 │ ├── ltsugar.m4 │ ├── ltversion.m4 │ ├── lt~obsolete.m4 │ ├── xcb_util_common.m4 │ └── xcb_util_m4_with_include_path.m4 ├── makefile ├── missing ├── src │ ├── errors.h │ ├── extensions.py │ ├── xcb_errors.c │ └── xcb_errors.h ├── test-driver ├── tests │ └── test.c └── xcb-errors.pc.in ├── xkbcomp ├── .gitignore ├── COPYING ├── Makefile.am ├── README ├── action.c ├── action.h ├── alias.c ├── alias.h ├── autogen.sh ├── bison.bat ├── compat.c ├── compat.h ├── configure.ac ├── expr.c ├── expr.h ├── geometry.c ├── indicators.c ├── indicators.h ├── keycodes.c ├── keycodes.h ├── keymap.c ├── keytypes.c ├── listing.c ├── man │ ├── Makefile.am │ └── xkbcomp.man ├── misc.c ├── misc.h ├── parseutils.c ├── parseutils.h ├── symbols.c ├── tokens.h ├── utils.c ├── utils.h ├── vmod.c ├── vmod.h ├── xkbcomp.c ├── xkbcomp.h ├── xkbcomp.pc.in ├── xkbparse.y ├── xkbpath.c ├── xkbpath.h └── xkbscan.c ├── xorg-server ├── .Xdefaults ├── .appveyor.yml ├── .dir-locals.el ├── .gitignore ├── .gitlab-ci.yml ├── .travis.yml ├── COPYING ├── Makefile.am ├── README ├── X0.hosts ├── Xext │ ├── Makefile │ ├── Makefile.am │ ├── bigreq.c │ ├── dpms.c │ ├── dpmsproc.h │ ├── geext.c │ ├── geext.h │ ├── geint.h │ ├── hashtable.c │ ├── hashtable.h │ ├── meson.build │ ├── panoramiX.c │ ├── panoramiX.h │ ├── panoramiXSwap.c │ ├── panoramiXh.h │ ├── panoramiXprocs.c │ ├── panoramiXsrv.h │ ├── saver.c │ ├── security.c │ ├── securitysrv.h │ ├── shape.c │ ├── shm.c │ ├── shmint.h │ ├── sleepuntil.c │ ├── sleepuntil.h │ ├── sync.c │ ├── syncsdk.h │ ├── syncsrv.h │ ├── vidmode.c │ ├── xace.c │ ├── xace.h │ ├── xacestr.h │ ├── xcmisc.c │ ├── xf86bigfont.c │ ├── xf86bigfontsrv.h │ ├── xres.c │ ├── xselinux.h │ ├── xselinux_ext.c │ ├── xselinux_hooks.c │ ├── xselinux_label.c │ ├── xselinuxint.h │ ├── xtest.c │ ├── xvdisp.c │ ├── xvdisp.h │ ├── xvdix.h │ ├── xvmain.c │ ├── xvmc.c │ └── xvmcext.h ├── Xi │ ├── Makefile.am │ ├── allowev.c │ ├── allowev.h │ ├── chgdctl.c │ ├── chgdctl.h │ ├── chgfctl.c │ ├── chgfctl.h │ ├── chgkbd.c │ ├── chgkbd.h │ ├── chgkmap.c │ ├── chgkmap.h │ ├── chgprop.c │ ├── chgprop.h │ ├── chgptr.c │ ├── chgptr.h │ ├── closedev.c │ ├── closedev.h │ ├── devbell.c │ ├── devbell.h │ ├── exevents.c │ ├── exglobals.h │ ├── extinit.c │ ├── getbmap.c │ ├── getbmap.h │ ├── getdctl.c │ ├── getdctl.h │ ├── getfctl.c │ ├── getfctl.h │ ├── getfocus.c │ ├── getfocus.h │ ├── getkmap.c │ ├── getkmap.h │ ├── getmmap.c │ ├── getmmap.h │ ├── getprop.c │ ├── getprop.h │ ├── getselev.c │ ├── getselev.h │ ├── getvers.c │ ├── getvers.h │ ├── grabdev.c │ ├── grabdev.h │ ├── grabdevb.c │ ├── grabdevb.h │ ├── grabdevk.c │ ├── grabdevk.h │ ├── gtmotion.c │ ├── gtmotion.h │ ├── listdev.c │ ├── listdev.h │ ├── makefile │ ├── meson.build │ ├── opendev.c │ ├── opendev.h │ ├── queryst.c │ ├── queryst.h │ ├── selectev.c │ ├── selectev.h │ ├── sendexev.c │ ├── sendexev.h │ ├── setbmap.c │ ├── setbmap.h │ ├── setdval.c │ ├── setdval.h │ ├── setfocus.c │ ├── setfocus.h │ ├── setmmap.c │ ├── setmmap.h │ ├── setmode.c │ ├── setmode.h │ ├── stubs.c │ ├── ungrdev.c │ ├── ungrdev.h │ ├── ungrdevb.c │ ├── ungrdevb.h │ ├── ungrdevk.c │ ├── ungrdevk.h │ ├── xiallowev.c │ ├── xiallowev.h │ ├── xibarriers.c │ ├── xibarriers.h │ ├── xichangecursor.c │ ├── xichangecursor.h │ ├── xichangehierarchy.c │ ├── xichangehierarchy.h │ ├── xigetclientpointer.c │ ├── xigetclientpointer.h │ ├── xigrabdev.c │ ├── xigrabdev.h │ ├── xipassivegrab.c │ ├── xipassivegrab.h │ ├── xiproperty.c │ ├── xiproperty.h │ ├── xiquerydevice.c │ ├── xiquerydevice.h │ ├── xiquerypointer.c │ ├── xiquerypointer.h │ ├── xiqueryversion.c │ ├── xiqueryversion.h │ ├── xiselectev.c │ ├── xiselectev.h │ ├── xisetclientpointer.c │ ├── xisetclientpointer.h │ ├── xisetdevfocus.c │ ├── xisetdevfocus.h │ ├── xiwarppointer.c │ └── xiwarppointer.h ├── XtErrorDB ├── autogen.sh ├── bitmaps │ ├── 1x1 │ ├── 2x2 │ ├── COPYING │ ├── Makefile.am │ ├── autogen.sh │ ├── black │ ├── black6 │ ├── box6 │ ├── boxes │ ├── calculator │ ├── cntr_ptr │ ├── cntr_ptrmsk │ ├── configure.ac │ ├── cross_weave │ ├── dimple1 │ ├── dimple3 │ ├── dot │ ├── dropbar7 │ ├── dropbar8 │ ├── escherknot │ ├── flagdown │ ├── flagup │ ├── flipped_gray │ ├── gray │ ├── gray1 │ ├── gray3 │ ├── grid16 │ ├── grid2 │ ├── grid4 │ ├── grid8 │ ├── hlines2 │ ├── hlines3 │ ├── icon │ ├── keyboard16 │ ├── left_ptr │ ├── left_ptrmsk │ ├── letters │ ├── light_gray │ ├── mailempty │ ├── mailemptymsk │ ├── mailfull │ ├── mailfullmsk │ ├── mensetmanus │ ├── menu10 │ ├── menu12 │ ├── menu16 │ ├── menu6 │ ├── menu8 │ ├── noletters │ ├── opendot │ ├── opendotMask │ ├── plaid │ ├── right_ptr │ ├── right_ptrmsk │ ├── root_weave │ ├── scales │ ├── sipb │ ├── star │ ├── starMask │ ├── stipple │ ├── target │ ├── terminal │ ├── tie_fighter │ ├── vlines2 │ ├── vlines3 │ ├── weird_size │ ├── wide_weave │ ├── wingdogs │ ├── woman │ ├── xbitmaps.pc.in │ ├── xfd_icon │ ├── xlogo11 │ ├── xlogo16 │ ├── xlogo32 │ ├── xlogo64 │ └── xsnow ├── composite │ ├── Makefile.am │ ├── compalloc.c │ ├── compext.c │ ├── compinit.c │ ├── compint.h │ ├── compositeext.h │ ├── compoverlay.c │ ├── compwindow.c │ ├── makefile │ └── meson.build ├── config │ ├── 10-quirks.conf │ ├── Makefile.am │ ├── config-backends.h │ ├── config.c │ ├── dbus-api │ ├── dbus-core.c │ ├── fdi2iclass.py │ ├── hal.c │ ├── makefile │ ├── meson.build │ ├── udev.c │ ├── wscons.c │ └── x11-input.fdi ├── configure.ac ├── damageext │ ├── Makefile.am │ ├── damageext.c │ ├── damageext.h │ ├── damageextint.h │ ├── makefile │ └── meson.build ├── dbe │ ├── Makefile.am │ ├── dbe.c │ ├── dbestruct.h │ ├── makefile │ ├── meson.build │ ├── midbe.c │ └── midbe.h ├── devbook.am ├── dix │ ├── .gitignore │ ├── BuiltInAtoms │ ├── Makefile.am │ ├── Xserver-dtrace.h.in │ ├── Xserver.d │ ├── atom.c │ ├── buildatoms │ ├── colormap.c │ ├── cursor.c │ ├── devices.c │ ├── dispatch.c │ ├── dispatch.h │ ├── dixfonts.c │ ├── dixutils.c │ ├── enterleave.c │ ├── enterleave.h │ ├── eventconvert.c │ ├── events.c │ ├── extension.c │ ├── gc.c │ ├── getevents.c │ ├── globals.c │ ├── glyphcurs.c │ ├── grabs.c │ ├── initatoms.c │ ├── inpututils.c │ ├── main.c │ ├── makefile │ ├── meson.build │ ├── pixmap.c │ ├── privates.c │ ├── property.c │ ├── ptrveloc.c │ ├── region.c │ ├── registry.c │ ├── resource.c │ ├── selection.c │ ├── stubmain.c │ ├── swaprep.c │ ├── swapreq.c │ ├── tables.c │ ├── touch.c │ └── window.c ├── doc │ ├── .gitignore │ ├── Makefile.am │ ├── Xinput.xml │ ├── Xserver-spec.xml │ ├── c-extensions │ ├── dtrace │ │ ├── .gitignore │ │ ├── Makefile.am │ │ └── Xserver-DTrace.xml │ ├── filter-xmlto.sh │ └── smartsched ├── docbook.am ├── dri3 │ ├── Makefile.am │ ├── dri3.c │ ├── dri3.h │ ├── dri3_priv.h │ ├── dri3_request.c │ ├── dri3_screen.c │ └── meson.build ├── exa │ ├── Makefile.am │ ├── exa.c │ ├── exa.h │ ├── exa_accel.c │ ├── exa_classic.c │ ├── exa_driver.c │ ├── exa_glyphs.c │ ├── exa_migration_classic.c │ ├── exa_migration_mixed.c │ ├── exa_mixed.c │ ├── exa_offscreen.c │ ├── exa_priv.h │ ├── exa_render.c │ ├── exa_unaccel.c │ ├── makefile │ └── meson.build ├── fb │ ├── Makefile.am │ ├── fb.h │ ├── fballpriv.c │ ├── fbarc.c │ ├── fbbits.c │ ├── fbbits.h │ ├── fbblt.c │ ├── fbbltone.c │ ├── fbcmap_mi.c │ ├── fbcopy.c │ ├── fbfill.c │ ├── fbfillrect.c │ ├── fbfillsp.c │ ├── fbgc.c │ ├── fbgetsp.c │ ├── fbglyph.c │ ├── fbimage.c │ ├── fbline.c │ ├── fboverlay.c │ ├── fboverlay.h │ ├── fbpict.c │ ├── fbpict.h │ ├── fbpixmap.c │ ├── fbpoint.c │ ├── fbpush.c │ ├── fbrop.h │ ├── fbscreen.c │ ├── fbseg.c │ ├── fbsetsp.c │ ├── fbsolid.c │ ├── fbtrap.c │ ├── fbutil.c │ ├── fbwindow.c │ ├── makefile │ ├── meson.build │ └── wfbrename.h ├── font-dirs ├── fonts.src │ ├── 100dpi │ │ ├── AUTHORS │ │ ├── COPYING │ │ ├── ChangeLog │ │ ├── INSTALL │ │ ├── LU_LEGALNOTICE │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── NEWS │ │ ├── README │ │ ├── UTBI__10.bdf │ │ ├── UTBI__12.bdf │ │ ├── UTBI__14.bdf │ │ ├── UTBI__18.bdf │ │ ├── UTBI__24.bdf │ │ ├── UTB___10.bdf │ │ ├── UTB___12.bdf │ │ ├── UTB___14.bdf │ │ ├── UTB___18.bdf │ │ ├── UTB___24.bdf │ │ ├── UTI___10.bdf │ │ ├── UTI___12.bdf │ │ ├── UTI___14.bdf │ │ ├── UTI___18.bdf │ │ ├── UTI___24.bdf │ │ ├── UTRG__10.bdf │ │ ├── UTRG__12.bdf │ │ ├── UTRG__14.bdf │ │ ├── UTRG__18.bdf │ │ ├── UTRG__24.bdf │ │ ├── aclocal.m4 │ │ ├── autogen.sh │ │ ├── charB08.bdf │ │ ├── charB10.bdf │ │ ├── charB12.bdf │ │ ├── charB14.bdf │ │ ├── charB18.bdf │ │ ├── charB24.bdf │ │ ├── charBI08.bdf │ │ ├── charBI10.bdf │ │ ├── charBI12.bdf │ │ ├── charBI14.bdf │ │ ├── charBI18.bdf │ │ ├── charBI24.bdf │ │ ├── charI08.bdf │ │ ├── charI10.bdf │ │ ├── charI12.bdf │ │ ├── charI14.bdf │ │ ├── charI18.bdf │ │ ├── charI24.bdf │ │ ├── charR08.bdf │ │ ├── charR10.bdf │ │ ├── charR12.bdf │ │ ├── charR14.bdf │ │ ├── charR18.bdf │ │ ├── charR24.bdf │ │ ├── config.guess │ │ ├── config.sub │ │ ├── configure │ │ ├── configure.ac │ │ ├── courB08.bdf │ │ ├── courB10.bdf │ │ ├── courB12.bdf │ │ ├── courB14.bdf │ │ ├── courB18.bdf │ │ ├── courB24.bdf │ │ ├── courBO08.bdf │ │ ├── courBO10.bdf │ │ ├── courBO12.bdf │ │ ├── courBO14.bdf │ │ ├── courBO18.bdf │ │ ├── courBO24.bdf │ │ ├── courO08.bdf │ │ ├── courO10.bdf │ │ ├── courO12.bdf │ │ ├── courO14.bdf │ │ ├── courO18.bdf │ │ ├── courO24.bdf │ │ ├── courR08.bdf │ │ ├── courR10.bdf │ │ ├── courR12.bdf │ │ ├── courR14.bdf │ │ ├── courR18.bdf │ │ ├── courR24.bdf │ │ ├── fonts.alias │ │ ├── helvB08.bdf │ │ ├── helvB10.bdf │ │ ├── helvB12.bdf │ │ ├── helvB14.bdf │ │ ├── helvB18.bdf │ │ ├── helvB24.bdf │ │ ├── helvBO08.bdf │ │ ├── helvBO10.bdf │ │ ├── helvBO12.bdf │ │ ├── helvBO14.bdf │ │ ├── helvBO18.bdf │ │ ├── helvBO24.bdf │ │ ├── helvO08.bdf │ │ ├── helvO10.bdf │ │ ├── helvO12.bdf │ │ ├── helvO14.bdf │ │ ├── helvO18.bdf │ │ ├── helvO24.bdf │ │ ├── helvR08.bdf │ │ ├── helvR10.bdf │ │ ├── helvR12.bdf │ │ ├── helvR14.bdf │ │ ├── helvR18.bdf │ │ ├── helvR24.bdf │ │ ├── install-sh │ │ ├── luBIS08.bdf │ │ ├── luBIS10.bdf │ │ ├── luBIS12.bdf │ │ ├── luBIS14.bdf │ │ ├── luBIS18.bdf │ │ ├── luBIS19.bdf │ │ ├── luBIS24.bdf │ │ ├── luBS08.bdf │ │ ├── luBS10.bdf │ │ ├── luBS12.bdf │ │ ├── luBS14.bdf │ │ ├── luBS18.bdf │ │ ├── luBS19.bdf │ │ ├── luBS24.bdf │ │ ├── luIS08.bdf │ │ ├── luIS10.bdf │ │ ├── luIS12.bdf │ │ ├── luIS14.bdf │ │ ├── luIS18.bdf │ │ ├── luIS19.bdf │ │ ├── luIS24.bdf │ │ ├── luRS08.bdf │ │ ├── luRS10.bdf │ │ ├── luRS12.bdf │ │ ├── luRS14.bdf │ │ ├── luRS18.bdf │ │ ├── luRS19.bdf │ │ ├── luRS24.bdf │ │ ├── lubB08.bdf │ │ ├── lubB10.bdf │ │ ├── lubB12.bdf │ │ ├── lubB14.bdf │ │ ├── lubB18.bdf │ │ ├── lubB19.bdf │ │ ├── lubB24.bdf │ │ ├── lubBI08.bdf │ │ ├── lubBI10.bdf │ │ ├── lubBI12.bdf │ │ ├── lubBI14.bdf │ │ ├── lubBI18.bdf │ │ ├── lubBI19.bdf │ │ ├── lubBI24.bdf │ │ ├── lubI08.bdf │ │ ├── lubI10.bdf │ │ ├── lubI12.bdf │ │ ├── lubI14.bdf │ │ ├── lubI18.bdf │ │ ├── lubI19.bdf │ │ ├── lubI24.bdf │ │ ├── lubR08.bdf │ │ ├── lubR10.bdf │ │ ├── lubR12.bdf │ │ ├── lubR14.bdf │ │ ├── lubR18.bdf │ │ ├── lubR19.bdf │ │ ├── lubR24.bdf │ │ ├── lutBS08.bdf │ │ ├── lutBS10.bdf │ │ ├── lutBS12.bdf │ │ ├── lutBS14.bdf │ │ ├── lutBS18.bdf │ │ ├── lutBS19.bdf │ │ ├── lutBS24.bdf │ │ ├── lutRS08.bdf │ │ ├── lutRS10.bdf │ │ ├── lutRS12.bdf │ │ ├── lutRS14.bdf │ │ ├── lutRS18.bdf │ │ ├── lutRS19.bdf │ │ ├── lutRS24.bdf │ │ ├── makefile │ │ ├── missing │ │ ├── mkinstalldirs │ │ ├── ncenB08.bdf │ │ ├── ncenB10.bdf │ │ ├── ncenB12.bdf │ │ ├── ncenB14.bdf │ │ ├── ncenB18.bdf │ │ ├── ncenB24.bdf │ │ ├── ncenBI08.bdf │ │ ├── ncenBI10.bdf │ │ ├── ncenBI12.bdf │ │ ├── ncenBI14.bdf │ │ ├── ncenBI18.bdf │ │ ├── ncenBI24.bdf │ │ ├── ncenI08.bdf │ │ ├── ncenI10.bdf │ │ ├── ncenI12.bdf │ │ ├── ncenI14.bdf │ │ ├── ncenI18.bdf │ │ ├── ncenI24.bdf │ │ ├── ncenR08.bdf │ │ ├── ncenR10.bdf │ │ ├── ncenR12.bdf │ │ ├── ncenR14.bdf │ │ ├── ncenR18.bdf │ │ ├── ncenR24.bdf │ │ ├── symb08.bdf │ │ ├── symb10.bdf │ │ ├── symb12.bdf │ │ ├── symb14.bdf │ │ ├── symb18.bdf │ │ ├── symb24.bdf │ │ ├── tech14.bdf │ │ ├── techB14.bdf │ │ ├── term14.bdf │ │ ├── termB14.bdf │ │ ├── timB08.bdf │ │ ├── timB10.bdf │ │ ├── timB12.bdf │ │ ├── timB14.bdf │ │ ├── timB18.bdf │ │ ├── timB24.bdf │ │ ├── timBI08.bdf │ │ ├── timBI10.bdf │ │ ├── timBI12.bdf │ │ ├── timBI14.bdf │ │ ├── timBI18.bdf │ │ ├── timBI24.bdf │ │ ├── timI08.bdf │ │ ├── timI10.bdf │ │ ├── timI12.bdf │ │ ├── timI14.bdf │ │ ├── timI18.bdf │ │ ├── timI24.bdf │ │ ├── timR08.bdf │ │ ├── timR10.bdf │ │ ├── timR12.bdf │ │ ├── timR14.bdf │ │ ├── timR18.bdf │ │ └── timR24.bdf │ ├── 75dpi │ │ ├── AUTHORS │ │ ├── COPYING │ │ ├── ChangeLog │ │ ├── INSTALL │ │ ├── LU_LEGALNOTICE │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── NEWS │ │ ├── README │ │ ├── UTBI__10.bdf │ │ ├── UTBI__12.bdf │ │ ├── UTBI__14.bdf │ │ ├── UTBI__18.bdf │ │ ├── UTBI__24.bdf │ │ ├── UTB___10.bdf │ │ ├── UTB___12.bdf │ │ ├── UTB___14.bdf │ │ ├── UTB___18.bdf │ │ ├── UTB___24.bdf │ │ ├── UTI___10.bdf │ │ ├── UTI___12.bdf │ │ ├── UTI___14.bdf │ │ ├── UTI___18.bdf │ │ ├── UTI___24.bdf │ │ ├── UTRG__10.bdf │ │ ├── UTRG__12.bdf │ │ ├── UTRG__14.bdf │ │ ├── UTRG__18.bdf │ │ ├── UTRG__24.bdf │ │ ├── aclocal.m4 │ │ ├── autogen.sh │ │ ├── charB08.bdf │ │ ├── charB10.bdf │ │ ├── charB12.bdf │ │ ├── charB14.bdf │ │ ├── charB18.bdf │ │ ├── charB24.bdf │ │ ├── charBI08.bdf │ │ ├── charBI10.bdf │ │ ├── charBI12.bdf │ │ ├── charBI14.bdf │ │ ├── charBI18.bdf │ │ ├── charBI24.bdf │ │ ├── charI08.bdf │ │ ├── charI10.bdf │ │ ├── charI12.bdf │ │ ├── charI14.bdf │ │ ├── charI18.bdf │ │ ├── charI24.bdf │ │ ├── charR08.bdf │ │ ├── charR10.bdf │ │ ├── charR12.bdf │ │ ├── charR14.bdf │ │ ├── charR18.bdf │ │ ├── charR24.bdf │ │ ├── config.guess │ │ ├── config.sub │ │ ├── configure │ │ ├── configure.ac │ │ ├── courB08.bdf │ │ ├── courB10.bdf │ │ ├── courB12.bdf │ │ ├── courB14.bdf │ │ ├── courB18.bdf │ │ ├── courB24.bdf │ │ ├── courBO08.bdf │ │ ├── courBO10.bdf │ │ ├── courBO12.bdf │ │ ├── courBO14.bdf │ │ ├── courBO18.bdf │ │ ├── courBO24.bdf │ │ ├── courO08.bdf │ │ ├── courO10.bdf │ │ ├── courO12.bdf │ │ ├── courO14.bdf │ │ ├── courO18.bdf │ │ ├── courO24.bdf │ │ ├── courR08.bdf │ │ ├── courR10.bdf │ │ ├── courR12.bdf │ │ ├── courR14.bdf │ │ ├── courR18.bdf │ │ ├── courR24.bdf │ │ ├── fonts.alias │ │ ├── helvB08.bdf │ │ ├── helvB10.bdf │ │ ├── helvB12.bdf │ │ ├── helvB14.bdf │ │ ├── helvB18.bdf │ │ ├── helvB24.bdf │ │ ├── helvBO08.bdf │ │ ├── helvBO10.bdf │ │ ├── helvBO12.bdf │ │ ├── helvBO14.bdf │ │ ├── helvBO18.bdf │ │ ├── helvBO24.bdf │ │ ├── helvO08.bdf │ │ ├── helvO10.bdf │ │ ├── helvO12.bdf │ │ ├── helvO14.bdf │ │ ├── helvO18.bdf │ │ ├── helvO24.bdf │ │ ├── helvR08.bdf │ │ ├── helvR10.bdf │ │ ├── helvR12.bdf │ │ ├── helvR14.bdf │ │ ├── helvR18.bdf │ │ ├── helvR24.bdf │ │ ├── install-sh │ │ ├── luBIS08.bdf │ │ ├── luBIS10.bdf │ │ ├── luBIS12.bdf │ │ ├── luBIS14.bdf │ │ ├── luBIS18.bdf │ │ ├── luBIS19.bdf │ │ ├── luBIS24.bdf │ │ ├── luBS08.bdf │ │ ├── luBS10.bdf │ │ ├── luBS12.bdf │ │ ├── luBS14.bdf │ │ ├── luBS18.bdf │ │ ├── luBS19.bdf │ │ ├── luBS24.bdf │ │ ├── luIS08.bdf │ │ ├── luIS10.bdf │ │ ├── luIS12.bdf │ │ ├── luIS14.bdf │ │ ├── luIS18.bdf │ │ ├── luIS19.bdf │ │ ├── luIS24.bdf │ │ ├── luRS08.bdf │ │ ├── luRS10.bdf │ │ ├── luRS12.bdf │ │ ├── luRS14.bdf │ │ ├── luRS18.bdf │ │ ├── luRS19.bdf │ │ ├── luRS24.bdf │ │ ├── lubB08.bdf │ │ ├── lubB10.bdf │ │ ├── lubB12.bdf │ │ ├── lubB14.bdf │ │ ├── lubB18.bdf │ │ ├── lubB19.bdf │ │ ├── lubB24.bdf │ │ ├── lubBI08.bdf │ │ ├── lubBI10.bdf │ │ ├── lubBI12.bdf │ │ ├── lubBI14.bdf │ │ ├── lubBI18.bdf │ │ ├── lubBI19.bdf │ │ ├── lubBI24.bdf │ │ ├── lubI08.bdf │ │ ├── lubI10.bdf │ │ ├── lubI12.bdf │ │ ├── lubI14.bdf │ │ ├── lubI18.bdf │ │ ├── lubI19.bdf │ │ ├── lubI24.bdf │ │ ├── lubR08.bdf │ │ ├── lubR10.bdf │ │ ├── lubR12.bdf │ │ ├── lubR14.bdf │ │ ├── lubR18.bdf │ │ ├── lubR19.bdf │ │ ├── lubR24.bdf │ │ ├── lutBS08.bdf │ │ ├── lutBS10.bdf │ │ ├── lutBS12.bdf │ │ ├── lutBS14.bdf │ │ ├── lutBS18.bdf │ │ ├── lutBS19.bdf │ │ ├── lutBS24.bdf │ │ ├── lutRS08.bdf │ │ ├── lutRS10.bdf │ │ ├── lutRS12.bdf │ │ ├── lutRS14.bdf │ │ ├── lutRS18.bdf │ │ ├── lutRS19.bdf │ │ ├── lutRS24.bdf │ │ ├── makefile │ │ ├── missing │ │ ├── mkinstalldirs │ │ ├── ncenB08.bdf │ │ ├── ncenB10.bdf │ │ ├── ncenB12.bdf │ │ ├── ncenB14.bdf │ │ ├── ncenB18.bdf │ │ ├── ncenB24.bdf │ │ ├── ncenBI08.bdf │ │ ├── ncenBI10.bdf │ │ ├── ncenBI12.bdf │ │ ├── ncenBI14.bdf │ │ ├── ncenBI18.bdf │ │ ├── ncenBI24.bdf │ │ ├── ncenI08.bdf │ │ ├── ncenI10.bdf │ │ ├── ncenI12.bdf │ │ ├── ncenI14.bdf │ │ ├── ncenI18.bdf │ │ ├── ncenI24.bdf │ │ ├── ncenR08.bdf │ │ ├── ncenR10.bdf │ │ ├── ncenR12.bdf │ │ ├── ncenR14.bdf │ │ ├── ncenR18.bdf │ │ ├── ncenR24.bdf │ │ ├── symb08.bdf │ │ ├── symb10.bdf │ │ ├── symb12.bdf │ │ ├── symb14.bdf │ │ ├── symb18.bdf │ │ ├── symb24.bdf │ │ ├── tech14.bdf │ │ ├── techB14.bdf │ │ ├── term14.bdf │ │ ├── termB14.bdf │ │ ├── timB08.bdf │ │ ├── timB10.bdf │ │ ├── timB12.bdf │ │ ├── timB14.bdf │ │ ├── timB18.bdf │ │ ├── timB24.bdf │ │ ├── timBI08.bdf │ │ ├── timBI10.bdf │ │ ├── timBI12.bdf │ │ ├── timBI14.bdf │ │ ├── timBI18.bdf │ │ ├── timBI24.bdf │ │ ├── timI08.bdf │ │ ├── timI10.bdf │ │ ├── timI12.bdf │ │ ├── timI14.bdf │ │ ├── timI18.bdf │ │ ├── timI24.bdf │ │ ├── timR08.bdf │ │ ├── timR10.bdf │ │ ├── timR12.bdf │ │ ├── timR14.bdf │ │ ├── timR18.bdf │ │ └── timR24.bdf │ ├── AUTHORS │ ├── COPYING │ ├── ChangeLog │ ├── INSTALL │ ├── Makefile.am │ ├── Makefile.in │ ├── NEWS │ ├── OTF │ │ ├── AUTHORS │ │ ├── COPYING │ │ ├── ChangeLog │ │ ├── GohaTibebZemen.otf │ │ ├── INSTALL │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── NEWS │ │ ├── README │ │ ├── SyrCOMAdiabene.otf │ │ ├── SyrCOMAntioch.otf │ │ ├── SyrCOMBatnan.otf │ │ ├── SyrCOMBatnanBold.otf │ │ ├── SyrCOMCtesiphon.otf │ │ ├── SyrCOMEdessa.otf │ │ ├── SyrCOMJerusalem.otf │ │ ├── SyrCOMJerusalemBold.otf │ │ ├── SyrCOMJerusalemItalic.otf │ │ ├── SyrCOMJerusalemOutline.otf │ │ ├── SyrCOMKharput.otf │ │ ├── SyrCOMMalankara.otf │ │ ├── SyrCOMMardin.otf │ │ ├── SyrCOMMardinBold.otf │ │ ├── SyrCOMMidyat.otf │ │ ├── SyrCOMNisibin.otf │ │ ├── SyrCOMNisibinOutline.otf │ │ ├── SyrCOMQenNeshrin.otf │ │ ├── SyrCOMTalada.otf │ │ ├── SyrCOMTurAbdin.otf │ │ ├── SyrCOMUrhoy.otf │ │ ├── SyrCOMUrhoyBold.otf │ │ ├── aclocal.m4 │ │ ├── autogen.sh │ │ ├── configure │ │ ├── configure.ac │ │ ├── install-sh │ │ ├── license.txt │ │ ├── makefile │ │ ├── missing │ │ └── mkinstalldirs │ ├── README │ ├── Speedo │ │ ├── AUTHORS │ │ ├── COPYING │ │ ├── COPYRIGHT │ │ ├── ChangeLog │ │ ├── INSTALL │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── NEWS │ │ ├── README │ │ ├── aclocal.m4 │ │ ├── config.guess │ │ ├── config.sub │ │ ├── configure │ │ ├── configure.ac │ │ ├── font0419.spd │ │ ├── font0582.spd │ │ ├── font0583.spd │ │ ├── font0611.spd │ │ ├── font0648.spd │ │ ├── font0649.spd │ │ ├── font0709.spd │ │ ├── font0710.spd │ │ ├── fonts.scale │ │ ├── install-sh │ │ ├── makefile │ │ └── missing │ ├── TTF │ │ ├── 42-luxi-mono.conf │ │ ├── AUTHORS │ │ ├── COPYING │ │ ├── COPYRIGHT.BH │ │ ├── COPYRIGHT.TXT │ │ ├── ChangeLog │ │ ├── GohaTibebZemen.ttf │ │ ├── INSTALL │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── NEWS │ │ ├── README │ │ ├── README.TXT │ │ ├── RELEASENOTES.TXT │ │ ├── Vera.ttf │ │ ├── VeraBI.ttf │ │ ├── VeraBd.ttf │ │ ├── VeraIt.ttf │ │ ├── VeraMoBI.ttf │ │ ├── VeraMoBd.ttf │ │ ├── VeraMoIt.ttf │ │ ├── VeraMono.ttf │ │ ├── VeraSe.ttf │ │ ├── VeraSeBd.ttf │ │ ├── aclocal.m4 │ │ ├── autogen.sh │ │ ├── config.guess │ │ ├── config.sub │ │ ├── configure │ │ ├── configure.ac │ │ ├── install-sh │ │ ├── local.conf │ │ ├── luximb.ttf │ │ ├── luximbi.ttf │ │ ├── luximr.ttf │ │ ├── luximri.ttf │ │ ├── luxirb.ttf │ │ ├── luxirbi.ttf │ │ ├── luxirr.ttf │ │ ├── luxirri.ttf │ │ ├── luxisb.ttf │ │ ├── luxisbi.ttf │ │ ├── luxisr.ttf │ │ ├── luxisri.ttf │ │ ├── makefile │ │ ├── missing │ │ └── mkinstalldirs │ ├── Type1 │ │ ├── AUTHORS │ │ ├── COPYING │ │ ├── COPYRIGHT.BH │ │ ├── COPYRIGHT.IBM │ │ ├── ChangeLog │ │ ├── Copyright │ │ ├── INSTALL │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── NEWS │ │ ├── README │ │ ├── UTBI____.afm │ │ ├── UTBI____.pfa │ │ ├── UTB_____.afm │ │ ├── UTB_____.pfa │ │ ├── UTI_____.afm │ │ ├── UTI_____.pfa │ │ ├── UTRG____.afm │ │ ├── UTRG____.pfa │ │ ├── aclocal.m4 │ │ ├── autogen.sh │ │ ├── c0419bt_.afm │ │ ├── c0419bt_.pfb │ │ ├── c0582bt_.afm │ │ ├── c0582bt_.pfb │ │ ├── c0583bt_.afm │ │ ├── c0583bt_.pfb │ │ ├── c0611bt_.afm │ │ ├── c0611bt_.pfb │ │ ├── c0632bt_.afm │ │ ├── c0632bt_.pfb │ │ ├── c0633bt_.afm │ │ ├── c0633bt_.pfb │ │ ├── c0648bt_.afm │ │ ├── c0648bt_.pfb │ │ ├── c0649bt_.afm │ │ ├── c0649bt_.pfb │ │ ├── config.guess │ │ ├── config.sub │ │ ├── configure │ │ ├── configure.ac │ │ ├── cour.afm │ │ ├── cour.pfa │ │ ├── courb.afm │ │ ├── courb.pfa │ │ ├── courbi.afm │ │ ├── courbi.pfa │ │ ├── couri.afm │ │ ├── couri.pfa │ │ ├── cursor.pfa │ │ ├── install-sh │ │ ├── l047013t.afm │ │ ├── l047013t.pfa │ │ ├── l047016t.afm │ │ ├── l047016t.pfa │ │ ├── l047033t.afm │ │ ├── l047033t.pfa │ │ ├── l047036t.afm │ │ ├── l047036t.pfa │ │ ├── l048013t.afm │ │ ├── l048013t.pfa │ │ ├── l048016t.afm │ │ ├── l048016t.pfa │ │ ├── l048033t.afm │ │ ├── l048033t.pfa │ │ ├── l048036t.afm │ │ ├── l048036t.pfa │ │ ├── l049013t.afm │ │ ├── l049013t.pfa │ │ ├── l049016t.afm │ │ ├── l049016t.pfa │ │ ├── l049033t.afm │ │ ├── l049033t.pfa │ │ ├── l049036t.afm │ │ ├── l049036t.pfa │ │ ├── makefile │ │ ├── missing │ │ └── mkinstalldirs │ ├── aclocal.m4 │ ├── config.guess │ ├── config.sub │ ├── configure │ ├── configure.ac │ ├── cyrillic │ │ ├── AUTHORS │ │ ├── COPYING │ │ ├── COPYRIGHT │ │ ├── ChangeLog │ │ ├── INSTALL │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── NEWS │ │ ├── README │ │ ├── aclocal.m4 │ │ ├── autogen.sh │ │ ├── config.guess │ │ ├── config.sub │ │ ├── configure │ │ ├── configure.ac │ │ ├── crox1c.bdf │ │ ├── crox1cb.bdf │ │ ├── crox1cbo.bdf │ │ ├── crox1co.bdf │ │ ├── crox1h.bdf │ │ ├── crox1hb.bdf │ │ ├── crox1hbo.bdf │ │ ├── crox1ho.bdf │ │ ├── crox1t.bdf │ │ ├── crox1tb.bdf │ │ ├── crox1tbo.bdf │ │ ├── crox1to.bdf │ │ ├── crox2c.bdf │ │ ├── crox2cb.bdf │ │ ├── crox2cbo.bdf │ │ ├── crox2co.bdf │ │ ├── crox2h.bdf │ │ ├── crox2hb.bdf │ │ ├── crox2hbo.bdf │ │ ├── crox2ho.bdf │ │ ├── crox2t.bdf │ │ ├── crox2tb.bdf │ │ ├── crox2tbo.bdf │ │ ├── crox2to.bdf │ │ ├── crox3c.bdf │ │ ├── crox3cb.bdf │ │ ├── crox3cbo.bdf │ │ ├── crox3co.bdf │ │ ├── crox3h.bdf │ │ ├── crox3hb.bdf │ │ ├── crox3hbo.bdf │ │ ├── crox3ho.bdf │ │ ├── crox3t.bdf │ │ ├── crox3tb.bdf │ │ ├── crox3tbo.bdf │ │ ├── crox3to.bdf │ │ ├── crox4h.bdf │ │ ├── crox4hb.bdf │ │ ├── crox4hbo.bdf │ │ ├── crox4ho.bdf │ │ ├── crox4t.bdf │ │ ├── crox4tb.bdf │ │ ├── crox4tbo.bdf │ │ ├── crox4to.bdf │ │ ├── crox5h.bdf │ │ ├── crox5hb.bdf │ │ ├── crox5hbo.bdf │ │ ├── crox5ho.bdf │ │ ├── crox5t.bdf │ │ ├── crox5tb.bdf │ │ ├── crox5tbo.bdf │ │ ├── crox5to.bdf │ │ ├── crox6h.bdf │ │ ├── crox6hb.bdf │ │ ├── crox6hbo.bdf │ │ ├── crox6ho.bdf │ │ ├── crox6t.bdf │ │ ├── crox6tb.bdf │ │ ├── crox6tbo.bdf │ │ ├── crox6to.bdf │ │ ├── fonts.alias │ │ ├── install-sh │ │ ├── koi10x16b.bdf │ │ ├── koi10x20.bdf │ │ ├── koi12x24.bdf │ │ ├── koi12x24b.bdf │ │ ├── koi5x8.bdf │ │ ├── koi6x10.bdf │ │ ├── koi6x13.bdf │ │ ├── koi6x13b.bdf │ │ ├── koi6x9.bdf │ │ ├── koi7x14.bdf │ │ ├── koi7x14b.bdf │ │ ├── koi8x13.bdf │ │ ├── koi8x16.bdf │ │ ├── koi8x16b.bdf │ │ ├── koi9x15.bdf │ │ ├── koi9x15b.bdf │ │ ├── koi9x18.bdf │ │ ├── koi9x18b.bdf │ │ ├── koinil2.bdf │ │ ├── makefile │ │ ├── missing │ │ ├── mkinstalldirs │ │ ├── proof9x16.bdf │ │ ├── screen8x16.bdf │ │ └── screen8x16b.bdf │ ├── encodings │ │ ├── COPYING │ │ ├── Makefile.am │ │ ├── README │ │ ├── adobe-dingbats.enc │ │ ├── adobe-standard.enc │ │ ├── adobe-symbol.enc │ │ ├── armscii-8.enc │ │ ├── ascii-0.enc │ │ ├── autogen.sh │ │ ├── configure.ac │ │ ├── dec-special.enc │ │ ├── ibm-cp437.enc │ │ ├── ibm-cp850.enc │ │ ├── ibm-cp852.enc │ │ ├── ibm-cp866.enc │ │ ├── iso8859-11.enc │ │ ├── iso8859-13.enc │ │ ├── iso8859-16.enc │ │ ├── iso8859-6.16.enc │ │ ├── iso8859-6.8x.enc │ │ ├── large │ │ │ ├── Makefile.am │ │ │ ├── big5.eten-0.enc │ │ │ ├── big5hkscs-0.enc │ │ │ ├── cns11643-1.enc │ │ │ ├── cns11643-2.enc │ │ │ ├── cns11643-3.enc │ │ │ ├── gb18030-0.enc │ │ │ ├── gb18030.2000-0.enc │ │ │ ├── gb18030.2000-1.enc │ │ │ ├── gb2312.1980-0.enc │ │ │ ├── gbk-0.enc │ │ │ ├── jisx0201.1976-0.enc │ │ │ ├── jisx0208.1990-0.enc │ │ │ ├── jisx0212.1990-0.enc │ │ │ ├── ksc5601.1987-0.enc │ │ │ ├── ksc5601.1992-3.enc │ │ │ ├── makefile │ │ │ └── sun.unicode.india-0.enc │ │ ├── makefile │ │ ├── microsoft-cp1250.enc │ │ ├── microsoft-cp1251.enc │ │ ├── microsoft-cp1252.enc │ │ ├── microsoft-cp1253.enc │ │ ├── microsoft-cp1254.enc │ │ ├── microsoft-cp1255.enc │ │ ├── microsoft-cp1256.enc │ │ ├── microsoft-cp1257.enc │ │ ├── microsoft-cp1258.enc │ │ ├── microsoft-win3.1.enc │ │ ├── mulearabic-0.enc │ │ ├── mulearabic-1.enc │ │ ├── mulearabic-2.enc │ │ ├── mulelao-1.enc │ │ ├── suneu-greek.enc │ │ ├── tcvn-0.enc │ │ ├── tis620-2.enc │ │ └── viscii1.1-1.enc │ ├── font-util │ │ ├── COPYING │ │ ├── ChangeLog │ │ ├── INSTALL │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── README │ │ ├── aclocal.m4 │ │ ├── bdftruncate.c │ │ ├── config.guess │ │ ├── config.h.in │ │ ├── config.sub │ │ ├── configure │ │ ├── configure.ac │ │ ├── depcomp │ │ ├── fontutil.m4.in │ │ ├── fontutil.pc.in │ │ ├── install-sh │ │ ├── makefile │ │ ├── man │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── bdftruncate.man │ │ │ └── ucs2any.man │ │ ├── map-ISO8859-1 │ │ ├── map-ISO8859-10 │ │ ├── map-ISO8859-11 │ │ ├── map-ISO8859-13 │ │ ├── map-ISO8859-14 │ │ ├── map-ISO8859-15 │ │ ├── map-ISO8859-16 │ │ ├── map-ISO8859-2 │ │ ├── map-ISO8859-3 │ │ ├── map-ISO8859-4 │ │ ├── map-ISO8859-5 │ │ ├── map-ISO8859-6 │ │ ├── map-ISO8859-7 │ │ ├── map-ISO8859-8 │ │ ├── map-ISO8859-9 │ │ ├── map-JISX0201.1976-0 │ │ ├── map-KOI8-R │ │ ├── missing │ │ └── ucs2any.c │ ├── fonts.conf │ ├── install-sh │ ├── makefile │ ├── misc │ │ ├── 10x20.bdf │ │ ├── 12x13ja.bdf │ │ ├── 12x24.bdf │ │ ├── 12x24rk.bdf │ │ ├── 18x18ja.bdf │ │ ├── 18x18ko.bdf │ │ ├── 4x6.bdf │ │ ├── 5x7.bdf │ │ ├── 5x8.bdf │ │ ├── 6x10.bdf │ │ ├── 6x12.bdf │ │ ├── 6x13.bdf │ │ ├── 6x13B.bdf │ │ ├── 6x13O.bdf │ │ ├── 6x9.bdf │ │ ├── 7x13.bdf │ │ ├── 7x13B.bdf │ │ ├── 7x13O.bdf │ │ ├── 7x14.bdf │ │ ├── 7x14B.bdf │ │ ├── 8x13.bdf │ │ ├── 8x13B.bdf │ │ ├── 8x13O.bdf │ │ ├── 8x16.bdf │ │ ├── 8x16rk.bdf │ │ ├── 9x15.bdf │ │ ├── 9x15B.bdf │ │ ├── 9x18.bdf │ │ ├── 9x18B.bdf │ │ ├── AUTHORS │ │ ├── COPYING │ │ ├── ChangeLog │ │ ├── INSTALL │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── NEWS │ │ ├── README │ │ ├── aclocal.m4 │ │ ├── arabic24.bdf │ │ ├── autogen.sh │ │ ├── clB6x10.bdf │ │ ├── clB6x12.bdf │ │ ├── clB8x10.bdf │ │ ├── clB8x12.bdf │ │ ├── clB8x13.bdf │ │ ├── clB8x14.bdf │ │ ├── clB8x16.bdf │ │ ├── clB8x8.bdf │ │ ├── clB9x15.bdf │ │ ├── clI6x12.bdf │ │ ├── clI8x8.bdf │ │ ├── clR4x6.bdf │ │ ├── clR5x10.bdf │ │ ├── clR5x6.bdf │ │ ├── clR5x8.bdf │ │ ├── clR6x10.bdf │ │ ├── clR6x12.bdf │ │ ├── clR6x13.bdf │ │ ├── clR6x6.bdf │ │ ├── clR6x8.bdf │ │ ├── clR7x10.bdf │ │ ├── clR7x12.bdf │ │ ├── clR7x14.bdf │ │ ├── clR7x8.bdf │ │ ├── clR8x10.bdf │ │ ├── clR8x12.bdf │ │ ├── clR8x13.bdf │ │ ├── clR8x14.bdf │ │ ├── clR8x16.bdf │ │ ├── clR8x8.bdf │ │ ├── clR9x15.bdf │ │ ├── config.guess │ │ ├── config.sub │ │ ├── configure │ │ ├── configure.ac │ │ ├── cu-alt12.bdf │ │ ├── cu-arabic12.bdf │ │ ├── cu-devnag12.bdf │ │ ├── cu-lig12.bdf │ │ ├── cu-pua12.bdf │ │ ├── cu12.bdf │ │ ├── cuarabic12.bdf │ │ ├── cudevnag12.bdf │ │ ├── cursor.bdf │ │ ├── deccurs.bdf │ │ ├── decsess.bdf │ │ ├── fonts.alias │ │ ├── gb16fs.bdf │ │ ├── gb16st.bdf │ │ ├── gb24st.bdf │ │ ├── hanglg16.bdf │ │ ├── hanglm16.bdf │ │ ├── hanglm24.bdf │ │ ├── install-sh │ │ ├── jiskan16.bdf │ │ ├── jiskan24.bdf │ │ ├── k14.bdf │ │ ├── makefile │ │ ├── micro.bdf │ │ ├── missing │ │ ├── mkinstalldirs │ │ ├── nil2.bdf │ │ ├── olcursor.bdf │ │ ├── olgl10.bdf │ │ ├── olgl12.bdf │ │ ├── olgl14.bdf │ │ ├── olgl19.bdf │ │ └── uniarab.txt │ ├── missing │ └── terminus-font │ │ ├── Makefile │ │ ├── README │ │ ├── README-BG │ │ ├── bdftopsf.pl │ │ ├── configure │ │ ├── configure.help │ │ ├── ter-u12b.bdf │ │ ├── ter-u12n.bdf │ │ ├── ter-u14b.bdf │ │ ├── ter-u14n.bdf │ │ ├── ter-u14v.bdf │ │ ├── ter-u16b.bdf │ │ ├── ter-u16n.bdf │ │ ├── ter-u16v.bdf │ │ ├── ter-u20b.bdf │ │ ├── ter-u20n.bdf │ │ ├── ter-u22b.bdf │ │ ├── ter-u22n.bdf │ │ ├── ter-u24b.bdf │ │ ├── ter-u24n.bdf │ │ ├── ter-u28b.bdf │ │ ├── ter-u28n.bdf │ │ ├── ter-u32b.bdf │ │ ├── ter-u32n.bdf │ │ ├── ucstoany.pl │ │ ├── uni │ │ ├── 10646-1.uni │ │ ├── 8859-13.uni │ │ ├── 8859-15.uni │ │ ├── 8859-16.uni │ │ ├── 8859-2.uni │ │ ├── 8859-5.uni │ │ ├── 8859-7.uni │ │ ├── ascii-h.uni │ │ ├── bg-mik.uni │ │ ├── char0.uni │ │ ├── cntrl.uni │ │ ├── empty.uni │ │ ├── ibm-437.uni │ │ ├── koi8-r.uni │ │ ├── koi8-u.uni │ │ ├── koibm8-r.uni │ │ ├── koibm8-u.uni │ │ ├── nls-1250.uni │ │ ├── pt-154.uni │ │ ├── pt-254.uni │ │ ├── vga-1250.uni │ │ ├── vga-1251.uni │ │ ├── vga-1253.uni │ │ ├── vga-1257.uni │ │ ├── vgagr.uni │ │ ├── win-1250.uni │ │ ├── win-1251.uni │ │ ├── win-1252.uni │ │ ├── win-1253.uni │ │ ├── win-1254.uni │ │ ├── win-1257.uni │ │ ├── x11-1251.uni │ │ ├── x11-1257.uni │ │ ├── x11gr.uni │ │ └── xos4-2.uni │ │ └── xfonts-terminus.alias ├── glamor │ ├── Makefile.am │ ├── glamor.c │ ├── glamor.h │ ├── glamor_addtraps.c │ ├── glamor_composite_glyphs.c │ ├── glamor_compositerects.c │ ├── glamor_context.h │ ├── glamor_copy.c │ ├── glamor_core.c │ ├── glamor_dash.c │ ├── glamor_debug.h │ ├── glamor_egl.c │ ├── glamor_egl.h │ ├── glamor_egl_ext.h │ ├── glamor_egl_stubs.c │ ├── glamor_eglmodule.c │ ├── glamor_fbo.c │ ├── glamor_font.c │ ├── glamor_font.h │ ├── glamor_glx.c │ ├── glamor_glyphblt.c │ ├── glamor_gradient.c │ ├── glamor_image.c │ ├── glamor_largepixmap.c │ ├── glamor_lines.c │ ├── glamor_picture.c │ ├── glamor_pixmap.c │ ├── glamor_points.c │ ├── glamor_prepare.c │ ├── glamor_prepare.h │ ├── glamor_priv.h │ ├── glamor_program.c │ ├── glamor_program.h │ ├── glamor_rects.c │ ├── glamor_render.c │ ├── glamor_segs.c │ ├── glamor_spans.c │ ├── glamor_sync.c │ ├── glamor_text.c │ ├── glamor_transfer.c │ ├── glamor_transfer.h │ ├── glamor_transform.c │ ├── glamor_transform.h │ ├── glamor_trapezoid.c │ ├── glamor_triangles.c │ ├── glamor_utils.c │ ├── glamor_utils.h │ ├── glamor_vbo.c │ ├── glamor_window.c │ ├── glamor_xv.c │ └── meson.build ├── glx │ ├── Makefile.am │ ├── clientinfo.c │ ├── createcontext.c │ ├── dispatch.h │ ├── extension_string.c │ ├── extension_string.h │ ├── glapi.c │ ├── glapi.h │ ├── glapitable.h │ ├── glfunctions.h │ ├── glheader.h │ ├── glprocs.h │ ├── glxbyteorder.h │ ├── glxcmds.c │ ├── glxcmdsswap.c │ ├── glxcontext.h │ ├── glxdrawable.h │ ├── glxdri2.c │ ├── glxdricommon.c │ ├── glxdricommon.h │ ├── glxdriswrast.c │ ├── glxext.c │ ├── glxext.h │ ├── glxscreens.c │ ├── glxscreens.h │ ├── glxserver.h │ ├── glxutil.h │ ├── indirect_dispatch.c │ ├── indirect_dispatch.h │ ├── indirect_dispatch_swap.c │ ├── indirect_program.c │ ├── indirect_reqsize.c │ ├── indirect_reqsize.h │ ├── indirect_size.h │ ├── indirect_size_get.c │ ├── indirect_size_get.h │ ├── indirect_table.c │ ├── indirect_table.h │ ├── indirect_texture_compression.c │ ├── indirect_util.c │ ├── indirect_util.h │ ├── makefile │ ├── meson.build │ ├── remap.c │ ├── remap.h │ ├── remap_helper.h │ ├── render2.c │ ├── render2swap.c │ ├── renderpix.c │ ├── renderpixswap.c │ ├── rensize.c │ ├── single2.c │ ├── single2swap.c │ ├── singlepix.c │ ├── singlepixswap.c │ ├── singlesize.c │ ├── singlesize.h │ ├── swap_interval.c │ ├── u_thread.h │ ├── unpack.h │ ├── util │ │ └── macros.h │ ├── vnd_dispatch_stubs.c │ ├── vndcmds.c │ ├── vndext.c │ ├── vndserver.h │ ├── vndservermapping.c │ ├── vndservervendor.c │ ├── vndservervendor.h │ └── xfont.c ├── hw │ ├── Makefile.am │ ├── dmx │ │ ├── .gitignore │ │ ├── Makefile.am │ │ ├── config │ │ │ ├── .gitignore │ │ │ ├── Canvas.c │ │ │ ├── Canvas.h │ │ │ ├── CanvasP.h │ │ │ ├── Makefile.am │ │ │ ├── TODO │ │ │ ├── dmxcompat.c │ │ │ ├── dmxcompat.h │ │ │ ├── dmxconfig.c │ │ │ ├── dmxconfig.h │ │ │ ├── dmxparse.c │ │ │ ├── dmxparse.h │ │ │ ├── dmxprint.c │ │ │ ├── dmxprint.h │ │ │ ├── dmxtodmx.c │ │ │ ├── man │ │ │ │ ├── Makefile.am │ │ │ │ ├── dmxtodmx.man │ │ │ │ ├── vdltodmx.man │ │ │ │ └── xdmxconfig.man │ │ │ ├── meson.build │ │ │ ├── parser.y │ │ │ ├── scanner.l │ │ │ ├── test-a.in │ │ │ ├── test-a.out │ │ │ ├── test-b.in │ │ │ ├── test-b.out │ │ │ ├── test-c.in │ │ │ ├── test-c.out │ │ │ ├── test-d.in │ │ │ ├── test-d.out │ │ │ ├── test-e.in │ │ │ ├── test-e.out │ │ │ ├── test-f.in │ │ │ ├── test-f.out │ │ │ ├── test-g.in │ │ │ ├── test-g.out │ │ │ ├── test-h.in │ │ │ ├── test-h.out │ │ │ ├── test-i.in │ │ │ ├── test-i.out │ │ │ ├── test-j.in │ │ │ ├── test-j.out │ │ │ ├── test-k.in │ │ │ ├── test-k.out │ │ │ ├── test-l.in │ │ │ ├── test-l.out │ │ │ ├── vdltodmx.c │ │ │ └── xdmxconfig.c │ │ ├── dmx-config.h │ │ ├── dmx.c │ │ ├── dmx.h │ │ ├── dmx_glxvisuals.c │ │ ├── dmx_glxvisuals.h │ │ ├── dmxcb.c │ │ ├── dmxcb.h │ │ ├── dmxclient.h │ │ ├── dmxcmap.c │ │ ├── dmxcmap.h │ │ ├── dmxcursor.c │ │ ├── dmxcursor.h │ │ ├── dmxdpms.c │ │ ├── dmxdpms.h │ │ ├── dmxextension.c │ │ ├── dmxextension.h │ │ ├── dmxfont.c │ │ ├── dmxfont.h │ │ ├── dmxgc.c │ │ ├── dmxgc.h │ │ ├── dmxgcops.c │ │ ├── dmxgcops.h │ │ ├── dmxinit.c │ │ ├── dmxinit.h │ │ ├── dmxinput.c │ │ ├── dmxinput.h │ │ ├── dmxlog.c │ │ ├── dmxlog.h │ │ ├── dmxpict.c │ │ ├── dmxpict.h │ │ ├── dmxpixmap.c │ │ ├── dmxpixmap.h │ │ ├── dmxprop.c │ │ ├── dmxprop.h │ │ ├── dmxscrinit.c │ │ ├── dmxscrinit.h │ │ ├── dmxstat.c │ │ ├── dmxstat.h │ │ ├── dmxsync.c │ │ ├── dmxsync.h │ │ ├── dmxvisual.c │ │ ├── dmxvisual.h │ │ ├── dmxwindow.c │ │ ├── dmxwindow.h │ │ ├── doc │ │ │ ├── .gitignore │ │ │ ├── DMXSpec-v1.txt │ │ │ ├── DMXSpec.txt │ │ │ ├── Makefile.am │ │ │ ├── dmx.xml │ │ │ └── scaled.xml │ │ ├── doxygen │ │ │ ├── .gitignore │ │ │ ├── Makefile.am │ │ │ ├── doxygen.conf.in │ │ │ └── footer.html │ │ ├── examples │ │ │ ├── .gitignore │ │ │ ├── Makefile.am │ │ │ ├── dmxaddinput.c │ │ │ ├── dmxaddscreen.c │ │ │ ├── dmxinfo.c │ │ │ ├── dmxreconfig.c │ │ │ ├── dmxresize.c │ │ │ ├── dmxrminput.c │ │ │ ├── dmxrmscreen.c │ │ │ ├── dmxwininfo.c │ │ │ ├── ev.c │ │ │ ├── evi.c │ │ │ ├── meson.build │ │ │ ├── res.c │ │ │ ├── xbell.c │ │ │ ├── xinput.c │ │ │ ├── xled.c │ │ │ └── xtest.c │ │ ├── glxProxy │ │ │ ├── Makefile.am │ │ │ ├── compsize.c │ │ │ ├── compsize.h │ │ │ ├── g_disptab.c │ │ │ ├── g_disptab.h │ │ │ ├── g_renderswap.c │ │ │ ├── global.c │ │ │ ├── glxcmds.c │ │ │ ├── glxcmds.h │ │ │ ├── glxcmdsswap.c │ │ │ ├── glxcontext.h │ │ │ ├── glxdrawable.h │ │ │ ├── glxerror.h │ │ │ ├── glxext.c │ │ │ ├── glxext.h │ │ │ ├── glxfbconfig.c │ │ │ ├── glxfbconfig.h │ │ │ ├── glxscreens.c │ │ │ ├── glxscreens.h │ │ │ ├── glxserver.h │ │ │ ├── glxsingle.c │ │ │ ├── glxsingle.h │ │ │ ├── glxswap.c │ │ │ ├── glxswap.h │ │ │ ├── glxutil.h │ │ │ ├── glxvendor.c │ │ │ ├── glxvendor.h │ │ │ ├── glxvisuals.c │ │ │ ├── glxvisuals.h │ │ │ ├── meson.build │ │ │ ├── render2swap.c │ │ │ ├── renderpixswap.c │ │ │ └── unpack.h │ │ ├── input │ │ │ ├── ChkNotMaskEv.c │ │ │ ├── ChkNotMaskEv.h │ │ │ ├── Makefile.am │ │ │ ├── atKeynames.h │ │ │ ├── dmxarg.c │ │ │ ├── dmxarg.h │ │ │ ├── dmxbackend.c │ │ │ ├── dmxbackend.h │ │ │ ├── dmxcommon.c │ │ │ ├── dmxcommon.h │ │ │ ├── dmxconsole.c │ │ │ ├── dmxconsole.h │ │ │ ├── dmxdetach.c │ │ │ ├── dmxdummy.c │ │ │ ├── dmxdummy.h │ │ │ ├── dmxevents.c │ │ │ ├── dmxevents.h │ │ │ ├── dmxinputinit.c │ │ │ ├── dmxinputinit.h │ │ │ ├── dmxmap.c │ │ │ ├── dmxmap.h │ │ │ ├── dmxmotion.c │ │ │ ├── dmxmotion.h │ │ │ ├── dmxxinput.c │ │ │ ├── meson.build │ │ │ ├── usb-common.c │ │ │ ├── usb-common.h │ │ │ ├── usb-keyboard.c │ │ │ ├── usb-keyboard.h │ │ │ ├── usb-mouse.c │ │ │ ├── usb-mouse.h │ │ │ ├── usb-other.c │ │ │ ├── usb-other.h │ │ │ └── usb-private.h │ │ ├── man │ │ │ ├── Makefile.am │ │ │ └── Xdmx.man │ │ └── meson.build │ ├── kdrive │ │ ├── Makefile.am │ │ ├── Xkdrive.man │ │ ├── ephyr │ │ │ ├── .gitignore │ │ │ ├── Makefile.am │ │ │ ├── README │ │ │ ├── ephyr.c │ │ │ ├── ephyr.h │ │ │ ├── ephyr_draw.c │ │ │ ├── ephyr_glamor_glx.c │ │ │ ├── ephyr_glamor_glx.h │ │ │ ├── ephyr_glamor_xv.c │ │ │ ├── ephyrcursor.c │ │ │ ├── ephyrinit.c │ │ │ ├── ephyrlog.h │ │ │ ├── ephyrvideo.c │ │ │ ├── hostx.c │ │ │ ├── hostx.h │ │ │ ├── makefile │ │ │ ├── man │ │ │ │ ├── Makefile.am │ │ │ │ └── Xephyr.man │ │ │ └── meson.build │ │ ├── meson.build │ │ └── src │ │ │ ├── Makefile.am │ │ │ ├── fourcc.h │ │ │ ├── kcmap.c │ │ │ ├── kdrive.c │ │ │ ├── kdrive.h │ │ │ ├── kinfo.c │ │ │ ├── kinput.c │ │ │ ├── kshadow.c │ │ │ ├── kxv.c │ │ │ ├── kxv.h │ │ │ ├── makefile │ │ │ └── meson.build │ ├── meson.build │ ├── vfb │ │ ├── .gitignore │ │ ├── InitInput.c │ │ ├── InitOutput.c │ │ ├── Makefile.am │ │ ├── man │ │ │ ├── Makefile.am │ │ │ └── Xvfb.man │ │ └── meson.build │ ├── xfree86 │ │ ├── .gitignore │ │ ├── Makefile.am │ │ ├── Xorg.sh.in │ │ ├── common │ │ │ ├── .gitignore │ │ │ ├── Makefile.am │ │ │ ├── compiler.h │ │ │ ├── dgaproc.h │ │ │ ├── extramodes │ │ │ ├── fourcc.h │ │ │ ├── meson.build │ │ │ ├── modeline2c.awk │ │ │ ├── vesamodes │ │ │ ├── xaarop.h │ │ │ ├── xf86.h │ │ │ ├── xf86AutoConfig.c │ │ │ ├── xf86Build.h.in │ │ │ ├── xf86Build.sh │ │ │ ├── xf86Bus.c │ │ │ ├── xf86Bus.h │ │ │ ├── xf86Config.c │ │ │ ├── xf86Config.h │ │ │ ├── xf86Configure.c │ │ │ ├── xf86Cursor.c │ │ │ ├── xf86DGA.c │ │ │ ├── xf86DPMS.c │ │ │ ├── xf86Events.c │ │ │ ├── xf86Extensions.c │ │ │ ├── xf86Extensions.h │ │ │ ├── xf86Globals.c │ │ │ ├── xf86Helper.c │ │ │ ├── xf86InPriv.h │ │ │ ├── xf86Init.c │ │ │ ├── xf86MatchDrivers.h │ │ │ ├── xf86Mode.c │ │ │ ├── xf86Module.h │ │ │ ├── xf86Opt.h │ │ │ ├── xf86Option.c │ │ │ ├── xf86Optionstr.h │ │ │ ├── xf86PM.c │ │ │ ├── xf86PciInfo.h │ │ │ ├── xf86Priv.h │ │ │ ├── xf86Privstr.h │ │ │ ├── xf86RandR.c │ │ │ ├── xf86VGAarbiter.c │ │ │ ├── xf86VGAarbiter.h │ │ │ ├── xf86VGAarbiterPriv.h │ │ │ ├── xf86VidMode.c │ │ │ ├── xf86Xinput.c │ │ │ ├── xf86Xinput.h │ │ │ ├── xf86cmap.c │ │ │ ├── xf86cmap.h │ │ │ ├── xf86fbBus.c │ │ │ ├── xf86fbman.c │ │ │ ├── xf86fbman.h │ │ │ ├── xf86noBus.c │ │ │ ├── xf86pciBus.c │ │ │ ├── xf86pciBus.h │ │ │ ├── xf86platformBus.c │ │ │ ├── xf86platformBus.h │ │ │ ├── xf86sbusBus.c │ │ │ ├── xf86sbusBus.h │ │ │ ├── xf86str.h │ │ │ ├── xf86xv.c │ │ │ ├── xf86xv.h │ │ │ ├── xf86xvmc.c │ │ │ ├── xf86xvmc.h │ │ │ ├── xf86xvpriv.h │ │ │ ├── xisb.c │ │ │ ├── xisb.h │ │ │ ├── xorgHelper.c │ │ │ └── xorgVersion.h │ │ ├── ddc │ │ │ ├── DDC.HOWTO │ │ │ ├── Makefile.am │ │ │ ├── ddc.c │ │ │ ├── ddcProperty.c │ │ │ ├── edid.h │ │ │ ├── interpret_edid.c │ │ │ ├── meson.build │ │ │ ├── print_edid.c │ │ │ └── xf86DDC.h │ │ ├── dixmods │ │ │ ├── Makefile.am │ │ │ ├── fbmodule.c │ │ │ ├── glxmodule.c │ │ │ ├── meson.build │ │ │ └── shmodule.c │ │ ├── doc │ │ │ ├── .gitignore │ │ │ ├── Makefile.am │ │ │ ├── README.modes │ │ │ ├── Registry │ │ │ ├── ddxDesign.xml │ │ │ └── exa-driver.txt │ │ ├── dri │ │ │ ├── Makefile.am │ │ │ ├── dri.c │ │ │ ├── dri.h │ │ │ ├── dristruct.h │ │ │ ├── meson.build │ │ │ ├── sarea.h │ │ │ └── xf86dri.c │ │ ├── dri2 │ │ │ ├── Makefile.am │ │ │ ├── dri2.c │ │ │ ├── dri2.h │ │ │ ├── dri2ext.c │ │ │ ├── dri2int.h │ │ │ ├── meson.build │ │ │ └── pci_ids │ │ │ │ ├── Makefile.am │ │ │ │ ├── i810_pci_ids.h │ │ │ │ ├── i915_pci_ids.h │ │ │ │ ├── i965_pci_ids.h │ │ │ │ ├── pci_id_driver_map.h │ │ │ │ ├── r200_pci_ids.h │ │ │ │ ├── r300_pci_ids.h │ │ │ │ ├── r600_pci_ids.h │ │ │ │ ├── radeon_pci_ids.h │ │ │ │ ├── radeonsi_pci_ids.h │ │ │ │ ├── virtio_gpu_pci_ids.h │ │ │ │ └── vmwgfx_pci_ids.h │ │ ├── drivers │ │ │ ├── Makefile.am │ │ │ └── modesetting │ │ │ │ ├── Makefile.am │ │ │ │ ├── dri2.c │ │ │ │ ├── driver.c │ │ │ │ ├── driver.h │ │ │ │ ├── drmmode_display.c │ │ │ │ ├── drmmode_display.h │ │ │ │ ├── dumb_bo.c │ │ │ │ ├── dumb_bo.h │ │ │ │ ├── meson.build │ │ │ │ ├── modesetting.man │ │ │ │ ├── pageflip.c │ │ │ │ ├── present.c │ │ │ │ └── vblank.c │ │ ├── exa │ │ │ ├── Makefile.am │ │ │ ├── examodule.c │ │ │ ├── man │ │ │ │ ├── Makefile.am │ │ │ │ └── exa.man │ │ │ └── meson.build │ │ ├── fbdevhw │ │ │ ├── Makefile.am │ │ │ ├── README │ │ │ ├── fbdevhw.c │ │ │ ├── fbdevhw.h │ │ │ ├── fbdevhwstub.c │ │ │ ├── fbpriv.h │ │ │ ├── man │ │ │ │ ├── Makefile.am │ │ │ │ └── fbdevhw.man │ │ │ └── meson.build │ │ ├── glamor_egl │ │ │ ├── Makefile.am │ │ │ ├── glamor_xf86_xv.c │ │ │ └── meson.build │ │ ├── i2c │ │ │ ├── Makefile.am │ │ │ ├── i2c_def.h │ │ │ ├── meson.build │ │ │ ├── xf86i2c.c │ │ │ └── xf86i2c.h │ │ ├── int10 │ │ │ ├── INT10.HOWTO │ │ │ ├── Makefile.am │ │ │ ├── generic.c │ │ │ ├── helper_exec.c │ │ │ ├── helper_mem.c │ │ │ ├── meson.build │ │ │ ├── stub.c │ │ │ ├── x86emu.c │ │ │ ├── xf86int10.c │ │ │ ├── xf86int10.h │ │ │ ├── xf86int10module.c │ │ │ ├── xf86x86emu.c │ │ │ └── xf86x86emu.h │ │ ├── loader │ │ │ ├── Makefile.am │ │ │ ├── loader.c │ │ │ ├── loader.h │ │ │ ├── loaderProcs.h │ │ │ ├── loadmod.c │ │ │ ├── meson.build │ │ │ └── symbol-test.c │ │ ├── man │ │ │ ├── Makefile.am │ │ │ ├── Xorg.man │ │ │ ├── Xorg.wrap.man │ │ │ ├── Xwrapper.config.man │ │ │ ├── xorg.conf.d.man │ │ │ └── xorg.conf.man │ │ ├── meson.build │ │ ├── modes │ │ │ ├── Makefile.am │ │ │ ├── meson.build │ │ │ ├── xf86Crtc.c │ │ │ ├── xf86Crtc.h │ │ │ ├── xf86Cursors.c │ │ │ ├── xf86DiDGA.c │ │ │ ├── xf86EdidModes.c │ │ │ ├── xf86Modes.c │ │ │ ├── xf86Modes.h │ │ │ ├── xf86RandR12.c │ │ │ ├── xf86RandR12.h │ │ │ ├── xf86Rotate.c │ │ │ ├── xf86cvt.c │ │ │ └── xf86gtf.c │ │ ├── os-support │ │ │ ├── Makefile.am │ │ │ ├── bsd │ │ │ │ ├── Makefile.am │ │ │ │ ├── alpha_video.c │ │ │ │ ├── arm_video.c │ │ │ │ ├── bsd_VTsw.c │ │ │ │ ├── bsd_apm.c │ │ │ │ ├── bsd_bell.c │ │ │ │ ├── bsd_ev56.c │ │ │ │ ├── bsd_init.c │ │ │ │ ├── bsd_kmod.c │ │ │ │ ├── bsd_kqueue_apm.c │ │ │ │ ├── i386_video.c │ │ │ │ ├── memrange.h │ │ │ │ ├── ppc_video.c │ │ │ │ └── sparc64_video.c │ │ │ ├── bus │ │ │ │ ├── Makefile.am │ │ │ │ ├── Pci.c │ │ │ │ ├── Pci.h │ │ │ │ ├── Sbus.c │ │ │ │ ├── bsd_pci.c │ │ │ │ ├── nobus.c │ │ │ │ ├── xf86Pci.h │ │ │ │ └── xf86Sbus.h │ │ │ ├── hurd │ │ │ │ ├── Makefile.am │ │ │ │ ├── hurd_bell.c │ │ │ │ ├── hurd_init.c │ │ │ │ └── hurd_video.c │ │ │ ├── int10Defines.h │ │ │ ├── linux │ │ │ │ ├── Makefile.am │ │ │ │ ├── int10 │ │ │ │ │ ├── linux.c │ │ │ │ │ └── vm86 │ │ │ │ │ │ └── linux_vm86.c │ │ │ │ ├── linux.h │ │ │ │ ├── lnx_acpi.c │ │ │ │ ├── lnx_agp.c │ │ │ │ ├── lnx_apm.c │ │ │ │ ├── lnx_bell.c │ │ │ │ ├── lnx_ev56.c │ │ │ │ ├── lnx_init.c │ │ │ │ ├── lnx_kmod.c │ │ │ │ ├── lnx_platform.c │ │ │ │ ├── lnx_video.c │ │ │ │ └── systemd-logind.c │ │ │ ├── meson.build │ │ │ ├── misc │ │ │ │ ├── Makefile.am │ │ │ │ └── SlowBcopy.c │ │ │ ├── shared │ │ │ │ ├── VTsw_noop.c │ │ │ │ ├── VTsw_usl.c │ │ │ │ ├── agp_noop.c │ │ │ │ ├── ioperm_noop.c │ │ │ │ ├── kmod_noop.c │ │ │ │ ├── platform_noop.c │ │ │ │ ├── pm_noop.c │ │ │ │ ├── posix_tty.c │ │ │ │ ├── sigio.c │ │ │ │ ├── sigiostubs.c │ │ │ │ └── vidmem.c │ │ │ ├── solaris │ │ │ │ ├── Makefile.am │ │ │ │ ├── solaris-amd64.S │ │ │ │ ├── solaris-ia32.S │ │ │ │ ├── solaris-sparcv8plus.S │ │ │ │ ├── sun_VTsw.c │ │ │ │ ├── sun_agp.c │ │ │ │ ├── sun_apm.c │ │ │ │ ├── sun_bell.c │ │ │ │ ├── sun_init.c │ │ │ │ ├── sun_inout.s │ │ │ │ └── sun_vid.c │ │ │ ├── stub │ │ │ │ ├── Makefile.am │ │ │ │ ├── stub_bell.c │ │ │ │ ├── stub_init.c │ │ │ │ └── stub_video.c │ │ │ ├── xf86OSpriv.h │ │ │ ├── xf86_OSlib.h │ │ │ └── xf86_OSproc.h │ │ ├── parser │ │ │ ├── Configint.h │ │ │ ├── DRI.c │ │ │ ├── Device.c │ │ │ ├── Extensions.c │ │ │ ├── Files.c │ │ │ ├── Flags.c │ │ │ ├── Input.c │ │ │ ├── InputClass.c │ │ │ ├── Layout.c │ │ │ ├── Makefile.am │ │ │ ├── Module.c │ │ │ ├── Monitor.c │ │ │ ├── OutputClass.c │ │ │ ├── Pointer.c │ │ │ ├── Screen.c │ │ │ ├── Vendor.c │ │ │ ├── Video.c │ │ │ ├── configProcs.h │ │ │ ├── meson.build │ │ │ ├── read.c │ │ │ ├── scan.c │ │ │ ├── write.c │ │ │ ├── xf86Optrec.h │ │ │ ├── xf86Parser.h │ │ │ └── xf86tokens.h │ │ ├── ramdac │ │ │ ├── BT.c │ │ │ ├── BT.h │ │ │ ├── BTPriv.h │ │ │ ├── CURSOR.NOTES │ │ │ ├── IBM.c │ │ │ ├── IBM.h │ │ │ ├── IBMPriv.h │ │ │ ├── Makefile.am │ │ │ ├── TI.c │ │ │ ├── TI.h │ │ │ ├── TIPriv.h │ │ │ ├── meson.build │ │ │ ├── xf86Cursor.h │ │ │ ├── xf86CursorPriv.h │ │ │ ├── xf86CursorRD.c │ │ │ ├── xf86HWCurs.c │ │ │ ├── xf86RamDac.c │ │ │ ├── xf86RamDac.h │ │ │ ├── xf86RamDacCmap.c │ │ │ └── xf86RamDacPriv.h │ │ ├── sdksyms.sh │ │ ├── shadowfb │ │ │ ├── Makefile.am │ │ │ ├── meson.build │ │ │ ├── sfbmodule.c │ │ │ ├── shadowfb.c │ │ │ └── shadowfb.h │ │ ├── utils │ │ │ ├── Makefile.am │ │ │ ├── cvt │ │ │ │ ├── .gitignore │ │ │ │ ├── Makefile.am │ │ │ │ └── cvt.c │ │ │ ├── gtf │ │ │ │ ├── .gitignore │ │ │ │ ├── Makefile.am │ │ │ │ └── gtf.c │ │ │ └── man │ │ │ │ ├── Makefile.am │ │ │ │ ├── cvt.man │ │ │ │ └── gtf.man │ │ ├── vbe │ │ │ ├── Makefile.am │ │ │ ├── meson.build │ │ │ ├── vbe.c │ │ │ ├── vbe.h │ │ │ ├── vbeModes.c │ │ │ ├── vbeModes.h │ │ │ └── vbe_module.c │ │ ├── vgahw │ │ │ ├── Makefile.am │ │ │ ├── meson.build │ │ │ ├── vgaHW.c │ │ │ ├── vgaHW.h │ │ │ └── vgaHWmodule.c │ │ ├── x86emu │ │ │ ├── Makefile.am │ │ │ ├── debug.c │ │ │ ├── decode.c │ │ │ ├── fpu.c │ │ │ ├── meson.build │ │ │ ├── ops.c │ │ │ ├── ops2.c │ │ │ ├── prim_ops.c │ │ │ ├── sys.c │ │ │ ├── validate.c │ │ │ ├── x86emu.h │ │ │ └── x86emu │ │ │ │ ├── debug.h │ │ │ │ ├── decode.h │ │ │ │ ├── fpu.h │ │ │ │ ├── fpu_regs.h │ │ │ │ ├── ops.h │ │ │ │ ├── prim_asm.h │ │ │ │ ├── prim_ops.h │ │ │ │ ├── prim_x86_gcc.h │ │ │ │ ├── regs.h │ │ │ │ ├── types.h │ │ │ │ └── x86emui.h │ │ ├── xkb │ │ │ ├── Makefile.am │ │ │ ├── meson.build │ │ │ ├── xkbKillSrv.c │ │ │ ├── xkbPrivate.c │ │ │ └── xkbVT.c │ │ ├── xorg-wrapper.c │ │ └── xorgconf.cpp │ ├── xnest │ │ ├── .gitignore │ │ ├── Args.c │ │ ├── Args.h │ │ ├── Color.c │ │ ├── Color.h │ │ ├── Cursor.c │ │ ├── Display.c │ │ ├── Display.h │ │ ├── Drawable.h │ │ ├── Events.c │ │ ├── Events.h │ │ ├── Font.c │ │ ├── GC.c │ │ ├── GCOps.c │ │ ├── GCOps.h │ │ ├── Handlers.c │ │ ├── Handlers.h │ │ ├── Init.c │ │ ├── Init.h │ │ ├── Keyboard.c │ │ ├── Keyboard.h │ │ ├── Makefile.am │ │ ├── Pixmap.c │ │ ├── Pointer.c │ │ ├── Pointer.h │ │ ├── Screen.c │ │ ├── Screen.h │ │ ├── Visual.c │ │ ├── Visual.h │ │ ├── Window.c │ │ ├── XNCursor.h │ │ ├── XNFont.h │ │ ├── XNGC.h │ │ ├── XNPixmap.h │ │ ├── XNWindow.h │ │ ├── Xnest.h │ │ ├── icon │ │ ├── man │ │ │ ├── Makefile.am │ │ │ └── Xnest.man │ │ ├── meson.build │ │ ├── screensaver │ │ └── xnest-config.h │ ├── xquartz │ │ ├── GL │ │ │ ├── Makefile.am │ │ │ ├── capabilities.c │ │ │ ├── capabilities.h │ │ │ ├── glcontextmodes.c │ │ │ ├── glcontextmodes.h │ │ │ ├── indirect.c │ │ │ ├── visualConfigs.c │ │ │ └── visualConfigs.h │ │ ├── Makefile.am │ │ ├── X11Application.h │ │ ├── X11Application.m │ │ ├── X11Controller.h │ │ ├── X11Controller.m │ │ ├── applewm.c │ │ ├── applewmExt.h │ │ ├── bundle │ │ │ ├── .gitignore │ │ │ ├── Info.plist.cpp │ │ │ ├── Makefile.am │ │ │ ├── PkgInfo │ │ │ ├── Resources │ │ │ │ ├── Dutch.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── English.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── French.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── German.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── Italian.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── Japanese.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── Spanish.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── X11.icns │ │ │ │ ├── ar.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── ca.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── cs.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── da.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── el.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── fi.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── he.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── hr.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── hu.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── ko.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── no.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── pl.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── pt.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── pt_PT.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── ro.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── ru.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── sk.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── sv.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── th.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── tr.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── uk.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── zh_CN.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ │ ├── designable.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ └── zh_TW.lproj │ │ │ │ │ ├── Localizable.strings │ │ │ │ │ ├── locversion.plist │ │ │ │ │ └── main.nib │ │ │ │ │ ├── designable.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ ├── X11.sh │ │ │ ├── Xquartz.plist │ │ │ ├── cpprules.in │ │ │ └── mk_bundke.sh │ │ ├── console_redirect.c │ │ ├── console_redirect.h │ │ ├── darwin.c │ │ ├── darwin.h │ │ ├── darwinEvents.c │ │ ├── darwinEvents.h │ │ ├── darwinXinput.c │ │ ├── darwinfb.h │ │ ├── keysym2ucs.c │ │ ├── keysym2ucs.h │ │ ├── mach-startup │ │ │ ├── .gitignore │ │ │ ├── Makefile.am │ │ │ ├── bundle-main.c │ │ │ ├── launchd_fd.c │ │ │ ├── launchd_fd.h │ │ │ ├── mach_startup.defs │ │ │ ├── mach_startup_types.h │ │ │ └── stub.c │ │ ├── man │ │ │ ├── Makefile.am │ │ │ └── Xquartz.man │ │ ├── meson.build │ │ ├── pbproxy │ │ │ ├── .gitignore │ │ │ ├── Makefile.am │ │ │ ├── app-main.m │ │ │ ├── main.m │ │ │ ├── pbproxy.h │ │ │ ├── trick_autotools.c │ │ │ ├── x-input.m │ │ │ ├── x-selection.h │ │ │ └── x-selection.m │ │ ├── quartz.c │ │ ├── quartz.h │ │ ├── quartzCocoa.m │ │ ├── quartzCommon.h │ │ ├── quartzKeyboard.c │ │ ├── quartzKeyboard.h │ │ ├── quartzRandR.c │ │ ├── quartzRandR.h │ │ ├── quartzStartup.c │ │ ├── sanitizedCarbon.h │ │ ├── sanitizedCocoa.h │ │ └── xpr │ │ │ ├── Makefile.am │ │ │ ├── appledri.c │ │ │ ├── appledri.h │ │ │ ├── appledristr.h │ │ │ ├── dri.c │ │ │ ├── dri.h │ │ │ ├── driWrap.c │ │ │ ├── driWrap.h │ │ │ ├── dristruct.h │ │ │ ├── x-hash.c │ │ │ ├── x-hash.h │ │ │ ├── x-hook.c │ │ │ ├── x-hook.h │ │ │ ├── x-list.c │ │ │ ├── x-list.h │ │ │ ├── xpr.h │ │ │ ├── xprAppleWM.c │ │ │ ├── xprCursor.c │ │ │ ├── xprEvent.c │ │ │ ├── xprEvent.h │ │ │ ├── xprFrame.c │ │ │ └── xprScreen.c │ ├── xwayland │ │ ├── .gitignore │ │ ├── Makefile.am │ │ ├── drm.xml │ │ ├── meson.build │ │ ├── xwayland-cursor.c │ │ ├── xwayland-cvt.c │ │ ├── xwayland-glamor-eglstream.c │ │ ├── xwayland-glamor-gbm.c │ │ ├── xwayland-glamor-xv.c │ │ ├── xwayland-glamor.c │ │ ├── xwayland-input.c │ │ ├── xwayland-output.c │ │ ├── xwayland-present.c │ │ ├── xwayland-shm.c │ │ ├── xwayland-vidmode.c │ │ ├── xwayland.c │ │ └── xwayland.h │ └── xwin │ │ ├── .gitignore │ │ ├── InitInput.c │ │ ├── InitOutput.c │ │ ├── Makefile.am │ │ ├── X.ico │ │ ├── XWin.exe.manifest │ │ ├── doflexbison.bat │ │ ├── dri │ │ ├── Makefile.am │ │ ├── meson.build │ │ ├── windowsdri.c │ │ └── windowsdri.h │ │ ├── glx │ │ ├── .gitignore │ │ ├── Makefile.am │ │ ├── buildsimpledib.bat │ │ ├── dri_helpers.c │ │ ├── dri_helpers.h │ │ ├── gen_gl_wrappers.py │ │ ├── genheaders.py │ │ ├── gl.xml │ │ ├── glwindows.h │ │ ├── glwrap.c │ │ ├── indirect.c │ │ ├── indirect.h │ │ ├── makefile │ │ ├── meson.build │ │ ├── reg.py │ │ ├── simpledib.c │ │ ├── wgl.xml │ │ ├── wgl_ext_api.c │ │ ├── wgl_ext_api.h │ │ ├── wglext.h │ │ ├── winpriv.c │ │ └── winpriv.h │ │ ├── makefile │ │ ├── man │ │ ├── Makefile.am │ │ ├── XWin.man │ │ └── XWinrc.man │ │ ├── meson.build │ │ ├── propertystore.h │ │ ├── swrastwgl_dri │ │ ├── .gitignore │ │ ├── glwindows.h │ │ ├── glwrap.c │ │ ├── makefile │ │ ├── swrastwgl_dri.c │ │ └── swrastwgl_dri.def │ │ ├── system.XWinrc │ │ ├── taskbar.h │ │ ├── win.h │ │ ├── winSetAppUserModelID.c │ │ ├── winallpriv.c │ │ ├── winauth.c │ │ ├── winblock.c │ │ ├── winclipboard │ │ ├── Makefile.am │ │ ├── debug.c │ │ ├── internal.h │ │ ├── makefile │ │ ├── meson.build │ │ ├── textconv.c │ │ ├── thread.c │ │ ├── winclipboard.h │ │ ├── wndproc.c │ │ ├── xevents.c │ │ ├── xwinclip.c │ │ └── xwinclip.man │ │ ├── winclipboardinit.c │ │ ├── winclipboardwrappers.c │ │ ├── wincmap.c │ │ ├── winconfig.c │ │ ├── winconfig.h │ │ ├── wincreatewnd.c │ │ ├── wincursor.c │ │ ├── windialogs.c │ │ ├── windisplay.c │ │ ├── windisplay.h │ │ ├── winengine.c │ │ ├── winerror.c │ │ ├── winglobals.c │ │ ├── winglobals.h │ │ ├── winkeybd.c │ │ ├── winkeybd.h │ │ ├── winkeyhook.c │ │ ├── winkeynames.h │ │ ├── winlayouts.h │ │ ├── winmessages.h │ │ ├── winmisc.c │ │ ├── winmonitors.c │ │ ├── winmonitors.h │ │ ├── winmouse.c │ │ ├── winms.h │ │ ├── winmsg.c │ │ ├── winmsg.h │ │ ├── winmsgwindow.c │ │ ├── winmultiwindowclass.c │ │ ├── winmultiwindowclass.h │ │ ├── winmultiwindowicons.c │ │ ├── winmultiwindowicons.h │ │ ├── winmultiwindowshape.c │ │ ├── winmultiwindowwindow.c │ │ ├── winmultiwindowwm.c │ │ ├── winmultiwindowwndproc.c │ │ ├── winos.c │ │ ├── winprefs.c │ │ ├── winprefs.h │ │ ├── winprefslex.l │ │ ├── winprefsyacc.y │ │ ├── winprocarg.c │ │ ├── winrandr.c │ │ ├── winresource.h │ │ ├── winscrinit.c │ │ ├── winshadddnl.c │ │ ├── winshadgdi.c │ │ ├── wintaskbar.c │ │ ├── wintrayicon.c │ │ ├── winvalargs.c │ │ ├── winwakeup.c │ │ ├── winwin32rootless.c │ │ ├── winwin32rootlesswindow.c │ │ ├── winwin32rootlesswndproc.c │ │ ├── winwindow.c │ │ ├── winwindow.h │ │ ├── winwindowswm.c │ │ ├── winwndproc.c │ │ ├── xdmcphostselect.c │ │ └── xlaunch │ │ ├── COPYING │ │ ├── config.cc │ │ ├── config.h │ │ ├── main.cc │ │ ├── makefile │ │ ├── resources │ │ ├── dialog.rc │ │ ├── fullscreen.bmp │ │ ├── images.rc │ │ ├── multiwindow.bmp │ │ ├── nodecoration.bmp │ │ ├── resources.h │ │ ├── resources.rc │ │ ├── strings.rc │ │ └── windowed.bmp │ │ └── window │ │ ├── dialog.cc │ │ ├── dialog.h │ │ ├── makefile │ │ ├── util.cc │ │ ├── util.h │ │ ├── window.cc │ │ ├── window.h │ │ ├── wizard.cc │ │ └── wizard.h ├── include │ ├── .gitignore │ ├── Makefile.am │ ├── XIstubs.h │ ├── Xprintf.h │ ├── busfault.h │ ├── callback.h │ ├── client.h │ ├── closestr.h │ ├── closure.h │ ├── colormap.h │ ├── colormapst.h │ ├── cursor.h │ ├── cursorstr.h │ ├── dbus-core.h │ ├── displaymode.h │ ├── dix-config-apple-verbatim.h │ ├── dix-config.h.in │ ├── dix.h │ ├── dixaccess.h │ ├── dixevents.h │ ├── dixfont.h │ ├── dixfontstr.h │ ├── dixgrabs.h │ ├── dixstruct.h │ ├── eventconvert.h │ ├── events.h │ ├── eventstr.h │ ├── exevents.h │ ├── extension.h │ ├── extinit.h │ ├── extnsionst.h │ ├── gc.h │ ├── gcstruct.h │ ├── globals.h │ ├── glx_extinit.h │ ├── glxvndabi.h │ ├── hotplug.h │ ├── input.h │ ├── inputstr.h │ ├── inpututils.h │ ├── list.h │ ├── meson.build │ ├── misc.h │ ├── miscstruct.h │ ├── nonsdk_extinit.h │ ├── opaque.h │ ├── optionstr.h │ ├── os.h │ ├── pixmap.h │ ├── pixmapstr.h │ ├── privates.h │ ├── probes.h │ ├── property.h │ ├── propertyst.h │ ├── protocol-versions.h │ ├── ptrveloc.h │ ├── region.h │ ├── regionstr.h │ ├── registry.h │ ├── resource.h │ ├── rgb.h │ ├── screenint.h │ ├── scrnintstr.h │ ├── selection.h │ ├── servermd.h │ ├── site.h │ ├── swaprep.h │ ├── swapreq.h │ ├── systemd-logind.h │ ├── validate.h │ ├── version-config.h.in │ ├── vidmodestr.h │ ├── window.h │ ├── windowstr.h │ ├── xkb-config.h.in │ ├── xkbfile.h │ ├── xkbrules.h │ ├── xkbsrv.h │ ├── xkbstr.h │ ├── xorg-config.h.in │ ├── xorg-config.h.meson.in │ ├── xorg-server.h.in │ ├── xorg-server.h.meson.in │ ├── xserver-properties.h │ ├── xserver_poll.h │ ├── xsha1.h │ ├── xwayland-config.h.in │ ├── xwayland-config.h.meson.in │ ├── xwin-config.h.in │ └── xwin-config.h.meson.in ├── installer │ ├── packageall.bat │ ├── vcxsrv-64-debug.nsi │ ├── vcxsrv-64.nsi │ ├── vcxsrv-debug.nsi │ └── vcxsrv.nsi ├── m4 │ ├── ac_define_dir.m4 │ └── ax_pthread.m4 ├── makefile ├── man │ ├── Makefile.am │ └── Xserver.man ├── manpages.am ├── meson.build ├── meson_options.txt ├── mi │ ├── Makefile.am │ ├── makefile │ ├── meson.build │ ├── mi.h │ ├── miarc.c │ ├── mibitblt.c │ ├── micmap.c │ ├── micmap.h │ ├── micoord.h │ ├── micopy.c │ ├── midash.c │ ├── midispcur.c │ ├── mieq.c │ ├── miexpose.c │ ├── mifillarc.c │ ├── mifillarc.h │ ├── mifillrct.c │ ├── mifpoly.h │ ├── migc.c │ ├── migc.h │ ├── miglblt.c │ ├── miinitext.c │ ├── miline.h │ ├── mioverlay.c │ ├── mioverlay.h │ ├── mipointer.c │ ├── mipointer.h │ ├── mipointrst.h │ ├── mipoly.c │ ├── mipoly.h │ ├── mipolypnt.c │ ├── mipolyrect.c │ ├── mipolyseg.c │ ├── mipolytext.c │ ├── mipushpxl.c │ ├── miscanfill.h │ ├── miscrinit.c │ ├── misprite.c │ ├── misprite.h │ ├── mistruct.h │ ├── mivalidate.h │ ├── mivaltree.c │ ├── miwideline.c │ ├── miwideline.h │ ├── miwindow.c │ ├── mizerarc.c │ ├── mizerarc.h │ ├── mizerclip.c │ └── mizerline.c ├── miext │ ├── Makefile.am │ ├── damage │ │ ├── Makefile.am │ │ ├── damage.c │ │ ├── damage.h │ │ ├── damagestr.h │ │ ├── makefile │ │ └── meson.build │ ├── rootless │ │ ├── Makefile.am │ │ ├── README.txt │ │ ├── makefile │ │ ├── rootless.h │ │ ├── rootlessCommon.c │ │ ├── rootlessCommon.h │ │ ├── rootlessConfig.h │ │ ├── rootlessGC.c │ │ ├── rootlessScreen.c │ │ ├── rootlessValTree.c │ │ ├── rootlessWindow.c │ │ ├── rootlessWindow.h │ │ └── xplugin.h │ ├── shadow │ │ ├── Makefile.am │ │ ├── c2p_core.h │ │ ├── makefile │ │ ├── meson.build │ │ ├── sh3224.c │ │ ├── shadow.c │ │ ├── shadow.h │ │ ├── shafb4.c │ │ ├── shafb8.c │ │ ├── shiplan2p4.c │ │ ├── shiplan2p8.c │ │ ├── shpacked.c │ │ ├── shplanar.c │ │ ├── shplanar8.c │ │ ├── shrot16pack.c │ │ ├── shrot16pack_180.c │ │ ├── shrot16pack_270.c │ │ ├── shrot16pack_270YX.c │ │ ├── shrot16pack_90.c │ │ ├── shrot16pack_90YX.c │ │ ├── shrot32pack.c │ │ ├── shrot32pack_180.c │ │ ├── shrot32pack_270.c │ │ ├── shrot32pack_90.c │ │ ├── shrot8pack.c │ │ ├── shrot8pack_180.c │ │ ├── shrot8pack_270.c │ │ ├── shrot8pack_90.c │ │ ├── shrotate.c │ │ ├── shrotpack.h │ │ └── shrotpackYX.h │ └── sync │ │ ├── Makefile.am │ │ ├── makefile │ │ ├── meson.build │ │ ├── misync.c │ │ ├── misync.h │ │ ├── misyncfd.c │ │ ├── misyncfd.h │ │ ├── misyncshm.c │ │ ├── misyncshm.h │ │ └── misyncstr.h ├── os │ ├── .gitignore │ ├── Makefile.am │ ├── WaitFor.c │ ├── access.c │ ├── auth.c │ ├── backtrace.c │ ├── busfault.c │ ├── client.c │ ├── connection.c │ ├── inputthread.c │ ├── io.c │ ├── log.c │ ├── makefile │ ├── meson.build │ ├── mitauth.c │ ├── oscolor.c │ ├── osdep.h │ ├── osinit.c │ ├── ospoll.c │ ├── ospoll.h │ ├── reallocarray.c │ ├── rpcauth.c │ ├── strcasecmp.c │ ├── strcasestr.c │ ├── strlcat.c │ ├── strlcpy.c │ ├── strndup.c │ ├── timingsafe_memcmp.c │ ├── utils.c │ ├── xdmauth.c │ ├── xdmcp.c │ ├── xprintf.c │ ├── xserver_poll.c │ ├── xsha1.c │ └── xstrans.c ├── present │ ├── Makefile.am │ ├── makefile │ ├── meson.build │ ├── present.c │ ├── present.h │ ├── present_event.c │ ├── present_execute.c │ ├── present_fake.c │ ├── present_fence.c │ ├── present_notify.c │ ├── present_priv.h │ ├── present_request.c │ ├── present_scmd.c │ ├── present_screen.c │ ├── present_vblank.c │ ├── present_wnmd.c │ └── presentext.h ├── pseudoramiX │ ├── Makefile.am │ ├── makefile │ ├── meson.build │ ├── pseudoramiX.c │ └── pseudoramiX.h ├── randr │ ├── Makefile.am │ ├── makefile │ ├── meson.build │ ├── randr.c │ ├── randrstr.h │ ├── rrcrtc.c │ ├── rrdispatch.c │ ├── rrinfo.c │ ├── rrlease.c │ ├── rrmode.c │ ├── rrmonitor.c │ ├── rroutput.c │ ├── rrpointer.c │ ├── rrproperty.c │ ├── rrprovider.c │ ├── rrproviderproperty.c │ ├── rrscreen.c │ ├── rrsdispatch.c │ ├── rrtransform.c │ ├── rrtransform.h │ └── rrxinerama.c ├── record │ ├── Makefile.am │ ├── makefile │ ├── meson.build │ ├── record.c │ ├── set.c │ └── set.h ├── render │ ├── Makefile.am │ ├── animcur.c │ ├── filter.c │ ├── glyph.c │ ├── glyphstr.h │ ├── makefile │ ├── matrix.c │ ├── meson.build │ ├── miindex.c │ ├── mipict.c │ ├── mipict.h │ ├── mirect.c │ ├── mitrap.c │ ├── mitri.c │ ├── picture.c │ ├── picture.h │ ├── picturestr.h │ └── render.c ├── startmulti.bat ├── startxdmcp.bat ├── system.XWinrc ├── test │ ├── .gitignore │ ├── Makefile.am │ ├── README │ ├── bigreq │ │ ├── meson.build │ │ └── request-length.c │ ├── damage │ │ ├── meson.build │ │ └── primitives.c │ ├── fixes.c │ ├── hashtabletest.c │ ├── input.c │ ├── list.c │ ├── meson.build │ ├── misc.c │ ├── scripts │ │ ├── build-travis-deps.sh │ │ ├── build-travis-osx.sh │ │ ├── run-piglit.sh │ │ ├── xephyr-glamor-piglit.sh │ │ ├── xinit-piglit-session.sh │ │ └── xvfb-piglit.sh │ ├── signal-logging.c │ ├── simple-xinit.c │ ├── string.c │ ├── sync │ │ ├── meson.build │ │ └── sync.c │ ├── test_xkb.c │ ├── tests-common.c │ ├── tests-common.h │ ├── tests.c │ ├── tests.h │ ├── tetexec.cfg │ ├── touch.c │ ├── xfree86.c │ ├── xi1 │ │ └── protocol-xchangedevicecontrol.c │ ├── xi2 │ │ ├── protocol-common.c │ │ ├── protocol-common.h │ │ ├── protocol-eventconvert.c │ │ ├── protocol-xigetclientpointer.c │ │ ├── protocol-xigetselectedevents.c │ │ ├── protocol-xipassivegrabdevice.c │ │ ├── protocol-xiquerydevice.c │ │ ├── protocol-xiquerypointer.c │ │ ├── protocol-xiqueryversion.c │ │ ├── protocol-xiselectevents.c │ │ ├── protocol-xisetclientpointer.c │ │ ├── protocol-xiwarppointer.c │ │ └── xi2.c │ └── xtest.c ├── vcxsrv.sln ├── xfixes │ ├── Makefile.am │ ├── cursor.c │ ├── makefile │ ├── meson.build │ ├── region.c │ ├── saveset.c │ ├── select.c │ ├── xfixes.c │ ├── xfixes.h │ └── xfixesint.h ├── xkb │ ├── Makefile.am │ ├── README.compiled │ ├── XKBAlloc.c │ ├── XKBGAlloc.c │ ├── XKBMAlloc.c │ ├── XKBMisc.c │ ├── XKM_file_format.txt │ ├── ddxBeep.c │ ├── ddxCtrls.c │ ├── ddxKillSrv.c │ ├── ddxLEDs.c │ ├── ddxLoad.c │ ├── ddxPrivate.c │ ├── ddxVT.c │ ├── makefile │ ├── maprules.c │ ├── meson.build │ ├── xkb.c │ ├── xkb.h │ ├── xkbAccessX.c │ ├── xkbActions.c │ ├── xkbDflts.h │ ├── xkbEvents.c │ ├── xkbInit.c │ ├── xkbLEDs.c │ ├── xkbPrKeyEv.c │ ├── xkbSwap.c │ ├── xkbUtils.c │ ├── xkbfmisc.c │ ├── xkbgeom.h │ ├── xkbout.c │ ├── xkbtext.c │ └── xkmread.c ├── xkeyboard-config │ ├── .gitignore │ ├── AUTHORS │ ├── COPYING │ ├── ChangeLog.old │ ├── Makefile.am │ ├── NEWS │ ├── README │ ├── TODO │ ├── autogen.sh │ ├── compat │ │ ├── Makefile.am │ │ ├── README │ │ ├── accessx │ │ ├── basic │ │ ├── caps │ │ ├── complete │ │ ├── iso9995 │ │ ├── japan │ │ ├── ledcaps │ │ ├── lednum │ │ ├── ledscroll │ │ ├── level5 │ │ ├── misc │ │ ├── mousekeys │ │ ├── olpc │ │ ├── pc │ │ ├── pc98 │ │ ├── xfree86 │ │ └── xtest │ ├── configure.ac │ ├── docs │ │ ├── HOWTO.testing │ │ ├── HOWTO.transition │ │ ├── Makefile.am │ │ ├── README.config │ │ ├── README.enhancing │ │ ├── README.symbols │ │ ├── iso15924.csv │ │ ├── iso3166-3.csv │ │ ├── iso3166.csv │ │ └── iso639.csv │ ├── geometry │ │ ├── Makefile.am │ │ ├── README │ │ ├── amiga │ │ ├── ataritt │ │ ├── chicony │ │ ├── dell │ │ ├── digital_vndr │ │ │ ├── Makefile.am │ │ │ ├── lk │ │ │ ├── pc │ │ │ └── unix │ │ ├── everex │ │ ├── fujitsu │ │ ├── hhk │ │ ├── hp │ │ ├── keytronic │ │ ├── kinesis │ │ ├── macintosh │ │ ├── microsoft │ │ ├── nec │ │ ├── nokia │ │ ├── northgate │ │ ├── pc │ │ ├── sanwa │ │ ├── sgi_vndr │ │ │ ├── Makefile.am │ │ │ ├── O2 │ │ │ ├── indigo │ │ │ └── indy │ │ ├── sony │ │ ├── steelseries │ │ ├── sun │ │ ├── teck │ │ ├── thinkpad │ │ ├── typematrix │ │ └── winbook │ ├── keycodes │ │ ├── Makefile.am │ │ ├── README │ │ ├── aliases │ │ ├── amiga │ │ ├── ataritt │ │ ├── digital_vndr │ │ │ ├── Makefile.am │ │ │ ├── lk │ │ │ └── pc │ │ ├── empty │ │ ├── evdev │ │ ├── fujitsu │ │ ├── hp │ │ ├── ibm │ │ ├── jolla │ │ ├── macintosh │ │ ├── olpc │ │ ├── sgi_vndr │ │ │ ├── Makefile.am │ │ │ ├── indigo │ │ │ ├── indy │ │ │ └── iris │ │ ├── sony │ │ ├── sun │ │ ├── xfree86 │ │ └── xfree98 │ ├── man │ │ ├── Makefile.am │ │ └── man.xsl │ ├── po │ │ ├── Makevars │ │ ├── POTFILES.in │ │ ├── POTFILES.skip │ │ ├── af.po │ │ ├── az.po │ │ ├── bg.po │ │ ├── ca.po │ │ ├── crh.po │ │ ├── cs.po │ │ ├── da.po │ │ ├── de.po │ │ ├── el.po │ │ ├── en_GB.po │ │ ├── eo.po │ │ ├── es.po │ │ ├── fi.po │ │ ├── fr.po │ │ ├── fur.po │ │ ├── gl.po │ │ ├── hr.po │ │ ├── hu.po │ │ ├── id.po │ │ ├── it.po │ │ ├── ja.po │ │ ├── ka.po │ │ ├── ko.po │ │ ├── ky.po │ │ ├── lt.po │ │ ├── nb.po │ │ ├── nl.po │ │ ├── pl.po │ │ ├── pt.po │ │ ├── pt_BR.po │ │ ├── ro.po │ │ ├── ru.po │ │ ├── rw.po │ │ ├── sk.po │ │ ├── sl.po │ │ ├── sq.po │ │ ├── sr.po │ │ ├── sv.po │ │ ├── tr.po │ │ ├── uk.po │ │ ├── vi.po │ │ ├── zh_CN.po │ │ └── zh_TW.po │ ├── rules │ │ ├── HDR │ │ ├── Makefile.am │ │ ├── README │ │ ├── base.extras.xml.in │ │ ├── base.hdr.part │ │ ├── base.l1_k.part │ │ ├── base.l1o_s.part │ │ ├── base.l2o_s.part │ │ ├── base.l3o_s.part │ │ ├── base.l4o_s.part │ │ ├── base.l_k.part │ │ ├── base.lists.base.part │ │ ├── base.lists.part │ │ ├── base.lo_s.part │ │ ├── base.m_g.part │ │ ├── base.m_k.part │ │ ├── base.m_s.part │ │ ├── base.m_t.part │ │ ├── base.ml1_c.part │ │ ├── base.ml1_s.part │ │ ├── base.ml2_s.part │ │ ├── base.ml3_s.part │ │ ├── base.ml4_s.part │ │ ├── base.ml_c.part │ │ ├── base.ml_g.part │ │ ├── base.ml_s.part │ │ ├── base.ml_s1.part │ │ ├── base.mlv_s.part │ │ ├── base.o_c.part │ │ ├── base.o_k.part │ │ ├── base.o_s.part │ │ ├── base.o_t.part │ │ ├── base.xml.in │ │ ├── bin │ │ │ ├── Makefile.am │ │ │ ├── ml1_s.bat │ │ │ ├── ml1_s.sh │ │ │ ├── ml1v1_s.bat │ │ │ ├── ml1v1_s.sh │ │ │ ├── ml1v_s.bat │ │ │ ├── ml1v_s.sh │ │ │ ├── ml_s.bat │ │ │ ├── ml_s.sh │ │ │ ├── mln_s.bat │ │ │ ├── mln_s.sh │ │ │ ├── mlnvn_s.bat │ │ │ ├── mlnvn_s.sh │ │ │ ├── mlv_s.bat │ │ │ └── mlv_s.sh │ │ ├── compat │ │ │ ├── .gitignore │ │ │ ├── Makefile.am │ │ │ ├── base.l1v1_c.part │ │ │ ├── base.l2v2_c.part │ │ │ ├── base.l3v3_c.part │ │ │ ├── base.l4v4_c.part │ │ │ ├── base.lists.part │ │ │ ├── base.lv_c.part │ │ │ ├── base.o_s.part │ │ │ ├── layoutsMapping.lst │ │ │ └── variantsMapping.lst │ │ ├── evdev.lists.part │ │ ├── evdev.m_k.part │ │ ├── evdev.m_s.part │ │ ├── merge.py │ │ ├── merge.sh │ │ ├── xfree98 │ │ ├── xkb.dtd │ │ └── xml2lst.pl │ ├── symbols │ │ ├── Makefile.am │ │ ├── af │ │ ├── al │ │ ├── altwin │ │ ├── am │ │ ├── apl │ │ ├── ara │ │ ├── at │ │ ├── au │ │ ├── az │ │ ├── ba │ │ ├── bd │ │ ├── be │ │ ├── bg │ │ ├── br │ │ ├── brai │ │ ├── bt │ │ ├── bw │ │ ├── by │ │ ├── ca │ │ ├── capslock │ │ ├── cd.in │ │ ├── ch │ │ ├── cm │ │ ├── cn │ │ ├── compose │ │ ├── ctrl │ │ ├── cz │ │ ├── de │ │ ├── digital_vndr │ │ │ ├── Makefile.am │ │ │ ├── lk │ │ │ ├── pc │ │ │ ├── us │ │ │ └── vt │ │ ├── dk │ │ ├── dz │ │ ├── ee │ │ ├── empty │ │ ├── epo │ │ ├── es │ │ ├── et │ │ ├── eu │ │ ├── eurosign │ │ ├── extractGroupNames.sh │ │ ├── fi │ │ ├── fo │ │ ├── fr │ │ ├── fujitsu_vndr │ │ │ ├── Makefile.am │ │ │ ├── jp │ │ │ └── us │ │ ├── gb │ │ ├── ge │ │ ├── gh │ │ ├── gn │ │ ├── gr │ │ ├── group │ │ ├── hp_vndr │ │ │ ├── Makefile.am │ │ │ └── us │ │ ├── hr │ │ ├── hu │ │ ├── id │ │ ├── ie │ │ ├── il │ │ ├── in │ │ ├── inet │ │ ├── iq │ │ ├── ir │ │ ├── is │ │ ├── it │ │ ├── jolla_vndr │ │ │ ├── Makefile.am │ │ │ └── sbj │ │ ├── jp │ │ ├── ke │ │ ├── keypad │ │ ├── kg │ │ ├── kh │ │ ├── kpdl │ │ ├── kr │ │ ├── kz │ │ ├── la │ │ ├── latam │ │ ├── latin │ │ ├── level3 │ │ ├── level5 │ │ ├── lk │ │ ├── lt │ │ ├── lv │ │ ├── ma │ │ ├── macintosh_vndr │ │ │ ├── Makefile.am │ │ │ ├── apple │ │ │ ├── ch │ │ │ ├── de │ │ │ ├── dk │ │ │ ├── fi │ │ │ ├── fr │ │ │ ├── gb │ │ │ ├── is │ │ │ ├── it │ │ │ ├── jp │ │ │ ├── latam │ │ │ ├── nl │ │ │ ├── no │ │ │ ├── pt │ │ │ ├── se │ │ │ └── us │ │ ├── mao │ │ ├── md │ │ ├── me │ │ ├── mk │ │ ├── ml │ │ ├── mm │ │ ├── mn │ │ ├── mt │ │ ├── mv │ │ ├── my │ │ ├── nbsp │ │ ├── nec_vndr │ │ │ ├── Makefile.am │ │ │ └── jp │ │ ├── ng │ │ ├── nl │ │ ├── no │ │ ├── nokia_vndr │ │ │ ├── Makefile.am │ │ │ ├── rx-44 │ │ │ ├── rx-51 │ │ │ └── su-8w │ │ ├── np │ │ ├── olpc │ │ ├── parens │ │ ├── pc │ │ ├── ph │ │ ├── pk │ │ ├── pl │ │ ├── pt │ │ ├── ro │ │ ├── rs │ │ ├── ru │ │ ├── rupeesign │ │ ├── se │ │ ├── sgi_vndr │ │ │ ├── Makefile.am │ │ │ └── jp │ │ ├── sharp_vndr │ │ │ ├── Makefile.am │ │ │ ├── sl-c3x00 │ │ │ ├── ws003sh │ │ │ ├── ws007sh │ │ │ ├── ws011sh │ │ │ └── ws020sh │ │ ├── shift │ │ ├── si │ │ ├── sk │ │ ├── sn │ │ ├── sony_vndr │ │ │ ├── Makefile.am │ │ │ └── us │ │ ├── srvr_ctrl │ │ ├── sun_vndr │ │ │ ├── Makefile.am │ │ │ ├── ara │ │ │ ├── be │ │ │ ├── br │ │ │ ├── ca │ │ │ ├── ch │ │ │ ├── cz │ │ │ ├── de │ │ │ ├── dk │ │ │ ├── ee │ │ │ ├── es │ │ │ ├── fi │ │ │ ├── fr │ │ │ ├── gb │ │ │ ├── gr │ │ │ ├── it │ │ │ ├── jp │ │ │ ├── kr │ │ │ ├── lt │ │ │ ├── lv │ │ │ ├── nl │ │ │ ├── no │ │ │ ├── pl │ │ │ ├── pt │ │ │ ├── ro │ │ │ ├── ru │ │ │ ├── se │ │ │ ├── sk │ │ │ ├── solaris │ │ │ ├── tr │ │ │ ├── tw │ │ │ ├── ua │ │ │ └── us │ │ ├── sy │ │ ├── terminate │ │ ├── tg │ │ ├── th │ │ ├── tj │ │ ├── tm │ │ ├── tr │ │ ├── trans │ │ ├── tw │ │ ├── typo │ │ ├── tz │ │ ├── ua │ │ ├── us │ │ ├── uz │ │ ├── vn │ │ ├── xfree68_vndr │ │ │ ├── Makefile.am │ │ │ ├── amiga │ │ │ └── ataritt │ │ └── za │ ├── tests │ │ ├── genLists4Comparizon.sh │ │ ├── listCI2.xsl │ │ ├── listCIs.xsl │ │ ├── mxkbledpanel │ │ │ ├── Imakefile │ │ │ ├── mxkbledpanel.c │ │ │ └── mxkbledpanel.man │ │ ├── ruby │ │ │ ├── README │ │ │ ├── find_fragments.rb │ │ │ ├── find_match.rb │ │ │ ├── utils.rb │ │ │ └── xkbparser.rb │ │ ├── testLayouts.pl │ │ ├── testModels.pl │ │ ├── testOptions.pl │ │ ├── testShortDescriptions │ │ └── xkbTestFunc.pm │ ├── types │ │ ├── Makefile.am │ │ ├── README │ │ ├── basic │ │ ├── cancel │ │ ├── caps │ │ ├── complete │ │ ├── default.in │ │ ├── extra │ │ ├── iso9995 │ │ ├── level5 │ │ ├── mousekeys │ │ ├── nokia │ │ ├── numpad │ │ └── pc │ ├── xkbrules.mak │ ├── xkeyboard-config.pc.in │ └── xslt │ │ ├── reg2ll.xsl │ │ └── xfree86.xsl ├── xkeysymdb ├── xorg-server.m4 ├── xorg-server.pc.in └── xserver.ent.in └── zlib ├── CMakeLists.txt ├── ChangeLog ├── FAQ ├── INDEX ├── Makefile ├── Makefile.in ├── README ├── adler32.c ├── amiga ├── Makefile.pup └── Makefile.sas ├── compress.c ├── configure ├── contrib ├── README.contrib ├── ada │ ├── buffer_demo.adb │ ├── mtest.adb │ ├── read.adb │ ├── readme.txt │ ├── test.adb │ ├── zlib-streams.adb │ ├── zlib-streams.ads │ ├── zlib-thin.adb │ ├── zlib-thin.ads │ ├── zlib.adb │ ├── zlib.ads │ └── zlib.gpr ├── amd64 │ └── amd64-match.S ├── asm686 │ ├── README.686 │ └── match.S ├── blast │ ├── Makefile │ ├── README │ ├── blast.c │ ├── blast.h │ ├── test.pk │ └── test.txt ├── delphi │ ├── ZLib.pas │ ├── ZLibConst.pas │ ├── readme.txt │ └── zlibd32.mak ├── dotzlib │ ├── DotZLib.build │ ├── DotZLib.chm │ ├── DotZLib.sln │ ├── DotZLib │ │ ├── AssemblyInfo.cs │ │ ├── ChecksumImpl.cs │ │ ├── CircularBuffer.cs │ │ ├── CodecBase.cs │ │ ├── Deflater.cs │ │ ├── DotZLib.cs │ │ ├── DotZLib.csproj │ │ ├── GZipStream.cs │ │ ├── Inflater.cs │ │ └── UnitTests.cs │ ├── LICENSE_1_0.txt │ └── readme.txt ├── gcc_gvmat64 │ └── gvmat64.S ├── infback9 │ ├── README │ ├── infback9.c │ ├── infback9.h │ ├── inffix9.h │ ├── inflate9.h │ ├── inftree9.c │ └── inftree9.h ├── inflate86 │ ├── inffas86.c │ └── inffast.S ├── iostream │ ├── test.cpp │ ├── zfstream.cpp │ └── zfstream.h ├── iostream2 │ ├── zstream.h │ └── zstream_test.cpp ├── iostream3 │ ├── README │ ├── TODO │ ├── test.cc │ ├── zfstream.cc │ └── zfstream.h ├── masmx64 │ ├── bld_ml64.bat │ ├── gvmat64.asm │ ├── inffas8664.c │ ├── inffasx64.asm │ └── readme.txt ├── masmx86 │ ├── bld_ml32.bat │ ├── inffas32.asm │ ├── match686.asm │ └── readme.txt ├── minizip │ ├── Makefile │ ├── Makefile.am │ ├── MiniZip64_Changes.txt │ ├── MiniZip64_info.txt │ ├── configure.ac │ ├── crypt.h │ ├── ioapi.c │ ├── ioapi.h │ ├── iowin32.c │ ├── iowin32.h │ ├── make_vms.com │ ├── miniunz.c │ ├── miniunzip.1 │ ├── minizip.1 │ ├── minizip.c │ ├── minizip.pc.in │ ├── mztools.c │ ├── mztools.h │ ├── unzip.c │ ├── unzip.h │ ├── zip.c │ └── zip.h ├── pascal │ ├── example.pas │ ├── readme.txt │ ├── zlibd32.mak │ └── zlibpas.pas ├── puff │ ├── Makefile │ ├── README │ ├── puff.c │ ├── puff.h │ ├── pufftest.c │ └── zeros.raw ├── testzlib │ ├── testzlib.c │ └── testzlib.txt ├── untgz │ ├── Makefile │ ├── Makefile.msc │ └── untgz.c └── vstudio │ ├── readme.txt │ ├── vc10 │ ├── miniunz.vcxproj │ ├── miniunz.vcxproj.filters │ ├── minizip.vcxproj │ ├── minizip.vcxproj.filters │ ├── testzlib.vcxproj │ ├── testzlib.vcxproj.filters │ ├── testzlibdll.vcxproj │ ├── testzlibdll.vcxproj.filters │ ├── zlib.rc │ ├── zlibstat.vcxproj │ ├── zlibstat.vcxproj.filters │ ├── zlibvc.def │ ├── zlibvc.sln │ ├── zlibvc.vcxproj │ └── zlibvc.vcxproj.filters │ ├── vc11 │ ├── miniunz.vcxproj │ ├── minizip.vcxproj │ ├── testzlib.vcxproj │ ├── testzlibdll.vcxproj │ ├── zlib.rc │ ├── zlibstat.vcxproj │ ├── zlibvc.def │ ├── zlibvc.sln │ └── zlibvc.vcxproj │ ├── vc12 │ ├── miniunz.vcxproj │ ├── minizip.vcxproj │ ├── testzlib.vcxproj │ ├── testzlibdll.vcxproj │ ├── zlib.rc │ ├── zlibstat.vcxproj │ ├── zlibvc.def │ ├── zlibvc.sln │ └── zlibvc.vcxproj │ ├── vc14 │ ├── miniunz.vcxproj │ ├── minizip.vcxproj │ ├── testzlib.vcxproj │ ├── testzlibdll.vcxproj │ ├── zlib.rc │ ├── zlibstat.vcxproj │ ├── zlibvc.def │ ├── zlibvc.sln │ └── zlibvc.vcxproj │ └── vc9 │ ├── miniunz.vcproj │ ├── minizip.vcproj │ ├── testzlib.vcproj │ ├── testzlibdll.vcproj │ ├── zlib.rc │ ├── zlibstat.vcproj │ ├── zlibvc.def │ ├── zlibvc.sln │ └── zlibvc.vcproj ├── crc32.c ├── crc32.h ├── deflate.c ├── deflate.h ├── doc ├── algorithm.txt ├── rfc1950.txt ├── rfc1951.txt ├── rfc1952.txt └── txtvsbin.txt ├── examples ├── README.examples ├── enough.c ├── fitblk.c ├── gun.c ├── gzappend.c ├── gzjoin.c ├── gzlog.c ├── gzlog.h ├── zlib_how.html ├── zpipe.c └── zran.c ├── gzclose.c ├── gzguts.h ├── gzlib.c ├── gzread.c ├── gzwrite.c ├── infback.c ├── inffast.c ├── inffast.h ├── inffixed.h ├── inflate.c ├── inflate.h ├── inftrees.c ├── inftrees.h ├── make_vms.com ├── msdos ├── Makefile.bor ├── Makefile.dj2 ├── Makefile.emx ├── Makefile.msc └── Makefile.tc ├── nintendods ├── Makefile └── README ├── old ├── Makefile.emx ├── Makefile.riscos ├── README ├── descrip.mms ├── os2 │ ├── Makefile.os2 │ └── zlib.def └── visual-basic.txt ├── os400 ├── README400 ├── bndsrc ├── make.sh └── zlib.inc ├── qnx └── package.qpg ├── test ├── example.c ├── infcover.c └── minigzip.c ├── treebuild.xml ├── trees.c ├── trees.h ├── uncompr.c ├── watcom ├── watcom_f.mak └── watcom_l.mak ├── win32 ├── DLL_FAQ.txt ├── Makefile.bor ├── Makefile.gcc ├── Makefile.msc ├── README-WIN32.txt ├── VisualC.txt ├── zlib.def └── zlib1.rc ├── zconf.h ├── zconf.h.cmakein ├── zconf.h.in ├── zlib.3 ├── zlib.3.pdf ├── zlib.h ├── zlib.map ├── zlib.pc.cmakein ├── zlib.pc.in ├── zlib2ansi ├── zutil.c └── zutil.h /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/.gitignore -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/COPYING -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/README.md -------------------------------------------------------------------------------- /X11/CallbackI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/CallbackI.h -------------------------------------------------------------------------------- /X11/Composite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Composite.h -------------------------------------------------------------------------------- /X11/CompositeP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/CompositeP.h -------------------------------------------------------------------------------- /X11/ConstrainP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/ConstrainP.h -------------------------------------------------------------------------------- /X11/Constraint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Constraint.h -------------------------------------------------------------------------------- /X11/ConvertI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/ConvertI.h -------------------------------------------------------------------------------- /X11/Core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Core.h -------------------------------------------------------------------------------- /X11/CoreP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/CoreP.h -------------------------------------------------------------------------------- /X11/CreateI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/CreateI.h -------------------------------------------------------------------------------- /X11/DECkeysym.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/DECkeysym.h -------------------------------------------------------------------------------- /X11/EventI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/EventI.h -------------------------------------------------------------------------------- /X11/HPkeysym.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/HPkeysym.h -------------------------------------------------------------------------------- /X11/HookObjI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/HookObjI.h -------------------------------------------------------------------------------- /X11/ImUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/ImUtil.h -------------------------------------------------------------------------------- /X11/InitialI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/InitialI.h -------------------------------------------------------------------------------- /X11/Intrinsic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Intrinsic.h -------------------------------------------------------------------------------- /X11/IntrinsicI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/IntrinsicI.h -------------------------------------------------------------------------------- /X11/IntrinsicP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/IntrinsicP.h -------------------------------------------------------------------------------- /X11/Object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Object.h -------------------------------------------------------------------------------- /X11/ObjectP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/ObjectP.h -------------------------------------------------------------------------------- /X11/PM/PM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/PM/PM.h -------------------------------------------------------------------------------- /X11/PM/PMproto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/PM/PMproto.h -------------------------------------------------------------------------------- /X11/PassivGraI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/PassivGraI.h -------------------------------------------------------------------------------- /X11/RectObj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/RectObj.h -------------------------------------------------------------------------------- /X11/RectObjP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/RectObjP.h -------------------------------------------------------------------------------- /X11/ResConfigP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/ResConfigP.h -------------------------------------------------------------------------------- /X11/ResourceI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/ResourceI.h -------------------------------------------------------------------------------- /X11/SelectionI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/SelectionI.h -------------------------------------------------------------------------------- /X11/Shell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Shell.h -------------------------------------------------------------------------------- /X11/ShellI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/ShellI.h -------------------------------------------------------------------------------- /X11/ShellP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/ShellP.h -------------------------------------------------------------------------------- /X11/StringDefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/StringDefs.h -------------------------------------------------------------------------------- /X11/Sunkeysym.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Sunkeysym.h -------------------------------------------------------------------------------- /X11/ThreadsI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/ThreadsI.h -------------------------------------------------------------------------------- /X11/TranslateI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/TranslateI.h -------------------------------------------------------------------------------- /X11/VarargsI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/VarargsI.h -------------------------------------------------------------------------------- /X11/Vendor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Vendor.h -------------------------------------------------------------------------------- /X11/VendorP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/VendorP.h -------------------------------------------------------------------------------- /X11/X.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/X.h -------------------------------------------------------------------------------- /X11/XF86keysym.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/XF86keysym.h -------------------------------------------------------------------------------- /X11/XKBlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/XKBlib.h -------------------------------------------------------------------------------- /X11/XWDFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/XWDFile.h -------------------------------------------------------------------------------- /X11/Xalloca.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xalloca.h -------------------------------------------------------------------------------- /X11/Xarch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xarch.h -------------------------------------------------------------------------------- /X11/Xatom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xatom.h -------------------------------------------------------------------------------- /X11/Xauth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xauth.h -------------------------------------------------------------------------------- /X11/Xaw/AllWidgets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/AllWidgets.h -------------------------------------------------------------------------------- /X11/Xaw/AsciiSink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/AsciiSink.h -------------------------------------------------------------------------------- /X11/Xaw/AsciiSinkP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/AsciiSinkP.h -------------------------------------------------------------------------------- /X11/Xaw/AsciiSrc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/AsciiSrc.h -------------------------------------------------------------------------------- /X11/Xaw/AsciiSrcP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/AsciiSrcP.h -------------------------------------------------------------------------------- /X11/Xaw/AsciiText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/AsciiText.h -------------------------------------------------------------------------------- /X11/Xaw/AsciiTextP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/AsciiTextP.h -------------------------------------------------------------------------------- /X11/Xaw/Box.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/Box.h -------------------------------------------------------------------------------- /X11/Xaw/BoxP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/BoxP.h -------------------------------------------------------------------------------- /X11/Xaw/Cardinals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/Cardinals.h -------------------------------------------------------------------------------- /X11/Xaw/Command.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/Command.h -------------------------------------------------------------------------------- /X11/Xaw/CommandP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/CommandP.h -------------------------------------------------------------------------------- /X11/Xaw/Dialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/Dialog.h -------------------------------------------------------------------------------- /X11/Xaw/DialogP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/DialogP.h -------------------------------------------------------------------------------- /X11/Xaw/Form.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/Form.h -------------------------------------------------------------------------------- /X11/Xaw/FormP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/FormP.h -------------------------------------------------------------------------------- /X11/Xaw/Grip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/Grip.h -------------------------------------------------------------------------------- /X11/Xaw/GripP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/GripP.h -------------------------------------------------------------------------------- /X11/Xaw/Label.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/Label.h -------------------------------------------------------------------------------- /X11/Xaw/LabelP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/LabelP.h -------------------------------------------------------------------------------- /X11/Xaw/List.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/List.h -------------------------------------------------------------------------------- /X11/Xaw/ListP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/ListP.h -------------------------------------------------------------------------------- /X11/Xaw/MenuButtoP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/MenuButtoP.h -------------------------------------------------------------------------------- /X11/Xaw/MenuButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/MenuButton.h -------------------------------------------------------------------------------- /X11/Xaw/MultiSink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/MultiSink.h -------------------------------------------------------------------------------- /X11/Xaw/MultiSinkP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/MultiSinkP.h -------------------------------------------------------------------------------- /X11/Xaw/MultiSrc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/MultiSrc.h -------------------------------------------------------------------------------- /X11/Xaw/MultiSrcP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/MultiSrcP.h -------------------------------------------------------------------------------- /X11/Xaw/Paned.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/Paned.h -------------------------------------------------------------------------------- /X11/Xaw/PanedP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/PanedP.h -------------------------------------------------------------------------------- /X11/Xaw/Panner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/Panner.h -------------------------------------------------------------------------------- /X11/Xaw/PannerP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/PannerP.h -------------------------------------------------------------------------------- /X11/Xaw/Porthole.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/Porthole.h -------------------------------------------------------------------------------- /X11/Xaw/PortholeP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/PortholeP.h -------------------------------------------------------------------------------- /X11/Xaw/Repeater.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/Repeater.h -------------------------------------------------------------------------------- /X11/Xaw/RepeaterP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/RepeaterP.h -------------------------------------------------------------------------------- /X11/Xaw/Reports.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/Reports.h -------------------------------------------------------------------------------- /X11/Xaw/Scrollbar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/Scrollbar.h -------------------------------------------------------------------------------- /X11/Xaw/ScrollbarP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/ScrollbarP.h -------------------------------------------------------------------------------- /X11/Xaw/Simple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/Simple.h -------------------------------------------------------------------------------- /X11/Xaw/SimpleMenP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/SimpleMenP.h -------------------------------------------------------------------------------- /X11/Xaw/SimpleMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/SimpleMenu.h -------------------------------------------------------------------------------- /X11/Xaw/SimpleP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/SimpleP.h -------------------------------------------------------------------------------- /X11/Xaw/Sme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/Sme.h -------------------------------------------------------------------------------- /X11/Xaw/SmeBSB.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/SmeBSB.h -------------------------------------------------------------------------------- /X11/Xaw/SmeBSBP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/SmeBSBP.h -------------------------------------------------------------------------------- /X11/Xaw/SmeLine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/SmeLine.h -------------------------------------------------------------------------------- /X11/Xaw/SmeLineP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/SmeLineP.h -------------------------------------------------------------------------------- /X11/Xaw/SmeP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/SmeP.h -------------------------------------------------------------------------------- /X11/Xaw/StripCharP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/StripCharP.h -------------------------------------------------------------------------------- /X11/Xaw/StripChart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/StripChart.h -------------------------------------------------------------------------------- /X11/Xaw/Template.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/Template.c -------------------------------------------------------------------------------- /X11/Xaw/Template.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/Template.h -------------------------------------------------------------------------------- /X11/Xaw/TemplateP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/TemplateP.h -------------------------------------------------------------------------------- /X11/Xaw/Text.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/Text.h -------------------------------------------------------------------------------- /X11/Xaw/TextP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/TextP.h -------------------------------------------------------------------------------- /X11/Xaw/TextSink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/TextSink.h -------------------------------------------------------------------------------- /X11/Xaw/TextSinkP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/TextSinkP.h -------------------------------------------------------------------------------- /X11/Xaw/TextSrc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/TextSrc.h -------------------------------------------------------------------------------- /X11/Xaw/TextSrcP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/TextSrcP.h -------------------------------------------------------------------------------- /X11/Xaw/Tip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/Tip.h -------------------------------------------------------------------------------- /X11/Xaw/TipP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/TipP.h -------------------------------------------------------------------------------- /X11/Xaw/Toggle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/Toggle.h -------------------------------------------------------------------------------- /X11/Xaw/ToggleP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/ToggleP.h -------------------------------------------------------------------------------- /X11/Xaw/Tree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/Tree.h -------------------------------------------------------------------------------- /X11/Xaw/TreeP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/TreeP.h -------------------------------------------------------------------------------- /X11/Xaw/VendorEP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/VendorEP.h -------------------------------------------------------------------------------- /X11/Xaw/Viewport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/Viewport.h -------------------------------------------------------------------------------- /X11/Xaw/ViewportP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/ViewportP.h -------------------------------------------------------------------------------- /X11/Xaw/XawImP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/XawImP.h -------------------------------------------------------------------------------- /X11/Xaw/XawInit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xaw/XawInit.h -------------------------------------------------------------------------------- /X11/Xcms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xcms.h -------------------------------------------------------------------------------- /X11/Xdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xdefs.h -------------------------------------------------------------------------------- /X11/Xdmcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xdmcp.h -------------------------------------------------------------------------------- /X11/Xfuncproto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xfuncproto.h -------------------------------------------------------------------------------- /X11/Xfuncs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xfuncs.h -------------------------------------------------------------------------------- /X11/Xlib-xcb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xlib-xcb.h -------------------------------------------------------------------------------- /X11/Xlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xlib.h -------------------------------------------------------------------------------- /X11/XlibConf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/XlibConf.h -------------------------------------------------------------------------------- /X11/Xlibint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xlibint.h -------------------------------------------------------------------------------- /X11/Xlocale.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xlocale.h -------------------------------------------------------------------------------- /X11/Xmd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xmd.h -------------------------------------------------------------------------------- /X11/Xmu/Atoms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xmu/Atoms.h -------------------------------------------------------------------------------- /X11/Xmu/CharSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xmu/CharSet.h -------------------------------------------------------------------------------- /X11/Xmu/CloseHook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xmu/CloseHook.h -------------------------------------------------------------------------------- /X11/Xmu/Converters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xmu/Converters.h -------------------------------------------------------------------------------- /X11/Xmu/CurUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xmu/CurUtil.h -------------------------------------------------------------------------------- /X11/Xmu/CvtCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xmu/CvtCache.h -------------------------------------------------------------------------------- /X11/Xmu/DisplayQue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xmu/DisplayQue.h -------------------------------------------------------------------------------- /X11/Xmu/Drawing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xmu/Drawing.h -------------------------------------------------------------------------------- /X11/Xmu/Editres.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xmu/Editres.h -------------------------------------------------------------------------------- /X11/Xmu/EditresP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xmu/EditresP.h -------------------------------------------------------------------------------- /X11/Xmu/Error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xmu/Error.h -------------------------------------------------------------------------------- /X11/Xmu/ExtAgent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xmu/ExtAgent.h -------------------------------------------------------------------------------- /X11/Xmu/Initer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xmu/Initer.h -------------------------------------------------------------------------------- /X11/Xmu/Lookup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xmu/Lookup.h -------------------------------------------------------------------------------- /X11/Xmu/Misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xmu/Misc.h -------------------------------------------------------------------------------- /X11/Xmu/StdCmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xmu/StdCmap.h -------------------------------------------------------------------------------- /X11/Xmu/StdSel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xmu/StdSel.h -------------------------------------------------------------------------------- /X11/Xmu/SysUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xmu/SysUtil.h -------------------------------------------------------------------------------- /X11/Xmu/WhitePoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xmu/WhitePoint.h -------------------------------------------------------------------------------- /X11/Xmu/WidgetNode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xmu/WidgetNode.h -------------------------------------------------------------------------------- /X11/Xmu/WinUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xmu/WinUtil.h -------------------------------------------------------------------------------- /X11/Xmu/Xct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xmu/Xct.h -------------------------------------------------------------------------------- /X11/Xmu/Xmu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xmu/Xmu.h -------------------------------------------------------------------------------- /X11/Xos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xos.h -------------------------------------------------------------------------------- /X11/Xos_r.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xos_r.h -------------------------------------------------------------------------------- /X11/Xosdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xosdefs.h -------------------------------------------------------------------------------- /X11/Xpoll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xpoll.h -------------------------------------------------------------------------------- /X11/Xpoll.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xpoll.h.in -------------------------------------------------------------------------------- /X11/Xproto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xproto.h -------------------------------------------------------------------------------- /X11/Xprotostr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xprotostr.h -------------------------------------------------------------------------------- /X11/Xregion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xregion.h -------------------------------------------------------------------------------- /X11/Xresource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xresource.h -------------------------------------------------------------------------------- /X11/Xthreads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xthreads.h -------------------------------------------------------------------------------- /X11/Xtos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xtos.h -------------------------------------------------------------------------------- /X11/Xutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xutil.h -------------------------------------------------------------------------------- /X11/Xw32defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xw32defs.h -------------------------------------------------------------------------------- /X11/Xwindows.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xwindows.h -------------------------------------------------------------------------------- /X11/Xwinsock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/Xwinsock.h -------------------------------------------------------------------------------- /X11/ap_keysym.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/ap_keysym.h -------------------------------------------------------------------------------- /X11/cursorfont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/cursorfont.h -------------------------------------------------------------------------------- /X11/dri/xf86dri.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/dri/xf86dri.h -------------------------------------------------------------------------------- /X11/dri/xf86dristr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/dri/xf86dristr.h -------------------------------------------------------------------------------- /X11/extensions/EVI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/extensions/EVI.h -------------------------------------------------------------------------------- /X11/extensions/XI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/extensions/XI.h -------------------------------------------------------------------------------- /X11/extensions/XI2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/extensions/XI2.h -------------------------------------------------------------------------------- /X11/extensions/XKB.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/extensions/XKB.h -------------------------------------------------------------------------------- /X11/extensions/XKM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/extensions/XKM.h -------------------------------------------------------------------------------- /X11/extensions/Xag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/extensions/Xag.h -------------------------------------------------------------------------------- /X11/extensions/Xge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/extensions/Xge.h -------------------------------------------------------------------------------- /X11/extensions/Xv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/extensions/Xv.h -------------------------------------------------------------------------------- /X11/extensions/ag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/extensions/ag.h -------------------------------------------------------------------------------- /X11/extensions/cup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/extensions/cup.h -------------------------------------------------------------------------------- /X11/extensions/dbe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/extensions/dbe.h -------------------------------------------------------------------------------- /X11/extensions/dmx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/extensions/dmx.h -------------------------------------------------------------------------------- /X11/extensions/ge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/extensions/ge.h -------------------------------------------------------------------------------- /X11/extensions/lbx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/extensions/lbx.h -------------------------------------------------------------------------------- /X11/extensions/shm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/extensions/shm.h -------------------------------------------------------------------------------- /X11/fonts/FS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/fonts/FS.h -------------------------------------------------------------------------------- /X11/fonts/FSproto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/fonts/FSproto.h -------------------------------------------------------------------------------- /X11/fonts/bdfint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/fonts/bdfint.h -------------------------------------------------------------------------------- /X11/fonts/bitmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/fonts/bitmap.h -------------------------------------------------------------------------------- /X11/fonts/bufio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/fonts/bufio.h -------------------------------------------------------------------------------- /X11/fonts/fntfil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/fonts/fntfil.h -------------------------------------------------------------------------------- /X11/fonts/fntfilio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/fonts/fntfilio.h -------------------------------------------------------------------------------- /X11/fonts/fntfilst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/fonts/fntfilst.h -------------------------------------------------------------------------------- /X11/fonts/font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/fonts/font.h -------------------------------------------------------------------------------- /X11/fonts/fontenc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/fonts/fontenc.h -------------------------------------------------------------------------------- /X11/fonts/fontencc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/fonts/fontencc.h -------------------------------------------------------------------------------- /X11/fonts/fontmisc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/fonts/fontmisc.h -------------------------------------------------------------------------------- /X11/fonts/fontmod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/fonts/fontmod.h -------------------------------------------------------------------------------- /X11/fonts/fontutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/fonts/fontutil.h -------------------------------------------------------------------------------- /X11/fonts/fontxlfd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/fonts/fontxlfd.h -------------------------------------------------------------------------------- /X11/fonts/fsmasks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/fonts/fsmasks.h -------------------------------------------------------------------------------- /X11/fonts/pcf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/fonts/pcf.h -------------------------------------------------------------------------------- /X11/keysym.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/keysym.h -------------------------------------------------------------------------------- /X11/keysymdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/keysymdef.h -------------------------------------------------------------------------------- /X11/xpm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/xpm.h -------------------------------------------------------------------------------- /X11/xtrans/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/xtrans/AUTHORS -------------------------------------------------------------------------------- /X11/xtrans/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/xtrans/COPYING -------------------------------------------------------------------------------- /X11/xtrans/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/xtrans/README -------------------------------------------------------------------------------- /X11/xtrans/Xtrans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/xtrans/Xtrans.c -------------------------------------------------------------------------------- /X11/xtrans/Xtrans.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/xtrans/Xtrans.h -------------------------------------------------------------------------------- /X11/xtrans/xtrans.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/X11/xtrans/xtrans.m4 -------------------------------------------------------------------------------- /apps/common/inet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/common/inet.c -------------------------------------------------------------------------------- /apps/common/makefile: -------------------------------------------------------------------------------- 1 | LIBRARY = common 2 | 3 | CSRCS = inet.c 4 | -------------------------------------------------------------------------------- /apps/xauth/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xauth/COPYING -------------------------------------------------------------------------------- /apps/xauth/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xauth/ChangeLog -------------------------------------------------------------------------------- /apps/xauth/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xauth/INSTALL -------------------------------------------------------------------------------- /apps/xauth/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xauth/README -------------------------------------------------------------------------------- /apps/xauth/compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xauth/compile -------------------------------------------------------------------------------- /apps/xauth/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xauth/config.h -------------------------------------------------------------------------------- /apps/xauth/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xauth/configure -------------------------------------------------------------------------------- /apps/xauth/depcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xauth/depcomp -------------------------------------------------------------------------------- /apps/xauth/gethost.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xauth/gethost.c -------------------------------------------------------------------------------- /apps/xauth/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xauth/makefile -------------------------------------------------------------------------------- /apps/xauth/missing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xauth/missing -------------------------------------------------------------------------------- /apps/xauth/process.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xauth/process.c -------------------------------------------------------------------------------- /apps/xauth/xauth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xauth/xauth.c -------------------------------------------------------------------------------- /apps/xauth/xauth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xauth/xauth.h -------------------------------------------------------------------------------- /apps/xcalc/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xcalc/COPYING -------------------------------------------------------------------------------- /apps/xcalc/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xcalc/ChangeLog -------------------------------------------------------------------------------- /apps/xcalc/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xcalc/INSTALL -------------------------------------------------------------------------------- /apps/xcalc/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xcalc/README -------------------------------------------------------------------------------- /apps/xcalc/actions.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xcalc/actions.c -------------------------------------------------------------------------------- /apps/xcalc/compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xcalc/compile -------------------------------------------------------------------------------- /apps/xcalc/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xcalc/configure -------------------------------------------------------------------------------- /apps/xcalc/depcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xcalc/depcomp -------------------------------------------------------------------------------- /apps/xcalc/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xcalc/makefile -------------------------------------------------------------------------------- /apps/xcalc/math.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xcalc/math.c -------------------------------------------------------------------------------- /apps/xcalc/missing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xcalc/missing -------------------------------------------------------------------------------- /apps/xcalc/xcalc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xcalc/xcalc.c -------------------------------------------------------------------------------- /apps/xcalc/xcalc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xcalc/xcalc.h -------------------------------------------------------------------------------- /apps/xclock/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xclock/COPYING -------------------------------------------------------------------------------- /apps/xclock/Clock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xclock/Clock.c -------------------------------------------------------------------------------- /apps/xclock/Clock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xclock/Clock.h -------------------------------------------------------------------------------- /apps/xclock/ClockP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xclock/ClockP.h -------------------------------------------------------------------------------- /apps/xclock/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xclock/INSTALL -------------------------------------------------------------------------------- /apps/xclock/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xclock/README -------------------------------------------------------------------------------- /apps/xclock/app-defaults/XClock: -------------------------------------------------------------------------------- 1 | XClock.input: false 2 | -------------------------------------------------------------------------------- /apps/xclock/compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xclock/compile -------------------------------------------------------------------------------- /apps/xclock/depcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xclock/depcomp -------------------------------------------------------------------------------- /apps/xclock/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xclock/makefile -------------------------------------------------------------------------------- /apps/xclock/missing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xclock/missing -------------------------------------------------------------------------------- /apps/xclock/xclock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xclock/xclock.c -------------------------------------------------------------------------------- /apps/xhost/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xhost/AUTHORS -------------------------------------------------------------------------------- /apps/xhost/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xhost/COPYING -------------------------------------------------------------------------------- /apps/xhost/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xhost/ChangeLog -------------------------------------------------------------------------------- /apps/xhost/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xhost/INSTALL -------------------------------------------------------------------------------- /apps/xhost/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xhost/README -------------------------------------------------------------------------------- /apps/xhost/compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xhost/compile -------------------------------------------------------------------------------- /apps/xhost/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xhost/config.h -------------------------------------------------------------------------------- /apps/xhost/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xhost/configure -------------------------------------------------------------------------------- /apps/xhost/depcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xhost/depcomp -------------------------------------------------------------------------------- /apps/xhost/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xhost/makefile -------------------------------------------------------------------------------- /apps/xhost/missing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xhost/missing -------------------------------------------------------------------------------- /apps/xhost/xhost.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xhost/xhost.c -------------------------------------------------------------------------------- /apps/xrdb/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xrdb/.gitignore -------------------------------------------------------------------------------- /apps/xrdb/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xrdb/AUTHORS -------------------------------------------------------------------------------- /apps/xrdb/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xrdb/COPYING -------------------------------------------------------------------------------- /apps/xrdb/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xrdb/README -------------------------------------------------------------------------------- /apps/xrdb/autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xrdb/autogen.sh -------------------------------------------------------------------------------- /apps/xrdb/xrdb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/apps/xrdb/xrdb.c -------------------------------------------------------------------------------- /bdftopcf/AUTHORS: -------------------------------------------------------------------------------- 1 | Keith Packard, MIT X Consortium 2 | -------------------------------------------------------------------------------- /bdftopcf/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/COPYING -------------------------------------------------------------------------------- /bdftopcf/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/ChangeLog -------------------------------------------------------------------------------- /bdftopcf/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/INSTALL -------------------------------------------------------------------------------- /bdftopcf/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/Makefile.am -------------------------------------------------------------------------------- /bdftopcf/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/Makefile.in -------------------------------------------------------------------------------- /bdftopcf/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/README -------------------------------------------------------------------------------- /bdftopcf/aclocal.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/aclocal.m4 -------------------------------------------------------------------------------- /bdftopcf/atom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/atom.c -------------------------------------------------------------------------------- /bdftopcf/bdfint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/bdfint.h -------------------------------------------------------------------------------- /bdftopcf/bdfread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/bdfread.c -------------------------------------------------------------------------------- /bdftopcf/bdftopcf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/bdftopcf.c -------------------------------------------------------------------------------- /bdftopcf/bdfutils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/bdfutils.c -------------------------------------------------------------------------------- /bdftopcf/bitmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/bitmap.c -------------------------------------------------------------------------------- /bdftopcf/bitmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/bitmap.h -------------------------------------------------------------------------------- /bdftopcf/bufio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/bufio.c -------------------------------------------------------------------------------- /bdftopcf/bufio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/bufio.h -------------------------------------------------------------------------------- /bdftopcf/compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/compile -------------------------------------------------------------------------------- /bdftopcf/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/config.h -------------------------------------------------------------------------------- /bdftopcf/config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/config.h.in -------------------------------------------------------------------------------- /bdftopcf/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/config.sub -------------------------------------------------------------------------------- /bdftopcf/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/configure -------------------------------------------------------------------------------- /bdftopcf/defaults.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/defaults.c -------------------------------------------------------------------------------- /bdftopcf/depcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/depcomp -------------------------------------------------------------------------------- /bdftopcf/fileio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/fileio.c -------------------------------------------------------------------------------- /bdftopcf/filewr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/filewr.c -------------------------------------------------------------------------------- /bdftopcf/fntfil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/fntfil.h -------------------------------------------------------------------------------- /bdftopcf/fntfilio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/fntfilio.h -------------------------------------------------------------------------------- /bdftopcf/fntfilst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/fntfilst.h -------------------------------------------------------------------------------- /bdftopcf/font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/font.h -------------------------------------------------------------------------------- /bdftopcf/fontaccel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/fontaccel.c -------------------------------------------------------------------------------- /bdftopcf/fontink.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/fontink.c -------------------------------------------------------------------------------- /bdftopcf/fontmisc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/fontmisc.h -------------------------------------------------------------------------------- /bdftopcf/fontutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/fontutil.h -------------------------------------------------------------------------------- /bdftopcf/fontxlfd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/fontxlfd.h -------------------------------------------------------------------------------- /bdftopcf/install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/install-sh -------------------------------------------------------------------------------- /bdftopcf/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/makefile -------------------------------------------------------------------------------- /bdftopcf/missing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/missing -------------------------------------------------------------------------------- /bdftopcf/pcf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/pcf.h -------------------------------------------------------------------------------- /bdftopcf/pcfwrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/pcfwrite.c -------------------------------------------------------------------------------- /bdftopcf/private.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/private.c -------------------------------------------------------------------------------- /bdftopcf/stubs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/bdftopcf/stubs.h -------------------------------------------------------------------------------- /dxtn/Changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/dxtn/Changelog -------------------------------------------------------------------------------- /dxtn/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/dxtn/Makefile -------------------------------------------------------------------------------- /dxtn/base/port.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/dxtn/base/port.h -------------------------------------------------------------------------------- /dxtn/dxtn.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/dxtn/dxtn.def -------------------------------------------------------------------------------- /dxtn/getsrc.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/dxtn/getsrc.btm -------------------------------------------------------------------------------- /dxtn/txc_dxtn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/dxtn/txc_dxtn.h -------------------------------------------------------------------------------- /expat/CMake.README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/CMake.README -------------------------------------------------------------------------------- /expat/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/CMakeLists.txt -------------------------------------------------------------------------------- /expat/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/COPYING -------------------------------------------------------------------------------- /expat/Changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/Changes -------------------------------------------------------------------------------- /expat/MANIFEST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/MANIFEST -------------------------------------------------------------------------------- /expat/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/Makefile.in -------------------------------------------------------------------------------- /expat/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/README -------------------------------------------------------------------------------- /expat/aclocal.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/aclocal.m4 -------------------------------------------------------------------------------- /expat/amiga/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/amiga/Makefile -------------------------------------------------------------------------------- /expat/amiga/launch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/amiga/launch.c -------------------------------------------------------------------------------- /expat/bcb5/expat.bpf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/bcb5/expat.bpf -------------------------------------------------------------------------------- /expat/bcb5/expat.bpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/bcb5/expat.bpr -------------------------------------------------------------------------------- /expat/bcb5/expat.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/bcb5/expat.mak -------------------------------------------------------------------------------- /expat/bcb5/setup.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/bcb5/setup.bat -------------------------------------------------------------------------------- /expat/bcb5/xmlwf.bpf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/bcb5/xmlwf.bpf -------------------------------------------------------------------------------- /expat/bcb5/xmlwf.bpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/bcb5/xmlwf.bpr -------------------------------------------------------------------------------- /expat/bcb5/xmlwf.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/bcb5/xmlwf.mak -------------------------------------------------------------------------------- /expat/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/configure -------------------------------------------------------------------------------- /expat/configure.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/configure.in -------------------------------------------------------------------------------- /expat/doc/expat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/doc/expat.png -------------------------------------------------------------------------------- /expat/doc/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/doc/style.css -------------------------------------------------------------------------------- /expat/doc/xmlwf.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/doc/xmlwf.1 -------------------------------------------------------------------------------- /expat/doc/xmlwf.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/doc/xmlwf.sgml -------------------------------------------------------------------------------- /expat/expat.dsw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/expat.dsw -------------------------------------------------------------------------------- /expat/expat.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/expat.pc.in -------------------------------------------------------------------------------- /expat/lib/ascii.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/lib/ascii.h -------------------------------------------------------------------------------- /expat/lib/asciitab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/lib/asciitab.h -------------------------------------------------------------------------------- /expat/lib/expat.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/lib/expat.dsp -------------------------------------------------------------------------------- /expat/lib/expat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/lib/expat.h -------------------------------------------------------------------------------- /expat/lib/expatw.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/lib/expatw.dsp -------------------------------------------------------------------------------- /expat/lib/internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/lib/internal.h -------------------------------------------------------------------------------- /expat/lib/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/lib/makefile -------------------------------------------------------------------------------- /expat/lib/nametab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/lib/nametab.h -------------------------------------------------------------------------------- /expat/lib/utf8tab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/lib/utf8tab.h -------------------------------------------------------------------------------- /expat/lib/xmlparse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/lib/xmlparse.c -------------------------------------------------------------------------------- /expat/lib/xmlrole.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/lib/xmlrole.c -------------------------------------------------------------------------------- /expat/lib/xmlrole.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/lib/xmlrole.h -------------------------------------------------------------------------------- /expat/lib/xmltok.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/lib/xmltok.c -------------------------------------------------------------------------------- /expat/lib/xmltok.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/lib/xmltok.h -------------------------------------------------------------------------------- /expat/m4/libtool.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/m4/libtool.m4 -------------------------------------------------------------------------------- /expat/m4/ltsugar.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/m4/ltsugar.m4 -------------------------------------------------------------------------------- /expat/vms/README.vms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/vms/README.vms -------------------------------------------------------------------------------- /expat/xmlwf/ct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/xmlwf/ct.c -------------------------------------------------------------------------------- /expat/xmlwf/xmlurl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/xmlwf/xmlurl.h -------------------------------------------------------------------------------- /expat/xmlwf/xmlwf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/expat/xmlwf/xmlwf.c -------------------------------------------------------------------------------- /fontconfig/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/fontconfig/AUTHORS -------------------------------------------------------------------------------- /fontconfig/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/fontconfig/COPYING -------------------------------------------------------------------------------- /fontconfig/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/fontconfig/INSTALL -------------------------------------------------------------------------------- /fontconfig/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fontconfig/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/fontconfig/README -------------------------------------------------------------------------------- /fontconfig/Tools.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/fontconfig/Tools.mk -------------------------------------------------------------------------------- /fontconfig/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/fontconfig/config.h -------------------------------------------------------------------------------- /fontconfig/fc-case/.gitignore: -------------------------------------------------------------------------------- 1 | fccase.h -------------------------------------------------------------------------------- /fontconfig/fc-lang/.gitignore: -------------------------------------------------------------------------------- 1 | fclang.h -------------------------------------------------------------------------------- /fontconfig/fonts.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/fontconfig/fonts.dtd -------------------------------------------------------------------------------- /fontconfig/git.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/fontconfig/git.mk -------------------------------------------------------------------------------- /fontconfig/m4/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fontconfig/m4/pkg.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/fontconfig/m4/pkg.m4 -------------------------------------------------------------------------------- /fontconfig/po-conf/LINGUAS: -------------------------------------------------------------------------------- 1 | # Please keep this list sorted alphabetically. 2 | zh_CN 3 | -------------------------------------------------------------------------------- /fontconfig/po/LINGUAS: -------------------------------------------------------------------------------- 1 | # Please keep this list sorted alphabetically. 2 | zh_CN 3 | -------------------------------------------------------------------------------- /fontconfig/src/fcstdint.h: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | -------------------------------------------------------------------------------- /freetype/.gitignore: -------------------------------------------------------------------------------- 1 | ipch 2 | *.opensdf 3 | objs64 4 | .vs 5 | -------------------------------------------------------------------------------- /freetype/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/freetype/ChangeLog -------------------------------------------------------------------------------- /freetype/Jamfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/freetype/Jamfile -------------------------------------------------------------------------------- /freetype/Jamrules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/freetype/Jamrules -------------------------------------------------------------------------------- /freetype/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/freetype/Makefile -------------------------------------------------------------------------------- /freetype/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/freetype/README -------------------------------------------------------------------------------- /freetype/README.git: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/freetype/README.git -------------------------------------------------------------------------------- /freetype/autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/freetype/autogen.sh -------------------------------------------------------------------------------- /freetype/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/freetype/configure -------------------------------------------------------------------------------- /freetype/docs/CMAKE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/freetype/docs/CMAKE -------------------------------------------------------------------------------- /freetype/docs/DEBUG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/freetype/docs/DEBUG -------------------------------------------------------------------------------- /freetype/docs/MAKEPP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/freetype/docs/MAKEPP -------------------------------------------------------------------------------- /freetype/docs/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/freetype/docs/TODO -------------------------------------------------------------------------------- /freetype/modules.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/freetype/modules.cfg -------------------------------------------------------------------------------- /freetype/objs/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/freetype/objs/README -------------------------------------------------------------------------------- /freetype/src/Jamfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/freetype/src/Jamfile -------------------------------------------------------------------------------- /freetype/version.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/freetype/version.sed -------------------------------------------------------------------------------- /gl/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/gl/.gitignore -------------------------------------------------------------------------------- /gl/gl_mangle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/gl/gl_mangle.h -------------------------------------------------------------------------------- /gl/glext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/gl/glext.h -------------------------------------------------------------------------------- /gl/glx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/gl/glx.h -------------------------------------------------------------------------------- /gl/glx_mangle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/gl/glx_mangle.h -------------------------------------------------------------------------------- /gl/glxext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/gl/glxext.h -------------------------------------------------------------------------------- /include/assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/include/assert.h -------------------------------------------------------------------------------- /include/byteswap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/include/byteswap.h -------------------------------------------------------------------------------- /include/c99_compat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/include/c99_compat.h -------------------------------------------------------------------------------- /include/dirent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/include/dirent.h -------------------------------------------------------------------------------- /include/dix-config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/include/dix-config.h -------------------------------------------------------------------------------- /include/dlfcn.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /include/iconv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/include/iconv.h -------------------------------------------------------------------------------- /include/inttypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/include/inttypes.h -------------------------------------------------------------------------------- /include/netdb.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /include/netinet/in.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /include/netinet/in_systm.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /include/netinet/ip.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /include/netinet/tcp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /include/stdbool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/include/stdbool.h -------------------------------------------------------------------------------- /include/stdint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/include/stdint.h -------------------------------------------------------------------------------- /include/strings.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /include/sys/dir.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /include/sys/ioctl.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /include/sys/param.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/include/sys/param.h -------------------------------------------------------------------------------- /include/sys/select.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /include/sys/socket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/include/sys/socket.h -------------------------------------------------------------------------------- /include/sys/time.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /include/sys/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/include/sys/types.h -------------------------------------------------------------------------------- /include/sys/un.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/include/sys/un.h -------------------------------------------------------------------------------- /include/sys/wait.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /include/unistd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/include/unistd.h -------------------------------------------------------------------------------- /include/xcb/bigreq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/include/xcb/bigreq.h -------------------------------------------------------------------------------- /include/xcb/render.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/include/xcb/render.h -------------------------------------------------------------------------------- /include/xcb/shape.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/include/xcb/shape.h -------------------------------------------------------------------------------- /include/xcb/shm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/include/xcb/shm.h -------------------------------------------------------------------------------- /include/xcb/xcb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/include/xcb/xcb.h -------------------------------------------------------------------------------- /include/xcb/xcbext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/include/xcb/xcbext.h -------------------------------------------------------------------------------- /include/xcb/xfixes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/include/xcb/xfixes.h -------------------------------------------------------------------------------- /include/xcb/xproto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/include/xcb/xproto.h -------------------------------------------------------------------------------- /libX11/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/.gitignore -------------------------------------------------------------------------------- /libX11/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/AUTHORS -------------------------------------------------------------------------------- /libX11/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/COPYING -------------------------------------------------------------------------------- /libX11/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/Makefile.am -------------------------------------------------------------------------------- /libX11/NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/NEWS -------------------------------------------------------------------------------- /libX11/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/README -------------------------------------------------------------------------------- /libX11/autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/autogen.sh -------------------------------------------------------------------------------- /libX11/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/configure.ac -------------------------------------------------------------------------------- /libX11/cpprules.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/cpprules.in -------------------------------------------------------------------------------- /libX11/cpprules.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/cpprules.mak -------------------------------------------------------------------------------- /libX11/docbook.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/docbook.am -------------------------------------------------------------------------------- /libX11/libX11.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/libX11.def -------------------------------------------------------------------------------- /libX11/man/XArc.man: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/man/XArc.man -------------------------------------------------------------------------------- /libX11/man/XBell.man: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/man/XBell.man -------------------------------------------------------------------------------- /libX11/man/XFree.man: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/man/XFree.man -------------------------------------------------------------------------------- /libX11/man/XNoOp.man: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/man/XNoOp.man -------------------------------------------------------------------------------- /libX11/man/XSync.man: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/man/XSync.man -------------------------------------------------------------------------------- /libX11/modules/Makefile.am: -------------------------------------------------------------------------------- 1 | SUBDIRS=im lc om 2 | -------------------------------------------------------------------------------- /libX11/modules/im/Makefile.am: -------------------------------------------------------------------------------- 1 | SUBDIRS=ximcp 2 | -------------------------------------------------------------------------------- /libX11/modules/lc/Makefile.am: -------------------------------------------------------------------------------- 1 | SUBDIRS=Utf8 def gen 2 | -------------------------------------------------------------------------------- /libX11/modules/om/Makefile.am: -------------------------------------------------------------------------------- 1 | SUBDIRS=generic 2 | -------------------------------------------------------------------------------- /libX11/nls/C/Compose.pre: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libX11/nls/am_ET.UTF-8/XI18N_OBJS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libX11/nls/am_ET.UTF-8/XLC_LOCALE.pre: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libX11/nls/cs_CZ.UTF-8/XI18N_OBJS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libX11/nls/cs_CZ.UTF-8/XLC_LOCALE.pre: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libX11/nls/el_GR.UTF-8/XI18N_OBJS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libX11/nls/el_GR.UTF-8/XLC_LOCALE.pre: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libX11/nls/fi_FI.UTF-8/XI18N_OBJS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libX11/nls/fi_FI.UTF-8/XLC_LOCALE.pre: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libX11/nls/iscii-dev/Compose.pre: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libX11/nls/isiri-3342/Compose.pre: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libX11/nls/iso8859-11/Compose.pre: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libX11/nls/ja_JP.UTF-8/Compose.pre: -------------------------------------------------------------------------------- 1 | include "X11_LOCALEDATADIR/en_US.UTF-8/Compose" 2 | -------------------------------------------------------------------------------- /libX11/nls/km_KH.UTF-8/XLC_LOCALE.pre: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libX11/nls/ko_KR.UTF-8/Compose.pre: -------------------------------------------------------------------------------- 1 | include "X11_LOCALEDATADIR/en_US.UTF-8/Compose" 2 | -------------------------------------------------------------------------------- /libX11/nls/microsoft-cp1251/Compose.pre: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libX11/nls/microsoft-cp1255/Compose.pre: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libX11/nls/microsoft-cp1256/Compose.pre: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libX11/nls/nokhchi-1/Compose.pre: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libX11/nls/ru_RU.UTF-8/Compose.pre: -------------------------------------------------------------------------------- 1 | include "X11_LOCALEDATADIR/en_US.UTF-8/Compose" 2 | -------------------------------------------------------------------------------- /libX11/nls/sr_CS.UTF-8/XLC_LOCALE.pre: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libX11/nls/tatar-cyr/Compose.pre: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libX11/nls/th_TH.UTF-8/Compose.pre: -------------------------------------------------------------------------------- 1 | include "X11_LOCALEDATADIR/en_US.UTF-8/Compose" 2 | -------------------------------------------------------------------------------- /libX11/nls/th_TH/Compose.pre: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libX11/nls/tscii-0/Compose.pre: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libX11/nls/zh_CN.UTF-8/Compose.pre: -------------------------------------------------------------------------------- 1 | include "X11_LOCALEDATADIR/en_US.UTF-8/Compose" 2 | -------------------------------------------------------------------------------- /libX11/nls/zh_HK.UTF-8/Compose.pre: -------------------------------------------------------------------------------- 1 | include "X11_LOCALEDATADIR/en_US.UTF-8/Compose" 2 | -------------------------------------------------------------------------------- /libX11/nls/zh_TW.UTF-8/Compose.pre: -------------------------------------------------------------------------------- 1 | include "X11_LOCALEDATADIR/en_US.UTF-8/Compose" 2 | -------------------------------------------------------------------------------- /libX11/src/AllowEv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/AllowEv.c -------------------------------------------------------------------------------- /libX11/src/AutoRep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/AutoRep.c -------------------------------------------------------------------------------- /libX11/src/Backgnd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/Backgnd.c -------------------------------------------------------------------------------- /libX11/src/Bell.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/Bell.c -------------------------------------------------------------------------------- /libX11/src/Border.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/Border.c -------------------------------------------------------------------------------- /libX11/src/ChCmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/ChCmap.c -------------------------------------------------------------------------------- /libX11/src/ChGC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/ChGC.c -------------------------------------------------------------------------------- /libX11/src/ChProp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/ChProp.c -------------------------------------------------------------------------------- /libX11/src/ChkIfEv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/ChkIfEv.c -------------------------------------------------------------------------------- /libX11/src/CirWin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/CirWin.c -------------------------------------------------------------------------------- /libX11/src/Clear.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/Clear.c -------------------------------------------------------------------------------- /libX11/src/Cmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/Cmap.h -------------------------------------------------------------------------------- /libX11/src/Context.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/Context.c -------------------------------------------------------------------------------- /libX11/src/ConvSel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/ConvSel.c -------------------------------------------------------------------------------- /libX11/src/CopyGC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/CopyGC.c -------------------------------------------------------------------------------- /libX11/src/Cr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/Cr.h -------------------------------------------------------------------------------- /libX11/src/CrCmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/CrCmap.c -------------------------------------------------------------------------------- /libX11/src/CrGC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/CrGC.c -------------------------------------------------------------------------------- /libX11/src/CrGlCur.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/CrGlCur.c -------------------------------------------------------------------------------- /libX11/src/Cursor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/Cursor.c -------------------------------------------------------------------------------- /libX11/src/DelProp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/DelProp.c -------------------------------------------------------------------------------- /libX11/src/Depths.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/Depths.c -------------------------------------------------------------------------------- /libX11/src/DisName.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/DisName.c -------------------------------------------------------------------------------- /libX11/src/DrArc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/DrArc.c -------------------------------------------------------------------------------- /libX11/src/DrArcs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/DrArcs.c -------------------------------------------------------------------------------- /libX11/src/DrLine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/DrLine.c -------------------------------------------------------------------------------- /libX11/src/DrLines.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/DrLines.c -------------------------------------------------------------------------------- /libX11/src/DrPoint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/DrPoint.c -------------------------------------------------------------------------------- /libX11/src/DrRect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/DrRect.c -------------------------------------------------------------------------------- /libX11/src/DrRects.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/DrRects.c -------------------------------------------------------------------------------- /libX11/src/DrSegs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/DrSegs.c -------------------------------------------------------------------------------- /libX11/src/ErrDes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/ErrDes.c -------------------------------------------------------------------------------- /libX11/src/FSSaver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/FSSaver.c -------------------------------------------------------------------------------- /libX11/src/FSWrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/FSWrap.c -------------------------------------------------------------------------------- /libX11/src/FillArc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/FillArc.c -------------------------------------------------------------------------------- /libX11/src/FillRct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/FillRct.c -------------------------------------------------------------------------------- /libX11/src/Flush.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/Flush.c -------------------------------------------------------------------------------- /libX11/src/Font.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/Font.c -------------------------------------------------------------------------------- /libX11/src/FreeGC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/FreeGC.c -------------------------------------------------------------------------------- /libX11/src/FreePix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/FreePix.c -------------------------------------------------------------------------------- /libX11/src/GCMisc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/GCMisc.c -------------------------------------------------------------------------------- /libX11/src/Geom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/Geom.c -------------------------------------------------------------------------------- /libX11/src/GetDflt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/GetDflt.c -------------------------------------------------------------------------------- /libX11/src/GetGeom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/GetGeom.c -------------------------------------------------------------------------------- /libX11/src/GetKCnt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/GetKCnt.c -------------------------------------------------------------------------------- /libX11/src/GetMoEv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/GetMoEv.c -------------------------------------------------------------------------------- /libX11/src/GetPCnt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/GetPCnt.c -------------------------------------------------------------------------------- /libX11/src/GetProp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/GetProp.c -------------------------------------------------------------------------------- /libX11/src/GrKey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/GrKey.c -------------------------------------------------------------------------------- /libX11/src/GrKeybd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/GrKeybd.c -------------------------------------------------------------------------------- /libX11/src/Host.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/Host.c -------------------------------------------------------------------------------- /libX11/src/Iconify.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/Iconify.c -------------------------------------------------------------------------------- /libX11/src/IfEvent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/IfEvent.c -------------------------------------------------------------------------------- /libX11/src/ImText.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/ImText.c -------------------------------------------------------------------------------- /libX11/src/ImUtil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/ImUtil.c -------------------------------------------------------------------------------- /libX11/src/InitExt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/InitExt.c -------------------------------------------------------------------------------- /libX11/src/InsCmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/InsCmap.c -------------------------------------------------------------------------------- /libX11/src/IntAtom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/IntAtom.c -------------------------------------------------------------------------------- /libX11/src/Key.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/Key.h -------------------------------------------------------------------------------- /libX11/src/KeyBind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/KeyBind.c -------------------------------------------------------------------------------- /libX11/src/KillCl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/KillCl.c -------------------------------------------------------------------------------- /libX11/src/LiHosts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/LiHosts.c -------------------------------------------------------------------------------- /libX11/src/LiProps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/LiProps.c -------------------------------------------------------------------------------- /libX11/src/ListExt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/ListExt.c -------------------------------------------------------------------------------- /libX11/src/LockDis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/LockDis.c -------------------------------------------------------------------------------- /libX11/src/Macros.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/Macros.c -------------------------------------------------------------------------------- /libX11/src/MapSubs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/MapSubs.c -------------------------------------------------------------------------------- /libX11/src/Misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/Misc.c -------------------------------------------------------------------------------- /libX11/src/ModMap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/ModMap.c -------------------------------------------------------------------------------- /libX11/src/MoveWin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/MoveWin.c -------------------------------------------------------------------------------- /libX11/src/OCWrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/OCWrap.c -------------------------------------------------------------------------------- /libX11/src/OMWrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/OMWrap.c -------------------------------------------------------------------------------- /libX11/src/OpenDis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/OpenDis.c -------------------------------------------------------------------------------- /libX11/src/Pending.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/Pending.c -------------------------------------------------------------------------------- /libX11/src/PolyReg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/PolyReg.c -------------------------------------------------------------------------------- /libX11/src/PolyTxt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/PolyTxt.c -------------------------------------------------------------------------------- /libX11/src/QuBest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/QuBest.c -------------------------------------------------------------------------------- /libX11/src/QuColor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/QuColor.c -------------------------------------------------------------------------------- /libX11/src/QuExt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/QuExt.c -------------------------------------------------------------------------------- /libX11/src/QuKeybd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/QuKeybd.c -------------------------------------------------------------------------------- /libX11/src/QuPntr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/QuPntr.c -------------------------------------------------------------------------------- /libX11/src/QuTree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/QuTree.c -------------------------------------------------------------------------------- /libX11/src/Quarks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/Quarks.c -------------------------------------------------------------------------------- /libX11/src/RdBitF.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/RdBitF.c -------------------------------------------------------------------------------- /libX11/src/Region.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/Region.c -------------------------------------------------------------------------------- /libX11/src/RotProp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/RotProp.c -------------------------------------------------------------------------------- /libX11/src/SetBack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/SetBack.c -------------------------------------------------------------------------------- /libX11/src/SetFont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/SetFont.c -------------------------------------------------------------------------------- /libX11/src/SetFore.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/SetFore.c -------------------------------------------------------------------------------- /libX11/src/SetFunc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/SetFunc.c -------------------------------------------------------------------------------- /libX11/src/SetStip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/SetStip.c -------------------------------------------------------------------------------- /libX11/src/SetTile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/SetTile.c -------------------------------------------------------------------------------- /libX11/src/StBytes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/StBytes.c -------------------------------------------------------------------------------- /libX11/src/StColor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/StColor.c -------------------------------------------------------------------------------- /libX11/src/StName.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/StName.c -------------------------------------------------------------------------------- /libX11/src/Sync.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/Sync.c -------------------------------------------------------------------------------- /libX11/src/Synchro.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/Synchro.c -------------------------------------------------------------------------------- /libX11/src/Text.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/Text.c -------------------------------------------------------------------------------- /libX11/src/Text16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/Text16.c -------------------------------------------------------------------------------- /libX11/src/TextExt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/TextExt.c -------------------------------------------------------------------------------- /libX11/src/VisUtil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/VisUtil.c -------------------------------------------------------------------------------- /libX11/src/WMGeom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/WMGeom.c -------------------------------------------------------------------------------- /libX11/src/WMProps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/WMProps.c -------------------------------------------------------------------------------- /libX11/src/WarpPtr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/WarpPtr.c -------------------------------------------------------------------------------- /libX11/src/Window.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/Window.c -------------------------------------------------------------------------------- /libX11/src/WrBitF.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/WrBitF.c -------------------------------------------------------------------------------- /libX11/src/XErrorDB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/XErrorDB -------------------------------------------------------------------------------- /libX11/src/XlibInt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/XlibInt.c -------------------------------------------------------------------------------- /libX11/src/Xrm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/Xrm.c -------------------------------------------------------------------------------- /libX11/src/Xxcbint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/Xxcbint.h -------------------------------------------------------------------------------- /libX11/src/globals.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/globals.c -------------------------------------------------------------------------------- /libX11/src/imConv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/imConv.c -------------------------------------------------------------------------------- /libX11/src/locking.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/locking.c -------------------------------------------------------------------------------- /libX11/src/locking.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/locking.h -------------------------------------------------------------------------------- /libX11/src/pathmax.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/pathmax.h -------------------------------------------------------------------------------- /libX11/src/poly.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/poly.h -------------------------------------------------------------------------------- /libX11/src/utlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/utlist.h -------------------------------------------------------------------------------- /libX11/src/x11_xcb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/x11_xcb.c -------------------------------------------------------------------------------- /libX11/src/xcb_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/xcb_io.c -------------------------------------------------------------------------------- /libX11/src/xcms/Cv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/xcms/Cv.h -------------------------------------------------------------------------------- /libX11/src/xkb/XKB.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/src/xkb/XKB.c -------------------------------------------------------------------------------- /libX11/x11-xcb.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/x11-xcb.pc.in -------------------------------------------------------------------------------- /libX11/x11.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libX11/x11.pc.in -------------------------------------------------------------------------------- /libXau/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXau/.gitignore -------------------------------------------------------------------------------- /libXau/AuDispose.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXau/AuDispose.c -------------------------------------------------------------------------------- /libXau/AuFileName.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXau/AuFileName.c -------------------------------------------------------------------------------- /libXau/AuGetAddr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXau/AuGetAddr.c -------------------------------------------------------------------------------- /libXau/AuGetBest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXau/AuGetBest.c -------------------------------------------------------------------------------- /libXau/AuLock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXau/AuLock.c -------------------------------------------------------------------------------- /libXau/AuRead.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXau/AuRead.c -------------------------------------------------------------------------------- /libXau/AuUnlock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXau/AuUnlock.c -------------------------------------------------------------------------------- /libXau/AuWrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXau/AuWrite.c -------------------------------------------------------------------------------- /libXau/Autest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXau/Autest.c -------------------------------------------------------------------------------- /libXau/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXau/COPYING -------------------------------------------------------------------------------- /libXau/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXau/Makefile.am -------------------------------------------------------------------------------- /libXau/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXau/README -------------------------------------------------------------------------------- /libXau/autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXau/autogen.sh -------------------------------------------------------------------------------- /libXau/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXau/configure.ac -------------------------------------------------------------------------------- /libXau/libXau.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXau/libXau.def -------------------------------------------------------------------------------- /libXau/man/Xau.man: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXau/man/Xau.man -------------------------------------------------------------------------------- /libXau/xau.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXau/xau.pc.in -------------------------------------------------------------------------------- /libXaw/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/COPYING -------------------------------------------------------------------------------- /libXaw/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/ChangeLog -------------------------------------------------------------------------------- /libXaw/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/INSTALL -------------------------------------------------------------------------------- /libXaw/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/Makefile.am -------------------------------------------------------------------------------- /libXaw/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/Makefile.in -------------------------------------------------------------------------------- /libXaw/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/README -------------------------------------------------------------------------------- /libXaw/aclocal.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/aclocal.m4 -------------------------------------------------------------------------------- /libXaw/autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/autogen.sh -------------------------------------------------------------------------------- /libXaw/compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/compile -------------------------------------------------------------------------------- /libXaw/config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/config.guess -------------------------------------------------------------------------------- /libXaw/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/config.h -------------------------------------------------------------------------------- /libXaw/config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/config.h.in -------------------------------------------------------------------------------- /libXaw/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/config.sub -------------------------------------------------------------------------------- /libXaw/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/configure -------------------------------------------------------------------------------- /libXaw/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/configure.ac -------------------------------------------------------------------------------- /libXaw/depcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/depcomp -------------------------------------------------------------------------------- /libXaw/docbook.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/docbook.am -------------------------------------------------------------------------------- /libXaw/install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/install-sh -------------------------------------------------------------------------------- /libXaw/ltmain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/ltmain.sh -------------------------------------------------------------------------------- /libXaw/man/Xaw.man: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/man/Xaw.man -------------------------------------------------------------------------------- /libXaw/missing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/missing -------------------------------------------------------------------------------- /libXaw/specs/Box.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/specs/Box.xml -------------------------------------------------------------------------------- /libXaw/specs/CH1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/specs/CH1.xml -------------------------------------------------------------------------------- /libXaw/specs/CH2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/specs/CH2.xml -------------------------------------------------------------------------------- /libXaw/specs/CH3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/specs/CH3.xml -------------------------------------------------------------------------------- /libXaw/specs/CH4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/specs/CH4.xml -------------------------------------------------------------------------------- /libXaw/specs/CH5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/specs/CH5.xml -------------------------------------------------------------------------------- /libXaw/specs/CH6.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/specs/CH6.xml -------------------------------------------------------------------------------- /libXaw/specs/CH7.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/specs/CH7.xml -------------------------------------------------------------------------------- /libXaw/specs/Sme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/specs/Sme.xml -------------------------------------------------------------------------------- /libXaw/src/Actions.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/src/Actions.c -------------------------------------------------------------------------------- /libXaw/src/Box.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/src/Box.c -------------------------------------------------------------------------------- /libXaw/src/Command.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/src/Command.c -------------------------------------------------------------------------------- /libXaw/src/Dialog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/src/Dialog.c -------------------------------------------------------------------------------- /libXaw/src/Form.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/src/Form.c -------------------------------------------------------------------------------- /libXaw/src/Grip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/src/Grip.c -------------------------------------------------------------------------------- /libXaw/src/Label.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/src/Label.c -------------------------------------------------------------------------------- /libXaw/src/List.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/src/List.c -------------------------------------------------------------------------------- /libXaw/src/OS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/src/OS.c -------------------------------------------------------------------------------- /libXaw/src/Paned.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/src/Paned.c -------------------------------------------------------------------------------- /libXaw/src/Panner.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/src/Panner.c -------------------------------------------------------------------------------- /libXaw/src/Pixmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/src/Pixmap.c -------------------------------------------------------------------------------- /libXaw/src/Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/src/Private.h -------------------------------------------------------------------------------- /libXaw/src/Simple.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/src/Simple.c -------------------------------------------------------------------------------- /libXaw/src/Sme.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/src/Sme.c -------------------------------------------------------------------------------- /libXaw/src/SmeBSB.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/src/SmeBSB.c -------------------------------------------------------------------------------- /libXaw/src/SmeLine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/src/SmeLine.c -------------------------------------------------------------------------------- /libXaw/src/Text.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/src/Text.c -------------------------------------------------------------------------------- /libXaw/src/TextPop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/src/TextPop.c -------------------------------------------------------------------------------- /libXaw/src/Tip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/src/Tip.c -------------------------------------------------------------------------------- /libXaw/src/Tree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/src/Tree.c -------------------------------------------------------------------------------- /libXaw/xaw6.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/xaw6.pc.in -------------------------------------------------------------------------------- /libXaw/xaw7.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXaw/xaw7.pc.in -------------------------------------------------------------------------------- /libXdmcp/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXdmcp/AUTHORS -------------------------------------------------------------------------------- /libXdmcp/Array.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXdmcp/Array.c -------------------------------------------------------------------------------- /libXdmcp/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXdmcp/COPYING -------------------------------------------------------------------------------- /libXdmcp/Fill.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXdmcp/Fill.c -------------------------------------------------------------------------------- /libXdmcp/Flush.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXdmcp/Flush.c -------------------------------------------------------------------------------- /libXdmcp/Key.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXdmcp/Key.c -------------------------------------------------------------------------------- /libXdmcp/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXdmcp/README -------------------------------------------------------------------------------- /libXdmcp/Read.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXdmcp/Read.c -------------------------------------------------------------------------------- /libXdmcp/Unwrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXdmcp/Unwrap.c -------------------------------------------------------------------------------- /libXdmcp/Wrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXdmcp/Wrap.c -------------------------------------------------------------------------------- /libXdmcp/Wrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXdmcp/Wrap.h -------------------------------------------------------------------------------- /libXdmcp/Write.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXdmcp/Write.c -------------------------------------------------------------------------------- /libXext/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXext/AUTHORS -------------------------------------------------------------------------------- /libXext/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXext/COPYING -------------------------------------------------------------------------------- /libXext/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXext/README -------------------------------------------------------------------------------- /libXext/src/Xge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXext/src/Xge.c -------------------------------------------------------------------------------- /libXfixes/AUTHORS: -------------------------------------------------------------------------------- 1 | Keith Packard, HP and XFree86. 2 | -------------------------------------------------------------------------------- /libXfixes/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXfixes/COPYING -------------------------------------------------------------------------------- /libXfixes/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXfixes/INSTALL -------------------------------------------------------------------------------- /libXfixes/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXfixes/README -------------------------------------------------------------------------------- /libXfixes/compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXfixes/compile -------------------------------------------------------------------------------- /libXfixes/depcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXfixes/depcomp -------------------------------------------------------------------------------- /libXfixes/missing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXfixes/missing -------------------------------------------------------------------------------- /libXfont2/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXfont2/AUTHORS -------------------------------------------------------------------------------- /libXfont2/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXfont2/COPYING -------------------------------------------------------------------------------- /libXfont2/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXfont2/INSTALL -------------------------------------------------------------------------------- /libXfont2/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXfont2/README -------------------------------------------------------------------------------- /libXfont2/compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXfont2/compile -------------------------------------------------------------------------------- /libXfont2/depcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXfont2/depcomp -------------------------------------------------------------------------------- /libXfont2/missing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXfont2/missing -------------------------------------------------------------------------------- /libXft/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXft/AUTHORS -------------------------------------------------------------------------------- /libXft/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXft/COPYING -------------------------------------------------------------------------------- /libXft/NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXft/NEWS -------------------------------------------------------------------------------- /libXft/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXft/README -------------------------------------------------------------------------------- /libXft/autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXft/autogen.sh -------------------------------------------------------------------------------- /libXft/xft.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXft/xft.pc.in -------------------------------------------------------------------------------- /libXmu/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXmu/.gitignore -------------------------------------------------------------------------------- /libXmu/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXmu/COPYING -------------------------------------------------------------------------------- /libXmu/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXmu/README -------------------------------------------------------------------------------- /libXmu/autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXmu/autogen.sh -------------------------------------------------------------------------------- /libXmu/docbook.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXmu/docbook.am -------------------------------------------------------------------------------- /libXmu/src/Clip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXmu/src/Clip.c -------------------------------------------------------------------------------- /libXmu/src/Xct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXmu/src/Xct.c -------------------------------------------------------------------------------- /libXmu/xmu.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXmu/xmu.pc.in -------------------------------------------------------------------------------- /libXmu/xmuu.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXmu/xmuu.pc.in -------------------------------------------------------------------------------- /libXpm/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXpm/AUTHORS -------------------------------------------------------------------------------- /libXpm/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXpm/COPYING -------------------------------------------------------------------------------- /libXpm/COPYRIGHT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXpm/COPYRIGHT -------------------------------------------------------------------------------- /libXpm/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXpm/ChangeLog -------------------------------------------------------------------------------- /libXpm/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXpm/INSTALL -------------------------------------------------------------------------------- /libXpm/NEWS.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXpm/NEWS.old -------------------------------------------------------------------------------- /libXpm/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXpm/README -------------------------------------------------------------------------------- /libXpm/aclocal.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXpm/aclocal.m4 -------------------------------------------------------------------------------- /libXpm/compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXpm/compile -------------------------------------------------------------------------------- /libXpm/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXpm/config.sub -------------------------------------------------------------------------------- /libXpm/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXpm/configure -------------------------------------------------------------------------------- /libXpm/depcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXpm/depcomp -------------------------------------------------------------------------------- /libXpm/include/Makefile.am: -------------------------------------------------------------------------------- 1 | nobase_include_HEADERS = X11/xpm.h 2 | -------------------------------------------------------------------------------- /libXpm/install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXpm/install-sh -------------------------------------------------------------------------------- /libXpm/ltmain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXpm/ltmain.sh -------------------------------------------------------------------------------- /libXpm/missing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXpm/missing -------------------------------------------------------------------------------- /libXpm/src/Info.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXpm/src/Info.c -------------------------------------------------------------------------------- /libXpm/src/XpmI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXpm/src/XpmI.h -------------------------------------------------------------------------------- /libXpm/src/config.h: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | #define NO_ZPIPE 4 | -------------------------------------------------------------------------------- /libXpm/src/data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXpm/src/data.c -------------------------------------------------------------------------------- /libXpm/src/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXpm/src/misc.c -------------------------------------------------------------------------------- /libXpm/src/rgb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXpm/src/rgb.c -------------------------------------------------------------------------------- /libXpm/src/scan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXpm/src/scan.c -------------------------------------------------------------------------------- /libXpm/src/simx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXpm/src/simx.c -------------------------------------------------------------------------------- /libXpm/src/simx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXpm/src/simx.h -------------------------------------------------------------------------------- /libXpm/xpm.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXpm/xpm.pc.in -------------------------------------------------------------------------------- /libXrender/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXrender/README -------------------------------------------------------------------------------- /libXt/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXt/COPYING -------------------------------------------------------------------------------- /libXt/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXt/ChangeLog -------------------------------------------------------------------------------- /libXt/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXt/INSTALL -------------------------------------------------------------------------------- /libXt/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXt/Makefile.am -------------------------------------------------------------------------------- /libXt/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXt/Makefile.in -------------------------------------------------------------------------------- /libXt/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXt/README -------------------------------------------------------------------------------- /libXt/aclocal.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXt/aclocal.m4 -------------------------------------------------------------------------------- /libXt/compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXt/compile -------------------------------------------------------------------------------- /libXt/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXt/config.h -------------------------------------------------------------------------------- /libXt/config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXt/config.h.in -------------------------------------------------------------------------------- /libXt/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXt/config.sub -------------------------------------------------------------------------------- /libXt/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXt/configure -------------------------------------------------------------------------------- /libXt/depcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXt/depcomp -------------------------------------------------------------------------------- /libXt/docbook.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXt/docbook.am -------------------------------------------------------------------------------- /libXt/include/X11/.gitignore: -------------------------------------------------------------------------------- 1 | Shell.h 2 | StringDefs.h -------------------------------------------------------------------------------- /libXt/install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXt/install-sh -------------------------------------------------------------------------------- /libXt/ltmain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXt/ltmain.sh -------------------------------------------------------------------------------- /libXt/missing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXt/missing -------------------------------------------------------------------------------- /libXt/src/.gitignore: -------------------------------------------------------------------------------- 1 | StringDefs.c -------------------------------------------------------------------------------- /libXt/src/Alloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXt/src/Alloc.c -------------------------------------------------------------------------------- /libXt/src/Core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXt/src/Core.c -------------------------------------------------------------------------------- /libXt/src/Error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXt/src/Error.c -------------------------------------------------------------------------------- /libXt/src/Event.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXt/src/Event.c -------------------------------------------------------------------------------- /libXt/src/Hooks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXt/src/Hooks.c -------------------------------------------------------------------------------- /libXt/src/Popup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXt/src/Popup.c -------------------------------------------------------------------------------- /libXt/src/Shell.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXt/src/Shell.c -------------------------------------------------------------------------------- /libXt/src/TMkey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXt/src/TMkey.c -------------------------------------------------------------------------------- /libXt/test-driver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXt/test-driver -------------------------------------------------------------------------------- /libXt/xt.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libXt/xt.pc.in -------------------------------------------------------------------------------- /libfontenc/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libfontenc/README -------------------------------------------------------------------------------- /libxcb/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libxcb/.gitignore -------------------------------------------------------------------------------- /libxcb/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libxcb/COPYING -------------------------------------------------------------------------------- /libxcb/NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libxcb/NEWS -------------------------------------------------------------------------------- /libxcb/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libxcb/README -------------------------------------------------------------------------------- /libxcb/autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libxcb/autogen.sh -------------------------------------------------------------------------------- /libxcb/doc/.gitignore: -------------------------------------------------------------------------------- 1 | manual 2 | xcb.doxygen -------------------------------------------------------------------------------- /libxcb/m4/xcb.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libxcb/m4/xcb.m4 -------------------------------------------------------------------------------- /libxcb/man/.gitignore: -------------------------------------------------------------------------------- 1 | *.[0-9] 2 | -------------------------------------------------------------------------------- /libxcb/src/ewmh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libxcb/src/ewmh.c -------------------------------------------------------------------------------- /libxcb/src/xcb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libxcb/src/xcb.h -------------------------------------------------------------------------------- /libxcb/xcb-proto/src/.gitattributes: -------------------------------------------------------------------------------- 1 | *.xml diff=xcb 2 | -------------------------------------------------------------------------------- /libxcb/xcb-proto/xcbgen/__init__.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /libxcb/xcb.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libxcb/xcb.pc.in -------------------------------------------------------------------------------- /libxkbfile/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/libxkbfile/README -------------------------------------------------------------------------------- /makefile.after: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/makefile.after -------------------------------------------------------------------------------- /makefile.before: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/makefile.before -------------------------------------------------------------------------------- /mesalib/.mailmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/mesalib/.mailmap -------------------------------------------------------------------------------- /mesalib/REVIEWERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/mesalib/REVIEWERS -------------------------------------------------------------------------------- /mesalib/VERSION: -------------------------------------------------------------------------------- 1 | 19.0.0-devel 2 | -------------------------------------------------------------------------------- /mesalib/bin/.editorconfig: -------------------------------------------------------------------------------- 1 | [*.sh] 2 | indent_style = tab 3 | -------------------------------------------------------------------------------- /mesalib/build-support/conftest.dyn: -------------------------------------------------------------------------------- 1 | { 2 | radeon_drm_winsys_create; 3 | }; 4 | -------------------------------------------------------------------------------- /mesalib/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/mesalib/common.py -------------------------------------------------------------------------------- /mesalib/include/D3D9/.editorconfig: -------------------------------------------------------------------------------- 1 | [*.h] 2 | indent_style = tab 3 | -------------------------------------------------------------------------------- /mesalib/src/amd/common/.gitignore: -------------------------------------------------------------------------------- 1 | sid_tables.h 2 | -------------------------------------------------------------------------------- /mesalib/src/broadcom/qpu/qpu_validate.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mesalib/src/compiler/spirv/.gitignore: -------------------------------------------------------------------------------- 1 | /spirv_info.c 2 | /vtn_gather_types.c 3 | -------------------------------------------------------------------------------- /mesalib/src/hgl/.editorconfig: -------------------------------------------------------------------------------- 1 | [*.{cpp,h}] 2 | indent_style = tab 3 | -------------------------------------------------------------------------------- /mesalib/src/util/xmlpool/LINGUAS: -------------------------------------------------------------------------------- 1 | ca es de nl sv fr 2 | -------------------------------------------------------------------------------- /mesalib/src/util/xmlpool/POTFILES: -------------------------------------------------------------------------------- 1 | src/util/xmlpool/t_options.h 2 | -------------------------------------------------------------------------------- /mesalib/src/vulkan/util/.gitignore: -------------------------------------------------------------------------------- 1 | vk_enum_to_str.* 2 | -------------------------------------------------------------------------------- /openssl/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/openssl/AUTHORS -------------------------------------------------------------------------------- /openssl/CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/openssl/CHANGES -------------------------------------------------------------------------------- /openssl/Configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/openssl/Configure -------------------------------------------------------------------------------- /openssl/FAQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/openssl/FAQ -------------------------------------------------------------------------------- /openssl/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/openssl/INSTALL -------------------------------------------------------------------------------- /openssl/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/openssl/LICENSE -------------------------------------------------------------------------------- /openssl/NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/openssl/NEWS -------------------------------------------------------------------------------- /openssl/NOTES.VMS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/openssl/NOTES.VMS -------------------------------------------------------------------------------- /openssl/NOTES.WIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/openssl/NOTES.WIN -------------------------------------------------------------------------------- /openssl/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/openssl/README -------------------------------------------------------------------------------- /openssl/apps/ca-cert.srl: -------------------------------------------------------------------------------- 1 | 07 2 | -------------------------------------------------------------------------------- /openssl/apps/ca.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/openssl/apps/ca.c -------------------------------------------------------------------------------- /openssl/apps/demoSRP/srp_verifier.txt.attr: -------------------------------------------------------------------------------- 1 | unique_subject = yes 2 | -------------------------------------------------------------------------------- /openssl/apps/ec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/openssl/apps/ec.c -------------------------------------------------------------------------------- /openssl/apps/pca-cert.srl: -------------------------------------------------------------------------------- 1 | 07 2 | -------------------------------------------------------------------------------- /openssl/apps/server.srl: -------------------------------------------------------------------------------- 1 | 01 2 | -------------------------------------------------------------------------------- /openssl/apps/ts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/openssl/apps/ts.c -------------------------------------------------------------------------------- /openssl/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/openssl/config -------------------------------------------------------------------------------- /openssl/e_os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/openssl/e_os.h -------------------------------------------------------------------------------- /openssl/fuzz/ct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/openssl/fuzz/ct.c -------------------------------------------------------------------------------- /openssl/ms/cmp.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/openssl/ms/cmp.pl -------------------------------------------------------------------------------- /openssl/test/d2i-tests/bad-int-pad0.der: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /openssl/test/d2i-tests/int0.der: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /openssl/test/d2i-tests/int1.der: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /openssl/test/recipes/04-test_pem_data/wellknown: -------------------------------------------------------------------------------- 1 | wellknown 2 | -------------------------------------------------------------------------------- /openssl/test/ssl-tests/16-certstatus.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/packages.txt -------------------------------------------------------------------------------- /pixman/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/pixman/.gitignore -------------------------------------------------------------------------------- /pixman/AUTHORS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pixman/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/pixman/COPYING -------------------------------------------------------------------------------- /pixman/ChangeLog: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pixman/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/pixman/INSTALL -------------------------------------------------------------------------------- /pixman/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pixman/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/pixman/README -------------------------------------------------------------------------------- /pixman/RELEASING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/pixman/RELEASING -------------------------------------------------------------------------------- /pixman/autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/pixman/autogen.sh -------------------------------------------------------------------------------- /pthreads/ANNOUNCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/pthreads/ANNOUNCE -------------------------------------------------------------------------------- /pthreads/BUGS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/pthreads/BUGS -------------------------------------------------------------------------------- /pthreads/FAQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/pthreads/FAQ -------------------------------------------------------------------------------- /pthreads/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/pthreads/LICENSE -------------------------------------------------------------------------------- /pthreads/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/pthreads/Makefile -------------------------------------------------------------------------------- /pthreads/NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/pthreads/NEWS -------------------------------------------------------------------------------- /pthreads/NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/pthreads/NOTICE -------------------------------------------------------------------------------- /pthreads/PROGRESS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/pthreads/PROGRESS -------------------------------------------------------------------------------- /pthreads/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/pthreads/README -------------------------------------------------------------------------------- /pthreads/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/pthreads/TODO -------------------------------------------------------------------------------- /pthreads/_ptw32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/pthreads/_ptw32.h -------------------------------------------------------------------------------- /pthreads/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/pthreads/config.h -------------------------------------------------------------------------------- /pthreads/create.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/pthreads/create.c -------------------------------------------------------------------------------- /pthreads/dll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/pthreads/dll.c -------------------------------------------------------------------------------- /pthreads/errno.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/pthreads/errno.c -------------------------------------------------------------------------------- /pthreads/global.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/pthreads/global.c -------------------------------------------------------------------------------- /pthreads/sched.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/pthreads/sched.h -------------------------------------------------------------------------------- /pthreads/signal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/pthreads/signal.c -------------------------------------------------------------------------------- /python.bat: -------------------------------------------------------------------------------- 1 | @"c:\cygwin\bin\python2.7.exe" %* 2 | 3 | -------------------------------------------------------------------------------- /setenv.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/setenv.bat -------------------------------------------------------------------------------- /setenv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/setenv.py -------------------------------------------------------------------------------- /setenv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/setenv.sh -------------------------------------------------------------------------------- /sync.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/sync.bat -------------------------------------------------------------------------------- /synchronise.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/synchronise.py -------------------------------------------------------------------------------- /tools/mhmake/.gitignore: -------------------------------------------------------------------------------- 1 | Debug64 2 | Release64 3 | ipch 4 | .vs 5 | -------------------------------------------------------------------------------- /tools/plink/raw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/tools/plink/raw.c -------------------------------------------------------------------------------- /tools/plink/ssh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/tools/plink/ssh.c -------------------------------------------------------------------------------- /tools/plink/ssh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/tools/plink/ssh.h -------------------------------------------------------------------------------- /xkbcomp/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/xkbcomp/COPYING -------------------------------------------------------------------------------- /xkbcomp/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/xkbcomp/README -------------------------------------------------------------------------------- /xkbcomp/action.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/xkbcomp/action.c -------------------------------------------------------------------------------- /xkbcomp/action.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/xkbcomp/action.h -------------------------------------------------------------------------------- /xkbcomp/alias.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/xkbcomp/alias.c -------------------------------------------------------------------------------- /xkbcomp/alias.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/xkbcomp/alias.h -------------------------------------------------------------------------------- /xkbcomp/bison.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/xkbcomp/bison.bat -------------------------------------------------------------------------------- /xkbcomp/compat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/xkbcomp/compat.c -------------------------------------------------------------------------------- /xkbcomp/compat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/xkbcomp/compat.h -------------------------------------------------------------------------------- /xkbcomp/expr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/xkbcomp/expr.c -------------------------------------------------------------------------------- /xkbcomp/expr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/xkbcomp/expr.h -------------------------------------------------------------------------------- /xkbcomp/keymap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/xkbcomp/keymap.c -------------------------------------------------------------------------------- /xkbcomp/listing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/xkbcomp/listing.c -------------------------------------------------------------------------------- /xkbcomp/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/xkbcomp/misc.c -------------------------------------------------------------------------------- /xkbcomp/misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/xkbcomp/misc.h -------------------------------------------------------------------------------- /xkbcomp/symbols.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/xkbcomp/symbols.c -------------------------------------------------------------------------------- /xkbcomp/tokens.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/xkbcomp/tokens.h -------------------------------------------------------------------------------- /xkbcomp/utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/xkbcomp/utils.c -------------------------------------------------------------------------------- /xkbcomp/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/xkbcomp/utils.h -------------------------------------------------------------------------------- /xkbcomp/vmod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/xkbcomp/vmod.c -------------------------------------------------------------------------------- /xkbcomp/vmod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/xkbcomp/vmod.h -------------------------------------------------------------------------------- /xkbcomp/xkbcomp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/xkbcomp/xkbcomp.c -------------------------------------------------------------------------------- /xkbcomp/xkbcomp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/xkbcomp/xkbcomp.h -------------------------------------------------------------------------------- /xkbcomp/xkbpath.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/xkbcomp/xkbpath.c -------------------------------------------------------------------------------- /xkbcomp/xkbpath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/xkbcomp/xkbpath.h -------------------------------------------------------------------------------- /xkbcomp/xkbscan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/xkbcomp/xkbscan.c -------------------------------------------------------------------------------- /xorg-server/.Xdefaults: -------------------------------------------------------------------------------- 1 | *customization:-color 2 | -------------------------------------------------------------------------------- /xorg-server/font-dirs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xorg-server/fonts.src/100dpi/AUTHORS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xorg-server/fonts.src/100dpi/INSTALL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xorg-server/fonts.src/100dpi/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xorg-server/fonts.src/75dpi/AUTHORS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xorg-server/fonts.src/75dpi/INSTALL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xorg-server/fonts.src/75dpi/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xorg-server/fonts.src/AUTHORS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xorg-server/fonts.src/INSTALL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xorg-server/fonts.src/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xorg-server/fonts.src/OTF/AUTHORS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xorg-server/fonts.src/OTF/INSTALL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xorg-server/fonts.src/OTF/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xorg-server/fonts.src/Speedo/AUTHORS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xorg-server/fonts.src/Speedo/INSTALL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xorg-server/fonts.src/Speedo/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xorg-server/fonts.src/TTF/AUTHORS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xorg-server/fonts.src/TTF/INSTALL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xorg-server/fonts.src/TTF/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xorg-server/fonts.src/Type1/AUTHORS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xorg-server/fonts.src/Type1/INSTALL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xorg-server/fonts.src/Type1/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xorg-server/fonts.src/cyrillic/AUTHORS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xorg-server/fonts.src/cyrillic/INSTALL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xorg-server/fonts.src/cyrillic/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xorg-server/fonts.src/misc/COPYING: -------------------------------------------------------------------------------- 1 | "Public domain font. Share and enjoy." 2 | -------------------------------------------------------------------------------- /xorg-server/fonts.src/misc/INSTALL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xorg-server/fonts.src/misc/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xorg-server/hw/dmx/config/test-a.in: -------------------------------------------------------------------------------- 1 | error 2 | -------------------------------------------------------------------------------- /xorg-server/hw/dmx/config/test-b.in: -------------------------------------------------------------------------------- 1 | # comment 2 | -------------------------------------------------------------------------------- /xorg-server/hw/dmx/config/test-b.out: -------------------------------------------------------------------------------- 1 | # comment 2 | -------------------------------------------------------------------------------- /xorg-server/hw/dmx/config/test-c.in: -------------------------------------------------------------------------------- 1 | virtual 2 | -------------------------------------------------------------------------------- /xorg-server/hw/dmx/config/test-d.in: -------------------------------------------------------------------------------- 1 | display 2 | -------------------------------------------------------------------------------- /xorg-server/hw/dmx/config/test-e.in: -------------------------------------------------------------------------------- 1 | display; 2 | -------------------------------------------------------------------------------- /xorg-server/hw/dmx/config/test-f.in: -------------------------------------------------------------------------------- 1 | virtual { 2 | } 3 | -------------------------------------------------------------------------------- /xorg-server/hw/dmx/doxygen/.gitignore: -------------------------------------------------------------------------------- 1 | html/ 2 | doxygen.conf 3 | -------------------------------------------------------------------------------- /xorg-server/hw/kdrive/ephyr/.gitignore: -------------------------------------------------------------------------------- 1 | Xephyr 2 | -------------------------------------------------------------------------------- /xorg-server/hw/vfb/.gitignore: -------------------------------------------------------------------------------- 1 | Xvfb 2 | -------------------------------------------------------------------------------- /xorg-server/hw/xfree86/utils/cvt/.gitignore: -------------------------------------------------------------------------------- 1 | cvt 2 | -------------------------------------------------------------------------------- /xorg-server/hw/xfree86/utils/gtf/.gitignore: -------------------------------------------------------------------------------- 1 | gtf 2 | -------------------------------------------------------------------------------- /xorg-server/hw/xnest/.gitignore: -------------------------------------------------------------------------------- 1 | Xnest 2 | -------------------------------------------------------------------------------- /xorg-server/hw/xquartz/bundle/.gitignore: -------------------------------------------------------------------------------- 1 | Info.plist 2 | -------------------------------------------------------------------------------- /xorg-server/hw/xquartz/bundle/PkgInfo: -------------------------------------------------------------------------------- 1 | APPLx11a -------------------------------------------------------------------------------- /xorg-server/hw/xquartz/pbproxy/.gitignore: -------------------------------------------------------------------------------- 1 | xpbproxy 2 | -------------------------------------------------------------------------------- /xorg-server/hw/xwin/glx/.gitignore: -------------------------------------------------------------------------------- 1 | # ignore generated files 2 | diag.txt 3 | 4 | -------------------------------------------------------------------------------- /xorg-server/hw/xwin/swrastwgl_dri/.gitignore: -------------------------------------------------------------------------------- 1 | diag.txt 2 | -------------------------------------------------------------------------------- /xorg-server/hw/xwin/swrastwgl_dri/swrastwgl_dri.def: -------------------------------------------------------------------------------- 1 | EXPORTS 2 | 3 | -------------------------------------------------------------------------------- /xorg-server/miext/Makefile.am: -------------------------------------------------------------------------------- 1 | SUBDIRS = sync damage shadow rootless 2 | -------------------------------------------------------------------------------- /xorg-server/os/.gitignore: -------------------------------------------------------------------------------- 1 | os.O 2 | -------------------------------------------------------------------------------- /xorg-server/xkeyboard-config/rules/base.ml1_c.part: -------------------------------------------------------------------------------- 1 | * * = complete 2 | -------------------------------------------------------------------------------- /xorg-server/xkeyboard-config/rules/base.o_k.part: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xorg-server/xkeyboard-config/tests/mxkbledpanel/mxkbledpanel.man: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /zlib/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/ChangeLog -------------------------------------------------------------------------------- /zlib/FAQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/FAQ -------------------------------------------------------------------------------- /zlib/INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/INDEX -------------------------------------------------------------------------------- /zlib/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/Makefile -------------------------------------------------------------------------------- /zlib/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/Makefile.in -------------------------------------------------------------------------------- /zlib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/README -------------------------------------------------------------------------------- /zlib/adler32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/adler32.c -------------------------------------------------------------------------------- /zlib/compress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/compress.c -------------------------------------------------------------------------------- /zlib/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/configure -------------------------------------------------------------------------------- /zlib/crc32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/crc32.c -------------------------------------------------------------------------------- /zlib/crc32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/crc32.h -------------------------------------------------------------------------------- /zlib/deflate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/deflate.c -------------------------------------------------------------------------------- /zlib/deflate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/deflate.h -------------------------------------------------------------------------------- /zlib/gzclose.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/gzclose.c -------------------------------------------------------------------------------- /zlib/gzguts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/gzguts.h -------------------------------------------------------------------------------- /zlib/gzlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/gzlib.c -------------------------------------------------------------------------------- /zlib/gzread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/gzread.c -------------------------------------------------------------------------------- /zlib/gzwrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/gzwrite.c -------------------------------------------------------------------------------- /zlib/infback.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/infback.c -------------------------------------------------------------------------------- /zlib/inffast.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/inffast.c -------------------------------------------------------------------------------- /zlib/inffast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/inffast.h -------------------------------------------------------------------------------- /zlib/inffixed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/inffixed.h -------------------------------------------------------------------------------- /zlib/inflate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/inflate.c -------------------------------------------------------------------------------- /zlib/inflate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/inflate.h -------------------------------------------------------------------------------- /zlib/inftrees.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/inftrees.c -------------------------------------------------------------------------------- /zlib/inftrees.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/inftrees.h -------------------------------------------------------------------------------- /zlib/make_vms.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/make_vms.com -------------------------------------------------------------------------------- /zlib/old/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/old/README -------------------------------------------------------------------------------- /zlib/os400/bndsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/os400/bndsrc -------------------------------------------------------------------------------- /zlib/trees.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/trees.c -------------------------------------------------------------------------------- /zlib/trees.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/trees.h -------------------------------------------------------------------------------- /zlib/uncompr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/uncompr.c -------------------------------------------------------------------------------- /zlib/zconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/zconf.h -------------------------------------------------------------------------------- /zlib/zconf.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/zconf.h.in -------------------------------------------------------------------------------- /zlib/zlib.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/zlib.3 -------------------------------------------------------------------------------- /zlib/zlib.3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/zlib.3.pdf -------------------------------------------------------------------------------- /zlib/zlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/zlib.h -------------------------------------------------------------------------------- /zlib/zlib.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/zlib.map -------------------------------------------------------------------------------- /zlib/zlib.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/zlib.pc.in -------------------------------------------------------------------------------- /zlib/zlib2ansi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/zlib2ansi -------------------------------------------------------------------------------- /zlib/zutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/zutil.c -------------------------------------------------------------------------------- /zlib/zutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lumak/VcXsrv/HEAD/zlib/zutil.h --------------------------------------------------------------------------------