Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop platform support: unifdef AIXV3, AIXV4 (and AIXrt, AIX386). | Mike Gabriel | 2017-02-08 | 1 | -5/+0 |
| | | | | Fixes ArcticaProject/nx-libs#274. | ||||
* | drop platform support: unifdef __UNIXOS2__. | Mike Gabriel | 2017-02-08 | 2 | -417/+0 |
| | | | | Fixes ArcticaProject/nx-libs#271. | ||||
* | Screen.c: clean up superfluous whitespace | Ulrich Sibiller | 2017-02-08 | 1 | -4/+3 |
| | |||||
* | Screen.c: Ensure that an output is unused before destroying it | Ulrich Sibiller | 2017-02-08 | 1 | -14/+28 |
| | | | | Fixes ArcticaProject/nx-libs#293 | ||||
* | hw/nxagent/Init.c: Amend artifact in license header. | Mike Gabriel | 2016-12-22 | 1 | -5/+0 |
| | |||||
* | Screen.c: more debug output formatting improvements | Ulrich Sibiller | 2016-12-07 | 1 | -8/+8 |
| | |||||
* | Screen.c: fix uninitalized variable | Ulrich Sibiller | 2016-12-07 | 1 | -0/+1 |
| | |||||
* | Screen.c: fix compile warnings in DEBUG mode | Ulrich Sibiller | 2016-12-07 | 1 | -5/+5 |
| | |||||
* | Screen.c: fix formatting | Ulrich Sibiller | 2016-12-07 | 1 | -9/+9 |
| | |||||
* | Screen.c: improve debugging output | Ulrich Sibiller | 2016-12-07 | 1 | -7/+29 |
| | |||||
* | Drop glx_ansic.h wrapper and call malloc, realloc, free and str-funcs directly. | Kristian Høgsberg | 2016-12-04 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | commit 2d2d38d17cc2558f8a41166a4a1578bc4c663c37 Author: Kristian Høgsberg <krh@redhat.com> Date: Fri Mar 17 01:47:25 2006 +0000 Check for glproto when building GLX and make sure we have at least 1.4.6. Drop glx_ansic.h wrapper and call xalloc, xrealloc, xfree and str-funcs directly. We don't check the glproto version as we know what it is (we have our own proto file). Furthermore, we skip the switch from --glX<func> -> x<func> and directly switch to <func> (e.g. __glXMalloc() -> malloc()). Backported-to-NX-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | ||||
* | Remove libcwrapper usage from xorg server modules. The libcwrapper is not ↵ | Eric Anholt | 2016-12-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | used in nxagent. From c3d14036729fd186d4ec7ca1de603e1f2d174e2f Mon Sep 17 00:00:00 2001 From: Eric Anholt <anholt@freebsd.org> Date: Fri, 10 Feb 2006 22:00:30 +0000 Subject: Remove libcwrapper usage from xorg server modules. The libcwrapper is only of (marginal) use in the drivers, and that usage remains. Backported-to-NX-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fixes ArcticaProject/nx-libs#246 (together with merge commit ecd335fa61551d0b86d3f075469a7743ab899d95). | ||||
* | slightly improve rrxinerama debug output | Ulrich Sibiller | 2016-12-03 | 1 | -12/+12 |
| | |||||
* | Fix compilation warnings | Ulrich Sibiller | 2016-12-03 | 2 | -10/+10 |
| | |||||
* | add .gitignore files | Ulrich Sibiller | 2016-11-17 | 1 | -0/+3 |
| | |||||
* | nxcompext: Move code into Xserver subtree, as nxcompext requires Xserver ↵ | Mike Gabriel | 2016-11-15 | 46 | -31/+9259 |
| | | | | | | includes at build time. Fixes ArcticaProject/nx-libs#276. | ||||
* | Xserver/hw/nxagent/Imakefile: Introduce the NULL variable. | Mike Gabriel | 2016-11-09 | 1 | -64/+113 |
| | |||||
* | Keyboard.c: evdev is only existing on Linux | Ulrich Sibiller | 2016-11-08 | 1 | -4/+3 |
| | | | | | | | | | | | Remove check for the remote side operating system because the evdev check will only succeed on Linux (and in future FreeBSD?) anyway. Besides, this makes keycode conversion work when using nxagent without nx transport (as an xnest replacement) or when not providing client=linux in the options. This fixes the second issue mentioned in ArcticaProject/nx-libs#239 (keyboard not working correctly). | ||||
* | Keyboard.c: move variable to inner scope | Ulrich Sibiller | 2016-11-08 | 1 | -7/+5 |
| | |||||
* | Reconnect.c: simplify code by using strndup | Ulrich Sibiller | 2016-11-08 | 1 | -12/+4 |
| | | | | Also abort reconnect on strndup failure. | ||||
* | Keyboard.c: replace malloc/strcpy by str(n)dup | Ulrich Sibiller | 2016-11-08 | 1 | -8/+2 |
| | |||||
* | Keyboard.c: more whitespace/formatting fixes | Ulrich Sibiller | 2016-11-08 | 1 | -12/+15 |
| | |||||
* | Keyboard.c: improve keyboard file creation | Ulrich Sibiller | 2016-11-08 | 1 | -5/+5 |
| | | | | Fixes ArcticaProject/nx-libs#239 | ||||
* | Keyboard.c: use NULL instead of 0 | Ulrich Sibiller | 2016-11-08 | 1 | -5/+5 |
| | |||||
* | Keyboard.c: remove superfluous whitespace | Ulrich Sibiller | 2016-11-08 | 1 | -1/+1 |
| | |||||
* | Keyboard.c: Fix wrong error msg prefix | Ulrich Sibiller | 2016-11-08 | 1 | -1/+1 |
| | |||||
* | Keyboard.c: Fix and simplify keyboard config file handling | Ulrich Sibiller | 2016-11-08 | 1 | -12/+3 |
| | | | | | keyboard config file for nxagent/x2goagent was broken from the moment it got implemented. nxagentXkbConfigFilePath had never been filled. | ||||
* | Improve DEBUG/TEST output regarding keyboard stuff | Ulrich Sibiller | 2016-11-08 | 1 | -12/+37 |
| | |||||
* | Drop unused define NXAGENT_KEYMAP_DIR_FILE | Ulrich Sibiller | 2016-11-08 | 1 | -2/+0 |
| | |||||
* | remove DECnet support | Ulrich Sibiller | 2016-11-02 | 1 | -4/+4 |
| | | | | just as Xorg upstream did | ||||
* | Imakefile cleanup: Delete all ancient Vcs comments stemming from SVN times ↵ | Mike Gabriel | 2016-10-31 | 1 | -2/+0 |
| | | | | | | of X.org and XFree86. Fixes ArcticaProject/nx-libs#250. | ||||
* | Window.c: Fix function assignment warning | Ulrich Sibiller | 2016-10-20 | 1 | -1/+1 |
| | | | | | | Window.c: In function ‘nxagentFrameBufferPaintWindow’: Window.c:1968:31: warning: ISO C forbids assignment between function pointer and ‘void *’ [-Wpedantic] PaintWindowBackgroundBackup = pWin->drawable.pScreen -> PaintWindowBackground; | ||||
* | Display.c: remove unused variable | Ulrich Sibiller | 2016-10-20 | 1 | -2/+0 |
| | | | | | | | Display.c: In function ‘nxagentCheckForPixmapFormatsCompatibility’: Display.c:2471:8: warning: variable ‘one_match’ set but not used [-Wunused-but-set-variable] bool one_match = false; ^ | ||||
* | Colormap.c: add cast to avoid warning | Ulrich Sibiller | 2016-10-20 | 1 | -1/+1 |
| | | | | | | | Colormap.c: In function ‘nxagentSetInstalledColormapWindows’: Colormap.c:314:27: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘WindowPtr’ [-Wformat=] pWin, pWin -> drawable.class); ^ | ||||
* | Args.c: fix string format warning | Ulrich Sibiller | 2016-10-20 | 1 | -2/+2 |
| | | | | warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 5 has type ‘long int’ [-Wformat=] | ||||
* | hw/nxagent/{Clipboard|Events}.c: Typo fix in error messages. | Mike Gabriel | 2016-10-13 | 2 | -3/+3 |
| | |||||
* | Remove CRAY support | Ulrich Sibiller | 2016-10-10 | 1 | -6/+1 |
| | | | | | This basically repeats commit bad67799229b94ea2ba0174319949766ad1c2fc6 after the upgrade to libX11 1.3.4. | ||||
* | xserver: drop XKBSRV_NEED_FILE_FUNCS | Ulrich Sibiller | 2016-10-06 | 1 | -3/+5 |
| | | | | just as upstream did | ||||
* | xserver: use own copy of XKBstr.h header | Ulrich Sibiller | 2016-10-06 | 1 | -1/+0 |
| | | | | just like upstream does | ||||
* | xserver: use own copy of XKBsrv.h header | Ulrich Sibiller | 2016-10-06 | 1 | -0/+1 |
| | | | | just like upstream does | ||||
* | 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. | ||||
* | 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. | ||||
* | Revert "Fix wrong include" | Ulrich Sibiller | 2016-09-24 | 1 | -7/+0 |
| | | | | | | | After commit cbf3ef0f219a7d5c94a7f5d5b46c9a0e26cc6588 this no longer necessary. This reverts commit 9a4bb50af54ced8d53112b8fa3b5b9dc3b481224. | ||||
* | 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. | ||||
* | 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. | ||||
* | 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. |