| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(machine-parseable) text when -displayfd is set to STDERR.
|
|\
| |
| |
| | |
Attributes GH PR #431: https://github.com/ArcticaProject/nx-libs/pull/431
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
"nx-X11 Agent" looks and sounds ugly.
|
| | |
|
| | |
|
| | |
|
|/ |
|
|
|
|
| |
starter '/*'.
|
| |
|
|\
| |
| |
| | |
Attributes GH PR #434: https://github.com/ArcticaProject/nx-libs/pull/434
|
| |
| |
| |
| | |
a51cb94559e9228a55e01956f242dabccc5e6b14.
|
| |
| |
| |
| | |
and DEB packages.
|
|/ |
|
| |
|
|
|
|
| |
nx-x11proto-xext-dev (instead of removing them in debian/rules).
|
| |
|
|
|
|
| |
Debian package. Various improvements several package descriptions.
|
|
|
|
| |
official Debian package.
|
|\
| |
| |
| | |
Attributes GH PR #421: https://github.com/ArcticaProject/nx-libs/pull/421
|
|/
|
|
| |
Fixes ArcticaProject/nx-libs#80
|
|\
| |
| |
| |
| |
| | |
into 3.6.x
Attributes GH PR #428: https://github.com/ArcticaProject/nx-libs/pull/428
|
|/ |
|
|
|
|
| |
library.
|
|
|
|
| |
global '%:' ruleset afterwards.
|
| |
|
| |
|
|\
| |
| |
| | |
Attributes GH PR #426: https://github.com/ArcticaProject/nx-libs/pull/426
|
|/
|
|
| |
-D_XSERVER64 definition.
|
|\
| |
| |
| | |
Attributes GH PR #425: https://github.com/ArcticaProject/nx-libs/pull/425
|
|/
|
|
| |
-D_XSERVER64 definition.
|
| |
|
|
|
|
| |
fuzziness).
|
|
|
|
|
|
|
|
|
|
| |
- Move FONT_DEFINES and XLIBFONT definition to from Server.tmpl to
Imake.tmpl.
- Add FONT_DEFINES to ALLDEFINES.
- Drop SpecialCObjectRules with FONT_DEFINES from various Imakefiles
again, FONT_DEFINES is now set "globally".
- Hand over FONT_DEFINES from main Makefile to nx-X11's make BuildEnv
to make gccmakedep happy.
|
|\
| |
| |
| | |
Attributes GH PR #410: https://github.com/ArcticaProject/nx-libs/pull/410
|
| |
| |
| |
| | |
nxagentCreatePixmap, as well.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Backported from X.org:
commit f797c96845a3fab37cda6839ebecf9ac5401fd6e
Author: Aaron Plattner <aplattner@nvidia.com>
Date: Thu Nov 15 12:12:02 2007 -0800
Save pixmap allocation hints into the PixmapRec.
Backported-to-NX-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Backported from X.org:
commit f2e310132fbe1520c1b5f3da4faa2d2d47835e72
Author: Aaron Plattner <aplattner@nvidia.com>
Date: Wed Oct 31 14:15:35 2007 -0700
Add CreatePixmap allocation hints.
These hints allow an acceleration architecture to optimize allocation of certain
types of pixmaps, such as pixmaps that will serve as backing pixmaps for
redirected windows.
Backported-to-NX-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
|
|\
| |
| |
| | |
Attributes GH PR #362: https://github.com/ArcticaProject/nx-libs/pull/362
|
| | |
|
| |
| |
| |
| | |
Debian (and alike).
|
| |
| |
| |
| | |
what's available in the build env.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
alike.
Fixes ArcticaProject/nx-libs#296.
Inspired by the following X.org commit. Other than X.org, we will continue
support for building nx-libs against libXfont1 for a while.
commit 05a793f5b3c40747d5a92a076def7f4fb673c7e7
Author: Keith Packard <keithp@keithp.com>
Date: Tue Sep 1 18:50:55 2015 -0700
dix: Switch to the libXfont2 API (v2)
This new libXfont API eliminates exposing internal X server symbols to
the font library, replacing those with a struct full of the entire API
needed to use that library.
v2: Use libXfont2 instead of libXfont_2
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Backported from X.org:
commit 21ceae9002c6364deb3d074cf2da7d3864cf6879
Author: Jamey Sharp <jamey@minilop.net>
Date: Tue May 11 10:24:00 2010 -0700
SetFontPath: set client->errorValue on failure.
Previously the callers were only setting errorValue on Success, when
it's ignored, and leaving it alone on failure, when it's sent to the
client.
Since SetFontPath takes the ClientPtr, let it set client->errorValue
instead of letting the callers continue to get it wrong.
Signed-off-by: Jamey Sharp <jamey@minilop.net>
Reviewed-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Keith Packard <keithp@keithp.com>
Backported-to-NX-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Backported from X.org:
commit 7e9e01a4a34fa45521067d43c5bbff942dd5d51a
Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
Date: Wed Oct 10 17:40:22 2007 -0400
dix: pass a valid ClientPtr to SetFontPath in all cases.
Backported-to-NX-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
|
| |
| |
| |
| | |
and ship as copy-of-code with nxagent.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Backport from X.org:
commit 91ea0965dd4dfeba0a914c47ad4a64768e983b1b
Author: Keith Packard <keithp@keithp.com>
Date: Wed Nov 11 22:02:04 2015 -0800
dix: Move InitFonts up above screen initialization
Font initialization was split into two stages, the first was to set up
font privates with a call to ResetFontPrivateIndex, then much later
the call to InitFonts to set up all of the FPEs. Doing the full font
initialization before initializing the video drivers means that we can
move the call to ResetFontPrivateIndex inside InitFonts.
Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
Backported-to-NX-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
|