- 26 Feb, 2018 21 commits
-
-
Mihai Moldovan authored
Attribiutes GH PR #647: https://github.com/ArcticaProject/nx-libs/pull/647
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Mihai Moldovan authored
-
Mihai Moldovan authored
Attributes GH PR #646: https://github.com/ArcticaProject/nx-libs/pull/646
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Mihai Moldovan authored
Attributes GH PR #645: https://github.com/ArcticaProject/nx-libs/pull/645
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Mihai Moldovan authored
Attributes GH PR #658: https://github.com/ArcticaProject/nx-libs/pull/658 Fixes: ArcticaProject/nx-libs#657
-
Mike Gabriel authored
Fixes ArcticaProject/nx-libs#657.
-
Mihai Moldovan authored
Attributes GH PR #644: https://github.com/ArcticaProject/nx-libs/pull/644
-
- 25 Feb, 2018 17 commits
-
-
Ulrich Sibiller authored
According to the C standard these are not equivalent. However, the same change has been done in Xorg upstream. Plus these functions are not called with parameters anywhere so we should be fine. Besides, include/{extinit.h,XIstubs.h} always had the "void".
-
Ulrich Sibiller authored
Was forgotten in f6a1bda2
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
Attributes GH PR #663: https://github.com/ArcticaProject/nx-libs/pull/663
-
Mihai Moldovan authored
nxproxy/{configure.ac,src/Makefile.am}: only enable new ELF dtags if target system actually is ELF-based. Fixes: ArcticaProject/nx-libs#661
-
Mihai Moldovan authored
nxcompshad/{configure.ac,src/Makefile.am}: only enable new ELF dtags if target system actually is ELF-based.
-
Mihai Moldovan authored
m4/nx-macros.m4: add NX_TARGET_USE_ELF macro, setting TARGET_ELF automake conditional if target compiler is generating ELF binaries.
-
Mihai Moldovan authored
-
- 09 Feb, 2018 1 commit
-
-
Mihai Moldovan authored
This reverts commit c804d99f. It seems like the missing code was missing for a good reason. Including it leads to very strange issues when coupled with libXcomp and using connection speed settings lower than LAN (and even on LAN some icons are not showing up correctly, e.g., when using MATE). Further investigation on why this happens pending and might happen at a later time. Fixes: ArcticaProject/nx-libs#656
-
- 08 Feb, 2018 1 commit
-
-
Mihai Moldovan authored
On PPC64*, X_BYTE_ORDER was hardcoded to X_BIG_ENDIAN. Since the CPUs support both modes and we actually intend to execute nxagent on ppc64le as well, detect the actual endianess and add support for Ppc64LeArchitecture.
-