| Commit message (Expand) | Author | Age | Files | Lines |
* | Logger.h: remove pragma, correct attributes | Ulrich Sibiller | 2019-03-01 | 1 | -9/+4 |
* | Logger.h: fix missing compiler attribute | Ulrich Sibiller | 2019-03-01 | 1 | -1/+1 |
* | xcompshad: remove unused variables | Ulrich Sibiller | 2019-03-01 | 1 | -4/+0 |
* | Fix: clang does not know about gnu_printf | Ulrich Sibiller | 2019-03-01 | 1 | -4/+4 |
* | nxcompshad: fix spelling errors as reported by codespell | Ulrich Sibiller | 2018-05-24 | 3 | -4/+4 |
* | nxcompshad/configure.ac: blindly copy-pasting might not be the smartest idea;... | Mihai Moldovan | 2018-03-07 | 1 | -1/+1 |
* | nxcomp{,shad}/configure.ac: replace versionating non-portable sed construct w... | Mihai Moldovan | 2018-03-07 | 1 | -1/+1 |
* | nxcomp{,shad}/configure.ac: pass more portable -E option to sed instead of -r. | Mihai Moldovan | 2018-03-02 | 1 | -1/+1 |
* | Fix clang error: ordered comparison between pointer and zero ("char *" and "i... | Mario Trangoni | 2018-03-01 | 1 | -1/+1 |
* | nxcompshad: Regression fix for 990e61cc. Add missing $(NULL) in 'if TARGET_EL... | Mike Gabriel | 2018-02-25 | 1 | -0/+1 |
* | Merge branch 'Ionic-bugfix/FTBFS-non-ELF' into 3.6.x | Mike Gabriel | 2018-02-25 | 2 | -1/+7 |
|\ |
|
| * | nxcompshad/{configure.ac,src/Makefile.am}: only enable new ELF dtags if targe... | Mihai Moldovan | 2018-02-25 | 2 | -1/+7 |
* | | nxcomp{,shad}/configure.ac: trailing whitespace removal only. | Mihai Moldovan | 2018-02-25 | 1 | -1/+1 |
|/ |
|
* | nxcompshad/src/Makefile.am: enable new ELF dtags to force RUNPATH creation fo... | Mihai Moldovan | 2017-12-30 | 1 | -0/+1 |
* | nxcompshad/src/Makefile.am: implement libX11 RPATH/RUNPATH override. | Mihai Moldovan | 2017-12-30 | 1 | -1/+5 |
* | nxcompshad: silence GCC warnings | Ulrich Sibiller | 2017-12-28 | 2 | -4/+19 |
* | nx{comp{,shad},proxy}: use dist-bzip2 instead of dist-xz. | Mihai Moldovan | 2017-12-16 | 1 | -1/+1 |
* | nxcompshad/Makefile.am: also correctly call aclocal here. | Mihai Moldovan | 2017-12-15 | 1 | -0/+2 |
* | Silence warning: "ar: 'u' modifier ignored since 'D' is the default" | Ulrich Sibiller | 2017-12-11 | 1 | -0/+3 |
* | nx{comp{,shad},proxy}: add configure flag --enable-cxx11 to enable and setup ... | Mihai Moldovan | 2017-10-27 | 3 | -0/+8 |
* | .gitignore: Improve all .gitignore files, adapt to autotools build-flow and i... | Mike Gabriel | 2017-10-09 | 1 | -2/+0 |
* | nxcompshad: Drop Cygwin/Win32 support. Has been untested and unused for a lon... | Mike Gabriel | 2017-08-27 | 8 | -1430/+0 |
* | Convert nx-X11/lib/ build flow from imake to autotools. | Mike Gabriel | 2017-08-25 | 1 | -1/+1 |
* | nx*/configure.ac: Use newly introduced macro NX_DEFAULT_OPTIONS instead of NX... | Mike Gabriel | 2017-08-11 | 1 | -1/+1 |
* | nxcompshad: Rewrite Logger class methods to properly take advantage of the 'g... | Mike Gabriel | 2017-07-13 | 2 | -8/+20 |
* | nxcompshad: Prototype for NXShadowResetOptions() missing. Export it as public... | Mike Gabriel | 2017-07-13 | 1 | -0/+2 |
* | nxcompshad/src/Shadow.cpp: Drop duplicate prototype for NXShadowRemoveAllUpda... | Mike Gabriel | 2017-07-13 | 1 | -2/+0 |
* | nxcompshad/src/Core.cpp: Don't redeclare (and shadow) curLine. Use curWorkLin... | Mike Gabriel | 2017-07-13 | 1 | -21/+21 |
* | nxcompshad/src/Regions.h: Avoid warning: ‘typedef’ was ignored in this de... | Mike Gabriel | 2017-07-13 | 1 | -1/+1 |
* | nxcompshad: Switch to autoreconf. | Mike Gabriel | 2017-07-13 | 31 | -798/+175 |
* | Don't force root ownership of dirs when installing | Salvador Fandiño | 2017-06-05 | 1 | -1/+1 |
* | nxcompshad/Shadow.cpp: Use EBADF instead of EBADFD (which is not portable to ... | Mike Gabriel | 2017-05-04 | 1 | -5/+5 |
* | add .gitignore files | Ulrich Sibiller | 2016-11-17 | 1 | -0/+2 |
* | Per-file copyright notices: Update copyright information in file headers that... | Mike Gabriel | 2016-07-06 | 21 | -151/+337 |
* | NoMachine documentation files: Move to doc/_attic_/ folder. | Mike Gabriel | 2016-07-05 | 1 | -404/+0 |
* | LICENSE files: Have a main LICENSE file and one for nxcomp in the project's b... | Mike Gabriel | 2016-07-05 | 1 | -22/+0 |
* | Drop multiple COPYING files contaning the GPL-2 license text. | Mike Gabriel | 2016-07-05 | 1 | -339/+0 |
* | finally drop libNX_Xext | Ulrich Sibiller | 2016-07-01 | 1 | -1/+1 |
* | remove shm code from libNX_Xext | Ulrich Sibiller | 2016-07-01 | 1 | -1/+1 |
* | OPTFLAGS: Properly propagate build option flags to nxcomp{,ext,shad} and the ... | Mike Gabriel | 2016-07-01 | 2 | -6/+12 |
* | nx-X11/config/{imake,makedepend}: Use system-wide available imake and makedep... | Mike Gabriel | 2016-06-30 | 1 | -10/+0 |
* | nx-X11/programs/Xserver: Include nxcomp{,ext,shad} headers like one would do ... | Mike Gabriel | 2016-06-13 | 1 | -1/+1 |
* | nxcomshad/Makefile.in: Only install Shadow.h as publicly available header file. | Mike Gabriel | 2016-06-13 | 1 | -1/+1 |
* | library clean-up: Don't build libNX_Xtst anymore. Use system's libXtst shared... | Mike Gabriel | 2015-12-29 | 3 | -2/+73 |
* | nxcompshad/X11/include/Xdamage_nxcompshad.h: Update FIXME statement. Work-aro... | Mike Gabriel | 2015-12-28 | 1 | -1/+1 |
* | Clear header file namespace separation (<X11/...> vs. <nx-X11/...>). | Mike Gabriel | 2015-12-28 | 13 | -22/+194 |
* | Merge pull request #64 from uli42/pr/add_pkgconfig | Mike Gabriel | 2015-09-28 | 1 | -0/+3 |
|\ |
|
| * | adapt pkgconfigdir in nxcompshad | Ulrich Sibiller | 2015-08-26 | 1 | -1/+1 |
| * | Fix "Makefile.in seems to ignore the --datarootdir setting" warning | Ulrich Sibiller | 2015-08-26 | 1 | -0/+2 |
| * | create pkgcnfig dir before copying anything | Ulrich Sibiller | 2015-08-26 | 1 | -1/+2 |