1. 12 Jun, 2016 1 commit
  2. 03 Jun, 2016 1 commit
  3. 01 Jun, 2016 1 commit
    • Mike Gabriel's avatar
      Drop X11 extensions not shipped with recent X.Org server versions anymore: · 9bc6ff26
      Mike Gabriel authored
        include/extensions: Xag.h, Xagsrv.h, Xagstr.h
        Xserver/Xext: appgroup.c, appgroup.h
        lib/Xext: XAppgroup.c
      
        include/extensions: Xcup.h, Xcupstr.h,
        Xserver/Xext: cup.c
        lib/Xext: cup.c
      
        include/extensions: Xdbe.h
        Xserver/Xext: Xdbe.c
      
        Xserver/Xext:  dgaproc.h, xf86dga.c, xf86dga2.c, xf86dgaext.h
      
        include/extensions: Xevie.h, Xeviestr.h
        include/extensions: XEVI.h, XEVIstr.h
        Xserver/Xext: EVI.c, EVIstruct.h, sampleEVI.c
        lib/Xext: XEVI.c
      
        include/extensions: fontcache.h, fontcacheP.h, fontcachstr.h
        Xserver/Xext: fontcache.c
      
        include/extensions: lbxbuf.h, lbxbufstr.h, lbxdeltastr.h, lbximage.h, lbxopts.h, lbxstr.h, lbxzlib.h
        lib/Xext: XLbx.c
      
        include/extensions: multibuf.h, multibufst.h
        lib/Xext: XMultibuf.c
        Xserver/Xext: mbuf.c, mbufbf.c, mbufpx.c
      
        include/extensions: xf86vmode.h, xf86vmstr.h
        Xserver/Xext: vidmodeproc.h, xf86vmode.c
      
        lib/Xext: MITMisc.c
        Xserver/Xext: mitmisc.c
      
        Xserver/Xext: xf86misc.c, xf86miscproc.h
      
        Xserver/XTrap: xf86XTrapModule.c, xtrapddmi.c, xtrapdi.c, xtrapdiswp.c, xtrapditbl.c
        include/extensions: xtrapbits.h xtrapddmi.h xtrapdi.h xtrapemacros.h xtraplib.h xtraplibp.h xtrapproto.h
        Fixes: ArcticaProject/nx-libs#116
        X.org: https://cgit.freedesktop.org/xorg/xserver/commit/?id=cbc20d92de92aad5ca240310a9156ccf97c24a01
      
        Plus: Drop various Imake'ish defines where not needed anymore.
      9bc6ff26
  4. 02 May, 2016 1 commit
  5. 20 Apr, 2016 1 commit
  6. 29 Dec, 2015 2 commits
  7. 28 Dec, 2015 2 commits
  8. 28 Sep, 2015 2 commits
  9. 21 Jun, 2015 1 commit
  10. 16 Jun, 2015 1 commit
  11. 20 May, 2015 1 commit
  12. 01 May, 2015 1 commit
  13. 28 Apr, 2015 1 commit
  14. 22 Apr, 2015 2 commits
  15. 16 Apr, 2015 1 commit
  16. 05 Apr, 2015 1 commit
  17. 04 Apr, 2015 5 commits
  18. 03 Mar, 2015 1 commit
  19. 13 Feb, 2015 2 commits
    • Jan Engelhardt's avatar
      Unique Library Names Patch (600_nx-X11+nxcompext+nxcompshad_unique-libnames.full.patch). · c4a8556c
      Jan Engelhardt authored
        We really want to make use of rpm's automatic dependency finding.
        Binaries are scanned for DT_NEEDED entries, the latter of which are
        then used for populating the "Requires"-type deps. The "nxagent"
        binary for example would require libX11.so.6. That incurs problems:
      
        1. A package manager told to install nxagent could select xorg-x11
        rather than nx-libs, even though nxagent depends on the NX version.
      
        2. A package manager told to install $some_program could select nx-libs
        rather than xorg-x11 (since both provide libX11.so.6), but, since
        the NX library is in an obscure directory, running $some_program
        would fail as libX11.so.6 is not found.
      
        To solve this, give the NX libraries unique names different from the
        Xorg ones.
      c4a8556c
    • Alexander Wuerstlein's avatar
      Make nxagent-specific keyboard bindings configurable… · e91277d0
      Alexander Wuerstlein authored
      Make nxagent-specific keyboard bindings configurable (320_nxagent_configurable-keystrokes.full.patch).
      
        Replaces the hardcoded nxagent keybindings by a configurable
        table of keybindings. The default configuration is the same as the
        original one, to maintain compatibility. A user/administrator can either
        specify a command line parameter, environment variable or place a file
        in ~/.nx/config/keystrokes.cfg or /etc/nxagent/keystrokes.cfg to reconfigure
        these keybindings.
      
        The configuration file format is XML, a dependency on libxml2 is added
        to allow parsing the configuration.
      e91277d0
  20. 10 Feb, 2015 2 commits
  21. 09 Feb, 2015 3 commits
  22. 28 Mar, 2013 2 commits
  23. 10 Oct, 2011 5 commits