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
/
hw
Commit message (
Expand
)
Author
Age
Files
Lines
*
os: Add -displayfd option
Chase Douglas
2017-03-21
1
-0
/
+7
*
dix/os: backport various signal handling and smart scheduler changes from X.org
Mike Gabriel
2017-03-21
4
-26
/
+22
*
Keystroke.c: ignore CapsLock and NumLock most of the time
Ulrich Sibiller
2017-03-19
3
-3
/
+32
*
nxagent: Use SetNotifyFd to receive events.
Mike Gabriel
2017-03-17
4
-3
/
+12
*
Keystroke.c: remove unneeded capital keys for default keystrokes
Ulrich Sibiller
2017-03-13
1
-11
/
+0
*
Keystroke.c: add new keystroke to reread keystroke config
Ulrich Sibiller
2017-03-13
2
-6
/
+34
*
Keystroke.c: simplify parse_keystroke_file
Ulrich Sibiller
2017-03-13
1
-36
/
+15
*
Keystroke.c: fix formatting
Ulrich Sibiller
2017-03-13
1
-1
/
+1
*
Keystroke.c: use an own environment variable for X2Go
Ulrich Sibiller
2017-03-13
1
-3
/
+10
*
Keystroke.c: make nxagentKeystrokeFileParsed local
Ulrich Sibiller
2017-03-13
1
-4
/
+5
*
Keystroke.c: add missing Mod5 modifier
Ulrich Sibiller
2017-03-13
1
-0
/
+1
*
Keystroke.c: fix code order
Ulrich Sibiller
2017-03-13
1
-1
/
+3
*
Keystroke.h: sane struct init
Ulrich Sibiller
2017-03-13
1
-0
/
+1
*
Keyboard.c: Introduce separate masks for Alt and Meta
Ulrich Sibiller
2017-03-13
1
-0
/
+8
*
Keystroke.c: Fix modifier handling
Ulrich Sibiller
2017-03-13
1
-1
/
+2
*
Keystroke.c: more/fixed debug output
Ulrich Sibiller
2017-03-13
1
-2
/
+17
*
Keystroke: whitespace fixes
Ulrich Sibiller
2017-03-13
2
-2
/
+2
*
Keystroke.c: arrange switch_all_screens and fullscreen close together
Ulrich Sibiller
2017-03-13
2
-17
/
+17
*
Keystroke.c: print keystroke name in TEST mode
Ulrich Sibiller
2017-03-13
1
-2
/
+6
*
Keystroke.c: improve TEST output
Ulrich Sibiller
2017-03-13
1
-3
/
+3
*
Keystroke.c: add another FIXME
Ulrich Sibiller
2017-03-13
1
-0
/
+2
*
Keystroke.c: Simplify read_binding_from_xmlnode
Ulrich Sibiller
2017-03-13
1
-16
/
+17
*
Keystroke.c: use symbols instead of integers
Ulrich Sibiller
2017-03-13
1
-2
/
+4
*
Keystroke.c: Boolify read_binding_from_xmlnode
Ulrich Sibiller
2017-03-13
2
-45
/
+45
*
Keystroke.c: Boolify nxagentCheckSpecialKeystroke
Ulrich Sibiller
2017-03-13
2
-8
/
+8
*
Keystroke.c: reorder parse_keystroke_file
Ulrich Sibiller
2017-03-13
1
-7
/
+5
*
Keystroke.c: handle parsing state in parse_keystroke_file()
Ulrich Sibiller
2017-03-13
1
-5
/
+6
*
Keystroke.c: simplify nxagentCheckSpecialKeystroke
Ulrich Sibiller
2017-03-13
1
-19
/
+3
*
Keystroke.c: fix code formatting
Ulrich Sibiller
2017-03-13
1
-5
/
+4
*
Keystroke.c: rework read_binding_from_xmlnode()
Ulrich Sibiller
2017-03-11
1
-54
/
+30
*
Keystroke.c: use Bool type where appropriate
Ulrich Sibiller
2017-03-11
1
-4
/
+4
*
Display.c: remove unused logo code
Ulrich Sibiller
2017-03-10
1
-37
/
+0
*
Rootless.c: improve debugging output
Ulrich Sibiller
2017-03-10
1
-4
/
+4
*
Rootless.c: improve malloc failure handling
Ulrich Sibiller
2017-03-10
1
-2
/
+34
*
Rootless.c: fix possible memleak
Ulrich Sibiller
2017-03-10
1
-0
/
+1
*
Display.c: pid is always 0, remove check
Ulrich Sibiller
2017-03-10
1
-1
/
+1
*
Window.c: Fix reference before check for null pointer
Ulrich Sibiller
2017-03-10
1
-3
/
+7
*
Keyboard.c: Simplify if clause
Ulrich Sibiller
2017-03-10
1
-4
/
+2
*
Rootless.c: Fix wrongly negated comparisons
Ulrich Sibiller
2017-03-10
1
-2
/
+2
*
Args.c: Fix missing parentheses
Ulrich Sibiller
2017-03-10
1
-0
/
+2
*
replace (DE)ALLOCATE_LOCAL by malloc/free
Ulrich Sibiller
2017-03-03
6
-21
/
+21
*
nxagent: move validateString as inline func to Utils.h
Ulrich Sibiller
2017-03-03
7
-9
/
+8
*
nxagent: half number of NameForAtom calls
Ulrich Sibiller
2017-03-03
6
-2
/
+9
*
misc nx-X11/programs/Xserver/{hw/nxagent,miext,render}/: move code around so ...
Mihai Moldovan
2017-03-03
4
-247
/
+192
*
hw/nxagent/Display.c: Fix uninitialized newAction in nxagentResetSignalHandle...
Mike Gabriel
2017-03-03
1
-0
/
+2
*
Fix "uninitialised byte(s)" complaints from valgrind
Ulrich Sibiller
2017-03-02
6
-17
/
+42
*
Xserver/dix/atom.c (et al.): Constify atom name strings.
Mike Gabriel
2017-03-02
4
-13
/
+13
*
{dix/,hw/nxagent/NX}dixfont.{c,h}: Support using builtin-fonts. Makes depende...
Mike Gabriel
2017-02-27
1
-11
/
+36
*
Xserver/hw/nxagent/Font.c: Drop references to /usr/NX/share/fonts/base as def...
Mike Gabriel
2017-02-27
1
-8
/
+4
*
Xserver/hw/nxagent/Font.c: Change (alternative) default font path order to ma...
Mike Gabriel
2017-02-27
1
-10
/
+10
[next]