1. 15 Mar, 2018 1 commit
  2. 30 Dec, 2017 1 commit
  3. 13 Apr, 2017 1 commit
  4. 01 Mar, 2017 1 commit
    • Mike Gabriel's avatar
      Xserver/os/oscolor.c: Follow X.org in dropping the rgb.txt file entirely.… · 7e99ae37
      Mike Gabriel authored
      Xserver/os/oscolor.c: Follow X.org in dropping the rgb.txt file entirely. Content of that file is now hard-coded.
      
       Adopting an exact copy of os/oscolor.c from X.org leads to this compiler warning:
      
       ```
       oscolor.c:844:1: warning: string length ‘7614’ is greater than the length ‘4095’ ISO C99 compilers are required to support [-Woverlength-strings]
       };
       ^
       ```
      
       This will be address later in coordination with X.org.
      
       Note: there is a tiny change in oscolor.c as we ship it. The original X.org file includes <X11/keysym.h> which seems
       unneeded. We drop that one line from oscolor.c.
      
       Fixes ArcticaProject/nx-libs#259.
      7e99ae37
  5. 26 Feb, 2017 1 commit
    • Mike Gabriel's avatar
      Xserver/os/oscolor.c: Follow X.org in dropping the rgb.txt file entirely.… · f6a11402
      Mike Gabriel authored
      Xserver/os/oscolor.c: Follow X.org in dropping the rgb.txt file entirely. Content of that file is now hard-coded.
      
       Adopting an exact copy of os/oscolor.c from X.org leads to this compiler warning:
      
       ```
       oscolor.c:844:1: warning: string length ‘7614’ is greater than the length ‘4095’ ISO C99 compilers are required to support [-Woverlength-strings]
       };
       ^
       ```
      
       This will be address later in coordination with X.org.
      
       Note: there is a tiny change in oscolor.c as we ship it. The original X.org file includes <X11/keysym.h> which seems
       unneeded. We drop that one line from oscolor.c.
      
       Fixes ArcticaProject/nx-libs#259.
      f6a11402
  6. 02 Nov, 2016 2 commits
  7. 31 Oct, 2016 1 commit
  8. 01 Jul, 2016 4 commits
  9. 30 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. 29 Dec, 2015 1 commit
  12. 28 Apr, 2015 1 commit
  13. 22 Apr, 2015 2 commits
  14. 04 Apr, 2015 5 commits
  15. 10 Oct, 2011 1 commit