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
path:
root
/
nx-X11
/
programs
/
Xserver
/
dix
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
DIX: XKB: Set xkbInfo to NULL as well as freeing it
Daniel Stone
2017-12-07
1
-0
/
+1
*
Clearing comments from $XFree86$ (et al.) header lines.
Mike Gabriel
2017-04-19
1
-1
/
+0
*
Regression fix for added libXfont2 API support:
Mike Gabriel
2017-04-10
1
-3
/
+1
*
Add CreatePixmap allocation hints.
Aaron Plattner
2017-04-10
5
-6
/
+7
*
Xserver: Support building against libXfont2 (v2) API and old libXfont(1) API ...
Mike Gabriel
2017-04-10
4
-3
/
+389
*
SetFontPath: set client->errorValue on failure.
Jamey Sharp
2017-04-10
3
-10
/
+6
*
dix: pass a valid ClientPtr to SetFontPath in all cases.
Eamon Walsh
2017-04-10
1
-1
/
+1
*
dix: Move InitFonts up above screen initialization
Mike Gabriel
2017-04-10
2
-2
/
+3
*
Revert "regression fix for 52872a0: Keep index parameter in AddScreen() for n...
Mike Gabriel
2017-04-10
1
-3
/
+2
*
xserver: remove index from CloseScreen (API/ABI breakage)
Dave Airlie
2017-04-10
1
-1
/
+1
*
regression fix for 52872a0: Keep index parameter in AddScreen() for now. Requ...
Mike Gabriel
2017-03-27
1
-2
/
+3
*
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
*
Handle -displayfd and an explicit display number sensibly
Jon TURNEY
2017-03-21
1
-1
/
+2
*
os: Add -displayfd option
Chase Douglas
2017-03-21
1
-0
/
+1
*
Move SIGUSR1 notification as late as possible.
Adam Jackson
2017-03-21
1
-0
/
+2
*
dix: Extend initial connection handshake for forwarding proxies
Adam Jackson
2017-03-21
1
-3
/
+9
*
os: Add facilities for client ID tracking.
Rami Ylimäki
2017-03-21
2
-0
/
+13
*
dix/os: backport various signal handling and smart scheduler changes from X.org
Mike Gabriel
2017-03-21
1
-5
/
+11
*
dix/os: Merge priority computation into SmartScheduleClient
Keith Packard
2017-03-21
1
-11
/
+14
*
dix: Fix compiler warning
Ulrich Sibiller
2017-03-10
1
-1
/
+2
*
replace (DE)ALLOCATE_LOCAL by malloc/free
Ulrich Sibiller
2017-03-03
9
-76
/
+76
*
misc nx-X11/programs/Xserver/{composite,dix,randr}/: switch to using realloca...
Mihai Moldovan
2017-03-03
1
-9
/
+0
*
Fix "uninitialised byte(s)" complaints from valgrind
Ulrich Sibiller
2017-03-02
4
-20
/
+29
*
Xserver/dix/atom.c (et al.): Constify atom name strings.
Mike Gabriel
2017-03-02
2
-8
/
+7
*
dix: use one single function to register fpe fonts
Tiago Vignatti
2017-02-27
1
-4
/
+0
*
For consistency, apply patch from previous commit (630a7c3) to the original X...
Mike Gabriel
2017-02-27
1
-3
/
+31
*
{dix/,hw/nxagent/NX}dixfont.{c,h}: Support using builtin-fonts. Makes depende...
Mike Gabriel
2017-02-27
1
-0
/
+4
*
Xserver/dix/main.c: ErrorF requires a string to end with an EOL char.
Mike Gabriel
2017-02-27
1
-1
/
+1
*
Xserver/os/oscolor.c: Follow X.org in dropping the rgb.txt file entirely. Con...
Mike Gabriel
2017-02-26
2
-8
/
+1
*
dix: fix incomplete commit
Ulrich Sibiller
2017-02-24
2
-82
/
+5
*
Naming change: Security*Access -> Dix*Access
Mike Gabriel
2017-02-20
10
-109
/
+109
*
The smart scheduler is not optional.
Mathieu Bérard
2017-02-15
2
-19
/
+0
*
dix: remove staggeringly broken vendor workarounds
Daniel Stone
2017-02-08
1
-8
/
+0
*
drop platform support: unifdef sgi.
Mike Gabriel
2017-02-08
1
-6
/
+0
*
Imakefile cleanup: Delete all ancient Vcs comments stemming from SVN times of...
Mike Gabriel
2016-10-31
1
-3
/
+0
*
dix: fix cast from pointer to integer
Julien Cristau
2016-10-20
1
-1
/
+1
*
xserver: adapt xkbsrc includes syntax to match upstream
Ulrich Sibiller
2016-10-06
3
-3
/
+3
*
xserver: remove define XKB_IN_SERVER
Ulrich Sibiller
2016-10-06
2
-2
/
+0
*
xserver: use own copy of XKBsrv.h header
Ulrich Sibiller
2016-10-06
3
-3
/
+3
*
VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files.
Mike Gabriel
2016-07-06
26
-58
/
+0
*
Xserver/dix/events.c: Drop unused i variable from TryClientEvents.
Ulrich Sibiller
2016-07-06
1
-1
/
+0
*
remove unreferenced NEED_EVENTS/NEED_REPLIES
Ulrich Sibiller
2016-07-05
12
-18
/
+0
*
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
2016-07-05
5
-58
/
+58
*
X.org 6.9 documentation files: Move into doc/_attic_/.
Mike Gabriel
2016-07-05
2
-346
/
+0
*
Set event sequence number in WriteEventsToClient instead of at callers.
Jamey Sharp
2016-07-05
2
-9
/
+4
*
Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.
Jamey Sharp
2016-07-05
1
-0
/
+3
*
Use internal temp variable for swap macros. Make swaps/swapl type safe (intro...
Mike Gabriel
2016-07-04
3
-646
/
+485
*
nx-X11/programs/Xserver: Drop {X,x}calloc() macros, use calloc() instead.
Mike Gabriel
2016-07-02
3
-4
/
+4
[prev]
[next]