summaryrefslogtreecommitdiffstats
path: root/Panel.c
AgeCommit message (Expand)Author
2020-08-26Merge branch 'ci-hwloc-job' of https://github.com/bertwesarg/htop into bertwe...Nathan Scott
2019-10-31Clean up existing whitespaceDaniel Flanagan
2018-02-05Handle unexpected values for character passed to isalnumHisham Muhammad
2016-08-07Fix scrolling behavior change caused by 759caf0fExplorer09
2016-06-19Moving left and right needs a full redraw.Hisham
2016-06-15Added Ctrl+A and Ctrl+E to go to beginning and end of line.Hisham
2016-05-04Make PgDown behavior more usual.Hisham
2016-02-18Fix behavior of Panel on empty lists.Hisham
2016-02-02Check for failure in allocations.Hisham
2015-11-02Fix moving of metersHisham Muhammad
2015-09-07fix calloc() callsChristian Hesse
2015-08-27Don't select last item when clicking past the end of the panel.Hisham Muhammad
2015-08-19Support for NCurses 6.0 and mouse wheelHisham Muhammad
2015-08-19Rename String to StringUtils.David Hunt
2015-04-09Visual tweaks: change color when following, add Broken Gray theme.Hisham Muhammad
2015-04-02Merge branch 'master' into wipHisham Muhammad
2015-03-31Cleanup unused field.Hisham Muhammad
2015-03-24handle clicks on panel header lineHisham Muhammad
2015-03-23Do not trust isalpha(c) for values > 255.Hisham Muhammad
2015-03-23incremental search and filter reintegrated!Hisham Muhammad
2015-03-23Move FunctionBar inside PanelHisham Muhammad
2015-03-22Do not trust isalpha(c) for values > 255.Hisham Muhammad
2015-03-22Refactor state control variables.Hisham Muhammad
2015-02-03Complete cursor-based movement of headers.Hisham Muhammad
2015-01-23Another mega-patch for the refactoring process.Hisham Muhammad
2015-01-21Sorry about the mega-patch.Hisham Muhammad
2014-05-03Fix crash when scrolling in a filter view with no processes. Closes #76.Hisham Muhammad
2014-02-27alignment improvementsHisham Muhammad
2013-02-26Remove explicit calls to curses.h in other filesHisham Muhammad
2012-12-05Changes in object model: separate class objects to store vtable. Also, nicer ...Hisham Muhammad
2012-08-10Add -p flag, contributed by Rob HoelzHisham Muhammad
2012-03-05Fix crashes when process list is emptyHisham Muhammad
2011-12-26Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad
2011-12-26major header cleanupHisham Muhammad
2011-11-18Mega-commit with features and tweaks for 1.0:Hisham Muhammad
2011-11-05Allow typing to select items in various panels (sort, user, signal).Hisham Muhammad
2011-09-08Fix panel inconsistency that could lead to crashes. Closes #2422267.Hisham Muhammad
2011-05-26Tempus fugit.Hisham Muhammad
2010-11-22Remove arbitrary limit from rich stringsHisham Muhammad
2010-03-03* Add Bash/emacs style navigation keysHisham Muhammad
2010-02-25Tempus fugit.Hisham Muhammad
2010-02-25warning fixesHisham Muhammad
2009-06-02changes for htop 0.8.2Hisham Muhammad
2008-03-09Add Unicode support, enabled with the --enable-unicodeHisham Muhammad
2008-03-05Make clicks on leftmost panel in the Setup screen change setup pages,Hisham Muhammad
2006-07-23Horizontally scroll in larger increments when on theHisham Muhammad
2006-07-12Perform RichString operations by hand.Hisham Muhammad
2006-07-11Performance improvement hackathon: improve process comparison routines,Hisham Muhammad
2006-06-06Updates for new version of the MakeHeader.py script.Hisham Muhammad
2006-05-30Rename ListBox to Panel, matching dit.Hisham Muhammad