aboutsummaryrefslogtreecommitdiff
path: root/nxcompshad
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright yearsUlrich Sibiller2023-04-2817-68/+68
* Add support for custom version stringUlrich Sibiller2020-01-051-0/+7
* nxcompshad: delete trailing whitespaceUlrich Sibiller2019-09-292-8/+8
* nxcompshad: fix logging segfaultUlrich Sibiller2019-09-292-20/+8
* Logger.h: remove pragma, correct attributesUlrich Sibiller2019-03-011-9/+4
* Logger.h: fix missing compiler attributeUlrich Sibiller2019-03-011-1/+1
* xcompshad: remove unused variablesUlrich Sibiller2019-03-011-4/+0
* Fix: clang does not know about gnu_printfUlrich Sibiller2019-03-011-4/+4
* nxcompshad: fix spelling errors as reported by codespellUlrich Sibiller2018-05-243-4/+4
* nxcompshad/configure.ac: blindly copy-pasting might not be the smartest idea;...Mihai Moldovan2018-03-071-1/+1
* nxcomp{,shad}/configure.ac: replace versionating non-portable sed construct w...Mihai Moldovan2018-03-071-1/+1
* nxcomp{,shad}/configure.ac: pass more portable -E option to sed instead of -r.Mihai Moldovan2018-03-021-1/+1
* Fix clang error: ordered comparison between pointer and zero ("char *" and "i...Mario Trangoni2018-03-011-1/+1
* nxcompshad: Regression fix for 990e61cc. Add missing $(NULL) in 'if TARGET_EL...Mike Gabriel2018-02-251-0/+1
* Merge branch 'Ionic-bugfix/FTBFS-non-ELF' into 3.6.xMike Gabriel2018-02-252-1/+7
|\
| * nxcompshad/{configure.ac,src/Makefile.am}: only enable new ELF dtags if targe...Mihai Moldovan2018-02-252-1/+7
* | nxcomp{,shad}/configure.ac: trailing whitespace removal only.Mihai Moldovan2018-02-251-1/+1
|/
* nxcompshad/src/Makefile.am: enable new ELF dtags to force RUNPATH creation fo...Mihai Moldovan2017-12-301-0/+1
* nxcompshad/src/Makefile.am: implement libX11 RPATH/RUNPATH override.Mihai Moldovan2017-12-301-1/+5
* nxcompshad: silence GCC warningsUlrich Sibiller2017-12-282-4/+19
* nx{comp{,shad},proxy}: use dist-bzip2 instead of dist-xz.Mihai Moldovan2017-12-161-1/+1
* nxcompshad/Makefile.am: also correctly call aclocal here.Mihai Moldovan2017-12-151-0/+2
* Silence warning: "ar: 'u' modifier ignored since 'D' is the default"Ulrich Sibiller2017-12-111-0/+3
* nx{comp{,shad},proxy}: add configure flag --enable-cxx11 to enable and setup ...Mihai Moldovan2017-10-273-0/+8
* .gitignore: Improve all .gitignore files, adapt to autotools build-flow and i...Mike Gabriel2017-10-091-2/+0
* nxcompshad: Drop Cygwin/Win32 support. Has been untested and unused for a lon...Mike Gabriel2017-08-278-1430/+0
* Convert nx-X11/lib/ build flow from imake to autotools.Mike Gabriel2017-08-251-1/+1
* nx*/configure.ac: Use newly introduced macro NX_DEFAULT_OPTIONS instead of NX...Mike Gabriel2017-08-111-1/+1
* nxcompshad: Rewrite Logger class methods to properly take advantage of the 'g...Mike Gabriel2017-07-132-8/+20
* nxcompshad: Prototype for NXShadowResetOptions() missing. Export it as public...Mike Gabriel2017-07-131-0/+2
* nxcompshad/src/Shadow.cpp: Drop duplicate prototype for NXShadowRemoveAllUpda...Mike Gabriel2017-07-131-2/+0
* nxcompshad/src/Core.cpp: Don't redeclare (and shadow) curLine. Use curWorkLin...Mike Gabriel2017-07-131-21/+21
* nxcompshad/src/Regions.h: Avoid warning: ‘typedef’ was ignored in this de...Mike Gabriel2017-07-131-1/+1
* nxcompshad: Switch to autoreconf.Mike Gabriel2017-07-1331-798/+175
* Don't force root ownership of dirs when installingSalvador Fandiño2017-06-051-1/+1
* nxcompshad/Shadow.cpp: Use EBADF instead of EBADFD (which is not portable to ...Mike Gabriel2017-05-041-5/+5
* add .gitignore filesUlrich Sibiller2016-11-171-0/+2
* Per-file copyright notices: Update copyright information in file headers that...Mike Gabriel2016-07-0621-151/+337
* NoMachine documentation files: Move to doc/_attic_/ folder.Mike Gabriel2016-07-051-404/+0
* LICENSE files: Have a main LICENSE file and one for nxcomp in the project's b...Mike Gabriel2016-07-051-22/+0
* Drop multiple COPYING files contaning the GPL-2 license text.Mike Gabriel2016-07-051-339/+0
* finally drop libNX_XextUlrich Sibiller2016-07-011-1/+1
* remove shm code from libNX_XextUlrich Sibiller2016-07-011-1/+1
* OPTFLAGS: Properly propagate build option flags to nxcomp{,ext,shad} and the ...Mike Gabriel2016-07-012-6/+12
* nx-X11/config/{imake,makedepend}: Use system-wide available imake and makedep...Mike Gabriel2016-06-301-10/+0
* nx-X11/programs/Xserver: Include nxcomp{,ext,shad} headers like one would do ...Mike Gabriel2016-06-131-1/+1
* nxcomshad/Makefile.in: Only install Shadow.h as publicly available header file.Mike Gabriel2016-06-131-1/+1
* library clean-up: Don't build libNX_Xtst anymore. Use system's libXtst shared...Mike Gabriel2015-12-293-2/+73
* nxcompshad/X11/include/Xdamage_nxcompshad.h: Update FIXME statement. Work-aro...Mike Gabriel2015-12-281-1/+1
* Clear header file namespace separation (<X11/...> vs. <nx-X11/...>).Mike Gabriel2015-12-2813-22/+194