summaryrefslogtreecommitdiffstats
path: root/generic/tkbltGrMisc.C
Commit message (Collapse)AuthorAgeFilesLines
* Correct display of zero values with -logscale 1Adrián Medraño Calvo2018-10-081-5/+75
| | | | | | | In order to do that, improve the clipping functionality in tkbltGrMisc.C to support infinite coordinates. It also now provides more information with regards to its processing, letting tkbltGrElemLine.C use that same routine instead of duplicade the clipping code.
* Better align with TEA's expected file layoutAdrián Medraño Calvo2017-07-181-0/+335
TEA is quite picky about packages placing their sources in the generic/, unix/, etc. directories. An immediate benefit of this change is support for building in a separate directory.