| Commit message (Expand) | Author | Age | Files | Lines |
* | Xserver/os/Imakefile: Introduce the NULL variable and line-wrap various varia... | Mike Gabriel | 2017-03-21 | 1 | -32/+91 |
* | Don't crash on unconfigured interfaces. (X.org bug #5218, Andrei Barbu) | Adam Jackson | 2017-03-20 | 1 | -0/+2 |
* | Set padding bytes to 0 in WriteToClient | Alan Coopersmith | 2017-03-20 | 1 | -1/+5 |
* | os: Return BadLength instead of disconnecting BigReq clients (#4565) | Aaron Plattner | 2017-03-20 | 2 | -3/+41 |
* | Fix overflow of ConnectionOutput->size and ->count | Peter Harris | 2017-03-20 | 1 | -3/+4 |
* | dix: Pass ClientPtr to FlushCallback | Michel Dänzer | 2017-03-20 | 2 | -3/+6 |
* | Xserver/os/io.c: Bail out early from FlushClient if nothing needs to be written. | Keith Packard | 2017-03-19 | 1 | -0/+4 |
* | os: Immediately queue initial WriteToClient | Chris Wilson | 2017-03-19 | 1 | -1/+1 |
* | os/xdmcp: Remove dead 'restart' code | Mike Gabriel | 2017-03-19 | 1 | -10/+0 |
* | Keystroke.c: ignore CapsLock and NumLock most of the time | Ulrich Sibiller | 2017-03-19 | 3 | -3/+32 |
* | os: Initialize NotifyFds earlier in startup | Mike Gabriel | 2017-03-17 | 1 | -1/+5 |
* | os: Implement support for NotifyFd X_NOTIFY_WRITE and removal of AddEnabledDe... | Keith Packard | 2017-03-17 | 5 | -56/+69 |
* | Move the code for resetting the DPMS mode in response to input events, from W... | Fredrik Höglund | 2017-03-17 | 2 | -4/+14 |
* | nxagent: Use SetNotifyFd to receive events. | Mike Gabriel | 2017-03-17 | 4 | -3/+12 |
* | os: Add NotifyFd interfaces | Keith Packard | 2017-03-15 | 5 | -0/+118 |
* | Xserver/include/list.h: Add list.h from X.org (from X.org commit 63f83d1). | Mike Gabriel | 2017-03-15 | 2 | -0/+495 |
* | os/xdmcp: Just send XDMCP keepalive packets once every three minute | Keith Packard | 2017-03-15 | 1 | -22/+2 |
* | 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 |
* | Xext: fix compiler warning | Ulrich Sibiller | 2017-03-10 | 1 | -1/+1 |
* | xfixes: fix compiler warning | Ulrich Sibiller | 2017-03-10 | 1 | -2/+3 |
* | xfixes: fix compiler warnings | Ulrich Sibiller | 2017-03-10 | 1 | -2/+2 |
* | render/filter.c: add missing return value | Ulrich Sibiller | 2017-03-10 | 1 | -1/+1 |
* | record.c: fix compiler warnings | Ulrich Sibiller | 2017-03-10 | 1 | -3/+3 |
* | fb: fix compiler warning | Ulrich Sibiller | 2017-03-10 | 1 | -2/+0 |