aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Makefile: start replace.sh with relative pathUlrich Sibiller2024-06-301-2/+2
* Merge branch 'uli42-pr/various10' into 3.6.xMike Gabriel2024-06-3059-1359/+1043
|\
| * .github/workflows/nx-libs.yml: Drop CI builds against CentOS Stream 8. End-of...Mike Gabriel2024-06-291-2/+0
| * .github/workflows/nx-libs.yml: Assure libtirpc-dev being installed for Debian...Mike Gabriel2024-06-291-1/+1
| * Render.c: improve DEBUG/TEST outputUlrich Sibiller2024-06-241-23/+23
| * Render.c: fix typoUlrich Sibiller2024-06-241-1/+1
| * Render.c: some simplificationsUlrich Sibiller2024-06-081-5/+5
| * Render.c: merge masks in nxagentReconnectPictureUlrich Sibiller2024-06-081-9/+1
| * Render.c: fix format specifiersUlrich Sibiller2024-06-081-9/+9
| * Render.c: simplify nxagent{Create,Change}PictureUlrich Sibiller2024-06-081-210/+48
| * Window.c: align identical codeUlrich Sibiller2024-06-051-22/+26
| * Window.c: use shorter macro to retrieve the remote windowUlrich Sibiller2024-06-051-10/+9
| * Window.c: fix commentsUlrich Sibiller2024-06-051-2/+2
| * Window.c: add missing includeUlrich Sibiller2024-06-051-9/+15
| * Window.c: improve TEST/DEBUG outputUlrich Sibiller2024-06-051-140/+182
| * GCOps.c: drop unused function nxagentBitBlitHelperUlrich Sibiller2024-06-041-24/+0
| * NXresource.c: make nxagentSwitchResourceType staticUlrich Sibiller2024-06-041-1/+1
| * NXresource.c: make nxagentSwitchResourceType return a BooleanUlrich Sibiller2024-06-041-5/+5
| * NXresource.c: make nxagentFindClientResource return a BooleanUlrich Sibiller2024-06-043-13/+13
| * Events.c: disable unused functionUlrich Sibiller2024-06-021-2/+4
| * Events.c: make event handling functions return BooleansUlrich Sibiller2024-06-022-61/+62
| * Events.c: NewOutputPending is a BooleanUlrich Sibiller2024-06-021-1/+1
| * Events.c: make sendKey a BooleanUlrich Sibiller2024-06-021-3/+3
| * Events.c: make nxagentInputEvent a BooleanUlrich Sibiller2024-06-021-10/+10
| * Screen.c: fix commentUlrich Sibiller2024-06-021-2/+2
| * Render.c: improve DEBUG/TEST outputUlrich Sibiller2024-06-021-106/+117
| * Events.c: improve debugging/testing outputUlrich Sibiller2024-06-011-11/+17
| * Events.c: fix two commentsUlrich Sibiller2024-06-011-2/+2
| * Keyboard.c: use the correct mask for XkbGetKeyboardUlrich Sibiller2024-05-221-1/+1
| * fix various spelling errorsUlrich Sibiller2024-05-2112-23/+23
| * nxagent manpage: fix some obvious errorsUlrich Sibiller2024-05-211-4/+4
| * naxgent manpage: improve documentation for nx/nx options on the command lineUlrich Sibiller2024-05-211-2/+17
| * Keyboard.c: fix handling of keyboard=model/layoutUlrich Sibiller2024-05-211-4/+19
| * Keystroke.c: fix output of keystrokes listUlrich Sibiller2024-05-211-1/+1
| * Clipboard.c: make it compile cleanly without NXAGENT_CLIPBOARDUlrich Sibiller2024-05-211-2/+6
| * Keyboard.c: fix wrong "rlmvo" keywordUlrich Sibiller2024-05-201-3/+4
| * Keyboard.c: fix typoUlrich Sibiller2024-05-201-1/+1
| * fbedgeimp.h: fix shadowed variableUlrich Sibiller2024-05-201-2/+1
| * fbcompose.c: fix some shadowed variablesUlrich Sibiller2024-05-201-30/+30
| * fb/fbbltone.c: fix shadowed variableUlrich Sibiller2024-05-201-4/+4
| * fbbltone.c: Mark bitmasks as unsigned intsUlrich Sibiller2024-05-201-2/+2
| * Xext/shape.c: remove one includeUlrich Sibiller2024-05-201-1/+0
| * Revert "nx-X11/Makefile: pass down $(MFLAGS) to imake call, because... we pro...Ulrich Sibiller2024-05-201-1/+1
| * multiple imake config fixesUlrich Sibiller2024-05-204-7/+9
| * Imake.rules: fix error in Makefile generationUlrich Sibiller2024-05-201-1/+1
| * Imake.rules: do not print "using system-wide ..." twiceUlrich Sibiller2024-05-201-2/+2
| * main server Imakefile: drop rules for unused or non-existing stuffUlrich Sibiller2024-05-201-23/+2
| * Window.c: mark nxagentCheckWindowIntegrity as unusedUlrich Sibiller2024-05-201-2/+2
| * Window.c: Fix: Use correct type for XlibWindowUlrich Sibiller2024-05-201-3/+3
| * os: unifdef GPROF and X_NOT_POSIXUlrich Sibiller2024-05-114-29/+0