summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Enforce explicit downcasting of numeric valuesAdrián Medraño Calvo2017-07-2120-166/+186
| | | | | | | 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.
* Use double for comparing with GraphOption's aspectAdrián Medraño Calvo2017-07-211-2/+2
|
* Upgrade BarGroup's lastY to doubleAdrián Medraño Calvo2017-07-211-1/+1
|
* Upgrade BarGroup's sum to doubleAdrián Medraño Calvo2017-07-212-2/+2
|
* Remove superfluous literal suffixesAdrián Medraño Calvo2017-07-215-9/+9
|
* Upgrade getBoundingBox angle to doubleAdrián Medraño Calvo2017-07-214-8/+8
|
* Upgrade vScale_/hScale_ to doubleAdrián Medraño Calvo2017-07-212-4/+4
|
* Add Windows-specific CFLAGSAdrián Medraño Calvo2017-07-202-2/+8
| | | | | | | | -TP: C++ -EHsc: specify exception handling -D_USE_MATH_DEFINES: cmath constants -D_CRT_SECURE_NO_WARNINGS: ignore *strncpy*/*printf* warnings; alternatives have different signatures.
* Place axes within their area when using multiple axis in a single marginAdrián Medraño Calvo2017-07-201-51/+51
|
* Better align with TEA's expected file layoutAdrián Medraño Calvo2017-07-1895-107/+107
| | | | | | 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.
* fix win64 issuev3.2.6William Joye2017-05-021-1/+5
|
* minor config changev3.2.5William Joye2017-04-213-1/+3
|
* rm autom4te.cache refv3.2.4William Joye2017-01-281-1/+0
|
* update TEA 3.10William Joye2017-01-052-701/+0
|
* updated TEA 3.10William Joye2017-01-058-148/+1102
|
* upgrade TEA 3.10William Joye2017-01-054-138/+5472
|
* Merge commit 'ba1a25c6143d0f853d1d6225611d0c4222f9cfec' as 'tkblt'William Joye2017-01-0420125-7110075/+54380
|\
| * add Config.shWilliam Joye2017-01-043-3/+57
| |
| * add Config.shWilliam Joye2017-01-041-0/+45
| |
| * fix for gcc-6v3.2.3William Joye2016-07-1819-37/+54
| |
| * don't remake doc html during installationv3.2.2William Joye2016-07-141-1/+1
| |
| * math function pointers in global spaceWilliam Joye2016-07-141-15/+15
| |
| * fix minor compiler warningWilliam Joye2016-07-141-1/+1
| |
| * don't build html automaticallyv3.2.1William Joye2016-06-171-1/+1
| |
| * fix docv3.2William Joye2016-06-164-165/+166
| |
| * add docWilliam Joye2016-06-161-6/+6
| |
| * add htmlWilliam Joye2016-06-164-4/+19
| |
| * add htmlWilliam Joye2016-06-163-0/+4095
| |
| * add htmlWilliam Joye2016-06-161-0/+74
| |
| * minor changesWilliam Joye2016-06-161-11/+5
| |
| * fixed an redraw issueWilliam Joye2016-06-161-2/+1
| |
| * Rename tkblt.decl to tkblt.declsWilliam Joye2016-06-141-0/+0
| |
| * add genstubs to MakefileWilliam Joye2016-06-141-0/+4
| |
| * add tools dirWilliam Joye2016-06-141-0/+1179
| |
| * minor changeWilliam Joye2016-06-141-6/+0
| |
| * fixes to stub supportWilliam Joye2016-06-1412-37/+68
| |
| * Merge pull request #2 from olebole/create_stubsWilliam Joye2016-06-149-5/+296
| |\ | | | | | | Create stubs library for simpler linking f.e. with tksao
| | * Create stubs library for simpler linking f.e. with saotkOle Streicher2016-06-059-5/+296
| | |
| * | Merge pull request #3 from olebole/dont_install_empty_dirsWilliam Joye2016-06-141-1/+1
| |\ \ | | |/ | |/| Don't create empty directory /usr/bin
| | * Don't install empty directory /usr/bin.Ole Streicher2016-06-071-1/+1
| |/
| * Update LICENSEv3.1.1William Joye2016-06-011-19/+20
| |
| * fixed duplicate element problem for show,raise,lowerWilliam Joye2016-06-011-6/+43
| |
| * Create .gitignoreWilliam Joye2016-05-311-0/+30
| |
| * Delete .gitignoreWilliam Joye2016-05-311-2/+0
| |
| * update tk versionv3.1William Joye2016-05-312-10/+10
| |
| * change file namesWilliam Joye2016-05-3173-330/+330
| |
| * Rename bltVecCmd.C to tkbltVecCmd.CWilliam Joye2016-05-311-0/+0
| |
| * Rename bltSwitch.h to tkbltSwitch.hWilliam Joye2016-05-311-0/+0
| |
| * Rename bltSwitch.C to tkbltSwitch.CWilliam Joye2016-05-311-0/+0
| |
| * Rename bltOp.h to tkbltOp.hWilliam Joye2016-05-311-0/+0
| |