aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
Commit message (Expand)AuthorAgeFilesLines
* reduce usage of uninitialised bytesUlrich Sibiller2017-12-2812-104/+86
* nx-X11/programs/Xserver/hw/nxagent/Screen.c: re-enable normal error/warning o...Mihai Moldovan2017-12-241-2/+2
* nx-X11/programs/Xserver/hw/nxagent/Screen.c: update screen size after modifyi...Mihai Moldovan2017-12-241-0/+7
* nx-X11/extras/Mesa.patches_6.4.2/4002_no-special-glx-memfunctions.patch: incl...Mihai Moldovan2017-12-191-5/+6
* Drop SHMNAME workaround again, it *is* defined in shmstr.h, which is actually...Mihai Moldovan2017-12-163-8/+2
* nx-X11/programs/Xserver/Xext/shape.c: avoid pulling in Xlib in legacy mode vi...Mihai Moldovan2017-12-161-0/+7
* nx-X11/programs/Xserver/Xext/shape.c: pull in shapestr.h for legacy Xext prot...Mihai Moldovan2017-12-161-1/+1
* Handle SHAPE proto splitup gracefully for legacy Xext proto versions.Mihai Moldovan2017-12-161-0/+4
* zlib compatibility: whenever we want -I flags only, assume that the headers a...Mihai Moldovan2017-12-162-3/+3
* nx-X11/programs/Xserver/include/misc.h: add compat define for SHMNAME.Mihai Moldovan2017-12-161-0/+6
* Support building with legacy zlib versions that do not ship a pkg-config file.Mihai Moldovan2017-12-163-4/+4
* Support building with legacy (pre-7.1.0) Xext proto versions.Mihai Moldovan2017-12-165-1/+29
* Support building with legacy (pre-1.4.2) libXfont(1) versions.Mihai Moldovan2017-12-165-0/+28
* {nx-X11/lib,nxproxy}/Makefile.am: also use correct aclocal flags in the other...Mihai Moldovan2017-12-151-0/+2
* nx-X11/config/cf/linux.cf: recursive macros aren't a thing.Mihai Moldovan2017-12-151-1/+1
* nx-X11/config/cf/linux.cf: don't override default CC options for {ARM,PPC}{32...Mihai Moldovan2017-12-151-4/+1
* release 3.5.99.123.5.99.12Mike Gabriel2017-12-151-1/+1
* Xserver/hw/nxagent/Image.c: Fix regression FTBFS after d4465b71 got merged in.Mike Gabriel2017-12-151-4/+4
* release 3.5.99.113.5.99.11Mike Gabriel2017-12-151-1/+1
* Xserver/hw/nxagent/Clipboard.c: Fix free calls (free back to XFree).Mike Gabriel2017-12-151-3/+3
* Xserver/hw/nxagent/compext: Xfree -> free and Xmalloc -> malloc.Mike Gabriel2017-12-154-121/+114
* Xserver/GL/glx/glxcmds.c: Cast small-int values through intptr_t when passed ...Mike Gabriel2017-12-141-1/+1
* lib/X11/Xrm.c: Compiler warning fix: logical-not-parenthesesMike Gabriel2017-12-141-1/+1
* glx: warning fixesMike Gabriel2017-12-141-1/+1
* Xserver/GL/glx/glxfb.c: Fix compiler warning: pointer-sign.Mike Gabriel2017-12-141-1/+1
* hw/nxagent/Events.c: Fix compiler warnings (with NX_DEBUG_INPUT): format.Mike Gabriel2017-12-141-12/+12
* hw/nxagent/NXxvdisp.c: Fix compiler warnings: misleading-indentationMike Gabriel2017-12-141-8/+20
* hw/nxagent/NXdispatch.c: Fix compiler warning: misleading-indentationMike Gabriel2017-12-141-1/+1
* Xserver/Xi/chgfctl.c: Fix compiler warning: misleading-indentation.Mike Gabriel2017-12-141-3/+3
* nxagent manpage: extend description of keyboard optionUlrich Sibiller2017-12-141-4/+7
* Events.c/h: Rename & restructure some Xkb functionsUlrich Sibiller2017-12-142-22/+22
* Keyboard.c: Replace some memsets by zero initializationUlrich Sibiller2017-12-141-6/+3
* Keyboard.c: Fix indentationUlrich Sibiller2017-12-141-13/+13
* Keyboard.c: set variables to NULL after freeUlrich Sibiller2017-12-141-0/+3
* Keyboard.c: XkbDfltRepeatDelay and XkbDfltRepeatIntervall are int not uintUlrich Sibiller2017-12-141-1/+1
* Keyboard.c: Use calloc instead of malloc + memsetUlrich Sibiller2017-12-141-5/+1
* nxagent manpage: Extend keyboard documentationUlrich Sibiller2017-12-141-5/+23
* Keyboard.c: Make xkblock more robustUlrich Sibiller2017-12-141-1/+21
* Keyboard.c: Some code cleanupsUlrich Sibiller2017-12-141-57/+46
* nxagent manpage: Improve explanation of -noignore and -noxkblockUlrich Sibiller2017-12-141-2/+8
* Keyboard.c: Add some comments with changelog explanationsUlrich Sibiller2017-12-141-0/+21
* Keyboard.c: print message class for user messagesUlrich Sibiller2017-12-141-4/+4
* Keyboard.c: Improve TEST outputUlrich Sibiller2017-12-141-1/+16
* small code cosmeticsUlrich Sibiller2017-12-131-1/+1
* always notify on size changesUlrich Sibiller2017-12-131-7/+1
* re-implement pre-xinerama behaviourUlrich Sibiller2017-12-131-20/+105
* nx-X11/programs/Xserver/os/xprintf.c: completely drop NX-related changes.Mihai Moldovan2017-12-131-9/+0
* Silence warning: "ar: 'u' modifier ignored since 'D' is the default"Ulrich Sibiller2017-12-111-0/+3
* Xtranssock.c: simplify code in SocketWritevUlrich Sibiller2017-12-111-44/+0
* Xserver/os/xprintf.c: Drop NoMachine's own implementation of Xvasprintf(). Us...Mike Gabriel2017-12-111-50/+1