aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* nxagent: Also provide auto DPI feature via nx/nx option 'autodpi', taking ↵Mike Gabriel2018-02-275-1/+28
| | | | only effect on session startups.
* nxagent: Auto-detect client-side DPI at session startup.Simon Matter2018-02-274-6/+64
|
* nxcomp/src/Loop.cpp: Harmonize log output. Uniformly, embrace port values by ↵Mike Gabriel2018-02-271-6/+6
| | | | | | single quotes. Fixes ArcticaProject/nx-libs#617.
* {nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1,nxproxy/man/nxproxy.1}: ↵Mihai Moldovan2018-02-272-2/+2
| | | | magicpixel takes a boolean argument for now.
* nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1: remove empty line on top ↵Mihai Moldovan2018-02-271-1/+0
| | | | | | of file. Fixes: ArcticaProject/nx-libs#664
* nxcomp/src/Loop.cpp: Make know the agent option 'keyconv' to nxcomp and ↵Mike Gabriel2018-02-271-1/+2
| | | | | | tolerate it as a valid option. Fixes ArcticaProject/nx-libs#630.
* nx-X11/programs/Xserver/{include/globals.h,mi/miinitext.c}: remove DPSEXT ↵Mihai Moldovan2018-02-272-7/+0
| | | | left-overs.
* Merge branch 'uli42-pr/update_os' into 3.6.xMihai Moldovan2018-02-274-9/+7
|\ | | | | | | Attributes GH PR #651: https://github.com/ArcticaProject/nx-libs/pull/651
| * Lift os to XORG-7_1 state - non-functional changes onlyUlrich Sibiller2018-02-271-0/+1
| |
| * Lift os to XORG-7_1 stateUlrich Sibiller2018-02-273-9/+6
|/
* Remove unused X11R4 DDX compatibility function miClipNotify.Mihai Moldovan2018-02-272-84/+0
| | | | | | | | | | | | Backported from X.org: commit 39ce5f1544029412f4060f3e89ce1d87222ef42b Author: Adam Jackson <ajax@nwnk.net> Date: Fri Jan 6 17:05:26 2006 +0000 Remove unused X11R4 DDX compatibility function miClipNotify. Backported-to-NX-by: Mihai Moldovan <ionic@ionic.de>
* Merge branch 'uli42-pr/update_mi' into 3.6.xMihai Moldovan2018-02-2711-75/+45
|\ | | | | | | Attributes GH PR #650: https://github.com/ArcticaProject/nx-libs/pull/650
| * Lift mi to xorg-xserver-7.1/1.1.0 state - non-functional changes onlyUlrich Sibiller2018-02-272-2/+2
| |
| * Lift mi to xorg-xserver-7.1/1.1.0 stateUlrich Sibiller2018-02-278-72/+41
| | | | | | | | I left out glx changes to miinitext.c for now.
| * Lift miext to xorg-xserver-7.1/1.1.10 stateUlrich Sibiller2018-02-272-1/+2
|/
* Merge branch 'uli42-pr/update_record' into 3.6.xMihai Moldovan2018-02-272-403/+76
|\ | | | | | | Attributes GH PR #649: https://github.com/ArcticaProject/nx-libs/pull/649
| * Lift record to xorg-server-1.4.2 stateUlrich Sibiller2018-02-271-4/+4
| |
| * Lift record to xorg-server-1.2.0/xorg-server-1.3.0.0 state - non-functional ↵Ulrich Sibiller2018-02-271-53/+22
| | | | | | | | changes only
| * Lift record to xorg-server-1.2.0/xorg-server-1.3.0.0 stateUlrich Sibiller2018-02-271-222/+0
| |
| * Lift record to xorg-xserver-7.1/1.1.0 state - non-functional changes onlyUlrich Sibiller2018-02-271-115/+43
| |
| * Lift record to xorg-xserver-7.1/1.1.0 stateUlrich Sibiller2018-02-271-9/+7
|/
* Merge branch 'sunweaver-pr/version-cmdline-option' into 3.6.xMihai Moldovan2018-02-2731-103/+124
|\ | | | | | | | | | | | | Attributes GH PR #660: https://github.com/ArcticaProject/nx-libs/pull/660 Fixes: ArcticaProject/nx-libs#653 Fixes: ArcticaProject/nx-libs#639
| * hw/nxagent/: Stop using non-portable '__progname', set up our own ↵Mike Gabriel2018-02-263-7/+9
| | | | | | | | 'nxagentProgName' instead and pass it around where needed.
| * 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".