summaryrefslogtreecommitdiffstats
path: root/generic/tkbltGrPSOutput.C
Commit message (Collapse)AuthorAgeFilesLines
* fix ps rotated text issuev3.2.19William Joye2019-09-261-3/+8
|
* Update tkbltGrPSOutput.Cv3.2.15William Joye2019-02-281-4/+4
|
* Enforce explicit downcasting of numeric valuesAdrián Medraño Calvo2017-07-211-20/+20
| | | | | | | 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/+931
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.