1. 16 Mar, 2015 1 commit
  2. 22 Jan, 2015 1 commit
  3. 27 Nov, 2014 1 commit
  4. 24 Nov, 2014 1 commit
  5. 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
  6. 27 Feb, 2014 1 commit
  7. 29 Jan, 2014 1 commit
  8. 18 Dec, 2013 1 commit
  9. 24 May, 2013 1 commit
  10. 29 Apr, 2013 1 commit
  11. 05 Dec, 2012 1 commit
  12. 10 Nov, 2012 1 commit
  13. 20 Oct, 2012 1 commit
  14. 10 Aug, 2012 1 commit
  15. 02 Feb, 2012 1 commit
  16. 26 Dec, 2011 1 commit
  17. 01 Dec, 2011 1 commit
  18. 21 Nov, 2011 1 commit
  19. 03 Nov, 2011 1 commit
  20. 24 Sep, 2011 1 commit
  21. 08 Sep, 2011 1 commit
  22. 22 Mar, 2011 1 commit
  23. 23 Nov, 2010 1 commit
  24. 22 Nov, 2010 1 commit
  25. 24 Aug, 2010 1 commit
  26. 25 Feb, 2010 2 commits
  27. 14 Mar, 2008 1 commit
  28. 09 Mar, 2008 2 commits
  29. 08 Mar, 2008 1 commit
    • Hisham Muhammad's avatar
      BUGFIX: Fix display of CPU count for threaded processes. · 93f091c4
      Hisham Muhammad authored
      When user threads are hidden, process now shows the
      sum of processor usage for all processors. When user
      threads are displayed, each thread shows its own
      processor usage, including the root thread.
      (thanks to Bert Wesarg for the report)
      Also, add option to display thread colors differently.
      93f091c4
  30. 09 Nov, 2007 1 commit
  31. 17 May, 2007 1 commit
  32. 08 Nov, 2006 1 commit
  33. 04 Oct, 2006 2 commits
  34. 11 Jul, 2006 1 commit
    • Hisham Muhammad's avatar
      Performance improvement hackathon: improve process comparison routines, · 5d48ab8c
      Hisham Muhammad authored
      disable useless code in release builds such as runtime type-checking on
      dynamic data structures and process fields that are not being computed,
      faster(?) method for verifying the process owner (still need to ensure
      correctness), don't destroy and create process objects for hidden kernel
      threads over and over. Phew. I shouldn't be doing all this today, but I
      could not resist.
      5d48ab8c
  35. 06 Jun, 2006 1 commit
  36. 05 Jun, 2006 1 commit
  37. 30 May, 2006 1 commit