summaryrefslogtreecommitdiffstats
path: root/MainPanel.c
AgeCommit message (Collapse)Author
2018-02-17Add support for multiple screens, switchable using TabHisham Muhammad
2017-07-22Mark some things as constRichard
Several string pointer arrays pointed to const strings but were not const themselves. A few various structures and arrays were also marked const.
2016-07-28'Follow' only if element is found in searchHisham
2016-06-15Added Ctrl+A and Ctrl+E to go to beginning and end of line.Hisham
(Also, '^' and '$') Closes #508.
2016-05-25Make sure a pointer fits in the argument!Hisham
2016-05-05Auto-follow process after a search.Hisham
See #237.
2016-02-02Check for failure in allocations.Hisham
2016-01-03Check range when accessing keys table.Hisham Muhammad
Should fix #321.
2015-08-20Extra checks.Hisham Muhammad
2015-04-09update bar when clicking header.Hisham Muhammad
2015-04-09Visual tweaks: change color when following, add Broken Gray theme.Hisham Muhammad
2015-04-08Keep following status when no key is pressed.Hisham Muhammad
2015-03-24handle clicks on panel header lineHisham Muhammad
2015-03-23incremental search and filter reintegrated!Hisham Muhammad
2015-03-23Move FunctionBar inside PanelHisham Muhammad
2015-03-22Working on integration of IncSet in new branch.Hisham Muhammad
2015-03-22Refactor state control variables.Hisham Muhammad
2015-03-15Add MainPanel.cHisham Muhammad