aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'uli42-pr/use_nxdialog' into 3.6.xMike Gabriel2020-05-071-5/+15
|\
| * Use nxdialog as nxclient replacementUlrich Sibiller2020-05-071-5/+15
|/
* Merge branch 'uli42-pr/drop_nxwin' into 3.6.xMike Gabriel2020-05-075-880/+1
|\
| * remove obsolete pending patchesUlrich Sibiller2020-05-072-157/+0
| * Drop patch that is for nxwin onlyUlrich Sibiller2020-05-071-566/+0
| * Makefiles: drop support for NXwinUlrich Sibiller2020-05-072-157/+1
|/
* Merge branch 'uli42-pr/refactor_timeout' into 3.6.xMike Gabriel2020-05-0710-389/+151
|\
| * 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-309-10/+1694
* debian/libnx-x11-6.symbols: Sync with .symbols file found in official Debian ...Mike Gabriel2020-01-301-3/+3
* debian/rules: Adopt changes from official Debian package.Mike Gabriel2020-01-301-2/+9
* Merge branch 'uli42-pr/fix_shadowed_vars' into 3.6.xMike Gabriel2020-01-3031-167/+159
|\
| * 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