1. 02 Nov, 2019 10 commits
  2. 01 Nov, 2019 5 commits
  3. 29 Sep, 2019 2 commits
  4. 27 Aug, 2019 2 commits
    • Ulrich Sibiller's avatar
      nxagent: drop nxagentRootTileWindow · e12983a6
      Ulrich Sibiller authored
      We either use a solid black or a white background and no backround
      pixmap. So nxagentRootTileWindow is always empty and we can drop all
      stuff around it.
      
      remove nxagentSplashCount, too, since it is no longer checked anywhere.
      e12983a6
    • Ulrich Sibiller's avatar
      nxagent: drop nxagentRootTileWindow · 8fcaafab
      Ulrich Sibiller authored
      We either use a solid black or a white background and no backround
      pixmap. So nxagentRootTileWindow is always empty and we can drop all
      stuff around it.
      
      remove nxagentSplashCount, too, since it is no longer checked anywhere.
      8fcaafab
  5. 22 Jun, 2019 2 commits
  6. 18 Jun, 2019 1 commit
  7. 12 Jun, 2019 1 commit
    • Ulrich Sibiller's avatar
      Remove the Must_have_memory hack. · a765857a
      Ulrich Sibiller authored
      We are not using any alloc function that respects that variable, so
      lets drop it. Backport of this commit:
      
        commit 0ce61e21d6d7dcca0090e319bbcdb678570f2c3f
        Author: Adam Jackson <ajax@redhat.com>
        Date:   Fri Oct 3 16:05:19 2008 -0400
      
          Remove the Must_have_memory hack.
      
          Also remove an astonishing amount of misunderstanding of how casts work.
      a765857a
  8. 11 Jun, 2019 2 commits
  9. 29 May, 2019 1 commit
    • Ulrich Sibiller's avatar
      dix: remove unused requestLogIndex · 0eab060d
      Ulrich Sibiller authored
      As done in these commits:
      
        commit 6583477035234e23ead2fad9db7a07e5862447a4
        Author: Nicolai Hähnle <nhaehnle@gmail.com>
        Date:   Sat May 23 13:35:24 2009 +0200
      
          Remove reference to non-existing requestLog and requestLogIndex
      
          These fields were removed in 252ec504817e05b185e4896a2d899e9c00b8aeef.
      Signed-off-by: 's avatarNicolai Haehnle <nhaehnle@gmail.com>
      Signed-off-by: 's avatarPeter Hutterer <peter.hutterer@who-t.net>
      
        commit 252ec504817e05b185e4896a2d899e9c00b8aeef
        Author: Adam Jackson <ajax@redhat.com>
        Date:   Mon Mar 30 15:18:30 2009 -0400
      
          Document which bits of ClientRec are currently unused
      0eab060d
  10. 17 Dec, 2018 1 commit
    • Ulrich Sibiller's avatar
      Fix uninitialized bytes · 44c59e12
      Ulrich Sibiller authored
      Fixes this valgrind finding
      
      ==16977== Warning: invalid file descriptor -1 in syscall close()
      ==16977== Conditional jump or move depends on uninitialised value(s)
      ==16977==    at 0x544B6B: XkbSendNewKeyboardNotify (xkbEvents.c:62)
      ==16977==    by 0x540481: ProcXkbGetKbdByName (xkb.c:5330)
      ==16977==    by 0x4341C5: Dispatch (NXdispatch.c:482)
      ==16977==    by 0x40EB02: main (main.c:353)
      ==16977==  Uninitialised value was created by a heap allocation
      ==16977==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
      ==16977==    by 0x431BD7: NextAvailableClient (dispatch.c:3719)
      ==16977==    by 0x47B297: AllocNewConnection (connection.c:821)
      ==16977==    by 0x47B297: EstablishNewConnections (connection.c:910)
      ==16977==    by 0x463DFE: ProcessWorkQueue (dixutils.c:541)
      ==16977==    by 0x47635E: WaitForSomething (WaitFor.c:213)
      ==16977==    by 0x434089: Dispatch (NXdispatch.c:360)
      ==16977==    by 0x40EB02: main (main.c:353)
      44c59e12
  11. 03 Jul, 2018 6 commits
  12. 26 Feb, 2018 4 commits
  13. 07 Feb, 2018 2 commits
  14. 27 Dec, 2017 1 commit