summaryrefslogtreecommitdiffstats
path: root/generic/tkbltGrMisc.h
Commit message (Collapse)AuthorAgeFilesLines
* Correct display of zero values with -logscale 1Adrián Medraño Calvo2018-10-081-1/+21
| | | | | | | 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.
* Enforce explicit downcasting of numeric valuesAdrián Medraño Calvo2017-07-211-0/+9
| | | | | | | As part of the change, upgrade tkblt internal structures from short/float to int/double, as those are artifacts of the legacy code relying on X. Downcast to short at the latest stage: when interfacing with X.
* Better align with TEA's expected file layoutAdrián Medraño Calvo2017-07-181-0/+109
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.