summaryrefslogtreecommitdiffstats
path: root/generic/tkbltGrText.C
Commit message (Collapse)AuthorAgeFilesLines
* Correct memory leakAdrián Medraño Calvo2018-10-261-0/+1
| | | | | | A future improvement would be to cache the calculated layout information together with of the strings. Examples where this would be beneficial could be the axes tick labels or the legend labels.
* Improve drawTextBBox nameAdrián Medraño Calvo2018-10-261-2/+2
|
* Coalesce duplicate codeAdrián Medraño Calvo2018-10-261-35/+18
|
* Enforce explicit downcasting of numeric valuesAdrián Medraño Calvo2017-07-211-5/+14
| | | | | | | 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.
* Upgrade getBoundingBox angle to doubleAdrián Medraño Calvo2017-07-211-1/+1
|
* Better align with TEA's expected file layoutAdrián Medraño Calvo2017-07-181-0/+240
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.