Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enforce explicit downcasting of numeric values | Adrián Medraño Calvo | 2017-07-21 | 1 | -2/+2 |
| | | | | | | | 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 layout | Adrián Medraño Calvo | 2017-07-18 | 1 | -0/+202 |
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. |