aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
Commit message (Expand)AuthorAgeFilesLines
* release 3.5.99.173.5.99.17Mike Gabriel2018-11-201-1/+1
* nx-X11/config/cf/nxcompile.def: Rephrase header comment slightly.Mike Gabriel2018-11-111-1/+1
* imake: adapt output to automake output as seen in lib/srcUlrich Sibiller2018-11-111-1/+1
* imake: also silence makedependUlrich Sibiller2018-11-111-4/+9
* silence imake compilationUlrich Sibiller2018-11-112-1/+26
* Makefile: Rework handling auto-determined values for imakeUlrich Sibiller2018-11-101-0/+2
* Lift Xext to xorg 1.4.2Ulrich Sibiller2018-11-0921-264/+349
* adapt code-versions.txtUlrich Sibiller2018-11-091-1/+1
* Convert existing Xprintf style calls to asprintf styleUlrich Sibiller2018-11-092-21/+37
* xkb: Don't check for NULL before calling freeUlrich Sibiller2018-11-091-4/+2
* xkb: Fix memory leak if opening file failsUlrich Sibiller2018-11-091-0/+2
* Make: Automatically determine xkb dirUlrich Sibiller2018-11-092-1/+9
* XKB: Fix size_syms calculation bugUlrich Sibiller2018-11-091-1/+1
* Event.c: improve DEBUG outputUlrich Sibiller2018-11-091-3/+15
* XKB: Remove unused DDX functionsUlrich Sibiller2018-11-095-103/+5
* XKB: Fix logic errorUlrich Sibiller2018-11-091-1/+1
* XKB: Fix garbage initializationUlrich Sibiller2018-11-091-1/+1
* ProcXkbGetKbdByName: fix use of uninitialised bytes valgrind error.Ulrich Sibiller2018-11-091-1/+1
* XkbSendNames: fix use of uninitialised bytes valgrind error.Ulrich Sibiller2018-11-091-1/+1
* Keyboard.c: simplify even more: free stuff at one placeUlrich Sibiller2018-11-091-16/+8
* Keyboard.c: fix keyboard=query logicUlrich Sibiller2018-11-091-1/+1
* Keyboard.c: greatly simplify the code in nxagentKeyboardProcUlrich Sibiller2018-11-091-31/+13
* Keyboard.c: guard XkbFreeKeyboard callsUlrich Sibiller2018-11-091-5/+10
* Keyboard.c: simplify over-specific ifUlrich Sibiller2018-11-091-2/+1
* Keyboard.c: simplify RLMVO string handlingUlrich Sibiller2018-11-091-37/+9
* Keyboard.c: always ask for remote XKBUlrich Sibiller2018-11-091-12/+12
* Lift xkb to XORG-1.3.0.0 stateUlrich Sibiller2018-11-092-3/+4
* XKB: provide XKB defines via ImakefileUlrich Sibiller2018-11-091-1/+1
* Keyboard.c: do not define own RLMVO defaultsUlrich Sibiller2018-11-091-94/+5
* no more own XkbBaseDirectory handlingUlrich Sibiller2018-11-092-361/+1
* Keyboard.c: remove unused definesUlrich Sibiller2018-11-091-6/+0
* Keyboard.c: remove unnecessary includesUlrich Sibiller2018-11-091-7/+0
* Keyboard.c: Remove (now) unused definesUlrich Sibiller2018-11-091-6/+0
* Lift xkb to XORG-1.2.0 stateUlrich Sibiller2018-11-0923-377/+2979
* Check nxagentXkbInfo.EventBase before useUlrich Sibiller2018-11-091-1/+7
* Lift Xi to 1.3.0.0 (identical to 1.2.0)Ulrich Sibiller2018-11-0138-45/+25
* Window.c: use C99 designated initializers at some placesUlrich Sibiller2018-10-271-37/+30
* Window.c: add FIXMEUlrich Sibiller2018-10-271-0/+4
* Window.c: save some lines by declaring loop variables in the loopUlrich Sibiller2018-10-271-48/+21
* Window.c: indent ifdefs for better readabilityUlrich Sibiller2018-10-271-46/+43
* Window.c: silence compiler warningsUlrich Sibiller2018-10-271-2/+8
* Window.c: some code simplificationsUlrich Sibiller2018-10-271-63/+26
* Window.c: whitespace cleanupUlrich Sibiller2018-10-271-136/+34
* Window.c: scope improvementsUlrich Sibiller2018-10-271-40/+27
* Window.c: reformat/add braces for readabilityUlrich Sibiller2018-10-271-42/+110
* Window.c: indent FIXMEsUlrich Sibiller2018-10-271-27/+27
* Window.c: convert old-style function definitions to ANSI C89 styleUlrich Sibiller2018-10-271-16/+6
* Clipboard.c: use __func__ everywhereUlrich Sibiller2018-10-271-59/+58
* Clipboard.c: fix fprintf type warningsUlrich Sibiller2018-10-271-20/+20
* Clipboard.c: more DEBUG outputUlrich Sibiller2018-10-271-3/+12