1. 24 May, 2018 1 commit
  2. 16 Dec, 2017 2 commits
  3. 06 Jun, 2017 1 commit
  4. 13 Apr, 2017 1 commit
  5. 10 Apr, 2017 1 commit
    • Mike Gabriel's avatar
      Xserver: Support building against libXfont2 (v2) API and old libXfont(1) API alike. · f4c80a78
      Mike Gabriel authored
       Fixes ArcticaProject/nx-libs#296.
      
       Inspired by the following X.org commit. Other than X.org, we will continue
       support for building nx-libs against libXfont1 for a while.
      
       commit 05a793f5b3c40747d5a92a076def7f4fb673c7e7
       Author: Keith Packard <keithp@keithp.com>
       Date:   Tue Sep 1 18:50:55 2015 -0700
      
          dix: Switch to the libXfont2 API (v2)
      
          This new libXfont API eliminates exposing internal X server symbols to
          the font library, replacing those with a struct full of the entire API
          needed to use that library.
      
          v2: Use libXfont2 instead of libXfont_2
      Signed-off-by: 's avatarKeith Packard <keithp@keithp.com>
      Reviewed-by: 's avatarAdam Jackson <ajax@redhat.com>
      f4c80a78
  6. 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
  7. 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
  8. 17 Nov, 2016 1 commit
  9. 02 Nov, 2016 2 commits
  10. 01 Oct, 2016 1 commit
  11. 05 Jul, 2016 1 commit
  12. 02 Jul, 2016 1 commit
  13. 01 Jul, 2016 1 commit
  14. 28 Dec, 2015 2 commits
  15. 28 Sep, 2015 3 commits
  16. 21 Jun, 2015 2 commits
  17. 16 Jun, 2015 1 commit
  18. 20 May, 2015 1 commit
  19. 01 May, 2015 1 commit
  20. 28 Apr, 2015 1 commit
  21. 22 Apr, 2015 1 commit
  22. 16 Apr, 2015 1 commit
    • Mike Gabriel's avatar
      NXAGENT_UPGRADE code cleanup: · a5f71f08
      Mike Gabriel authored
       NX agent contains/ed two build trees. An old one (probably pre-3.x.y)
       and a "newer" one. The "newer" code tree used to become enabled by
       setting NXUpgradeAgentServer in nx-X11/config/cf/host.def to YES.
      
       As building the NXUpgradeAgentServer has been the default for
       years now, we drop all code that does not get used at build time
       for NXUpgradeAgentServer == YES (i.e., the code that belongs to the
       pre-3.x.y phase of NX agent).
      a5f71f08
  23. 05 Apr, 2015 1 commit
  24. 04 Apr, 2015 6 commits
  25. 13 Feb, 2015 1 commit
    • Orion Poplawski's avatar
      Do not build bundled libraries… · 456f887d
      Orion Poplawski authored
      Do not build bundled libraries (601_nx-X11_build-option-changes-to-not-use-bundled-libraries.full.patch).
      
        This commit has been submitted by Orion in two
        portions. One was submitted to X2Go BTS and created
        on Wed, 10 Jul 2013.
      
        The other portion has been taken from the Fedora
        package by Mike Gabriel and worked into this
        patch on Fri, 06 Dec 2013.
      456f887d
  26. 10 Feb, 2015 2 commits
  27. 28 Mar, 2013 2 commits