summaryrefslogtreecommitdiffstats
path: root/generic/tkbltGrElemLine.C
Commit message (Collapse)AuthorAgeFilesLines
* partial backout of zero value logscale mergev3.2.17William Joye2019-03-221-7/+79
|
* Merge pull request #20 from prs-de/log-scale-zerov3.2.12William Joye2018-10-081-79/+7
|\ | | | | Correct display of zero values with -logscale 1
| * Correct display of zero values with -logscale 1Adrián Medraño Calvo2018-10-081-79/+7
| | | | | | | | | | | | | | 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.
* | Merge pull request #22 from prs-de/fix-smoothing-crash-with-no-pointsWilliam Joye2018-10-081-2/+1
|\ \ | | | | | | Fix crash with step smoothing when no points were displayed
| * | Fix crash with step smoothing when no points were displayedAdrián Medraño Calvo2018-10-081-2/+1
| |/ | | | | | | Smoothing must look at the number of displayed points.
* | Draw in order: errorBars, traces, symbols, valuesAdrián Medraño Calvo2018-10-081-9/+17
|/
* Merge pull request #16 from prs-de/fix-xylowhigh-segfaultv3.2.10William Joye2018-09-191-2/+2
|\ | | | | NULL check to prevent segfault
| * NULL check to prevent segfaultAdrián Medraño Calvo2018-09-111-2/+2
| |
* | Halo distances must be absolute valuesAdrián Medraño Calvo2018-09-111-2/+2
|/
* Stop checking for NULL before freeAdrián Medraño Calvo2017-07-281-30/+15
| | | | The 'delete' operator checks whether the lvalue is NULL before freeing.
* Add cmath and printf wrappers for WindowsAdrián Medraño Calvo2017-07-211-0/+1
| | | | Needed for compiling with MSVC 2010.
* Enforce explicit downcasting of numeric valuesAdrián Medraño Calvo2017-07-211-46/+44
| | | | | | | 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/+2486
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.