Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'fcarvajaldev-3.6.x-remove-old-proto-compat' into 3.6.x | Mike Gabriel | 2016-04-19 | 86 | -6620/+650 |
|\ | |||||
| * | Remove TextCompressor class and files from nxcomp | Fernando Carvajal | 2016-04-15 | 8 | -145/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | This commit removes TextCompressor class references from ClientCache and ServerCache as it's no longer used after removing old protocol's compatibility code from nxcomp. It also removes the attribute textCache from both classes as it's no longer used either. Finally the header and source files associated with the TextCompressor class are also deleted and removed from the compilation process. Refs: ArcticaProject/nx-libs#108 | ||||
| * | Add testing doc for nxcomp drop-old-proto-compat | Fernando Carvajal | 2016-04-14 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | | This commit provides documentation about some error tests that have been run to check how well behaves nxcomp after removing it's compatibility code with versions prior to 3.5.0 and it has to handle a situation in in which and older proxy tries to connect with a nxcomp 3.6.x based proxy. Refs: ArcticaProject/nx-libs#108 | ||||
| * | Remove obsolete compatibility files from nxcomp | Fernando Carvajal | 2016-04-12 | 26 | -3983/+1 |
| | | | | | | | | | | | | | | | | This commit removes obsolete compatibility files whose components were only used to handle compatibility with old protocol versions that are no longer supported. Refs: ArcticaProject/nx-libs#108 | ||||
| * | Remove compatibility code for nxcomp before 3.5.0 | Fernando Carvajal | 2016-04-12 | 58 | -2492/+649 |
|/ | | | | | | | | | | | | | | As a part of nxcomp's clean-up process, compatibility with old protocol versions has been set now at 3.5.0. This commit removes compatibility code from nxcomp so the minimum supported version changes from 1.5.0 (protocol step 6) to 3.5.0 (protocol step 10). At this moment the removal is not complete and it will be followed by some other commits, in order to get rid of several components and files that are no longer used as they were only needed to work with old protocol versions. Refs: ArcticaProject/nx-libs#108 | ||||
* | nxcomp: Properly define NX*Version(void) prototypes in NX.h. | Mike Gabriel | 2016-03-22 | 1 | -5/+5 |
| | | | | Fixes ArcticaProject/nx-libs#104 | ||||
* | debian/patches/401_nxcomp_bigrequests-and-genericevent-extensions.full+lite. ↵ | Mike Gabriel | 2016-03-17 | 1 | -0/+1870 |
| | | | | patch: Move into debian/patches-pending-evaluation/. | ||||
* | doc: Collect data on what libX11 symbols are used by nx-X11, nx-Xserver and ↵ | Mike Gabriel | 2016-03-15 | 4 | -0/+6577 |
| | | | | nxagent. | ||||
* | Rename file for windows environments, Fixes #96 | Nito Martinez | 2016-03-02 | 2 | -1/+1 |
| | |||||
* | rename original NX patches, so that we can see the patched file's name in ↵ | Mike Gabriel | 2016-02-26 | 88 | -0/+0 |
| | | | | the patch file name. | ||||
* | README.md: Update open / completed tasks regarding 3.6.x and 3.7.x releases. | Mike Gabriel | 2016-01-19 | 1 | -7/+18 |
| | |||||
* | README.md: Update release dates for 3.6.x and 3.7.x (as earlier discussed ↵ | Mike Gabriel | 2016-01-19 | 1 | -3/+3 |
| | | | | with Salve from TheQVD). | ||||
* | Merge branch 'mikedep333-README.md' into 3.6.x | Mike Gabriel | 2016-01-19 | 1 | -2/+22 |
|\ | | | | | | | Attributes GH PR #71: https://github.com/ArcticaProject/nx-libs/pull/71 | ||||
| * | README.md: Add debuild instructions | Mike DePaulo | 2016-01-18 | 1 | -0/+19 |
| | | |||||
| * | README.md: Update signature | Mike DePaulo | 2016-01-18 | 1 | -2/+3 |
|/ | |||||
* | Merge pull request #68 from mikedep333/mock-build-instructions | Mike Gabriel | 2016-01-09 | 1 | -0/+26 |
|\ | | | | | Add instructions for building using Mock under Fedora/EPEL. | ||||
| * | Add instructions for building using Mock under Fedora/EPEL | Mike DePaulo | 2016-01-01 | 1 | -0/+26 |
| | | |||||
* | | debian/nx-x11proto-xinerama-dev.install.in: Install PANORAMIX extension ↵ | Mike Gabriel | 2016-01-02 | 1 | -0/+2 |
| | | | | | | | | header files into its own nx-x11proto bin:package. (more Xinerama clean-up, fix FTBFS during dh_install). | ||||
* | | nx-libs.spec: FTBFS Fixes (more libNX_Xinerama cleanup) | Mike DePaulo | 2016-01-01 | 1 | -4/+0 |
| | | |||||
* | | nx-libs.spec: Misc FTBFS fixes for %files due to recent library changes | Mike DePaulo | 2016-01-01 | 1 | -3/+1 |
| | | |||||
* | | Fedora/EPEL: Add the implicit build dependencies also | Mike DePaulo | 2016-01-01 | 1 | -0/+2 |
| | | |||||
* | | Fedora/EPEL: Fix FTBFS due to missing libXpm | Mike DePaulo | 2016-01-01 | 1 | -0/+1 |
| | | |||||
* | | Fix c4a3889. Add forgotten file nx-X11/programs/Xserver/Xinerama_nxagent.h. | Mike Gabriel | 2016-01-01 | 1 | -0/+74 |
| | | |||||
* | | nx-libs.spec: Re-add erroneously removed (during rebasing) BR libXdamage-devel. | Mike Gabriel | 2016-01-01 | 1 | -0/+1 |
|/ | |||||
* | nxcomp: Make nxcomp/nxproxy aware of nxagent's xinerama option in the ↵ | Mike Gabriel | 2015-12-30 | 1 | -1/+2 |
| | | | | $DISPLAY variable. | ||||
* | Complete changes from commit 0d56c45 in NXpicturestr.h (i.e. add a missing ↵ | Mike DePaulo | 2015-12-30 | 1 | -0/+6 |
| | | | | | | | comment). (Fixes ArcticaProject/nx-libs#38). commit 0d56c45 was: nx-X11: handle source pictures (those without a Drawable surface) gracefully. | ||||
* | Merge branch 'sunweaver-pr/xinerama-xrandr' into 3.6.x | Mike Gabriel | 2015-12-30 | 32 | -740/+697 |
|\ | | | | | | | Attributes GH PR #66: https://github.com/ArcticaProject/nx-libs/pull/66 | ||||
| * | Xinerama: do not cut off at outer edges | Ulrich Sibiller | 2015-12-30 | 2 | -3/+77 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the problem Mike Gabriel describes like this: - Launch a session on a system with a single monitor. Enable Xinerama for this session. - Open a desktop session in that session window (e.g. MATE or XFCE). - Move the NX/MATE-or-XFCE session window around on that one monitor. Bump at the borders, so that the session window moves into the invisible parts around your monitor. What you see is that the MATE-or-XFCE window manager will become really busy with resizing the windows and panels in the NX session, because moving the window over the physical borders of the display will trigger resize events. This is non-intuitive, I think. Same with multi-monitors on the outside edges of the physical Xorg RandR setup. | ||||
| * | Xserver globals.h: Make PanoramiXExtensionDisabledHack globally available. | Mike Gabriel | 2015-12-30 | 1 | -0/+1 |
| | | |||||
| * | Xserver help: Document -disablexineramaextension cmdline option. | Mike Gabriel | 2015-12-30 | 1 | -0/+1 |
| | | |||||
| * | X2Go Agent: Add x2goagent.features file that informs X2Go clients about the ↵ | Mike Gabriel | 2015-12-30 | 3 | -0/+47 |
| | | | | | | | | new RandR based Xinerama feature. | ||||
| * | Provide support for re-enabling Xinerama on session resumptions. | Mike Gabriel | 2015-12-30 | 4 | -3/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | By design, when resuming a session, Xinerama can only be re-enabled by NX option parsing. Thus, this change introduces a "xinerama" NX option that can be loaded via an options file into NX agent when resuming a session. The new xinerame NX session option also allows switching on Xinerama at session startup via an option file. When implementing the new NX Xinerama support into clients (like TheQVD, X2Go Client, etc., this new xinerama NX option should be used for activating Xinerama in the NX / QVD / X2Go session. | ||||
| * | Initialize XRandR based Xinerama extension properly when session is started ↵ | Mike Gabriel | 2015-12-30 | 1 | -1/+1 |
| | | | | | | | | with "-geometry fullscreen". | ||||
| * | Only declare nxagentRandRCrtcSet if RANDR_12_INTERFACE is defined. | Mike Gabriel | 2015-12-30 | 1 | -0/+2 |
| | | |||||
| * | Screen.c: Rename NX_USE_MODE_PREFIX to NXAGENT_RANDR_MODE_PREFIX, fix ↵ | Mike Gabriel | 2015-12-30 | 2 | -3/+4 |
| | | | | | | | | unclosed comment. | ||||
| * | Screen.c: restructure xinerama code, much shorter now | Ulrich Sibiller | 2015-12-30 | 1 | -64/+40 |
| | | |||||
| * | Screen.c: Fix freeing of unsued modes | Ulrich Sibiller | 2015-12-30 | 1 | -9/+28 |
| | | |||||
| * | Screen.c: improve comments and DEBUG output | Ulrich Sibiller | 2015-12-30 | 1 | -24/+59 |
| | | |||||
| * | rrmode.c: add debug output | Ulrich Sibiller | 2015-12-30 | 1 | -2/+25 |
| | | |||||
| * | Reimplement xinerama via randr in nxagent (not libNX_Xinerama). (Fixes ↵ | Ulrich Sibiller | 2015-12-30 | 5 | -71/+452 |
| | | | | | | | | | | | | | | | | | | ArcticaProject/nx-libs#23). No more xinerama faking, just use existing xrandr extension and initalize it properly. Xinerama then works automatically. Fixes ArcticaProject/nx-libs#23 | ||||
| * | library clean-up: Don't build libNX_Xinerama anymore. Use system's ↵ | Mike Gabriel | 2015-12-30 | 19 | -662/+25 |
|/ | | | | | | | | | | libXinerama shared library. (Fixes ArcticaProject/nx-libs#49). This commit goes along with a patch from Ulrich Sibiller who managed to move the Xinerama awareness for NX sessions into the Xserver code. This makes Xinerama support for NX in libNX_Xinerama.so obsolete. Fixes ArcticaProject/nx-libs#49 | ||||
* | debian/rules: Don't strips symbols from not-build-anymore libNX_Xtst.so. | Mike Gabriel | 2015-12-29 | 1 | -1/+0 |
| | |||||
* | library clean-up: Don't build libNX_Xtst anymore. Use system's libXtst ↵ | Mike Gabriel | 2015-12-29 | 22 | -1863/+76 |
| | | | | shared library. (Fixes ArcticaProject/nx-libs#32). | ||||
* | Fix for too overall Xdamage and Xrandr client lib removal: Bring back the ↵ | Mike Gabriel | 2015-12-29 | 8 | -0/+505 |
| | | | | nx-x11proto-{randr,damage} header files and use those at compile time. | ||||
* | X11/nx-X11 clear-up: More places where we need to explicitly distinguish ↵ | Mike Gabriel | 2015-12-29 | 27 | -51/+51 |
| | | | | between X11 and nx-X11 namespace regarding header include paths. | ||||
* | nx-X11/lib/X11/Marcos.c: white-space cleanup (EOL blanks). | Mike Gabriel | 2015-12-29 | 1 | -4/+4 |
| | |||||
* | pointer typedef in Xdefs.h: also catch Xdefs.h include in include/misc.h, ↵ | Mike Gabriel | 2015-12-28 | 2 | -6/+17 |
| | | | | make undoing the FIXME more obvious. | ||||
* | libray clean (Xfixes): Provide a fake libXfixes.h header from latest X.Org, ↵ | Mike Gabriel | 2015-12-28 | 4 | -3/+93 |
| | | | | that includes headers from our Xlib version. This avoids FTBFS caused by type redefinitions and should really be a temporary measure. | ||||
* | Xrandr_nxagent.h: When faking Xrandr.h, we better include our own Xfuncproto.h. | Mike Gabriel | 2015-12-28 | 1 | -1/+1 |
| | |||||
* | nxcompshad/X11/include/Xdamage_nxcompshad.h: Update FIXME statement. ↵ | Mike Gabriel | 2015-12-28 | 1 | -1/+1 |
| | | | | Work-around needs to persist until libX11 from X.Org gets used by nxagent. |