[X2Go-Commits] [nx-libs] branch build-main updated (95196b3 -> f724259)
git-admin at x2go.org
git-admin at x2go.org
Thu Apr 25 08:08:02 CEST 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a change to branch build-main
in repository nx-libs.
omits 95196b3 release first X2Go-bump of 3.5.99.17
omits e607dd6 Bump revision up.
adds a4fad8f Fix crash due to uninitialized VModMap fields.
adds 5b0bf75 xkb: Initialize pad bytes sent in replies of geometry requests.
adds 44c59e1 Fix uninitialized bytes
adds 8d6a4a9 Merge branch 'uli42-pr/fix_uninit' into 3.6.x
adds 020ef04 fb: Fix memcpy abuse
adds 034228d fb: fix fast-path blt detection
adds 22fea29 Merge branch 'uli42-pr/fb_fastpath' into 3.6.x
adds 79e4c20 manpage: add -sync
adds 0b454d2 manpage: add -full
adds 3b50801 manpage: add -class
adds 5166404 manpage: add -depth
adds 338e205 manpage: add -geometry
adds b8138d9 manpage: add/extend -dpi/-autodpi
adds b405b96 manpage: add -name
adds c8947d8 manpage: reformat some lines
adds 70cb192 Merge branch 'uli42-pr/xnest_manpages' into 3.6.x
adds d610e9c Keyboard.c: move keyboard file creation to extra function
adds 269a352 Keyboard.c: refactor keycode conversion
adds d0d6c1b Keyboard.c: rename variables to better reflect their meaning
adds 3c4a8da Keyboard.c: use 'variant' all over the place
adds fb31220 Keyboard.c: reformat nxagentKeycodeConversionSetup
adds 3b62184 Keyboard.c: improve creation of keyboard config file
adds 21a0ce3 nxagent: fix references to default rules in manpage
adds 4dfe84e Keyboard.c: remove non-fitting comment
adds 26b033b Reconnect.c: restore old keyboard value if no new one is given
adds ab3e148 Merge branch 'uli42-pr/keyboard_cleanup' into 3.6.x
adds 1de6ca5 nxagent: add keyboard=clone configuration option
adds 161515d nxagent: add additional keyboard config option rmlvo
adds 1d6c241 nxagent: store remote keyboard in global variables
adds d5c9733 nxagent: simplify keycode conversion setup
adds a70ec92 Keyboard.c: add static keyword where appropriate
adds a8c65ab Merge branch 'uli42-pr/improve_keyboard2' into 3.6.x
adds 522106e nxagent: bypass X2go's keyboard configuration hack
adds 669af53 Merge branch 'uli42-pr/x2go_bypass' into 3.6.x
adds d982559 nxagent.1 man page: Grammar fix.
adds a61b1a7 XlibInt.c: fix wrong debug message
adds 633f461 XlibInt: check for XlibError before accessing other dpy fields
adds 4214a71 Merge branch 'uli42-pr/fix_xlibcrash' into 3.6.x
adds 4a7faa8 Window.c: move WM_STATE handling to separate function
adds d175fd4 Set default screen size to the whole screen in rootless mode
adds 6c0098a Extensions.c: fix first resolution being ignored
adds c4c39bc Extensions.c: Cleanup nxagentRandRInitSizes()
adds 8dea307 Screen.c: move identical line out of both parts of an if clause
adds 43d3b65 Screen.c: improve readability of size calculations
adds 3c92b5d Screen.c: fix size calculation in rootless mode
adds d16a5fb Screen.c: fix handling of fullscreen startup
adds ca8236e Merge branch 'uli42-pr/window_fixes' into 3.6.x
adds 5c99eb7 Make getUnixPath() return the right value when called without an argument.
adds 889de46 Fix parsing ports set to unix sockets
adds 26e483d Merge branch 'theqvd-unix_socket_forwarding' into 3.6.x
adds 427ac34 release 3.5.99.18
adds f729ac9 rrdispatch.c: remove obsolete ifdef
adds 34e4291 Screen.c: simplify and fix handling of rootless mode
adds 5bbab00 Screen.c: code optimization for rootless mode
adds 16cd2bb nxagent: rework Bool handling
adds b61934b Merge branch 'uli42-pr/misc' into 3.6.x
adds 586742b Revert "nxagent: rework Bool handling"
adds 24d7d0f Merge branch 'uli42-pr/revert' into 3.6.x
adds f1b27c4 keystrokes.cfg: Add missing Shift=1 for viewport_move_up/down/right
adds a3dc87d Merge branch 'uli42-pr/fix_keystrokes' into 3.6.x
adds bfc05af nxproxy: list known session types in help output
adds fc29077 Keyboard.c: fix comment.
adds 66315e4 Merge branch 'uli42-pr/session_types' into 3.6.x
adds 3572b25 Regression fix for bfc05af7. Properly end lines in help/usage text.
adds de421e4 Revert "Fix parsing ports set to unix sockets"
adds 36a7f04 nx-X11/lib/configure.ac: Assure that the USE_DYNAMIC_XCURSOR macro is defined at build-time.
adds 0eb71d7 Merge branch 'gh-sunweaver/pr/xlib-loadable-modules' into 3.6.x
adds 71a3b84 nx-X11/lib/configure.ac: fix version number
adds f2e48fb nx-X11/lib/configure.ac: add forgotten status line
adds a70e36c ConnDis.c: remove obsolete MNX_TCPCONN
adds c81a457 Use calloc to zero fill buffers being allocated for replies & events
adds c6b6a8f Use C99 designated initializers in various extension Replies
adds e7a5007 xfixes: use calloc for some structs
adds d156ce5 Merge branch 'uli42-pr/xfixes_memset' into 3.6.x
adds 4713429 Fix: clang does not know about gnu_printf
adds 0e481f8 nxcomp: fix unused variable
adds 0934b1e nxcomp: fix unused variables
adds e1f2a24 xlib: remove superflous parens
adds a8ed282 Xlib: remove register keywords
adds 74fe99d xcompshad: remove unused variables
adds a53c655 Logger.h: fix missing compiler attribute
adds 059028c Logger.h: remove pragma, correct attributes
adds 7c8214f GenericReply.h: remove unused variable
adds 176f9b4 Merge branch 'uli42-pr/fix_clang_warnings' into 3.6.x
adds ebd1ea0 .travis.yml: move from Ubuntu Trusty to Xenial.
adds f2a1e87 .travis.yml: Update clang-6.0 to clang-7
adds 440ce3f .travis.yml: add some soft requirements
adds 4538d21 Merge branch 'mjtrangoni-move-to-xenial' into 3.6.x
adds 486cc6f add nxdialog for displaying dialogs
adds 2aa575f nxdialog: pylint improvements
adds 3a097e6 nxdialog: use gtk3 instead of gtk2
adds 57700cd nxdialog: convert from optparse to argparse
adds acffe15 nxdialog: make code compatible to python2 _and_ python3
adds 07052a2 nxdialog: allow to provide --parent 0 for testing
adds d0e40f8 nxdialog: add example call
adds df79c3b Merge branch 'uli42-pr/add_nxdialog' into 3.6.x
adds 57ca69f nxdialog: Turn into autotools project, add man page.
adds 6812657 Makefile: Integrate new subproject "nxdialog".
adds ae565e1 Merge branch 'sunweaver-pr/nxdialog-autotools' into 3.6.x
adds 00f8d49 debian/*: Debianize package inclusion of nxdialog (ships with nxagent bin:pkg for now).
adds ca8d889 debian/libnx-x11-6.symbols: Update symbols.
adds ff1b3e9 nxdialog: Allow user to specify hexadecimal X11 window IDs.
adds 400b627 nx-libs.spec: Dropping nxdialog files from installation for now when building RPMs. Postponing nxdialog integration with RPM packaging for now.
adds da9a1bc debian/patches: Add 2004_enforce-lpthread.patch. On Debian, enforce -lpthread when building nxcomp. This is a nasty work around for a missing symbols issue that needs to get addressed otherwise in later release.
adds 59305c8 release 3.5.99.19
adds cf3ac71 nxdialog: fix example
adds 3af59f8 nxdialog/: create (almost) empty m4 directory.
adds 1b6da59 nxcomp/src/Makefile.am: PTHREAD_LDFLAGS does not exist, replace with PTHREAD_LIBS.
adds 2efaa42 m4/: update external macros from autoconf-archive.
adds 95f8cf7 m4/ax_pthread.m4: implement workaround for libtool bug #13550.
adds d1fe6a6 nxproxy/{m4,configure.ac,src/Makefile.am}: drop pthread overlinking.
adds dd0d49c debian/patches/{,series}: remove 2004_enforce-lpthread.patch.
adds cb5c042 Merge branch 'Ionic-bugfix/libXcomp-pthread-underlinking' into 3.6.x
adds 34011cc Makefile: Add clean/distclean target calls for nxdialog subdir to master Makefile's clean/distclean targets.
adds 1ff05c8 nxdialog/Makefile.am: We forgot to clean up nxdialog/bin/Makefile.in.
adds 80ecfad nxcomp/src/Makefile.am: Correct usage of PTHREAD_CFLAGS and PTHREAD_LIBS. PTHREAD_CFLAGS is also supposed to be used when linking. See comments in m4/ax_pthread.m4.
adds f0aac08 Merge branch 'sunweaver-pr/pthread-flags' into arctica-3.6.x
adds 2a10438 nxdialog/bin/nxdialog: Fix error dialog-type-not-supplied error message.
adds e2b73ab release 3.5.99.20
adds 3dc2c9a roll-tarballs.sh: Remove nxdialog/* in nx-libs-lite tarballs.
adds c9cac94 roll-tarballs.sh: Fix script removal from nx-libs-lite tarballs.
new af30a77 Bump revision up.
new f724259 release first X2Go-bump of 3.5.99.20
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (95196b3)
\
N -- N -- N refs/heads/build-main (f724259)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 37 +-
ChangeLog | 510 ++++++++++++++++++++-
Makefile | 10 +
VERSION | 2 +-
debian/changelog | 25 +-
debian/control | 5 +-
debian/libnx-x11-6.symbols | 6 +-
debian/nxagent.install | 2 +
debian/patches/2003_nxdialog-use-python3.patch | 11 +
debian/patches/series | 1 +
etc/keystrokes.cfg | 12 +-
m4/ax_cxx_compile_stdcxx.m4 | 45 +-
m4/ax_pthread.m4 | 42 +-
nx-X11/lib/configure.ac | 36 +-
nx-X11/lib/include/X11/Xlibint.h | 18 +-
nx-X11/lib/src/ConnDis.c | 2 +-
nx-X11/lib/src/XlibInt.c | 12 +-
nx-X11/lib/src/xkb/XKBBind.c | 2 +-
nx-X11/programs/Xserver/GL/glx/glxcmds.c | 4 +-
nx-X11/programs/Xserver/Xext/sync.c | 2 +-
nx-X11/programs/Xserver/damageext/damageext.c | 10 +-
nx-X11/programs/Xserver/dbe/dbe.c | 34 +-
nx-X11/programs/Xserver/dix/dispatch.c | 2 +-
nx-X11/programs/Xserver/fb/fbblt.c | 56 ++-
nx-X11/programs/Xserver/hw/nxagent/Display.c | 4 +-
nx-X11/programs/Xserver/hw/nxagent/Extensions.c | 81 ++--
nx-X11/programs/Xserver/hw/nxagent/Keyboard.c | 384 ++++++++++------
nx-X11/programs/Xserver/hw/nxagent/Keyboard.h | 3 +-
nx-X11/programs/Xserver/hw/nxagent/NXrender.c | 15 +-
nx-X11/programs/Xserver/hw/nxagent/Reconnect.c | 29 +-
nx-X11/programs/Xserver/hw/nxagent/Screen.c | 151 +++---
nx-X11/programs/Xserver/hw/nxagent/Window.c | 36 +-
nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 | 140 +++++-
nx-X11/programs/Xserver/randr/rrdispatch.c | 4 -
nx-X11/programs/Xserver/record/record.c | 35 +-
nx-X11/programs/Xserver/render/render.c | 18 +-
nx-X11/programs/Xserver/xfixes/cursor.c | 24 +-
nx-X11/programs/Xserver/xfixes/region.c | 4 +-
nx-X11/programs/Xserver/xfixes/xfixes.c | 11 +-
nx-X11/programs/Xserver/xkb/xkb.c | 18 +-
nx-libs.spec | 6 +-
nxcomp/src/ChannelEndPoint.cpp | 6 +-
nxcomp/src/GenericReply.h | 1 -
nxcomp/src/Makefile.am | 6 +-
nxcomp/src/Misc.cpp | 7 +-
nxcomp/src/Timestamp.cpp | 1 -
nxcomp/src/TranslateCoords.h | 8 +-
nxcompshad/src/Logger.h | 15 +-
nxcompshad/src/X11.h | 4 -
{nxproxy => nxdialog}/Makefile.am | 5 +-
nxdialog/README.md | 23 +
{nxproxy => nxdialog}/VERSION | 0
nxdialog/bin/Makefile.am | 3 +
nxdialog/bin/nxdialog | 395 ++++++++++++++++
nxdialog/configure.ac | 22 +
.../composite/.gitignore => nxdialog/m4/.keep | 0
{nxproxy => nxdialog}/man/Makefile.am | 2 +-
nxdialog/man/nxdialog.1 | 72 +++
nxproxy/configure.ac | 11 -
nxproxy/m4/ax_pthread.m4 | 1 -
nxproxy/man/nxproxy.1 | 2 +-
nxproxy/src/Makefile.am | 3 -
roll-tarballs.sh | 5 +-
63 files changed, 1917 insertions(+), 524 deletions(-)
create mode 100644 debian/patches/2003_nxdialog-use-python3.patch
copy {nxproxy => nxdialog}/Makefile.am (88%)
create mode 100644 nxdialog/README.md
copy {nxproxy => nxdialog}/VERSION (100%)
create mode 100644 nxdialog/bin/Makefile.am
create mode 100755 nxdialog/bin/nxdialog
create mode 100644 nxdialog/configure.ac
copy nx-X11/programs/Xserver/composite/.gitignore => nxdialog/m4/.keep (100%)
copy {nxproxy => nxdialog}/man/Makefile.am (66%)
create mode 100644 nxdialog/man/nxdialog.1
delete mode 120000 nxproxy/m4/ax_pthread.m4
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
More information about the x2go-commits
mailing list