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
*
nxagent: make Desktop, Rootless and Binder options Booleans (again)
Ulrich Sibiller
2021-01-15
11
-56
/
+33
*
Options.h: mark Booleans
Ulrich Sibiller
2021-01-15
1
-26
/
+32
*
nxagent: make nxagentOption Shadow a Boolean
Ulrich Sibiller
2021-01-15
9
-25
/
+26
*
nxagent: treat several nxagentOptions as real Booleans
Ulrich Sibiller
2021-01-15
16
-77
/
+77
*
nxagent: treat DesktopResize and nxagentResizeDesktopAtStartup as Booleans
Ulrich Sibiller
2021-01-15
6
-19
/
+19
*
nxagent: make Fullscreen and AllScreens Booleans
Ulrich Sibiller
2021-01-15
6
-35
/
+29
*
Handlers.c: ensure regular yields if suspended
Ulrich Sibiller
2021-01-15
1
-1
/
+22
*
CVE-2020-14360: Check SetMap request length carefully.
Mike Gabriel
2021-01-15
1
-0
/
+91
*
Init.c: Initialize nxagentGrabServerInfo
Ulrich Sibiller
2021-01-12
1
-1
/
+8
*
Events.c: fix leftover DEBUG and TEST definitions
Ulrich Sibiller
2020-12-03
1
-4
/
+1
*
NXdixfonts.c: Regression fix for db45683a. Fix typo in libXfont1 function cal...
Mike Gabriel
2020-11-04
1
-1
/
+1
*
release 3.5.99.25
3.5.99.25
Mike Gabriel
2020-11-04
9
-10
/
+371
*
Merge branch 'uli42-pr/various5' into 3.6.x
Mike Gabriel
2020-11-04
13
-250
/
+190
|
\
|
*
NXdixfonts.c: Hard-code the enablement of NXAGENT_DANGEROUS_XFONT_LOOP_EXIT.
Mike Gabriel
2020-11-04
1
-0
/
+7
|
*
NXdixfonts.c: Rename BREAK_XFONT_LOOP to NXAGENT_DANGEROUS_XFONT_LOOP_EXIT (b...
Mike Gabriel
2020-11-04
1
-4
/
+4
|
*
Clipboard.c: fix bug in special optimization for nested settings
Ulrich Sibiller
2020-11-04
1
-2
/
+3
|
*
compext/Png.c: fix shadowing
Ulrich Sibiller
2020-11-03
1
-3
/
+3
|
*
Screen.c: fix indentation in nxagentMaximizeToFullScreen
Ulrich Sibiller
2020-11-03
1
-37
/
+37
|
*
Atoms.c: fix FIXME comment
Ulrich Sibiller
2020-11-03
1
-1
/
+1
|
*
Atoms.c: improve debug output
Ulrich Sibiller
2020-11-03
1
-1
/
+1
|
*
Events.c: scope improvement
Ulrich Sibiller
2020-11-03
1
-2
/
+2
|
*
Log.h: fix some shadow warnings
Ulrich Sibiller
2020-11-03
1
-7
/
+7
|
*
Channel.h: rename variable to prevent shadowing
Ulrich Sibiller
2020-11-03
1
-4
/
+4
|
*
nx-libs.spec: Set python shebang to python3 on fedora and rhel8
Ulrich Sibiller
2020-11-03
1
-0
/
+5
|
*
Xext/panoramiX.c: rename shadowing variables
Ulrich Sibiller
2020-11-03
1
-7
/
+7
|
*
Clipboard.c: add missing ifdefs
Ulrich Sibiller
2020-11-03
1
-0
/
+6
|
*
Compext.c: scope improvements
Ulrich Sibiller
2020-11-03
1
-14
/
+6
|
*
GCs.h: fix typo
Ulrich Sibiller
2020-11-03
1
-1
/
+1
|
*
Atoms.c: drop double include
Ulrich Sibiller
2020-11-03
1
-1
/
+0
|
*
Compext.c: use SAFE_free macro
Ulrich Sibiller
2020-11-03
4
-169
/
+106
|
*
Clipboard.c: fix missing )
Ulrich Sibiller
2020-11-03
1
-1
/
+1
*
|
Merge branch 'sunweaver-pr/default-to-NXAGENT_DANGEROUS_XFONT_LOOP_EXIT' into...
Mike Gabriel
2020-11-04
1
-4
/
+11
|
\
\
|
|
/
|
/
|
|
*
NXdixfonts.c: Hard-code the enablement of NXAGENT_DANGEROUS_XFONT_LOOP_EXIT.
Mike Gabriel
2020-11-03
1
-0
/
+7
|
*
NXdixfonts.c: Rename BREAK_XFONT_LOOP to NXAGENT_DANGEROUS_XFONT_LOOP_EXIT (b...
Mike Gabriel
2020-11-03
1
-4
/
+4
|
/
*
Merge branch 'uli42-pr/font_memleak' into 3.6.x
Mike Gabriel
2020-11-03
1
-6
/
+56
|
\
|
*
NXdixfonts.c: fix memory leak
Ulrich Sibiller
2020-11-03
1
-6
/
+56
|
/
*
Merge branch 'uli42-pr/xlib_memleak' into 3.6.x
Mike Gabriel
2020-11-03
1
-12
/
+28
|
\
|
*
yConnDis.c: fix memory leak
Ulrich Sibiller
2020-11-03
1
-12
/
+28
|
/
*
Merge pull request #960 from uli42/pr/fix_specfile
Ulrich Sibiller
2020-11-02
1
-1
/
+1
|
\
|
*
fix spec file
Ulrich Sibiller
2020-11-02
1
-1
/
+1
|
/
*
Merge branch 'uli42-pr/window_resize_bug' into 3.6.x
Mike Gabriel
2020-10-18
10
-267
/
+416
|
\
|
*
Events.c: More cosmetics
Ulrich Sibiller
2020-10-17
1
-7
/
+9
|
*
Window.c: some more TEST and DEBUG output
Ulrich Sibiller
2020-10-17
1
-0
/
+9
|
*
Screen.c: some more (cosmetic) changes
Ulrich Sibiller
2020-10-17
1
-61
/
+49
|
*
Screen.c: scope improvements
Ulrich Sibiller
2020-10-17
1
-25
/
+13
|
*
Screen.c: move attributes/valuemask to inner scopes
Ulrich Sibiller
2020-10-17
1
-11
/
+9
|
*
Screen.c: drop unneccessary mask variable
Ulrich Sibiller
2020-10-17
1
-9
/
+3
|
*
Screen.c: remove another pointless code block
Ulrich Sibiller
2020-10-17
1
-10
/
+0
|
*
Screen.c: remove code that will have no effect
Ulrich Sibiller
2020-10-17
1
-5
/
+0
|
*
Screen.c: scope improvement
Ulrich Sibiller
2020-10-17
1
-1
/
+2
[next]