1. 05 Feb, 2018 1 commit
  2. 06 Aug, 2016 1 commit
    • Explorer09's avatar
      Fix scrolling behavior change caused by 759caf0f · 3d986883
      Explorer09 authored
      Commit "Make PgDown behavior more usual." 759caf0f
      silently changes the PageDown scrolling behavior that, instead of
      scrolling one window down until the end of the window touches the end
      of the list, the window simply repositions itself in a way that the
      selected item always become the last item in the new window.
      
      The commit reverts the behavior, and also fixes sanity conditionals
      so that the scrollV variable will _never_ become negative or out-of-
      bound.
      
      Fixes issue #532. Also keep the problem #480 addressed.
      
      Signed-off-by: Kang-Che Sung <explorer09 @ gmail.com>
      3d986883
  3. 19 Jun, 2016 1 commit
  4. 15 Jun, 2016 1 commit
  5. 05 May, 2016 1 commit
  6. 18 Feb, 2016 1 commit
  7. 02 Feb, 2016 1 commit
  8. 02 Nov, 2015 1 commit
  9. 07 Sep, 2015 1 commit
    • Christian Hesse's avatar
      fix calloc() calls · e8970b6f
      Christian Hesse authored
      * size_t nmemb (number of elements) first, then size_t size
      * do not assume char is size 1 but use sizeof()
      * allocate for char, not pointer to char (found by Michael McConville,
        fixes #261)
      e8970b6f
  10. 27 Aug, 2015 1 commit
  11. 19 Aug, 2015 2 commits
    • Hisham Muhammad's avatar
      Support for NCurses 6.0 and mouse wheel · b0036369
      Hisham Muhammad authored
      b0036369
    • 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
  12. 09 Apr, 2015 1 commit
  13. 01 Apr, 2015 1 commit
  14. 25 Mar, 2015 1 commit
  15. 23 Mar, 2015 4 commits
  16. 22 Mar, 2015 1 commit
  17. 03 Feb, 2015 1 commit
  18. 23 Jan, 2015 1 commit
  19. 22 Jan, 2015 1 commit
  20. 03 May, 2014 1 commit
  21. 27 Feb, 2014 1 commit
  22. 26 Feb, 2013 1 commit
  23. 05 Dec, 2012 1 commit
  24. 10 Aug, 2012 1 commit
  25. 05 Mar, 2012 1 commit
  26. 26 Dec, 2011 2 commits
  27. 18 Nov, 2011 1 commit
    • Hisham Muhammad's avatar
      Mega-commit with features and tweaks for 1.0: · 7ca10817
      Hisham Muhammad authored
      * Performance improvements
      * Support for splitting CPU meters into two or four columns
        (thanks to Wim Heirman)
      * Switch from PLPA, which is now deprecated, to HWLOC.
      * Bring back support for native Linux sched_setaffinity,
        so we don't have to use HWLOC where we don't need to.
      * Support for typing in user names and column fields in selection panels.
      7ca10817
  28. 05 Nov, 2011 1 commit
  29. 08 Sep, 2011 1 commit
  30. 26 May, 2011 1 commit
  31. 22 Nov, 2010 1 commit
  32. 03 Mar, 2010 1 commit
  33. 25 Feb, 2010 2 commits
  34. 02 Jun, 2009 1 commit