aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
Commit message (Expand)AuthorAgeFilesLines
...
* Splash.c: some reformattingUlrich Sibiller2020-05-071-13/+9
* Splash.c: use more Xlib typesUlrich Sibiller2020-05-073-15/+12
* Splash.c: add nxagentHaveSplashWindow helperUlrich Sibiller2020-05-074-2/+8
* Splash.c: center logoUlrich Sibiller2020-05-071-78/+104
* Splash.c: fix syntax error in TEST modeUlrich Sibiller2020-05-071-1/+1
* xkb/xkbUtils.c: add link to bugreportUlrich Sibiller2020-05-071-1/+5
* Xext: rename saver's EventType to SaverEventType.Ulrich Sibiller2020-05-071-5/+5
* Xext: Fix cursor reference counting hazard.Ulrich Sibiller2020-05-071-1/+1
* Render.c: describe function purposeUlrich Sibiller2020-05-071-0/+1
* Render.c: replace two while loops by shorter for loopsUlrich Sibiller2020-05-071-9/+3
* Rootless.c: undo overzealous scope improvementUlrich Sibiller2020-05-071-3/+3
* nxagent: simplify nxagentFreeRegion macroUlrich Sibiller2020-05-075-23/+22
* Drawable.c: get rid of goto code in nxagentSynchronizeDrawableDataUlrich Sibiller2020-05-071-16/+4
* Drawable.c: refactor nxagentSynchronizeDrawableDataUlrich Sibiller2020-05-071-78/+52
* Screen.c: formatting fixesUlrich Sibiller2020-05-071-7/+8
* nxagent: Free atom map on terminationUlrich Sibiller2020-05-073-2/+17
* Atoms.c: refine comment on NX_CUT_BUFFER_SERVERUlrich Sibiller2020-05-071-3/+2
* Atoms.c: scope improvementsUlrich Sibiller2020-05-071-4/+3
* Atoms.c: remove unused return value of nxagentInitAtomsMapUlrich Sibiller2020-05-071-4/+4
* Atoms.h: reformat commentsUlrich Sibiller2020-05-071-7/+4
* Atoms.c: always duplicate strings before storing them in privAtomMapUlrich Sibiller2020-05-071-26/+11
* Atoms.c: some code cleanupUlrich Sibiller2020-05-071-55/+71
* Atoms.c: add missing freeUlrich Sibiller2020-05-071-0/+2
* Atoms.c: remove one obsolete FIXMEUlrich Sibiller2020-05-071-4/+3
* Screen.c: spelling fixUlrich Sibiller2020-05-071-1/+1
* Events.c: simplify nxagentInternalWindowsTreeUlrich Sibiller2020-05-071-6/+2
* Events.c: Whitespace fixUlrich Sibiller2020-05-071-1/+1
* os: remove CYGWIN remnantsUlrich Sibiller2020-05-073-15/+1
* Makefiles: drop support for NXwinUlrich Sibiller2020-05-072-157/+1
* Screen.c: activate fallback to dix blankingUlrich Sibiller2020-04-071-2/+2
* Screen.c: document nxagentSaveScreenUlrich Sibiller2020-04-071-22/+37
* nxagent: remove now-obsolete own copies of ScreenSaver procsUlrich Sibiller2020-04-074-279/+0
* nxagent: re-implement timeout handlingUlrich Sibiller2020-04-077-88/+114
* release 3.5.99.233.5.99.23Mike Gabriel2020-01-302-1/+1
* nxagent: rename variables that shadow globalsUlrich Sibiller2020-01-258-61/+61
* Events.c: fix capslock weirdness (re-add lost code)Ulrich Sibiller2020-01-251-0/+1
* compext/Clean.c: fix shadow warnings / scopeUlrich Sibiller2020-01-101-20/+12
* os: Fix -Wshadow errorsUlrich Sibiller2020-01-102-23/+21
* mi: fix shadow warningsUlrich Sibiller2020-01-102-9/+7
* _XkbFilterDeviceBtn: move variable declarations to match usage scopeUlrich Sibiller2020-01-101-4/+5
* XkbFindSrvLedInfo: remove extraneous name-clashing sli variableUlrich Sibiller2020-01-101-4/+2
* xkb: fix shadow warningsUlrich Sibiller2020-01-105-16/+12
* CheckForEmptyMask does not need to declare int n twiceUlrich Sibiller2020-01-101-1/+1
* Drawable.c: fix logic broken by scope cleanupUlrich Sibiller2020-01-101-5/+3
* Cursor.c: drop unused return code for nxagentDisconnectAllCursorUlrich Sibiller2020-01-093-4/+4
* Pixmap.c: drop unused return code for nxagentDisconnectAllPixmapsUlrich Sibiller2020-01-092-12/+7
* Pixmap.c: fix variable shadowingUlrich Sibiller2020-01-092-2/+16
* Display.c: fix shadowed/unused variableUlrich Sibiller2020-01-091-1/+0
* Events.c: fix two shadowed variablesUlrich Sibiller2020-01-091-2/+2
* Clipboard.c: fix shadowed variableUlrich Sibiller2020-01-091-6/+8