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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Client.c: save some lines
Ulrich Sibiller
2020-01-05
1
-43
/
+28
*
GC.c: condense code
Ulrich Sibiller
2020-01-05
1
-34
/
+2
*
GC.c: reformat comments
Ulrich Sibiller
2020-01-05
1
-53
/
+39
*
GC.c: fix format specifiers and parameters
Ulrich Sibiller
2020-01-05
1
-2
/
+2
*
GCOps.c: fix format length specifiers
Ulrich Sibiller
2020-01-05
1
-2
/
+2
*
GCOps.c: reformat comments
Ulrich Sibiller
2020-01-05
1
-114
/
+84
*
Display.c: shorten code
Ulrich Sibiller
2020-01-05
1
-58
/
+32
*
Binder.c: scope improvements
Ulrich Sibiller
2020-01-05
1
-8
/
+3
*
Image.c: scope improvements
Ulrich Sibiller
2020-01-05
1
-87
/
+37
*
Error.c: scope improvements
Ulrich Sibiller
2020-01-05
1
-22
/
+11
*
Cursor.c: scope improvements
Ulrich Sibiller
2020-01-05
1
-69
/
+60
*
GC.c: scope improvements
Ulrich Sibiller
2020-01-05
1
-52
/
+24
*
GCOps.c: scope improvements
Ulrich Sibiller
2020-01-05
1
-64
/
+43
*
Merge branch 'uli42-pr/simplify_nxrender' into 3.6.x
Mike Gabriel
2020-01-05
2
-69
/
+167
|
\
|
*
NXrender.c: call upstream versions of (S)ProcRenderDispatch
Ulrich Sibiller
2020-01-05
2
-35
/
+41
|
*
NXrender.c: modify code to match upstream as close as possible
Ulrich Sibiller
2020-01-05
1
-1
/
+3
|
*
NXrender.c: mark NX changes
Ulrich Sibiller
2020-01-05
1
-25
/
+96
|
*
NXrender.c, render.c: fix memory handling bugs
Ulrich Sibiller
2020-01-05
2
-8
/
+27
|
/
*
Merge branch 'uli42-pr/fix_keyconv_on_reconnect' into 3.6.x
Mike Gabriel
2020-01-05
3
-181
/
+205
|
\
|
*
nxagent: remove additional keyboard handling from Reconnect.c
Ulrich Sibiller
2020-01-05
2
-20
/
+32
|
*
nxagent: central check for keyboard clone mode
Ulrich Sibiller
2020-01-05
3
-18
/
+14
|
*
Args.c: more debug output
Ulrich Sibiller
2020-01-05
1
-0
/
+3
|
*
Args.c: do not parse nx/nx marker as option
Ulrich Sibiller
2020-01-05
1
-9
/
+32
|
*
Args.c: fix: do not modify options string
Ulrich Sibiller
2020-01-05
1
-2
/
+9
|
*
Keyboard.c: scope cleanups
Ulrich Sibiller
2020-01-05
1
-76
/
+54
|
*
Keyboard.c: Use __func__ at fprintf calls
Ulrich Sibiller
2020-01-05
1
-51
/
+50
|
*
Keyboard.c: use "\0" instead of "0"
Ulrich Sibiller
2020-01-05
2
-5
/
+5
|
*
Keyboard.c: fix: handle empty string
Ulrich Sibiller
2020-01-05
1
-0
/
+6
|
/
*
Merge branch 'uli42-pr/drop_icon_file_support' into 3.6.x
Mike Gabriel
2020-01-05
3
-154
/
+17
|
\
|
*
Display.c: drop icon file support
Ulrich Sibiller
2020-01-05
3
-154
/
+17
|
/
*
Merge branch 'uli42-pr/fix_startup_slowness' into 3.6.x
Mike Gabriel
2020-01-05
2
-387
/
+152
|
\
|
*
nxagent.xpm: reduce colours from 242 to 8
Ulrich Sibiller
2020-01-05
1
-371
/
+137
|
*
x2goagent.xpm: move copyright to the end to make it a valid xpm file
Ulrich Sibiller
2020-01-05
1
-16
/
+15
|
/
*
Merge branch 'uli42-pr/manpages_updates' into 3.6.x
Mike Gabriel
2019-11-24
1
-28
/
+57
|
\
|
*
nxagent manpage: improve descriptions and types
Ulrich Sibiller
2019-11-24
1
-25
/
+42
|
*
nxagent manpage: extend clipboard documentation
Ulrich Sibiller
2019-11-24
1
-3
/
+15
|
/
*
Merge branch 'uli42-pr/silence_mesa' into 3.6.x
Mike Gabriel
2019-11-23
2
-0
/
+106
|
\
|
*
Mesa: silence "maybe uninitialized" warnings
Ulrich Sibiller
2019-11-18
2
-0
/
+106
|
/
*
Merge branch 'uli42-pr/utf8_clipboard' into 3.6.x
Mike Gabriel
2019-11-15
1
-10
/
+15
|
\
|
*
Clipboard.c: report more supported targets
Ulrich Sibiller
2019-11-15
1
-3
/
+2
|
*
Clipboard: fix debugging output
Ulrich Sibiller
2019-11-15
1
-4
/
+10
|
*
Clipboard.c: automatically calc the array size
Ulrich Sibiller
2019-11-15
1
-2
/
+2
|
*
Clipboard.c: improve XChangeProperty code
Ulrich Sibiller
2019-11-15
1
-2
/
+2
|
/
*
Merge branch 'uli42-pr/cleanup_rootless' into 3.6.x
Mike Gabriel
2019-11-15
1
-214
/
+171
|
\
|
*
Rootless.c: rewrite loop to allow for scope improvements
Ulrich Sibiller
2019-11-15
1
-17
/
+10
|
*
Rootless.c: fix linefeeds when printing lists
Ulrich Sibiller
2019-11-15
1
-5
/
+5
|
*
Rootless.c: silence compiler warning about wrong parmeter sizes
Ulrich Sibiller
2019-11-15
1
-5
/
+3
|
*
Rootless.c: disable unused function
Ulrich Sibiller
2019-11-15
1
-0
/
+2
|
*
Rootless.c: silence compiler warnings about wrong fromat specifiers
Ulrich Sibiller
2019-11-15
1
-15
/
+15
|
*
Rootless.c: Fatal error if malloc fails
Ulrich Sibiller
2019-11-15
1
-1
/
+5
[next]