Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NXresource.c: make nxagentSwitchResourceType static | Ulrich Sibiller | 2024-06-04 | 1 | -1/+1 |
| | | | | is only used inside this module | ||||
* | NXresource.c: make nxagentSwitchResourceType return a Boolean | Ulrich Sibiller | 2024-06-04 | 1 | -5/+5 |
| | |||||
* | NXresource.c: make nxagentFindClientResource return a Boolean | Ulrich Sibiller | 2024-06-04 | 3 | -13/+13 |
| | |||||
* | Events.c: disable unused function | Ulrich Sibiller | 2024-06-02 | 1 | -2/+4 |
| | | | | no need to compile if it is unused | ||||
* | Events.c: make event handling functions return Booleans | Ulrich Sibiller | 2024-06-02 | 2 | -61/+62 |
| | |||||
* | Events.c: NewOutputPending is a Boolean | Ulrich Sibiller | 2024-06-02 | 1 | -1/+1 |
| | |||||
* | Events.c: make sendKey a Boolean | Ulrich Sibiller | 2024-06-02 | 1 | -3/+3 |
| | |||||
* | Events.c: make nxagentInputEvent a Boolean | Ulrich Sibiller | 2024-06-02 | 1 | -10/+10 |
| | |||||
* | Screen.c: fix comment | Ulrich Sibiller | 2024-06-02 | 1 | -2/+2 |
| | |||||
* | Render.c: improve DEBUG/TEST output | Ulrich Sibiller | 2024-06-02 | 1 | -106/+117 |
| | |||||
* | Events.c: improve debugging/testing output | Ulrich Sibiller | 2024-06-01 | 1 | -11/+17 |
| | |||||
* | Events.c: fix two comments | Ulrich Sibiller | 2024-06-01 | 1 | -2/+2 |
| | |||||
* | Keyboard.c: use the correct mask for XkbGetKeyboard | Ulrich Sibiller | 2024-05-22 | 1 | -1/+1 |
| | |||||
* | fix various spelling errors | Ulrich Sibiller | 2024-05-21 | 12 | -23/+23 |
| | |||||
* | nxagent manpage: fix some obvious errors | Ulrich Sibiller | 2024-05-21 | 1 | -4/+4 |
| | |||||
* | naxgent manpage: improve documentation for nx/nx options on the command line | Ulrich Sibiller | 2024-05-21 | 1 | -2/+17 |
| | |||||
* | Keyboard.c: fix handling of keyboard=model/layout | Ulrich Sibiller | 2024-05-21 | 1 | -4/+19 |
| | | | | Did simply not work without passing the default strings. | ||||
* | Keystroke.c: fix output of keystrokes list | Ulrich Sibiller | 2024-05-21 | 1 | -1/+1 |
| | | | | print a newline AFTER the list, not before. | ||||
* | Clipboard.c: make it compile cleanly without NXAGENT_CLIPBOARD | Ulrich Sibiller | 2024-05-21 | 1 | -2/+6 |
| | | | | do not show warnings about unused functions | ||||
* | Keyboard.c: fix wrong "rlmvo" keyword | Ulrich Sibiller | 2024-05-20 | 1 | -3/+4 |
| | | | | | | | | variable names and manpage were correct, but the code was not, it expected "rlmvo" instead of "rmlvo". Support the old (wrong) variant, too (but do not document it), since there might be users out there whose setup would break. | ||||
* | Keyboard.c: fix typo | Ulrich Sibiller | 2024-05-20 | 1 | -1/+1 |
| | |||||
* | fbedgeimp.h: fix shadowed variable | Ulrich Sibiller | 2024-05-20 | 1 | -2/+1 |
| | |||||
* | fbcompose.c: fix some shadowed variables | Ulrich Sibiller | 2024-05-20 | 1 | -30/+30 |
| | |||||
* | fb/fbbltone.c: fix shadowed variable | Ulrich Sibiller | 2024-05-20 | 1 | -4/+4 |
| | |||||
* | fbbltone.c: Mark bitmasks as unsigned ints | Ulrich Sibiller | 2024-05-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport of this commit: commit 1b2d17748f0154da142e9b421d4f6a46e4e5a18c Author: Alan Coopersmith <alan.coopersmith@oracle.com> Date: Sun May 22 13:50:14 2011 -0700 fbbltone.c: Mark bitmasks as unsigned ints Clears many Sun compiler warnings: "fbbltone.c", line 491: warning: integer overflow detected: op "<<" "fbbltone.c", line 491: warning: integer overflow detected: op "<<" "fbbltone.c", line 491: warning: integer overflow detected: op "<<" "fbbltone.c", line 491: warning: initializer will be sign-extended: -16777216 "fbbltone.c", line 491: warning: integer overflow detected: op "<<" "fbbltone.c", line 491: warning: initializer will be sign-extended: -1 "fbbltone.c", line 495: warning: integer overflow detected: op "<<" "fbbltone.c", line 495: warning: integer overflow detected: op "<<" "fbbltone.c", line 495: warning: integer overflow detected: op "<<" "fbbltone.c", line 495: warning: initializer will be sign-extended: -256 "fbbltone.c", line 495: warning: integer overflow detected: op "<<" "fbbltone.c", line 495: warning: initializer will be sign-extended: -1 "fbbltone.c", line 499: warning: integer overflow detected: op "<<" "fbbltone.c", line 499: warning: integer overflow detected: op "<<" "fbbltone.c", line 499: warning: integer overflow detected: op "<<" "fbbltone.c", line 499: warning: initializer will be sign-extended: -65536 "fbbltone.c", line 499: warning: integer overflow detected: op "<<" "fbbltone.c", line 499: warning: initializer will be sign-extended: -1 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Jamey Sharp <jamey@minilop.net> Signed-off-by: Keith Packard <keithp@keithp.com> | ||||
* | Xext/shape.c: remove one include | Ulrich Sibiller | 2024-05-20 | 1 | -1/+0 |
| | | | | | | | Patch by realsimix: "Oneliner which was for some old distribution but works on all up to RHEL9." Mentioned in ArcticaProject/nx-libs#1054 | ||||
* | main server Imakefile: drop rules for unused or non-existing stuff | Ulrich Sibiller | 2024-05-20 | 1 | -23/+2 |
| | |||||
* | Window.c: mark nxagentCheckWindowIntegrity as unused | Ulrich Sibiller | 2024-05-20 | 1 | -2/+2 |
| | | | | | | | | | 'cause that's what it is. But as this seems to be a handy debug helper we'll leave it instead of dropping it. Marking it as unused silences a compiler warning. | ||||
* | Window.c: Fix: Use correct type for XlibWindow | Ulrich Sibiller | 2024-05-20 | 1 | -3/+3 |
| | | | | These are filled by libX11 so the type must be the Xlib one. | ||||
* | os: unifdef GPROF and X_NOT_POSIX | Ulrich Sibiller | 2024-05-11 | 4 | -29/+0 |
| | | | | | | | | | | | | just like xorg-xserver in commit 446fe9eecddd1337f9d5164dd7c301e1ba3dfe32 Author: Daniel Stone <daniels@collabora.com> Date: Thu Jul 17 21:37:50 2008 +0300 Dead code removal Remove a whole bunch of code that was never built, be it entire files or just dead ifdefs. | ||||
* | os: signal handlers return void. | Ulrich Sibiller | 2024-05-11 | 2 | -14/+5 |
| | | | | | | | | commit 843166b033dc0544b9f3cf3c91fc3ae3650bda14 Author: Adam Jackson <ajax@redhat.com> Date: Mon Apr 6 11:05:17 2009 -0400 os: signal handlers return void. | ||||
* | os/utils.c: unifdef USE_CHMOD | Ulrich Sibiller | 2024-05-11 | 1 | -4/+0 |
| | |||||
* | os/access.c: unifdef WINTCP | Ulrich Sibiller | 2024-05-11 | 1 | -145/+0 |
| | |||||
* | xserver doesn't stop all connections to localhost | Ulrich Sibiller | 2024-05-11 | 1 | -8/+5 |
| | | | | | | | | | | | | | | | | | | Backport of the following commit + manual fix at some other locations. commit 75b9383d8a4c113ab3c6cfc1d5efcb5d9982a1bf Author: Jesse Adkins <jesserayadkins@gmail.com> Date: Tue Aug 18 21:13:40 2009 -0700 xserver doesn't stop all connections to localhost X.Org Bugzilla #23329: http://bugs.freedesktop.org/show_bug.cgi?id=23329 Patch #28648: http://bugs.freedesktop.org/attachment.cgi?id=28648 I noticed in xserver at os/access.c that xorg tries to stop connections to localhost by checking against the address 127.0.0.1. However, RFC 3330 defines the localhost network as 127.0.0.0/8. This means that any IPv4 address that starts with 127 is just another name for localhos | ||||
* | Xext,os,xkb: repeat unifdefs | Ulrich Sibiller | 2024-05-11 | 8 | -181/+3 |
| | | | | there where remnants of WIN32, CYGWIN and SCO | ||||
* | Screen.c: use NULL instead of ugly void pointer stuff | Ulrich Sibiller | 2024-05-11 | 1 | -8/+8 |
| | |||||
* | Screen.c: merge two X2GO ifdefs to one | Ulrich Sibiller | 2024-05-11 | 1 | -7/+5 |
| | |||||
* | GCOps.c: add/improve DEBUG/TEST statements | Ulrich Sibiller | 2024-05-11 | 1 | -28/+99 |
| | |||||
* | Literals.h: add Drawable types | Ulrich Sibiller | 2024-05-11 | 1 | -0/+9 |
| | |||||
* | Literals.h: mark with _X_UNUSED to prevent "unused" warnings | Ulrich Sibiller | 2024-05-11 | 1 | -3/+3 |
| | |||||
* | Literals.h: allow for TEST and DEBUG code | Ulrich Sibiller | 2024-05-11 | 1 | -2/+2 |
| | |||||
* | Pixmap.c: fix TEST output | Ulrich Sibiller | 2024-05-11 | 1 | -1/+1 |
| | |||||
* | NXproperty.c: fix ifdef indentation | Ulrich Sibiller | 2024-05-11 | 1 | -2/+2 |
| | |||||
* | NXproperty.y/property.c: fix comments | Ulrich Sibiller | 2024-05-11 | 2 | -10/+10 |
| | |||||
* | Client.c: fix TEST output | Ulrich Sibiller | 2024-05-11 | 1 | -4/+4 |
| | |||||
* | GC.c: improve comment | Ulrich Sibiller | 2024-05-11 | 1 | -1/+1 |
| | |||||
* | NXrender.c: fix indentation | Ulrich Sibiller | 2024-05-11 | 1 | -12/+12 |
| | |||||
* | Events.c: make nxagentDebugInput a Boolean | Ulrich Sibiller | 2024-05-11 | 1 | -10/+10 |
| | | | | because that's what it is... | ||||
* | Events.c: use existing functions for CriticalOutputPending | Ulrich Sibiller | 2024-05-11 | 1 | -8/+5 |
| | |||||
* | NXglyph.c: reformat ResizeGlyphHash | Ulrich Sibiller | 2024-05-11 | 1 | -12/+4 |
| |