| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge branch 'sunweaver-pr/mesa-patching-with-quilt' into 3.6.x | Mihai Moldovan | 2017-04-06 | 2 | -0/+37 |
|\ |
|
| * | Mesa subtree: Add quilt based patch system for bundled Mesa. | Mike Gabriel | 2017-04-05 | 2 | -0/+37 |
|/ |
|
* | roll-tarball.sh: Fix ChangeLog creation, always create ChangeLog for the CHEC... | Mike Gabriel | 2017-04-05 | 1 | -1/+1 |
* | Merge branch 'uli42-pr/cleanup_keystroke' into 3.6.x | Mike Gabriel | 2017-04-03 | 10 | -203/+317 |
|\ |
|
| * | Keystrokes: rename left/up/right/down keystrokes to descriptive names | Ulrich Sibiller | 2017-04-03 | 5 | -64/+64 |
| * | doc: rework keystroke documentation | Ulrich Sibiller | 2017-04-03 | 1 | -43/+50 |
| * | doc: document debugging keystrokes | Ulrich Sibiller | 2017-04-03 | 2 | -6/+27 |
| * | keystrokes.cfg: remove debug keystrokes | Ulrich Sibiller | 2017-04-03 | 1 | -4/+0 |
| * | 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 |
| * | keystrokes.cfg: add missing keystrokes | Ulrich Sibiller | 2017-04-03 | 1 | -0/+12 |
| * | 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 |
|/ |
|
* | Merge branch 'sunweaver-pr/xinerama-response-swapping-in-RRXineramaWriteMonit... | Mike Gabriel | 2017-04-03 | 1 | -0/+7 |
|\ |
|
| * | xinerama: Swap the response in RRXineramaWriteMonitor | Michal Srb | 2017-04-03 | 1 | -0/+7 |
|/ |
|
* | Merge branch 'mikedep333-pr/cygwin-nxcomp-ftbfs' into 3.6.x | Mike Gabriel | 2017-04-03 | 2 | -24/+0 |
|\ |
|
| * | Remove EMX (MS-DOS & OS/2) support | Mike DePaulo | 2017-03-29 | 2 | -19/+0 |
| * | Cygwin nxcomp: Use Cygwin un.h | Mike DePaulo | 2017-03-29 | 2 | -7/+2 |
|/ |
|
* | regression fix for 52872a0: Keep index parameter in AddScreen() for now. Requ... | Mike Gabriel | 2017-03-27 | 1 | -2/+3 |
* | Merge branch 'uli42-pr/libX11-HEAD' into 3.6.x | Mike Gabriel | 2017-03-27 | 2 | -2/+14 |
|\ |
|
| * | _XDefaultError: set XlibDisplayIOError flag before calling exit | Arthur Huillet | 2017-03-26 | 1 | -0/+10 |
| * | Fix wrong Xfree in XListFonts failure path | Julien Cristau | 2017-03-26 | 1 | -2/+4 |
|/ |
|
* | Merge branch 'sunweaver-pr/dix-dispatch-backports' into 3.6.x | Mihai Moldovan | 2017-03-26 | 2 | -227/+222 |
|\ |
|
| * | dix: Remove insane BC hacks | Mike Gabriel | 2017-03-24 | 1 | -12/+1 |
| * | Move AddScreen() comment where it actually belongs. Should be done in X.org, ... | Mike Gabriel | 2017-03-24 | 1 | -0/+7 |
| * | dix: Move AddScreen() over into dispatch.c and introduce init_screen() | Mike Gabriel | 2017-03-24 | 2 | -215/+214 |
|/ |
|
* | Merge branch 'sunweaver-pr/various-os-backports' into 3.6.x | Mihai Moldovan | 2017-03-22 | 28 | -554/+1340 |
|\ |
|
| * | os: Remove the useless -x option | Adam Jackson | 2017-03-21 | 2 | -13/+0 |
| * | os: FatalError if -displayfd writes fail AND Clear the -displayfd option afte... | Keith Packard | 2017-03-21 | 1 | -2/+6 |
| * | Use unique logfile names when starting server with -displayfd | Alan Coopersmith | 2017-03-21 | 3 | -29/+100 |
| * | os: -displayfd should check ports up to 65535 | Jon TURNEY | 2017-03-21 | 1 | -1/+1 |
| * | os: Use NotifyFd interface for listen descriptors | Keith Packard | 2017-03-21 | 3 | -74/+53 |
| * | Handle -displayfd and an explicit display number sensibly | Jon TURNEY | 2017-03-21 | 4 | -8/+9 |
| * | Xserver/os/utils.c: Add NXAGENT_SERVER specific -nolisten parameter: ANY. | Mike Gabriel | 2017-03-21 | 2 | -0/+6 |
| * | os: Add a mechanism to prevent creating any listen sockets | Kristian Høgsberg | 2017-03-21 | 3 | -5/+9 |
| * | os: Add -displayfd option | Chase Douglas | 2017-03-21 | 5 | -26/+69 |
| * | os: Use NotifyFd for ErrorConnMax | Keith Packard | 2017-03-21 | 2 | -18/+19 |
| * | Move SIGUSR1 notification as late as possible. | Adam Jackson | 2017-03-21 | 3 | -38/+53 |
| * | dix: Extend initial connection handshake for forwarding proxies | Adam Jackson | 2017-03-21 | 2 | -8/+14 |
| * | dix: Pull client-is-local flag up to the ClientRec | Adam Jackson | 2017-03-21 | 6 | -14/+5 |
| * | os: always check if client is local when connection is accepted | Pauli Nieminen | 2017-03-21 | 3 | -3/+19 |
| * | os: Add facilities for client ID tracking. | Rami Ylimäki | 2017-03-21 | 8 | -0/+485 |