Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xserver: drop XKBSRV_NEED_FILE_FUNCS | Ulrich Sibiller | 2016-10-06 | 17 | -20/+5 |
| | | | | just as upstream did | ||||
* | xserver: remove define XKB_IN_SERVER | Ulrich Sibiller | 2016-10-06 | 15 | -370/+1 |
| | | | | it is no longer needed because the code here is only used in the server. | ||||
* | xserver: use own copy of XKBgeom.h header | Ulrich Sibiller | 2016-10-06 | 11 | -16/+671 |
| | | | | just like upstream does | ||||
* | xserver: use own copy of XKBrules.h header | Ulrich Sibiller | 2016-10-06 | 4 | -5/+3 |
| | | | | just like upstream does | ||||
* | xserver: use own copy of XKBrules.h header | Ulrich Sibiller | 2016-10-06 | 2 | -1/+200 |
| | | | | just like upstream does | ||||
* | xserver: use own copy of XKBstr.h header | Ulrich Sibiller | 2016-10-06 | 9 | -8/+615 |
| | | | | just like upstream does | ||||
* | xserver: use own copy of XKBsrv.h header | Ulrich Sibiller | 2016-10-06 | 40 | -38/+1228 |
| | | | | just like upstream does | ||||
* | copy files from libX11 to xserver dir | Ulrich Sibiller | 2016-10-06 | 5 | -6/+3506 |
| | | | | | | | | Before those files where symlinked in the makefile. While trying to upgrade libX11 to 1.3.4 it turned out that the symlinked did not work in the xserver anymore. Upstream has copies of those files, too. | ||||
* | run-nxproxy2nxagent-over-network: Improve comment that describes script ↵ | Mike Gabriel | 2016-10-06 | 1 | -5/+6 |
| | | | | usage. Fix commented-out NX_HOST assignment. | ||||
* | testscripts: Rename run-nxagent and run-nxagent-over-sockets. | Mike Gabriel | 2016-10-06 | 2 | -0/+0 |
| | |||||
* | run-nxproxy2nxagent-over-network: New test script that tests nxproxy/nxagent ↵ | Mike Gabriel | 2016-10-06 | 1 | -0/+149 |
| | | | | connectivity between networked hosts. | ||||
* | Merge branch 'sunweaver-pr/update-X11s-XKeysymDB' into 3.6.x | Mike Gabriel | 2016-10-01 | 1 | -2/+30 |
|\ | | | | | | | Attributes GH PR #196: https://github.com/ArcticaProject/nx-libs/pull/196 | ||||
| * | Add XF86TouchpadOn and XF86TouchpadOff to keysymdb | Peter Hutterer | 2016-10-01 | 1 | -0/+2 |
| | | | | | | | | | | | | | | This patch isn't necessary in Xlib 1.4 and later since the keysymdb has been made redunant. While we're on 1.3.x, we need it. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | ||||
| * | lib/X11/XKeysymDB: Update to last version found in X.org (between 1.3.5 and ↵ | Mike Gabriel | 2016-10-01 | 1 | -2/+28 |
|/ | | | | 1.3.6). | ||||
* | Merge branch 'sunweaver-pr/use-gccmakedep' into 3.6.x | Mike Gabriel | 2016-10-01 | 1 | -1/+1 |
|\ | | | | | | | Attributes GH PR #211: https://github.com/ArcticaProject/nx-libs/pull/211 | ||||
| * | Imake.tmpl: Use gccmakedep instead of makedepend. | Mike Gabriel | 2016-10-01 | 1 | -1/+1 |
|/ | | | | This fixes ArcticaProject/nx-libs#206. | ||||
* | Merge branch 'sunweaver-pr/fix-protoheader-mess' into 3.6.x | Mike Gabriel | 2016-10-01 | 7 | -1493/+1210 |
|\ | | | | | | | | | Attributes GH PR #210: https://github.com/ArcticaProject/nx-libs/pull/210 Fixes ArcticaProject/nx-libs#205. | ||||
| * | include/extensions/damageproto.h: Use nx-X11's xfixesproto.h and ↵ | Mike Gabriel | 2016-10-01 | 1 | -2/+2 |
| | | | | | | | | damagewire.h instead of X.org's. | ||||
| * | randrproto: It was discovered that nx-libs shipped two different version of ↵ | Mike Gabriel | 2016-10-01 | 6 | -1491/+1208 |
|/ | | | | randr.h and randrproto.h. This commit leaves the newer file versions in the package and let's the build process use those everywhere. | ||||
* | nx-X11: Enable -Wpedantic as default CFLAG. This is to detect redefined ↵ | Mike Gabriel | 2016-10-01 | 3 | -4/+4 |
| | | | | typedefs when building nxagent. | ||||
* | hw/nxagent/X11/include/Xrandr_nxagent.h: Reduce injected libXrandr(_nxagent) ↵ | Mike Gabriel | 2016-10-01 | 1 | -22/+0 |
| | | | | header file, so that it only contains the XRRScreenChangeNotifyEvent typedef. | ||||
* | nx-libs.spec: Fix warning because of double reference to nxproxy.1.gz. | Ulrich Sibiller | 2016-10-01 | 1 | -1/+0 |
| | |||||
* | Fix FTBFS with gcc 4.4 | Ulrich Sibiller | 2016-10-01 | 1 | -2/+0 |
| | | | | | | | This fixes ArcticaProject/nx-libs#204. However, this fix does not address the root of the problem, it simply avoids it. We could run into it again... See bugreport for an explanation. | ||||
* | Makefile: Adapt install target to the new situation where we fake X11 ↵ | Mike Gabriel | 2016-10-01 | 1 | -1/+1 |
| | | | | headers in .build-export. This fixes FTBFS during file installation into .deb and .rpm packages. | ||||
* | Merge pull request #203 from mikedep333/issue-202 | Mike DePaulo | 2016-09-29 | 1 | -0/+1 |
|\ | | | | | nx-libs.spec: Add BuildRequires: imake | ||||
| * | nx-libs.spec: Add BuildRequires: imake | Mike DePaulo | 2016-09-29 | 1 | -0/+1 |
|/ | | | | Fixes ArcticaProject/nx-libs#202. | ||||
* | Merge branch 'uli42-pr/improve_include_path_handling' into 3.6.x | Mike Gabriel | 2016-09-24 | 2 | -12/+5 |
|\ | | | | | | | Attributes GH PR #201: https://github.com/ArcticaProject/nx-libs/pull/201 | ||||
| * | Revert "Fix wrong include" | Ulrich Sibiller | 2016-09-24 | 1 | -7/+0 |
| | | | | | | | | | | | | | | After commit cbf3ef0f219a7d5c94a7f5d5b46c9a0e26cc6588 this no longer necessary. This reverts commit 9a4bb50af54ced8d53112b8fa3b5b9dc3b481224. | ||||
| * | whitespace cleanup | Ulrich Sibiller | 2016-09-24 | 1 | -7/+1 |
| | | |||||
| * | ensure that <X11/..> headers references use nx-X11 files if existing | Ulrich Sibiller | 2016-09-24 | 1 | -0/+6 |
|/ | | | | | | | | | | System headers including other headers via <X11/..> now use the nx-X11 variant (if existing). With this patch in place we should think about dropping the <nx-X11/..> namespace now for includes. Fixes ArcticaProject/nx-libs#200. | ||||
* | Merge branch 'uli42-remove-misc' into 3.6.x | Mike Gabriel | 2016-09-22 | 32 | -3552/+3 |
|\ | | | | | | | Attributes GH PR #199: https://github.com/ArcticaProject/nx-libs/pull/199 | ||||
| * | remove misc dir | Ulrich Sibiller | 2016-09-21 | 3 | -5/+0 |
| | | | | | | | | xserver upstream has included the required files. So do we. | ||||
| * | move xkblib to xserver | Ulrich Sibiller | 2016-09-21 | 29 | -3547/+3 |
|/ | | | | | Upstream does not use xkbfile but has own copies of the required files. It was not used elsewhere. | ||||
* | release 3.5.99.13.5.99.1 | Mike Gabriel | 2016-09-13 | 4 | -57/+169 |
| | |||||
* | nxcomp/Loop.cpp: We have PrintVersionInfo(), why not use it? Use endl ↵ | Mike Gabriel | 2016-08-26 | 1 | -6/+9 |
| | | | | instead of \n for EOLs when streaming application's preamble to stderr. | ||||
* | nxcomp/Loop.cpp: Mention DXPC copyright holders on application (i.e. ↵ | Mike Gabriel | 2016-08-26 | 1 | -0/+3 |
| | | | | nxproxy) start-up. | ||||
* | nxcomp/Loop.cpp: We have GetCopyrightInfo() in Misc.cpp, so why not use it? ↵ | Mike Gabriel | 2016-08-24 | 1 | -2/+2 |
| | | | | Also: point to ArcticaProject/nx-libs namespace on Github for further information. | ||||
* | hw/nxagent/Init.c: Fix copy+paste flaw when re-arranging copyright ↵ | Mike Gabriel | 2016-08-24 | 1 | -2/+2 |
| | | | | information as display by nxagent. | ||||
* | nxcomp/Misc.cpp: Display new list of copyright holders when launching ↵ | Mike Gabriel | 2016-08-24 | 1 | -8/+16 |
| | | | | nxproxy / nxagent. | ||||
* | nxcomp/*.c: Update copyright headers, use new list of copyright holders like ↵ | Mike Gabriel | 2016-08-24 | 2 | -14/+30 |
| | | | | for the .cpp files. | ||||
* | nxcomp/Loop.cpp: Refer to Github namespace of Arctica Project as location to ↵ | Mike Gabriel | 2016-08-24 | 1 | -1/+1 |
| | | | | | | search for software updates. Fixes ArcticaProject/190 | ||||
* | Merge branch 'uli42-fix_x2go_952' into 3.6.x | Mike Gabriel | 2016-08-24 | 1 | -0/+9 |
|\ | | | | | | | | | | | Fixes X2GoBTS#952 Attributes GH PR #194: https://github.com/ArcticaProject/nx-libs/pull/194 | ||||
| * | Fix pasting the clipboard directly after session start. | Ulrich Sibiller | 2016-08-24 | 1 | -0/+9 |
|/ | |||||
* | nxagent.1 man page: Some layout fixes for string options with well-defined ↵ | Mike Gabriel | 2016-07-28 | 1 | -0/+5 |
| | | | | expected selections of values. | ||||
* | hw/nxagent/Display.c: Fix comment where the meaning of the "bypass" ↵ | Mike Gabriel | 2016-07-28 | 1 | -3/+2 |
| | | | | reconnectchecks parameter value is explained. | ||||
* | nxagent.1 man page: Add explanation about the new reconnectchecks nx/nx option. | Mike Gabriel | 2016-07-28 | 1 | -0/+26 |
| | |||||
* | hw/nxagent/Args.c: Follow-up fix for PR #183: expect reconnectchecks=bypass ↵ | Mike Gabriel | 2016-07-28 | 1 | -1/+1 |
| | | | | instead of =none. | ||||
* | Merge branch 'Ionic-feature/reconnect-checks' into 3.6.x | Mike Gabriel | 2016-07-28 | 6 | -52/+373 |
|\ | | | | | | | | | | | | | | | Attributes GH PR #183: https://github.com/ArcticaProject/nx-libs/pull/183 Together with PR #143 this fixes ArcticaProject/nx-libs#132. t merges an updated upstream into a topic branch. | ||||
| * | nx-X11/programs/Xserver/hw/nxagent/Display.c: add FIXME comment to ↵ | Mihai Moldovan | 2016-07-28 | 1 | -0/+1 |
| | | | | | | | | | | | | nxagentCheckForColormapsCompatibility(). Maybe needs special strictness handling as well. | ||||
| * | nx-X11/programs/Xserver/hw/nxagent/Display.c: add FIXME comment to ↵ | Mihai Moldovan | 2016-07-28 | 1 | -0/+1 |
| | | | | | | | | | | | | nxagentInitAndCheckVisuals(). Maybe needs special strictness handling as well. |