index
:
nx-libs
3.5.0.x
3.6.x
3713346f
feature/nxcomp-bigreq-support
master
nx-X11
nxagent
nxcomp
nxcompext
nxcompshad
nxproxy
pr/DXPC-re-license-retroactively
pr/Xext-cve-fixes
pr/dix-cve-fixes
pr/drop-bin-wrappers
pr/extend_manpage
pr/fix_xkb_crash
pr/gnu-hurd-i386-support
pr/hw-driver-cleanup
pr/libxfont-cleanup
pr/render-cleanup
pr/render-cve-fixes
pr/render-misc-patches
pr/various9
release-builds/3.6.x
update-workflows
upgrade-libX11
NXv3 (redistributed)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
HAVE_STDINT_H: Always include <stdint.h>.
Mike Gabriel
2016-05-02
4
-16
/
+0
*
hw/nxagent/NXdixfonts.c: Fix implicit declaration for register_fpe_functions().
Mike Gabriel
2016-05-02
2
-0
/
+4
*
Adapt API for MakeAtom() and CopyISOLatin1Lowered to latest changes in X.org.
Mike Gabriel
2016-05-02
4
-10
/
+10
*
hw/nxagent/NXdixfonts.c: Don't include <X11/fonts/fontstruct.h>. No symbol ne...
Mike Gabriel
2016-05-02
1
-1
/
+0
*
hw/nxagent/NXpicture.c: Don't declare anything in empty function nxagentRecon...
Mike Gabriel
2016-05-02
1
-6
/
+0
*
hw/nxagent/NXglyphcurs.c: Don't declare and set gcval, if not being used late...
Mike Gabriel
2016-05-02
1
-2
/
+0
*
hw/nxagent/Keyboard.c: The ret variable is only used later on when compiled w...
Mike Gabriel
2016-05-02
1
-1
/
+6
*
hw/nxagent/Handlers.c: Don't declare and assign result variable if not used l...
Mike Gabriel
2016-05-02
1
-2
/
+1
*
hw/nxagent/Keyboard.c: Don't declare and set XkbDescPtr xkb if not used later...
Mike Gabriel
2016-05-02
1
-2
/
+0
*
hw/nxagent/*.c: Drop various declarations of unused ScreenPtr pScreen.
Mike Gabriel
2016-05-02
4
-28
/
+0
*
hw/nxagent/Screen.c: Cast proper types before handing values over to fprintf().
Mike Gabriel
2016-05-02
1
-21
/
+21
*
hw/nxagent/Screen.c: Drop various unused variables.
Mike Gabriel
2016-05-02
1
-10
/
+1
*
hw/nxagent/Screen.h: Provide prototype for nxagentAdjustRandRXinerama(). Avoi...
Mike Gabriel
2016-05-02
2
-0
/
+3
*
hw/nxagent/Screen.c: Correctly use already defined MIN/MAX macros.
Mike Gabriel
2016-05-02
2
-4
/
+4
*
hw/nxagent/Window.c: Don't declare "XWindowChanges changes;" and later not us...
Mike Gabriel
2016-05-02
1
-4
/
+0
*
hw/nxagent/Pixmap.c: pBool pointer is only required when compiled in -DTEST m...
Mike Gabriel
2016-05-02
1
-1
/
+1
*
hw/nxagent/Extension.c: Don't declare pRandRScrPriv without using it later on.
Mike Gabriel
2016-05-02
1
-3
/
+0
*
hw/nxagent/Rootless.c: Type cast type Atom to type long unsigned int before h...
Mike Gabriel
2016-05-02
1
-1
/
+1
*
hw/nxagent/Splash.c: Drop unused variable declaration "XPoint m[12];".
Mike Gabriel
2016-05-02
1
-1
/
+0
*
hw/nxagent/Clipboard.c: The result variable is only needed when combiled with...
Mike Gabriel
2016-05-02
1
-4
/
+12
*
hw/nxagent/Drawable.c: RegionNumRects returns int, not long int anymore.
Mike Gabriel
2016-05-02
1
-1
/
+1
*
Add REGION_ macros for source compatibility with existing drivers.
Mike Gabriel
2016-05-02
1
-0
/
+39
*
Change region implementation names to eliminate the 'mi' prefix
Mike Gabriel
2016-05-02
11
-973
/
+178
*
Move mi/miregion.c to dix/region.c
Keith Packard
2016-05-02
3
-5
/
+7
*
pixman-devel: Build against shared library pkg-config(pixman-1).
Mike Gabriel
2016-05-02
25
-28
/
+56
*
Change region implementation from macros to inline functions.
Mike Gabriel
2016-05-02
3
-224
/
+183
*
Rename region macros to eliminate screen argument
Mike Gabriel
2016-05-02
76
-1977
/
+2017
*
gcc: Build using -std=c99 instead of -ansi.
Mike Gabriel
2016-05-02
1
-2
/
+2
*
fix-patch-whitepspace: Copy script from X.Org's xserver Git repo.
Mike Gabriel
2016-05-02
1
-0
/
+4
*
NXwindow.c: Don't set w and h, not used later on.
Mike Gabriel
2016-05-02
1
-4
/
+0
*
lib/Imakefile: Drop $(XINERAMADIR) from nx-X11/lib/Imakefile.
Mike Gabriel
2016-05-02
1
-1
/
+0
*
Merge branch 'sunweaver-pr/nxcomp-unix-sockets-for-channels' into 3.6.x
Mike Gabriel
2016-04-27
10
-315
/
+634
|
\
|
*
Provide support for channel endpoints being UNIX file sockets in addition to ...
Salvador Fandino
2016-04-27
10
-315
/
+634
|
/
*
nxcomp: Rephrase comment in previous commit.
Mike Gabriel
2016-04-27
1
-3
/
+3
*
Merge branch 'fcarvajaldev-3.6.x-nxcomp-amend-compiler-warnings' into 3.6.x
Mike Gabriel
2016-04-27
5
-61
/
+129
|
\
|
*
Clean up compiler warnings in nxcomp
Fernando Carvajal
2016-04-27
5
-61
/
+129
|
/
*
Merge branch 'sunweaver-pr/libxrender-cleanup' into arctica-3.6.x
Mihai Moldovan
2016-04-26
28
-4002
/
+39
|
\
|
*
library-cleanup: Don't build libNX_Xrender anymore. Use system's libXrender s...
Mike Gabriel
2016-04-20
28
-4002
/
+39
|
/
*
Merge branch 'theqvd-fix-for-112' into 3.6.x
Mike Gabriel
2016-04-20
1
-19
/
+10
|
\
|
*
Fix copyright notice in nxcomp/Version.c
Salvador Fandino
2016-04-20
1
-19
/
+10
|
/
*
Merge branch 'fcarvajaldev-3.6.x-remove-old-proto-compat' into 3.6.x
Mike Gabriel
2016-04-19
86
-6620
/
+650
|
\
|
*
Remove TextCompressor class and files from nxcomp
Fernando Carvajal
2016-04-15
8
-145
/
+0
|
*
Add testing doc for nxcomp drop-old-proto-compat
Fernando Carvajal
2016-04-14
1
-0
/
+0
|
*
Remove obsolete compatibility files from nxcomp
Fernando Carvajal
2016-04-12
26
-3983
/
+1
|
*
Remove compatibility code for nxcomp before 3.5.0
Fernando Carvajal
2016-04-12
58
-2492
/
+649
|
/
*
nxcomp: Properly define NX*Version(void) prototypes in NX.h.
Mike Gabriel
2016-03-22
1
-5
/
+5
*
debian/patches/401_nxcomp_bigrequests-and-genericevent-extensions.full+lite.p...
Mike Gabriel
2016-03-17
1
-0
/
+1870
*
doc: Collect data on what libX11 symbols are used by nx-X11, nx-Xserver and n...
Mike Gabriel
2016-03-15
4
-0
/
+6577
*
Rename file for windows environments, Fixes #96
Nito Martinez
2016-03-02
2
-1
/
+1
*
rename original NX patches, so that we can see the patched file's name in the...
Mike Gabriel
2016-02-26
88
-0
/
+0
[next]