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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
os: Initialize NotifyFds earlier in startup
Mike Gabriel
2017-03-17
1
-1
/
+5
*
os: Implement support for NotifyFd X_NOTIFY_WRITE and removal of AddEnabledDe...
Keith Packard
2017-03-17
5
-56
/
+69
*
Move the code for resetting the DPMS mode in response to input events, from W...
Fredrik Höglund
2017-03-17
2
-4
/
+14
*
nxagent: Use SetNotifyFd to receive events.
Mike Gabriel
2017-03-17
4
-3
/
+12
*
os: Add NotifyFd interfaces
Keith Packard
2017-03-15
5
-0
/
+118
*
Xserver/include/list.h: Add list.h from X.org (from X.org commit 63f83d1).
Mike Gabriel
2017-03-15
2
-0
/
+495
*
os/xdmcp: Just send XDMCP keepalive packets once every three minute
Keith Packard
2017-03-15
1
-22
/
+2
*
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
*
Xext: fix compiler warning
Ulrich Sibiller
2017-03-10
1
-1
/
+1
*
xfixes: fix compiler warning
Ulrich Sibiller
2017-03-10
1
-2
/
+3
*
xfixes: fix compiler warnings
Ulrich Sibiller
2017-03-10
1
-2
/
+2
*
render/filter.c: add missing return value
Ulrich Sibiller
2017-03-10
1
-1
/
+1
*
record.c: fix compiler warnings
Ulrich Sibiller
2017-03-10
1
-3
/
+3
*
fb: fix compiler warning
Ulrich Sibiller
2017-03-10
1
-2
/
+0
*
dix: Fix compiler warning
Ulrich Sibiller
2017-03-10
1
-1
/
+2
*
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
[prev]
[next]