aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
Commit message (Expand)AuthorAgeFilesLines
* Args.c: do not print function name in errors or warningsUlrich Sibiller2019-11-151-6/+6
* Args.c: scope improvementsUlrich Sibiller2019-11-151-29/+16
* Args.c: simplify options string allocationUlrich Sibiller2019-11-151-18/+4
* Args.c: fix clipboard=0 or -clipboard 0Ulrich Sibiller2019-11-151-1/+1
* Args.c: remove unreachable codeUlrich Sibiller2019-11-151-24/+0
* Args.c: fix unitialized variableUlrich Sibiller2019-11-151-0/+1
* NXglxext.c: use upstream versions of Dispatch functionsUlrich Sibiller2019-11-022-56/+5
* NXwindow.c: use upstream function DeleteWindow()Ulrich Sibiller2019-11-022-52/+0
* NXwindow.c: call InitRootWindow from dixUlrich Sibiller2019-11-023-49/+18
* NXwindow.c: mark NX changesUlrich Sibiller2019-11-021-0/+16
* NXwindow.c: drop own UnmapWindow()Ulrich Sibiller2019-11-022-18/+0
* NXwindow.c: call upstream version UnmapWindow()Ulrich Sibiller2019-11-022-58/+5
* NXglyph.c: mark NX changesUlrich Sibiller2019-11-021-1/+8
* NXglyph.c: adapt FindGlyph() to better match render/glyph.cUlrich Sibiller2019-11-021-19/+24
* NXglyphcurs.c: use dixChangeCG()Ulrich Sibiller2019-11-021-18/+13
* Simplify (NX)xvdisp.cUlrich Sibiller2019-11-023-148/+15
* NXdispatch.c: mark NX changesUlrich Sibiller2019-11-021-17/+47
* NXdispatch.c: simplify InitClientPrivates()Ulrich Sibiller2019-11-022-35/+13
* NXdispatch.c: call upstream CloseDownClient()Ulrich Sibiller2019-11-022-87/+6
* NXdispatch.c: Simplify InitSelections()Ulrich Sibiller2019-11-022-9/+7
* nxagent: drop NXextension.cUlrich Sibiller2019-11-024-33/+2
* NXextension.c: use ProcListExtensions() from dixUlrich Sibiller2019-11-022-116/+0
* NXextension.c: use ProcQueryExtension() from dixUlrich Sibiller2019-11-022-41/+1
* NXshm.c: call upstream miShmPutImageUlrich Sibiller2019-11-022-38/+6
* NXshm.c: use upstream versions of Dispatch functionsUlrich Sibiller2019-11-022-92/+14
* NXshm.c: rework code to be identical for ProcShmDispatch and SProcShmDispatchUlrich Sibiller2019-11-021-60/+60
* nxagent: drop Holder.[ch]Ulrich Sibiller2019-11-028-120/+12
* Drop unused placeholder codeUlrich Sibiller2019-11-025-225/+0
* Drop NXdamage.cUlrich Sibiller2019-11-014-64/+0
* damage: Don't rewrite Text ops to GlyphBlt opsUlrich Sibiller2019-11-012-226/+19
* NXdamage.x fix wrong backportUlrich Sibiller2019-11-011-4/+12
* NXevents.c: add some explanations from the original changelogUlrich Sibiller2019-11-011-0/+32
* NXevents.c: use XYToWindow from dixUlrich Sibiller2019-11-012-53/+20
* NXevents.c: call upstream ProcAllocEvents()Ulrich Sibiller2019-11-012-53/+24
* NXEvents.c: mark NX specific codeUlrich Sibiller2019-11-011-1/+4
* NXevents.c: call upstream DefineInitialRootWindow()Ulrich Sibiller2019-11-012-36/+5
* NXevents.c: call upstream version of ProcSendEvent()Ulrich Sibiller2019-11-012-84/+7
* NXevents.c: call upstream versions of (De)ActivatePointerGrab()Ulrich Sibiller2019-11-012-48/+15
* Xau files: adapt code to match upstream libXau 1.0.9Ulrich Sibiller2019-11-014-51/+56
* AuRead.c: remove redundant null check on calling free()Ulrich Sibiller2019-11-011-9/+9
* AuRead.c: whitespace cleanupUlrich Sibiller2019-11-011-30/+30
* Xau: mark NX changesUlrich Sibiller2019-11-011-0/+15
* Merge branch 'uli42-pr/fix_rebuild' into 3.6.xMihai Moldovan2019-10-191-1/+1
|\
| * nxagent/Imakefile: remove ../../exports/libUlrich Sibiller2019-10-101-1/+1
* | Screen.c: cleanup code a bitUlrich Sibiller2019-10-101-16/+14
* | Screen.c: fix a memleakUlrich Sibiller2019-10-101-5/+2
* | Fix segfault in argument parsingUlrich Sibiller2019-10-031-0/+3
* | Clipboard.c: rename nxagentNotifySelection to nxagentHandleSelectionNotifyFro...Ulrich Sibiller2019-09-293-6/+7
* | Clipboard.c: fix nested clipboard handlingUlrich Sibiller2019-09-291-1/+8
* | Clipboard.c: add some more FIXMEsUlrich Sibiller2019-09-291-0/+20