| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Add CreatePixmap allocation hints. | Aaron Plattner | 2017-04-10 | 26 | -42/+65 |
|/ |
|
* | Merge branch 'sunweaver-pr/switch-to-libXfont2-API' into 3.6.x | Mihai Moldovan | 2017-04-10 | 29 | -56/+821 |
|\ |
|
| * | nx-libs.spec: Prefer libXfont2-devel on RPM distro versions that have it.~ | Mike Gabriel | 2017-04-10 | 1 | -0/+8 |
| * | debian/control: Use B-D libxfont-dev only. Follow libXfont2 transition on Deb... | Mike Gabriel | 2017-04-10 | 1 | -1/+1 |
| * | Makefile: Tell Xserver build which Xfont API to use (v2 or v1) depending on w... | Mike Gabriel | 2017-04-10 | 1 | -1/+6 |
| * | Xserver: Support building against libXfont2 (v2) API and old libXfont(1) API ... | Mike Gabriel | 2017-04-10 | 23 | -20/+621 |
| * | SetFontPath: set client->errorValue on failure. | Jamey Sharp | 2017-04-10 | 4 | -12/+7 |
| * | dix: pass a valid ClientPtr to SetFontPath in all cases. | Eamon Walsh | 2017-04-10 | 1 | -1/+1 |
| * | hw/nxagent/BitmapUtils.c: Derive from utilbitmap.c in deprecated libXfont1 an... | Mike Gabriel | 2017-04-10 | 4 | -10/+130 |
| * | dix: Move InitFonts up above screen initialization | Mike Gabriel | 2017-04-10 | 2 | -2/+3 |
| * | Xserver/Imakefile: Improve readability by introducing the NULL variable and a... | Mike Gabriel | 2017-04-10 | 1 | -14/+49 |
|/ |
|
* | Revert "regression fix for 52872a0: Keep index parameter in AddScreen() for n... | Mike Gabriel | 2017-04-10 | 1 | -3/+2 |
* | Merge branch 'sunweaver-pr/remove-index-from-CloseScreen-ABI-backport' into 3... | Mihai Moldovan | 2017-04-10 | 28 | -66/+54 |
|\ |
|
| * | xserver: remove index from CloseScreen (API/ABI breakage) | Dave Airlie | 2017-04-10 | 28 | -66/+54 |
|/ |
|
* | Merge remote-tracking branch 'sunweaver-pr/pr/nxproxy-read-from-stdin' into 3... | Vadim Troshchinskiy | 2017-04-07 | 2 | -14/+65 |
|\ |
|
| * | nxproxy: Support communication over stdin. Allow nxcl to use standard ssh ins... | Bernard Cafarelli | 2017-04-07 | 1 | -13/+64 |
| * | nxcomp/Loop.cpp: Fix server/client mode info cerr printing in PrintProcessInf... | Mike Gabriel | 2017-04-07 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'sunweaver-pr/drop-render-fullcolor-workaround' into 3.6.x | Mike Gabriel | 2017-04-07 | 4 | -82/+5 |
|\ |
|
| * | NXpicturestr_PictSolidFill.h: Drop file and revert db8705. Not an issue anymo... | Mike Gabriel | 2017-04-06 | 4 | -82/+5 |
|/ |
|
* | record: avoid crash when calling RecordFlushReplyBuffer recursively | Erkki Seppälä | 2017-04-06 | 1 | -1/+5 |
* | 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 |
|/ |
|