1. 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
  2. 24 Feb, 2017 3 commits
    • Mike Gabriel's avatar
      release 3.5.99.4 · e1f2902b
      Mike Gabriel authored
      e1f2902b
    • Mihai Moldovan's avatar
      31426a3d
    • Ulrich Sibiller's avatar
      dix: fix incomplete commit · 3d8575c2
      Ulrich Sibiller authored
      The following commit turned out to be incomplete. This commit makes it
      complete by removing client->lastDrawable/lastGC everywhere thus
      fixing ArcticaProject/nx-libs#306 and #322
      
          commit e6f2f642
          Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
          Date:   Mon Jun 20 16:45:38 2016 +0200
      
              dix: remove caching of drawables and graphics contexts. The security checks simply bypass the cached values so they are unused.
      
               Backported from X.org:
      
               commit 9a183d7ba50e31afa133cc03aee7991517a283ea
               Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
               Date:   Tue Aug 14 11:39:26 2007 -0400
      
                  dix: remove caching of drawables and graphics contexts.  The security checks
                  simply bypass the cached values so they are unused.
      
               Backport to nx-libs: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
      3d8575c2
  3. 20 Feb, 2017 4 commits
  4. 18 Feb, 2017 1 commit
  5. 15 Feb, 2017 1 commit
  6. 09 Feb, 2017 11 commits
  7. 08 Feb, 2017 13 commits
  8. 06 Feb, 2017 1 commit
  9. 05 Feb, 2017 1 commit
  10. 04 Feb, 2017 1 commit
  11. 03 Feb, 2017 2 commits
  12. 12 Jan, 2017 1 commit