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
*
nxagent.1: use nxagent everywhere
Ulrich Sibiller
2017-04-20
1
-13
/
+13
*
nxagent.1: rephrase description
Ulrich Sibiller
2017-04-20
1
-2
/
+3
*
nxagent.1: add -options, previously undocumented
Ulrich Sibiller
2017-04-20
1
-3
/
+15
*
nxagent.1: fix typo
Ulrich Sibiller
2017-04-20
1
-1
/
+1
*
nxagent.1: remove no longer existing -co option from manpage
Ulrich Sibiller
2017-04-20
1
-4
/
+0
*
Clearing comments from $XFree86$ (et al.) header lines.
Mike Gabriel
2017-04-19
7
-13
/
+1
*
release 3.5.99.5
3.5.99.5
Mike Gabriel
2017-04-11
1
-1
/
+1
*
Regression fix for added libXfont2 API support:
Mike Gabriel
2017-04-10
1
-5
/
+0
*
hw/nxagent/Pixmap.c et al.: Propagate usage_hint through nxagentCreatePixmap,...
Mike Gabriel
2017-04-10
5
-17
/
+24
*
Save pixmap allocation hints into the PixmapRec.
Aaron Plattner
2017-04-10
1
-0
/
+1
*
Add CreatePixmap allocation hints.
Aaron Plattner
2017-04-10
5
-7
/
+10
*
Xserver: Support building against libXfont2 (v2) API and old libXfont(1) API ...
Mike Gabriel
2017-04-10
4
-2
/
+128
*
hw/nxagent/BitmapUtils.c: Derive from utilbitmap.c in deprecated libXfont1 an...
Mike Gabriel
2017-04-10
4
-10
/
+130
*
xserver: remove index from CloseScreen (API/ABI breakage)
Dave Airlie
2017-04-10
2
-6
/
+6
*
NXpicturestr_PictSolidFill.h: Drop file and revert db8705. Not an issue anymo...
Mike Gabriel
2017-04-06
3
-78
/
+5
*
Keystrokes: rename left/up/right/down keystrokes to descriptive names
Ulrich Sibiller
2017-04-03
3
-48
/
+49
*
Keystroke.c: move some vars to inner scope
Ulrich Sibiller
2017-04-03
1
-5
/
+2
*
Init keystrokes at startup and reconnect
Ulrich Sibiller
2017-04-03
4
-9
/
+12
*
Keystroke.c: avoid use of comparisons on "False"
Ulrich Sibiller
2017-04-03
1
-21
/
+13
*
Keystroke.c: use Booleans where appropriate
Ulrich Sibiller
2017-04-03
1
-13
/
+13
*
Keystroke.h: improve parse_keystroke_file()
Ulrich Sibiller
2017-04-03
1
-35
/
+44
*
Keystroke.c: introduce nxagentDumpKeystrokes()
Ulrich Sibiller
2017-04-03
2
-0
/
+35
*
Keystroke.c/h: completely disable keystrokes that are not active at compile time
Ulrich Sibiller
2017-04-03
2
-10
/
+27
*
Keystroke.h: auto-enum keystrokes
Ulrich Sibiller
2017-04-03
1
-26
/
+25
*
Keystroke.h/Keyboard.h: cleanup mask variables
Ulrich Sibiller
2017-04-03
2
-2
/
+3
*
Keystroke.c: detect duplicate keystroke definitions
Ulrich Sibiller
2017-04-03
1
-0
/
+23
*
Keystroke.c: use KEYSTROKE_NOTHING
Ulrich Sibiller
2017-04-03
1
-3
/
+3
*
Args.c: add two missing options to help message
Ulrich Sibiller
2017-04-03
1
-0
/
+2
*
os: Remove the useless -x option
Adam Jackson
2017-03-21
1
-4
/
+0
*
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
[next]