| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Keystroke.c: remove unneeded capital keys for default keystrokes | Ulrich Sibiller | 2017-03-13 | 1 | -11/+0 |
* | Keystroke.c: add new keystroke to reread keystroke config | Ulrich Sibiller | 2017-03-13 | 2 | -6/+34 |
* | Keystroke.c: simplify parse_keystroke_file | Ulrich Sibiller | 2017-03-13 | 1 | -36/+15 |
* | Keystroke.c: fix formatting | Ulrich Sibiller | 2017-03-13 | 1 | -1/+1 |
* | Keystroke.c: use an own environment variable for X2Go | Ulrich Sibiller | 2017-03-13 | 1 | -3/+10 |
* | Keystroke.c: make nxagentKeystrokeFileParsed local | Ulrich Sibiller | 2017-03-13 | 1 | -4/+5 |
* | Keystroke.c: add missing Mod5 modifier | Ulrich Sibiller | 2017-03-13 | 1 | -0/+1 |
* | Keystroke.c: fix code order | Ulrich Sibiller | 2017-03-13 | 1 | -1/+3 |
* | Keystroke.h: sane struct init | Ulrich Sibiller | 2017-03-13 | 1 | -0/+1 |
* | Keyboard.c: Introduce separate masks for Alt and Meta | Ulrich Sibiller | 2017-03-13 | 1 | -0/+8 |
* | Keystroke.c: Fix modifier handling | Ulrich Sibiller | 2017-03-13 | 1 | -1/+2 |
* | Keystroke.c: more/fixed debug output | Ulrich Sibiller | 2017-03-13 | 1 | -2/+17 |
* | Keystroke: whitespace fixes | Ulrich Sibiller | 2017-03-13 | 2 | -2/+2 |
* | Keystroke.c: arrange switch_all_screens and fullscreen close together | Ulrich Sibiller | 2017-03-13 | 2 | -17/+17 |
* | Keystroke.c: print keystroke name in TEST mode | Ulrich Sibiller | 2017-03-13 | 1 | -2/+6 |
* | Keystroke.c: improve TEST output | Ulrich Sibiller | 2017-03-13 | 1 | -3/+3 |
* | Keystroke.c: add another FIXME | Ulrich Sibiller | 2017-03-13 | 1 | -0/+2 |
* | Keystroke.c: Simplify read_binding_from_xmlnode | Ulrich Sibiller | 2017-03-13 | 1 | -16/+17 |
* | Keystroke.c: use symbols instead of integers | Ulrich Sibiller | 2017-03-13 | 1 | -2/+4 |
* | Keystroke.c: Boolify read_binding_from_xmlnode | Ulrich Sibiller | 2017-03-13 | 2 | -45/+45 |
* | Keystroke.c: Boolify nxagentCheckSpecialKeystroke | Ulrich Sibiller | 2017-03-13 | 2 | -8/+8 |
* | Keystroke.c: reorder parse_keystroke_file | Ulrich Sibiller | 2017-03-13 | 1 | -7/+5 |
* | Keystroke.c: handle parsing state in parse_keystroke_file() | Ulrich Sibiller | 2017-03-13 | 1 | -5/+6 |
* | Keystroke.c: simplify nxagentCheckSpecialKeystroke | Ulrich Sibiller | 2017-03-13 | 1 | -19/+3 |
* | Keystroke.c: fix code formatting | Ulrich Sibiller | 2017-03-13 | 1 | -5/+4 |
* | Keystroke.c: rework read_binding_from_xmlnode() | Ulrich Sibiller | 2017-03-11 | 1 | -54/+30 |
* | Keystroke.c: use Bool type where appropriate | Ulrich Sibiller | 2017-03-11 | 1 | -4/+4 |
* | Display.c: remove unused logo code | Ulrich Sibiller | 2017-03-10 | 1 | -37/+0 |
* | Rootless.c: improve debugging output | Ulrich Sibiller | 2017-03-10 | 1 | -4/+4 |
* | Rootless.c: improve malloc failure handling | Ulrich Sibiller | 2017-03-10 | 1 | -2/+34 |
* | Rootless.c: fix possible memleak | Ulrich Sibiller | 2017-03-10 | 1 | -0/+1 |
* | Display.c: pid is always 0, remove check | Ulrich Sibiller | 2017-03-10 | 1 | -1/+1 |
* | Window.c: Fix reference before check for null pointer | Ulrich Sibiller | 2017-03-10 | 1 | -3/+7 |
* | Keyboard.c: Simplify if clause | Ulrich Sibiller | 2017-03-10 | 1 | -4/+2 |
* | Rootless.c: Fix wrongly negated comparisons | Ulrich Sibiller | 2017-03-10 | 1 | -2/+2 |
* | Args.c: Fix missing parentheses | Ulrich Sibiller | 2017-03-10 | 1 | -0/+2 |
* | replace (DE)ALLOCATE_LOCAL by malloc/free | Ulrich Sibiller | 2017-03-03 | 6 | -21/+21 |
* | nxagent: move validateString as inline func to Utils.h | Ulrich Sibiller | 2017-03-03 | 7 | -9/+8 |
* | nxagent: half number of NameForAtom calls | Ulrich Sibiller | 2017-03-03 | 6 | -2/+9 |
* | misc nx-X11/programs/Xserver/{hw/nxagent,miext,render}/: move code around so ... | Mihai Moldovan | 2017-03-03 | 4 | -247/+192 |
* | hw/nxagent/Display.c: Fix uninitialized newAction in nxagentResetSignalHandle... | Mike Gabriel | 2017-03-03 | 1 | -0/+2 |