aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * (NX)property.c: harmonize function nameUlrich Sibiller2020-05-072-2/+2
| * NXdixfonts.c: mark NX changesUlrich Sibiller2020-05-071-52/+107
| * NXdixfonts.c: drop NXAGENT_DEBUGUlrich Sibiller2020-05-072-36/+35
| * NXdixfonts.c: call dix version of SetDefaultFontPathUlrich Sibiller2020-05-072-73/+6
| * Keystroke.c: fix typoUlrich Sibiller2020-05-071-1/+1
| * WaitFor.c Implement the intended NX_WAKEUP functionalityUlrich Sibiller2020-05-073-12/+14
| * os/Waitfor.c: simplify macro handlingUlrich Sibiller2020-05-071-59/+56
| * hw/nxagent/Imakefile: explain more macrosUlrich Sibiller2020-05-071-10/+14
| * README.md: remove embarassing planned release dates...Ulrich Sibiller2020-05-071-5/+1
| * Dialog.c: show configured keystrokes in dialogsUlrich Sibiller2020-05-074-33/+144
| * nxagent: make all traps BooleansUlrich Sibiller2020-05-0714-102/+100
| * Literals.h: always include in compilationUlrich Sibiller2020-05-074-7/+2
| * Init.c Use dpmsstubs.c instead of an own copyUlrich Sibiller2020-05-072-27/+2
| * dix: also compile ffs.cUlrich Sibiller2020-05-071-0/+2
| * Clarify use of and need for mffs vs. ffsUlrich Sibiller2020-05-073-3/+5
| * XKBsrv.h: remove XKBSRV_NEED_FILE_FUNCS stuffUlrich Sibiller2020-05-076-781/+1
| * XKBsrv.h: remove unused externsUlrich Sibiller2020-05-071-5/+0
| * Drop unused screensaver xpmUlrich Sibiller2020-05-071-711/+0
| * Drop unused scrnsaver.hUlrich Sibiller2020-05-076-136/+1
| * Drop unused XWDFile.hUlrich Sibiller2020-05-076-119/+1
| * Drop unused rgb.hUlrich Sibiller2020-05-073-55/+0
| * Drop unused Xalloca.hUlrich Sibiller2020-05-076-145/+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