aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
Commit message (Expand)AuthorAgeFilesLines
* nxagent: make nxagentX2go a BooleanUlrich Sibiller2019-05-102-10/+10
* Remove useless "ignore" keystroke for Ctrl-Alt-BackspaceUlrich Sibiller2019-05-101-2/+0
* NXdispatch.c: indent code to match environmentUlrich Sibiller2019-05-101-13/+13
* NXdispatch.c: add missing fixesUlrich Sibiller2019-05-101-5/+3
* NXdispatch.c: add missing changeUlrich Sibiller2019-05-101-0/+3
* Rename libdamage to (correct) libdamageextUlrich Sibiller2019-05-102-3/+3
* NXdamage.c: add missing upstream fixesUlrich Sibiller2019-05-101-10/+10
* NXwindow.c: add missing changeUlrich Sibiller2019-05-101-2/+0
* Keyboard.c: clean/unify formattingUlrich Sibiller2019-05-101-13/+19
* Keyboard.c: improve TEST and DEBUG outputUlrich Sibiller2019-05-101-2/+3
* nxagent: Remove own GetTimeInMillis() implementationUlrich Sibiller2019-05-104-32/+17
* Die XTESTEXT1, die!Ulrich Sibiller2019-05-1010-3100/+5
* Reconnect.c: initialize stateFile pathUlrich Sibiller2019-05-101-1/+1
* spelling fixesUlrich Sibiller2019-05-102-2/+2
* Font.c: use __func__ in TEST printsUlrich Sibiller2019-05-101-15/+15
* Font.c: Avoid duplicate font pathsUlrich Sibiller2019-05-101-2/+26
* auto-determine system font path and add to list of font pathsUlrich Sibiller2019-05-103-0/+7
* Font.c: Loop over font pathsUlrich Sibiller2019-05-101-8/+16
* Font.c: Let dix check if a font path existsUlrich Sibiller2019-05-101-30/+24
* Font.c: build the font paths at runtimeUlrich Sibiller2019-05-101-33/+34
* Drop Speedo font supportUlrich Sibiller2019-05-102-11/+7
* Font.c: factor out font checksUlrich Sibiller2019-05-101-95/+37
* nxagent: Determine nxagentProgName only onceUlrich Sibiller2019-05-102-8/+27
* release 3.5.99.203.5.99.20Mike Gabriel2019-04-171-1/+1
* release 3.5.99.193.5.99.19Mike Gabriel2019-03-011-1/+1
* Xlib: remove register keywordsUlrich Sibiller2019-03-011-9/+9
* xlib: remove superflous parensUlrich Sibiller2019-03-011-1/+1
* xfixes: use calloc for some structsUlrich Sibiller2019-02-281-2/+2
* Use C99 designated initializers in various extension RepliesUlrich Sibiller2019-02-287-59/+72
* Use calloc to zero fill buffers being allocated for replies & eventsUlrich Sibiller2019-02-285-11/+11
* ConnDis.c: remove obsolete MNX_TCPCONNUlrich Sibiller2019-02-281-1/+1
* nx-X11/lib/configure.ac: add forgotten status lineUlrich Sibiller2019-02-201-0/+1
* nx-X11/lib/configure.ac: fix version numberUlrich Sibiller2019-02-201-1/+1
* nx-X11/lib/configure.ac: Assure that the USE_DYNAMIC_XCURSOR macro is defined...Mike Gabriel2019-02-201-0/+33
* Keyboard.c: fix comment.Mike Gabriel2019-02-181-2/+1
* Revert "nxagent: rework Bool handling"Ulrich Sibiller2019-02-1530-261/+255
* nxagent: rework Bool handlingUlrich Sibiller2019-02-1130-255/+261
* Screen.c: code optimization for rootless modeUlrich Sibiller2019-02-111-4/+6
* Screen.c: simplify and fix handling of rootless modeUlrich Sibiller2019-02-111-23/+17
* rrdispatch.c: remove obsolete ifdefUlrich Sibiller2019-02-111-4/+0
* release 3.5.99.183.5.99.18Mike Gabriel2019-01-311-1/+1
* Screen.c: fix handling of fullscreen startupUlrich Sibiller2019-01-141-5/+5
* Screen.c: fix size calculation in rootless modeUlrich Sibiller2019-01-141-2/+16
* Screen.c: improve readability of size calculationsUlrich Sibiller2019-01-141-65/+57
* Screen.c: move identical line out of both parts of an if clauseUlrich Sibiller2019-01-141-3/+2
* Extensions.c: Cleanup nxagentRandRInitSizes()Ulrich Sibiller2019-01-141-44/+33
* Extensions.c: fix first resolution being ignoredUlrich Sibiller2019-01-141-3/+3
* Set default screen size to the whole screen in rootless modeUlrich Sibiller2019-01-141-2/+2
* Window.c: move WM_STATE handling to separate functionUlrich Sibiller2019-01-141-17/+19
* XlibInt: check for XlibError before accessing other dpy fieldsUlrich Sibiller2018-12-221-0/+10