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
/
xkb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Xserver/xkb: Remove XkbCF DDX configuration code.
Mike Gabriel
2018-07-03
2
-1343
/
+2
*
Removal of dead code in Xserver/xkb. Follow-up commit for 3739a9b.
Mike Gabriel
2018-07-03
16
-993
/
+189
*
Xserver/xkb: Remove -xkbmap argument.
Daniel Stone
2018-07-03
2
-65
/
+0
*
xkb/xkb.c: init all reply structs
Ulrich Sibiller
2018-07-03
1
-26
/
+19
*
Lift xkb to xorg-xserver-7.1/1.1.0 state - non-functional changes only
Ulrich Sibiller
2018-02-28
9
-15
/
+1
*
Lift xkb to xorg-xserver-7.1/1.1.0 state
Ulrich Sibiller
2018-02-28
18
-3191
/
+157
*
reduce usage of uninitialised bytes
Ulrich Sibiller
2017-12-28
1
-1
/
+1
*
Allow options to appear with other components.
Daniel Stone
2017-12-07
1
-7
/
+0
*
Clearing comments from $XFree86$ (et al.) header lines.
Mike Gabriel
2017-04-19
6
-7
/
+0
*
xkb: Allow NULL as rulesFile in XkbSetRulesDflts.
Peter Hutterer
2017-03-07
1
-5
/
+25
*
replace (DE)ALLOCATE_LOCAL by malloc/free
Ulrich Sibiller
2017-03-03
2
-14
/
+14
*
xkb: add missing const
Ulrich Sibiller
2017-03-03
1
-1
/
+2
*
xkb: remove XkbAtomGetString, replace with NameForAtom.
Peter Hutterer
2017-03-03
3
-8
/
+8
*
Replace _XkbDupString with Xstrdup
Alan Coopersmith
2017-03-03
8
-68
/
+55
*
Xserver/dix/atom.c (et al.): Constify atom name strings.
Mike Gabriel
2017-03-02
2
-3
/
+3
*
drop platform support: unifdef sgi.
Mike Gabriel
2017-02-08
3
-14
/
+2
*
drop platform support: unifdef QNX.
Mike Gabriel
2017-02-08
1
-3
/
+0
*
drop platform support: unifdef __osf__.
Mike Gabriel
2017-02-08
4
-35
/
+2
*
drop platform support: unifdef AIXV3, AIXV4 (and AIXrt, AIX386).
Mike Gabriel
2017-02-08
2
-5
/
+1
*
drop platform support: unifdef Lynx.
Mike Gabriel
2017-02-08
1
-1
/
+1
*
drop platform support: unifdef __UNIXOS2__.
Mike Gabriel
2017-02-08
3
-39
/
+2
*
xkb: remove the world's most staggeringly broken vendor workaround
Daniel Stone
2016-11-08
1
-30
/
+0
*
Improve DEBUG/TEST output regarding keyboard stuff
Ulrich Sibiller
2016-11-08
1
-2
/
+2
*
Remove extmod from nx-X11/programs/Xserver/Xext/.
Mike Gabriel
2016-11-02
1
-2
/
+0
*
Imakefile cleanup: Delete all ancient Vcs comments stemming from SVN times of...
Mike Gabriel
2016-10-31
1
-7
/
+0
*
xkb.c: fix 'assignment makes integer from pointer without a cast'
Ulrich Sibiller
2016-10-20
1
-1
/
+1
*
xkmread.c: use _X_UNUSED to avoid compiler warning when result is not needed
Ulrich Sibiller
2016-10-20
1
-4
/
+7
*
xserver: adapt xkbsrc includes syntax to match upstream
Ulrich Sibiller
2016-10-06
1
-1
/
+1
*
xserver: drop XKBSRV_NEED_FILE_FUNCS
Ulrich Sibiller
2016-10-06
15
-15
/
+0
*
xserver: remove define XKB_IN_SERVER
Ulrich Sibiller
2016-10-06
12
-353
/
+1
*
xserver: use own copy of XKBgeom.h header
Ulrich Sibiller
2016-10-06
11
-16
/
+671
*
xserver: use own copy of XKBrules.h header
Ulrich Sibiller
2016-10-06
3
-4
/
+2
*
xserver: use own copy of XKBstr.h header
Ulrich Sibiller
2016-10-06
6
-6
/
+6
*
xserver: use own copy of XKBsrv.h header
Ulrich Sibiller
2016-10-06
34
-34
/
+34
*
copy files from libX11 to xserver dir
Ulrich Sibiller
2016-10-06
5
-6
/
+3506
*
move xkblib to xserver
Ulrich Sibiller
2016-09-21
8
-7
/
+7399
*
VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files.
Mike Gabriel
2016-07-06
25
-47
/
+0
*
remove unreferenced NEED_EVENTS/NEED_REPLIES
Ulrich Sibiller
2016-07-05
24
-26
/
+0
*
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
2016-07-05
2
-33
/
+33
*
Remove INITARGS braindamage, change to void; add XkbExtensionInit prototype t...
Daniel Stone
2016-07-05
2
-2
/
+4
*
Use internal temp variable for swap macros. Make swaps/swapl type safe (intro...
Mike Gabriel
2016-07-04
4
-497
/
+375
*
nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead.
Mike Gabriel
2016-07-02
1
-1
/
+1
*
nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead.
Mike Gabriel
2016-07-02
3
-17
/
+17
*
Xserver/include/protocol-versions.h: Switch to having an Xserver-specific hea...
Mike Gabriel
2016-07-02
1
-5
/
+6
*
Xserver Imakefiles: Make sure NXAGENT_SERVER is defined for all extensions.
Mike Gabriel
2016-07-02
1
-1
/
+1
*
Move each screen's root-window pointer into ScreenRec.
Mike Gabriel
2016-06-21
1
-1
/
+2
*
pixman-devel: Build against shared library pkg-config(pixman-1).
Mike Gabriel
2016-05-02
1
-1
/
+2
*
Rename region macros to eliminate screen argument
Mike Gabriel
2016-05-02
1
-4
/
+4
*
X11/nx-X11 clear-up: More places where we need to explicitly distinguish betw...
Mike Gabriel
2015-12-29
1
-1
/
+1
*
Clear header file namespace separation (<X11/...> vs. <nx-X11/...>).
Mike Gabriel
2015-12-28
24
-122
/
+122
[next]