summaryrefslogtreecommitdiffstats
path: root/MainPanel.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'hishamhm-pull-949'Nathan Scott2020-08-201-1/+1
|\
| * MainPanel: add seventh char to main functionsduchampdev2019-09-121-1/+1
| | | | | | | | reason: currently, for example 'search' and 'filter' look very densely packed
* | Merge branch 'hishamhm-pull-960'Nathan Scott2020-08-201-3/+3
|\ \
| * | Clean up existing whitespaceDaniel Flanagan2019-10-311-3/+3
| |/
* / Resolve compiler warnings and errors relating to the Arg unionNathan Scott2020-08-201-5/+1
|/ | | | | | | | | | | | Promote the Arg union to a core data type in Object.c such that it is visible everywhere (many source files need it), and correct declarations of several functions that use it. The Process_sendSignal function is also corrected to have the expected return type (bool, not void) - an error being masked by ignoring this not-quite-harmless warning. I've also added error checking to the kill(2) call here, which was previously overlooked / missing (?).
* Replace size_t with int/void* unionHisham Muhammad2018-02-181-2/+7
| | | | | | | | I was occasionally passing negative values to size_t. Plus, this better reflects the intent of the variant argument. Reported by Coverity: https://scan8.coverity.com/reports.htm#v13253/p10402/fileInstanceId=22093891&defectInstanceId=7543346&mergedDefectId=174179&fileStart=251&fileEnd=500
* Mark some things as constRichard2017-07-221-1/+1
| | | | | | | Several string pointer arrays pointed to const strings but were not const themselves. A few various structures and arrays were also marked const.
* 'Follow' only if element is found in searchHisham2016-07-281-4/+4
|
* Added Ctrl+A and Ctrl+E to go to beginning and end of line.Hisham2016-06-151-14/+0
| | | | | (Also, '^' and '$') Closes #508.
* Make sure a pointer fits in the argument!Hisham2016-05-251-1/+1
|
* Auto-follow process after a search.Hisham2016-05-051-0/+3
| | | | See #237.
* Check for failure in allocations.Hisham2016-02-021-1/+1
|
* Check range when accessing keys table.Hisham Muhammad2016-01-031-1/+1
| | | | Should fix #321.
* Extra checks.Hisham Muhammad2015-08-201-1/+1
|
* update bar when clicking header.Hisham Muhammad2015-04-091-1/+1
|
* Visual tweaks: change color when following, add Broken Gray theme.Hisham Muhammad2015-04-091-0/+1
|
* Keep following status when no key is pressed.Hisham Muhammad2015-04-081-0/+2
|
* handle clicks on panel header lineHisham Muhammad2015-03-241-1/+15
|
* incremental search and filter reintegrated!Hisham Muhammad2015-03-231-13/+15
|
* Move FunctionBar inside PanelHisham Muhammad2015-03-231-10/+12
|
* Working on integration of IncSet in new branch.Hisham Muhammad2015-03-221-2/+11
|
* Refactor state control variables.Hisham Muhammad2015-03-221-2/+2
|
* Add MainPanel.cHisham Muhammad2015-03-151-0/+183

© 2014-2024 Faster IT GmbH | imprint | privacy policy