1. 22 Dec, 2016 1 commit
  2. 07 Dec, 2016 5 commits
  3. 04 Dec, 2016 2 commits
  4. 03 Dec, 2016 2 commits
  5. 17 Nov, 2016 1 commit
  6. 15 Nov, 2016 1 commit
  7. 09 Nov, 2016 1 commit
  8. 08 Nov, 2016 12 commits
  9. 02 Nov, 2016 1 commit
  10. 31 Oct, 2016 1 commit
  11. 20 Oct, 2016 4 commits
    • Ulrich Sibiller's avatar
      Window.c: Fix function assignment warning · d238db34
      Ulrich Sibiller authored
      Window.c: In function ‘nxagentFrameBufferPaintWindow’:
      Window.c:1968:31: warning: ISO C forbids assignment between function pointer and ‘void *’ [-Wpedantic]
         PaintWindowBackgroundBackup = pWin->drawable.pScreen -> PaintWindowBackground;
      d238db34
    • Ulrich Sibiller's avatar
      Display.c: remove unused variable · 81a7c6cf
      Ulrich Sibiller authored
      Display.c: In function ‘nxagentCheckForPixmapFormatsCompatibility’:
      Display.c:2471:8: warning: variable ‘one_match’ set but not used [-Wunused-but-set-variable]
         bool one_match = false;
              ^
      81a7c6cf
    • Ulrich Sibiller's avatar
      Colormap.c: add cast to avoid warning · 54b7561f
      Ulrich Sibiller authored
      Colormap.c: In function ‘nxagentSetInstalledColormapWindows’:
      Colormap.c:314:27: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘WindowPtr’ [-Wformat=]
                                 pWin, pWin -> drawable.class);
                                 ^
      54b7561f
    • Ulrich Sibiller's avatar
      Args.c: fix string format warning · 3c5621c3
      Ulrich Sibiller authored
      warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 5 has type ‘long int’ [-Wformat=]
      3c5621c3
  12. 13 Oct, 2016 1 commit
  13. 10 Oct, 2016 1 commit
  14. 06 Oct, 2016 3 commits
  15. 01 Oct, 2016 2 commits
  16. 24 Sep, 2016 1 commit
  17. 24 Aug, 2016 1 commit