| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | treat options parameter as option string if it starts with nx/nx | Ulrich Sibiller | 2017-07-25 | 1 | -1/+16 |
* | rename nxagentOptionFile to nxagentOptionsFilename | Ulrich Sibiller | 2017-07-24 | 2 | -15/+15 |
* | pass filename as parameter to nxagentProcessOptionsFile() | Ulrich Sibiller | 2017-07-23 | 3 | -16/+18 |
* | Improve keystroke file handling | Ulrich Sibiller | 2017-07-16 | 1 | -52/+35 |
* | Report Xlib-side window IDs to session.log in machine readable form. This fea... | Mike Gabriel | 2017-07-05 | 5 | -8/+55 |
* | nxagent man page: Fix layout near -nxrealwindowprop option. | Mike Gabriel | 2017-07-04 | 1 | -0/+1 |
* | release 3.5.99.83.5.99.8 | Mike Gabriel | 2017-06-30 | 1 | -1/+1 |
* | hw/nxagent/Window.c: Introduce NX_REAL_WINDOW window property. | Mike Gabriel | 2017-06-30 | 4 | -0/+45 |
* | hw/nxagnet/Atoms.c: In DEBUG mode, we need validateString() which is not stat... | Mike Gabriel | 2017-06-30 | 1 | -0/+5 |
* | Args.c: fix sync option parsing | Ulrich Sibiller | 2017-06-09 | 1 | -4/+2 |
* | Revert "Switch from using libNX_X11's deprecated XKeycodeToKeysym() function ... | Ulrich Sibiller | 2017-05-04 | 2 | -26/+8 |
* | hw/nxagent/Dialog.c: Drop unused dialog for DIALOG_DISABLE_XKB_LOCAL. | Mike Gabriel | 2017-04-21 | 2 | -41/+1 |
* | Revert "NXpicturestr_PictSolidFill.h: Drop file and revert db8705. Not an iss... | Mike Gabriel | 2017-04-21 | 3 | -5/+78 |
* | man/nxagent.1: Document the nxagent specific usage pattern of the displayfd c... | Mike Gabriel | 2017-04-20 | 1 | -2/+17 |
* | nxagent.1: some more rephrasing | Ulrich Sibiller | 2017-04-20 | 1 | -6/+6 |
* | nxagent.1: fix: "tolerancechecks" was documented as "reconnectchecks" | Ulrich Sibiller | 2017-04-20 | 1 | -2/+2 |
* | nxagent.1: highlight nxagent | Ulrich Sibiller | 2017-04-20 | 1 | -17/+17 |
* | nxagent.1: use nxagent everywhere | Ulrich Sibiller | 2017-04-20 | 1 | -13/+13 |
* | nxagent.1: rephrase description | Ulrich Sibiller | 2017-04-20 | 1 | -2/+3 |
* | nxagent.1: add -options, previously undocumented | Ulrich Sibiller | 2017-04-20 | 1 | -3/+15 |
* | nxagent.1: fix typo | Ulrich Sibiller | 2017-04-20 | 1 | -1/+1 |
* | nxagent.1: remove no longer existing -co option from manpage | Ulrich Sibiller | 2017-04-20 | 1 | -4/+0 |
* | Clearing comments from $XFree86$ (et al.) header lines. | Mike Gabriel | 2017-04-19 | 7 | -13/+1 |
* | release 3.5.99.53.5.99.5 | Mike Gabriel | 2017-04-11 | 1 | -1/+1 |
* | Regression fix for added libXfont2 API support: | Mike Gabriel | 2017-04-10 | 1 | -5/+0 |
* | hw/nxagent/Pixmap.c et al.: Propagate usage_hint through nxagentCreatePixmap,... | Mike Gabriel | 2017-04-10 | 5 | -17/+24 |
* | Save pixmap allocation hints into the PixmapRec. | Aaron Plattner | 2017-04-10 | 1 | -0/+1 |
* | Add CreatePixmap allocation hints. | Aaron Plattner | 2017-04-10 | 5 | -7/+10 |
* | Xserver: Support building against libXfont2 (v2) API and old libXfont(1) API ... | Mike Gabriel | 2017-04-10 | 4 | -2/+128 |
* | hw/nxagent/BitmapUtils.c: Derive from utilbitmap.c in deprecated libXfont1 an... | Mike Gabriel | 2017-04-10 | 4 | -10/+130 |
* | xserver: remove index from CloseScreen (API/ABI breakage) | Dave Airlie | 2017-04-10 | 2 | -6/+6 |
* | NXpicturestr_PictSolidFill.h: Drop file and revert db8705. Not an issue anymo... | Mike Gabriel | 2017-04-06 | 3 | -78/+5 |
* | Keystrokes: rename left/up/right/down keystrokes to descriptive names | Ulrich Sibiller | 2017-04-03 | 3 | -48/+49 |
* | Keystroke.c: move some vars to inner scope | Ulrich Sibiller | 2017-04-03 | 1 | -5/+2 |
* | Init keystrokes at startup and reconnect | Ulrich Sibiller | 2017-04-03 | 4 | -9/+12 |
* | Keystroke.c: avoid use of comparisons on "False" | Ulrich Sibiller | 2017-04-03 | 1 | -21/+13 |
* | Keystroke.c: use Booleans where appropriate | Ulrich Sibiller | 2017-04-03 | 1 | -13/+13 |
* | Keystroke.h: improve parse_keystroke_file() | Ulrich Sibiller | 2017-04-03 | 1 | -35/+44 |
* | Keystroke.c: introduce nxagentDumpKeystrokes() | Ulrich Sibiller | 2017-04-03 | 2 | -0/+35 |
* | Keystroke.c/h: completely disable keystrokes that are not active at compile time | Ulrich Sibiller | 2017-04-03 | 2 | -10/+27 |
* | Keystroke.h: auto-enum keystrokes | Ulrich Sibiller | 2017-04-03 | 1 | -26/+25 |
* | Keystroke.h/Keyboard.h: cleanup mask variables | Ulrich Sibiller | 2017-04-03 | 2 | -2/+3 |
* | Keystroke.c: detect duplicate keystroke definitions | Ulrich Sibiller | 2017-04-03 | 1 | -0/+23 |
* | Keystroke.c: use KEYSTROKE_NOTHING | Ulrich Sibiller | 2017-04-03 | 1 | -3/+3 |
* | Args.c: add two missing options to help message | Ulrich Sibiller | 2017-04-03 | 1 | -0/+2 |
* | os: Remove the useless -x option | Adam Jackson | 2017-03-21 | 1 | -4/+0 |
* | os: Add -displayfd option | Chase Douglas | 2017-03-21 | 1 | -0/+7 |
* | dix/os: backport various signal handling and smart scheduler changes from X.org | Mike Gabriel | 2017-03-21 | 4 | -26/+22 |
* | Keystroke.c: ignore CapsLock and NumLock most of the time | Ulrich Sibiller | 2017-03-19 | 3 | -3/+32 |
* | nxagent: Use SetNotifyFd to receive events. | Mike Gabriel | 2017-03-17 | 4 | -3/+12 |