[X2Go-Commits] [nx-libs] branch master updated (989398a -> 427ac34)

git-admin at x2go.org git-admin at x2go.org
Fri Feb 8 05:40:00 CET 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch master
in repository nx-libs.

      from  989398a   debian/*: Adopt packaging changes from official Debian package.
       new  a4fad8f   Fix crash due to uninitialized VModMap fields.
       new  5b0bf75   xkb: Initialize pad bytes sent in replies of geometry requests.
       new  44c59e1   Fix uninitialized bytes
       new  8d6a4a9   Merge branch 'uli42-pr/fix_uninit' into 3.6.x
       new  020ef04   fb: Fix memcpy abuse
       new  034228d   fb: fix fast-path blt detection
       new  22fea29   Merge branch 'uli42-pr/fb_fastpath' into 3.6.x
       new  79e4c20   manpage: add -sync
       new  0b454d2   manpage: add -full
       new  3b50801   manpage: add -class
       new  5166404   manpage: add -depth
       new  338e205   manpage: add -geometry
       new  b8138d9   manpage: add/extend -dpi/-autodpi
       new  b405b96   manpage: add -name
       new  c8947d8   manpage: reformat some lines
       new  70cb192   Merge branch 'uli42-pr/xnest_manpages' into 3.6.x
       new  d610e9c   Keyboard.c: move keyboard file creation to extra function
       new  269a352   Keyboard.c: refactor keycode conversion
       new  d0d6c1b   Keyboard.c: rename variables to better reflect their meaning
       new  3c4a8da   Keyboard.c: use 'variant' all over the place
       new  fb31220   Keyboard.c: reformat nxagentKeycodeConversionSetup
       new  3b62184   Keyboard.c: improve creation of keyboard config file
       new  21a0ce3   nxagent: fix references to default rules in manpage
       new  4dfe84e   Keyboard.c: remove non-fitting comment
       new  26b033b   Reconnect.c: restore old keyboard value if no new one is given
       new  ab3e148   Merge branch 'uli42-pr/keyboard_cleanup' into 3.6.x
       new  1de6ca5   nxagent: add keyboard=clone configuration option
       new  161515d   nxagent: add additional keyboard config option rmlvo
       new  1d6c241   nxagent: store remote keyboard in global variables
       new  d5c9733   nxagent: simplify keycode conversion setup
       new  a70ec92   Keyboard.c: add static keyword where appropriate
       new  a8c65ab   Merge branch 'uli42-pr/improve_keyboard2' into 3.6.x
       new  522106e   nxagent: bypass X2go's keyboard configuration hack
       new  669af53   Merge branch 'uli42-pr/x2go_bypass' into 3.6.x
       new  d982559   nxagent.1 man page: Grammar fix.
       new  a61b1a7   XlibInt.c: fix wrong debug message
       new  633f461   XlibInt: check for XlibError before accessing other dpy fields
       new  4214a71   Merge branch 'uli42-pr/fix_xlibcrash' into 3.6.x
       new  4a7faa8   Window.c: move WM_STATE handling to separate function
       new  d175fd4   Set default screen size to the whole screen in rootless mode
       new  6c0098a   Extensions.c: fix first resolution being ignored
       new  c4c39bc   Extensions.c: Cleanup nxagentRandRInitSizes()
       new  8dea307   Screen.c: move identical line out of both parts of an if clause
       new  43d3b65   Screen.c: improve readability of size calculations
       new  3c92b5d   Screen.c: fix size calculation in rootless mode
       new  d16a5fb   Screen.c: fix handling of fullscreen startup
       new  ca8236e   Merge branch 'uli42-pr/window_fixes' into 3.6.x
       new  5c99eb7   Make getUnixPath() return the right value when called without an argument.
       new  889de46   Fix parsing ports set to unix sockets
       new  26e483d   Merge branch 'theqvd-unix_socket_forwarding' into 3.6.x
       new  427ac34   release 3.5.99.18

The 51 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:
 ChangeLog                                        | 222 ++++++++++++-
 VERSION                                          |   2 +-
 debian/changelog                                 |   7 +
 nx-X11/lib/src/XlibInt.c                         |  12 +-
 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    | 385 +++++++++++++++--------
 nx-X11/programs/Xserver/hw/nxagent/Keyboard.h    |   3 +-
 nx-X11/programs/Xserver/hw/nxagent/Reconnect.c   |  29 +-
 nx-X11/programs/Xserver/hw/nxagent/Screen.c      | 141 +++++----
 nx-X11/programs/Xserver/hw/nxagent/Window.c      |  36 ++-
 nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 | 140 ++++++++-
 nx-X11/programs/Xserver/xkb/xkb.c                |  18 +-
 nx-libs.spec                                     |   2 +-
 nxcomp/src/ChannelEndPoint.cpp                   |   6 +-
 nxcomp/src/Loop.cpp                              |   6 +-
 nxproxy/man/nxproxy.1                            |   2 +-
 19 files changed, 828 insertions(+), 326 deletions(-)

--
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