aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
Commit message (Expand)AuthorAgeFilesLines
* Drop unused rgb.hUlrich Sibiller2020-05-071-53/+0
* Drop unused Xalloca.hUlrich Sibiller2020-05-072-141/+0
* Splash.c: reduce number of X calls for logo paintingUlrich Sibiller2020-05-071-117/+20
* Splash.c: reduce number of Xlib callsUlrich Sibiller2020-05-071-10/+24
* Splash.c: always paint background over the whole windowUlrich Sibiller2020-05-071-3/+3
* Splash.c: move the GC to nxagentPaintLogoUlrich Sibiller2020-05-071-5/+7
* Splash.h: split out xdmcp parts into separate header fileUlrich Sibiller2020-05-074-12/+43
* Splash.c: make variables staticUlrich Sibiller2020-05-071-3/+3
* Splash.c: use uppercase color definesUlrich Sibiller2020-05-071-10/+10
* 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