1. 04 Feb, 2018 1 commit
    • Wataru Ashihara's avatar
      Fix: infinite loop in tree view on macOS · b34d76cd
      Wataru Ashihara authored
      Fixes #688, the bug regressed on 584a9bce.
      
      On Mac OS X 10.11.6, all processes have their parents since there's a
      special process named "kernel_task", whose PID and PPID are 0. As a
      result, `this->processes` is never changed causing infinite `while`.
      b34d76cd
  2. 14 Sep, 2017 1 commit
  3. 04 Sep, 2017 1 commit
  4. 01 Sep, 2017 1 commit
  5. 01 Mar, 2016 1 commit
  6. 18 Feb, 2016 1 commit
    • Hisham Muhammad's avatar
      Pre-reset 'show' for process. · c1830946
      Hisham Muhammad authored
      This simplifies the protocol between the platform-independent
      and platform-specific parts. The platform-specific parts
      were supposed to re-determine the value of process->show
      on each iteration, and the Darwin subsystem wasn't doing that.
      Instead of adding the code to the Darwin part, I lifted the
      burden of the OS-specific of resetting process->show: now
      they can choose to hide a process if they want to (e.g.
      detecting kernel threads) but are not required to
      (e.g. on Darwin where we're not listing threads separately (yet?)).
      Fixes tree view collapsing/expanding on OSX. Closes #416.
      c1830946
  7. 14 Feb, 2016 1 commit
  8. 19 Aug, 2015 1 commit
    • David Hunt's avatar
      Rename String to StringUtils. · 5e602f18
      David Hunt authored
      Fixes building on case-insensitive filesystems where String.h gets confused with <string.h>.
      
      From d734dacea0a10d0465dad4e95b3421511e7da112 Mon Sep 17 00:00:00 2001
      From: David Hunt <dhunt@iolanthe.attlocal.net>
      Date: Sat, 11 Jul 2015 20:56:31 -0500
      Subject: [PATCH 1/8] Rename String to StringUtils
      5e602f18
  9. 09 Apr, 2015 2 commits
  10. 17 Mar, 2015 1 commit
  11. 16 Mar, 2015 1 commit
  12. 15 Mar, 2015 1 commit
  13. 20 Feb, 2015 1 commit
  14. 22 Jan, 2015 1 commit
  15. 27 Nov, 2014 1 commit
  16. 24 Nov, 2014 2 commits
  17. 20 Nov, 2014 1 commit
    • Hisham Muhammad's avatar
      Refactored key handlers. · 9faf4938
      Hisham Muhammad authored
      Made the logic more modular, hopefully easier to follow,
      and removed repeated code.
      Plus, some optimization in RichString code.
      9faf4938
  18. 08 Oct, 2014 1 commit
  19. 04 May, 2014 1 commit
  20. 03 May, 2014 1 commit
  21. 24 Apr, 2014 2 commits
  22. 22 Apr, 2014 1 commit
  23. 21 Apr, 2014 5 commits
  24. 11 Apr, 2014 2 commits
  25. 09 Apr, 2014 1 commit
  26. 27 Feb, 2014 2 commits
  27. 29 Jan, 2014 1 commit
  28. 16 Jan, 2014 1 commit
  29. 18 Dec, 2013 2 commits
  30. 24 May, 2013 1 commit