1. 01 Jul, 2016 2 commits
  2. 30 Jun, 2016 2 commits
  3. 29 Jun, 2016 2 commits
  4. 28 Jun, 2016 2 commits
  5. 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
  6. 12 Jun, 2016 1 commit
  7. 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
  8. 02 May, 2016 1 commit
  9. 20 Apr, 2016 1 commit
  10. 29 Dec, 2015 4 commits
  11. 28 Dec, 2015 3 commits
  12. 28 Sep, 2015 6 commits
  13. 26 Jun, 2015 1 commit
  14. 23 Jun, 2015 1 commit
  15. 22 Jun, 2015 1 commit
  16. 21 Jun, 2015 1 commit
  17. 20 Jun, 2015 1 commit
  18. 16 Jun, 2015 1 commit
    • Mike Gabriel's avatar
      Drop nx-X11/lib/GL and move Imakefile.inc include files into Xserver code tree. · cb4a2d73
      Mike Gabriel authored
       The client-side library libNX_GL.{a,so} is not built when building nx-libs.
      
       However, nx-X11/lib/GL/** ships several imake include files
       (Imakefile.inc) that are also used in nx-X11/programs/Xserver/GL/**.
       These files have been moved from the nx-X11/lib/GL/ code subtree to the
       nx-X11/programs/Xserver/GL/.
      
       Furthermore, we don't provide module builds of the GL extension anymore,
       as that feature is neither used in nx-libs.
      cb4a2d73
  19. 02 Jun, 2015 1 commit
  20. 20 May, 2015 1 commit
  21. 01 May, 2015 1 commit
  22. 28 Apr, 2015 2 commits
  23. 22 Apr, 2015 2 commits