1. 27 Aug, 2019 1 commit
    • Ulrich Sibiller's avatar
      nxagent: Add autograb mode. · 58183b7c
      Ulrich Sibiller authored
       You can now toggle between autograb mode by pressing CTRL-ALT-G
       (default, can be adjusted in keystrokes.cfg).
      
       Fixes ArcticaProject/nx-libs#384.
      58183b7c
  2. 10 May, 2019 1 commit
  3. 15 Feb, 2019 1 commit
  4. 03 Jul, 2018 1 commit
  5. 03 Apr, 2017 3 commits
  6. 13 Mar, 2017 2 commits
  7. 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
  8. 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
  9. 30 Oct, 2016 1 commit
  10. 29 Jun, 2016 1 commit
  11. 27 Apr, 2015 1 commit
  12. 14 Feb, 2015 1 commit