1. 30 Dec, 2017 2 commits
  2. 16 Dec, 2017 3 commits
  3. 05 Dec, 2017 3 commits
  4. 25 Aug, 2017 3 commits
  5. 26 Jul, 2017 1 commit
  6. 13 Jul, 2017 1 commit
  7. 12 Jul, 2017 1 commit
  8. 27 Jun, 2017 1 commit
  9. 15 Jun, 2017 1 commit
  10. 05 Jun, 2017 1 commit
  11. 13 Apr, 2017 3 commits
  12. 10 Apr, 2017 2 commits
  13. 05 Apr, 2017 1 commit
  14. 01 Mar, 2017 5 commits
  15. 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
  16. 09 Feb, 2017 4 commits
  17. 03 Feb, 2017 1 commit
  18. 11 Jan, 2017 1 commit
  19. 15 Nov, 2016 1 commit
  20. 05 Nov, 2016 1 commit
    • Mihai Moldovan's avatar
      Makefile: fix up a9b145d4. · 7b79e8d8
      Mihai Moldovan authored
      `readlink` returns nothing for non-symlinks. Careful investigation of the build
      environment revealed that libNX_X11.so.6.2 was no symlink to begin with - so
      the whole copy operation failed.
      
      Pro-actively fix the call though, in case we ever encounter a symlink there.
      7b79e8d8
  21. 02 Nov, 2016 1 commit
  22. 20 Oct, 2016 1 commit
  23. 01 Oct, 2016 1 commit