aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * hw/nxagent/: Use <function>(void) rather than <function>().Mike Gabriel2018-02-2628-94/+94
| |
| * nxagent/Args.c: Mention new -options cmdline parameter in usage info.Simon Matter2018-02-261-0/+1
| | | | | | | | Fixes ArcticaProject/nx-libs#639
| * nxagent: Print correct application in usage message.Simon Matter2018-02-261-0/+5
| | | | | | | | Fixes ArcticaProject/nx-libs#639.
| * nxagent: Add -version cmdline option.Simon Matter2018-02-264-4/+17
|/ | | | Fixes ArcticaProject/nx-libs#653.
* nx-libs.spec: also package extensions/shapeconst.h in RPM packages.Mihai Moldovan2018-02-261-0/+1
|
* Merge branch 'uli42-pr/update_dbe' into 3.6.xMihai Moldovan2018-02-265-141/+72
|\ | | | | | | Attribiutes GH PR #647: https://github.com/ArcticaProject/nx-libs/pull/647
| * dbe: add NXAGENT_SERVER guard for DixLookupUlrich Sibiller2018-02-262-0/+32
| |
| * Lift dbe to xorg-xserver-1.4.2 state - non-functional changes onlyUlrich Sibiller2018-02-262-9/+0
| |
| * Lift dbe to xorg-xserver-1.4.2 stateUlrich Sibiller2018-02-263-50/+4
| |
| * Lift dbe to xorg-xserver-7.1/1.1.0 state - non-functional changes onlyUlrich Sibiller2018-02-262-86/+34
| |
| * Lift dbe to xorg-xserver-7.1/1.1.0 stateUlrich Sibiller2018-02-262-3/+9
|/
* debian/nx-x11proto-xext-dev.install: install new file extensions/shapeconst.h.Mihai Moldovan2018-02-261-0/+1
|
* Merge branch 'uli42-pr/update_dix' into 3.6.xMihai Moldovan2018-02-2626-131/+328
|\ | | | | | | Attributes GH PR #646: https://github.com/ArcticaProject/nx-libs/pull/646
| * Transfer previous dix changes into hw/nxagentUlrich Sibiller2018-02-261-21/+31
| |
| * Lift dix to xorg-xserver-1.3.0.0 state - non-functional changes onlyUlrich Sibiller2018-02-264-10/+5
| |
| * Lift dix to xorg-xserver-1.3.0.0 stateUlrich Sibiller2018-02-2618-85/+184
| |
| * Lift dix to xorg-xserver-7.1/1.1.0 state - non-functional changes onlyUlrich Sibiller2018-02-263-1/+24
| |
| * Lift dix to xorg-xserver-7.1/1.1.0 stateUlrich Sibiller2018-02-269-14/+84
|/
* Merge branch 'uli42-pr/update_xfixes' into 3.6.xMihai Moldovan2018-02-2612-32/+572
|\ | | | | | | Attributes GH PR #645: https://github.com/ArcticaProject/nx-libs/pull/645
| * Lift XFIXES to xorg-xserver-1.4.2 state - non-functional changes onlyUlrich Sibiller2018-02-267-15/+1
| |
| * Lift XFIXES to xorg-xserver-1.4.2 stateUlrich Sibiller2018-02-266-6/+46
| |
| * Lift XFIXES to xorg-xserver-7.1/1.1.0 state (XFIXES 4.0) - non-functional ↵Ulrich Sibiller2018-02-269-12/+114
| | | | | | | | changes only
| * Lift XFIXES to xorg-xserver-7.1/1.1.0 state (XFIXES 4.0)Ulrich Sibiller2018-02-268-9/+421
|/
* Merge branch 'sunweaver-pr/nomagicpixel' into 3.6.xMihai Moldovan2018-02-268-2/+38
|\ | | | | | | | | | | Attributes GH PR #658: https://github.com/ArcticaProject/nx-libs/pull/658 Fixes: ArcticaProject/nx-libs#657
| * nxagent: Add support for optionally enabling/disabling the magic pixel feature.Mike Gabriel2018-02-268-2/+38
|/ | | | Fixes ArcticaProject/nx-libs#657.
* Merge branch 'uli42-pr/update_xi' into arctica-3.6.xMihai Moldovan2018-02-2674-4095/+3146
|\ | | | | | | Attributes GH PR #644: https://github.com/ArcticaProject/nx-libs/pull/644
| * Xi: change () prototypes to (void)Ulrich Sibiller2018-02-262-5/+5
| | | | | | | | | | | | | | | | 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".
| * Xi/getbmap.c: remove unnecessary castUlrich Sibiller2018-02-261-1/+1
| | | | | | | | Was forgotten in f6a1bda2dff0c70aa13f3cb763a9b08c4c037c53
| * Xi: small formatting changes to match Xorg 7.1's XiUlrich Sibiller2018-02-2615-46/+48
| |
| * Xi: reformatUlrich Sibiller2018-02-2637-893/+534
| |
| * Xi: ansify function prototypesUlrich Sibiller2018-02-2673-942/+350
| |
| * Xi: reformat code, ansifyUlrich Sibiller2018-02-2674-2030/+2030
| |
| * Xi: Adapt include sections to match Xorg 7.1Ulrich Sibiller2018-02-2637-168/+168
|/
* debian/control: Don't B-D on build-essential packages.Mike Gabriel2018-02-251-2/+0
|
* debian/copyright: Update copyright attributions.Mike Gabriel2018-02-251-3/+50
|
* debian/watch: Drop file. Not really useful in native / upstream-provided ↵Mike Gabriel2018-02-251-3/+0
| | | | package.
* debian/control: Bump Standards-Version: to 4.1.3. No changes needed.Mike Gabriel2018-02-251-1/+1
|
* nxcompshad: Regression fix for 990e61cc. Add missing $(NULL) in 'if ↵Mike Gabriel2018-02-251-0/+1
| | | | TARGET_ELF' clause.
* Merge branch 'Ionic-bugfix/FTBFS-non-ELF' into 3.6.xMike Gabriel2018-02-255-1/+31
|\ | | | | | | Attributes GH PR #663: https://github.com/ArcticaProject/nx-libs/pull/663
| * nxproxy/{configure.ac,src/Makefile.am}: only enable new ELF dtags if target ↵Mihai Moldovan2018-02-252-0/+7
| | | | | | | | | | | | system actually is ELF-based. Fixes: ArcticaProject/nx-libs#661
| * nxcompshad/{configure.ac,src/Makefile.am}: only enable new ELF dtags if ↵Mihai Moldovan2018-02-252-1/+7
| | | | | | | | target system actually is ELF-based.
| * m4/nx-macros.m4: add NX_TARGET_USE_ELF macro, setting TARGET_ELF automake ↵Mihai Moldovan2018-02-251-0/+17
| | | | | | | | conditional if target compiler is generating ELF binaries.
* | nxcomp{,shad}/configure.ac: trailing whitespace removal only.Mihai Moldovan2018-02-252-2/+2
|/
* Revert "NXhsm.c: add missing code"Mihai Moldovan2018-02-091-20/+6
| | | | | | | | | | | | | | This reverts commit c804d99f2c4ea21e37cc8f6c3168b7b79d0d721a. 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
* nx-X11/config/cf/{Imake.{cf,tmpl},{linux,xorg}.cf}: support ppc64le ↵Mihai Moldovan2018-02-084-6/+24
| | | | | | | | | alongside ppc64(be). 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.
* Merge branch 'uli42-pr/update_xext' into 3.6.xMihai Moldovan2018-02-0714-127/+309
|\ | | | | | | Attributes GH PR #643: https://github.com/ArcticaProject/nx-libs/pull/643
| * Xext: lift xvmain.c to xorg-xserver-7.1/1.1 stateUlrich Sibiller2018-02-072-4/+3
| |
| * Xext: lift xres.c to xorg-xserver-7.1/1.1 stateUlrich Sibiller2018-02-071-1/+3
| | | | | | | | Fix XSERVER64 should be _XSERVER64
| * Xext: lift sync.c to xorg-xserver-7.1/1.1 stateUlrich Sibiller2018-02-071-2/+11
| |
| * Xext: lift sleeputil.c to xorg-xserver-7.1/1.1 stateUlrich Sibiller2018-02-071-1/+1
| |