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
*
Clipboard.c: add function for debugging output
Ulrich Sibiller
2018-10-27
1
-2
/
+114
*
Clipboard: print requested target in debugging mode
Ulrich Sibiller
2018-10-27
1
-7
/
+31
*
Merge branch 'uli42-pr/libX11_1.6.6' into 3.6.x
Mike Gabriel
2018-10-23
28
-166
/
+313
|
\
|
*
libNX_X11: upgrade to X.org upstream version 1.6.7
Ulrich Sibiller
2018-10-22
1
-1
/
+2
|
*
libNX_X11: upgrade to X.org upstream version 1.6.6
Ulrich Sibiller
2018-10-22
27
-165
/
+311
|
/
*
Merge branch 'uli42-pr/enableclientids' into 3.6.x
Mike Gabriel
2018-10-22
3
-2
/
+8
|
\
|
*
enable CLIENTIDS functions in xserver
Ulrich Sibiller
2018-10-22
2
-1
/
+7
|
*
X11.tmpl: whitespace fix
Ulrich Sibiller
2018-10-22
1
-1
/
+1
|
/
*
Merge branch 'uli42-pr/cleanup_wmisrunning' into 3.6.x
Mike Gabriel
2018-10-22
9
-52
/
+45
|
\
|
*
Events.c: improve Bool usage
Ulrich Sibiller
2018-10-22
1
-5
/
+4
|
*
Window.c: remove useless code
Ulrich Sibiller
2018-10-22
1
-4
/
+0
|
*
Window.c: improve Bool usage
Ulrich Sibiller
2018-10-22
1
-5
/
+5
|
*
nxagentInitAndCheckVisuals: adapt bool usage to match the previous function
Ulrich Sibiller
2018-10-22
1
-9
/
+7
|
*
Render.c: improve Bool usage
Ulrich Sibiller
2018-10-22
1
-6
/
+6
|
*
Pixmap.c: use some Bools as Bools not integers
Ulrich Sibiller
2018-10-22
1
-8
/
+8
|
*
nxagent: use nxagentWMPassed as Bool all over the place
Ulrich Sibiller
2018-10-22
2
-2
/
+2
|
*
nxagent: use nxagentWMIsRunning as Bool all over the place
Ulrich Sibiller
2018-10-22
5
-13
/
+13
|
/
*
Merge branch 'uli42-pr/fix_bigrequests' into 3.6.x
Mike Gabriel
2018-10-22
1
-1
/
+3
|
\
|
*
nxagent: Fix an excessive request size limitation that broke big-requests.
Ulrich Sibiller
2018-10-06
1
-1
/
+3
|
/
*
Merge branch 'sunweaver-pr/drop-nomachine-icon' into 3.6.x
Mike Gabriel
2018-08-24
10
-223
/
+616
|
\
|
*
X2Go Agent XPM: Rename from x2go.xpm to x2goagent.xpm (like the symlink name ...
Mike Gabriel
2018-08-24
2
-1
/
+1
|
*
X2Go XPM icon: white background, not transparent.
Mike Gabriel
2018-08-24
1
-124
/
+126
|
*
Use basename() to derive nxagentProgName cleanly.
Mike Gabriel
2018-08-24
2
-3
/
+6
|
*
Call checkX2goAgent much earlier (in ddxProcessArgument) and adapt NXAGENTWIN...
Mike Gabriel
2018-08-24
3
-7
/
+16
|
*
Application icon: Drop NoMachine logo as nxagent icon, switch to X11 icon for...
Mike Gabriel
2018-08-24
3
-49
/
+427
|
*
nxmissing.xpm: Add XPM marker so that image viewers recognize the image file ...
Mike Gabriel
2018-08-24
1
-0
/
+1
|
/
*
Merge branch 'uli42-pr/decode_options' into 3.6.x
Mike Gabriel
2018-08-24
2
-14
/
+54
|
\
|
*
Args.c: allow options to contain URL encoded characters
Ulrich Sibiller
2018-08-24
2
-0
/
+40
|
*
Args.c: rename nxagentParseOptions to nxagentParseSingleOption
Ulrich Sibiller
2018-08-24
1
-14
/
+14
|
/
*
Merge branch 'uli42-pr/drop_double_min_max' into 3.6.x
Mike Gabriel
2018-08-24
5
-20
/
+14
|
\
|
*
Replace MIN/MAX macros by min/max from misc.h
Ulrich Sibiller
2018-08-23
5
-20
/
+14
|
/
*
Merge branch 'uli42-pr/fix_wm_props' into 3.6.x
Mike Gabriel
2018-08-22
1
-13
/
+20
|
\
|
*
Fix broken 9a7c0b081fad98bfcfcceff9557781f4b39ec572
Ulrich Sibiller
2018-08-22
1
-13
/
+20
|
/
*
Merge branch 'uli42-pr/fix_events_debug_warnings' into 3.6.x
Mike Gabriel
2018-08-22
1
-16
/
+10
|
\
|
*
Events.c: drop variable that caused compilation warning
Ulrich Sibiller
2018-08-22
1
-8
/
+2
|
*
Events.c: fix wrong printf format specifiers
Ulrich Sibiller
2018-08-22
1
-4
/
+4
|
*
Events.c: fix compiler warnings
Ulrich Sibiller
2018-08-22
1
-3
/
+3
|
*
Events.c: mitigate compiler warning
Ulrich Sibiller
2018-08-22
1
-1
/
+1
|
/
*
Merge branch 'uli42-pr/refactor_defaulteventmask' into 3.6.x
Mike Gabriel
2018-08-22
4
-41
/
+19
|
\
|
*
refactor nxagentGet(Default)EventMask
Ulrich Sibiller
2018-08-22
4
-41
/
+19
|
/
*
Merge branch 'uli42-pr/track_versions' into 3.6.x
Mike Gabriel
2018-08-22
1
-0
/
+22
|
\
|
*
add list with versions of the xserver modules
Ulrich Sibiller
2018-08-22
1
-0
/
+22
|
/
*
Merge branch 'Etersoft-fix-nxagent-window-title-encoding' into 3.6.x
Mike Gabriel
2018-08-22
1
-9
/
+8
|
\
|
*
nxagent: Used 'Xutf8SetVMPropertis' instead of 'XSetStandardProperties' + 'Xu...
Pavel Vaynerman
2018-08-22
1
-13
/
+6
|
*
fix window title encoding (use utf8) for nxagent
Pavel Vaynerman
2018-08-22
1
-2
/
+8
|
/
*
Use min() [defined in include/misc.h] instead of MIN() [not defined in any Xo...
Alan Coopersmith
2018-08-21
1
-3
/
+3
*
[PATCH] os: XDMCP options like -query etc. should imply -listen tcp
Mihai Moldovan
2018-07-18
1
-0
/
+17
*
misc: fix more regressions and whitespace weirdness introduced in 913fcf1a744...
Mihai Moldovan
2018-07-07
10
-18
/
+53
*
nx-X11/lib/include/xtrans/Xtrans.c: Regression fix for 913fcf1a.
Mike Gabriel
2018-07-03
1
-1
/
+0
*
XKB.h: Use the correct value for XkbAllAccessXEventsMask
Ulrich Sibiller
2018-07-03
1
-1
/
+1
[next]