1. 05 Jul, 2016 3 commits
  2. 04 Jul, 2016 1 commit
    • Mike Gabriel's avatar
      libNX_X11 data files: Install libNX_X11 related data files. · 1bd2463a
      Mike Gabriel authored
        - Update XErrorDB to latest X.org version.
        - Install XErrorDB, XKeysymDB and Xcms.txt to /usr/{local/}share/nx/.
        - Assure that libNX_X11 finds those files at the
          named location.
        - Update debian/ packaging files.
        - Update nx-libs.spec packaging file.
      
      Fixes ArcticaProject/nx-libs#153
      1bd2463a
  3. 02 Jul, 2016 4 commits
  4. 01 Jul, 2016 8 commits
  5. 30 Jun, 2016 2 commits
  6. 29 Jun, 2016 2 commits
  7. 28 Jun, 2016 2 commits
  8. 24 Jun, 2016 2 commits
    • Ulrich Sibiller's avatar
      libX11: Extend Event functions to handle IOErrors · b7d7ff3e
      Ulrich Sibiller authored
      To allow for suspend/resume NX has changed _XReadEvents() and
      _XIOError(). _XIOError() does not simply exit but returns. And
      _XReadEvents() returns after _XIOError(). But as the original
      _XReadEvents() is supposed to block until at least one event is there
      calling functions are not prepared for situations where no event is
      available. These calling functions have to check that condition.,
      
      Some of the calling functions already had that check but the
      UnlockDisplay() call was missing.
      
      Fixes https://github.com/ArcticaProject/nx-libs/issues/118
      b7d7ff3e
    • Ulrich Sibiller's avatar
      libX11: Extend Event functions to handle IOErrors · 5ee04c24
      Ulrich Sibiller authored
      To allow for suspend/resume NX has changed _XReadEvents() and
      _XIOError(). _XIOError() does not simply exit but returns. And
      _XReadEvents() returns after _XIOError(). But as the original
      _XReadEvents() is supposed to block until at least one event is there
      calling functions are not prepared for situations where no event is
      available. These calling functions have to check that condition.,
      
      Some of the calling functions already had that check but the
      UnlockDisplay() call was missing.
      
      Fixes https://github.com/ArcticaProject/nx-libs/issues/118
      5ee04c24
  9. 12 Jun, 2016 1 commit
  10. 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
  11. 02 May, 2016 1 commit
  12. 20 Apr, 2016 1 commit
  13. 29 Dec, 2015 4 commits
  14. 28 Dec, 2015 3 commits
  15. 28 Sep, 2015 5 commits