summaryrefslogtreecommitdiffstats
path: root/MainPanel.h
Commit message (Collapse)AuthorAgeFilesLines
* 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 (?).
* Re-generate all headers with latest scripts/MakeHeader.pyNathan Scott2020-08-181-8/+8
| | | | Sync-up missing extern declarations for many functions.
* 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
* Make sure a pointer fits in the argument!Hisham2016-05-251-1/+1
|
* incremental search and filter reintegrated!Hisham Muhammad2015-03-231-1/+2
|
* Move FunctionBar inside PanelHisham Muhammad2015-03-231-2/+2
|
* Working on integration of IncSet in new branch.Hisham Muhammad2015-03-221-0/+1
|
* Get FreeBSD tree to compile again with latest changes.Hisham Muhammad2015-03-161-0/+45

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