index
:
blt.git
master
BLT is an extension to the Tk toolkit, adding new widgets, geometry managers, and miscellaneous commands.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
generic
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix memory leaks when creating and deleting markers
Adrián Medraño Calvo
2018-10-08
1
-7/+20
*
Correct element show command
Adrián Medraño Calvo
2018-10-08
1
-1/+6
*
Correct numargs checks and output error message
Adrián Medraño Calvo
2018-10-08
3
-28/+121
*
Axis tick labels: zero out any extremely small numbers
v3.2.11
William Joye
2018-09-21
1
-0/+4
*
Merge pull request #16 from prs-de/fix-xylowhigh-segfault
v3.2.10
William Joye
2018-09-19
1
-2/+2
|
\
|
*
NULL check to prevent segfault
Adrián Medraño Calvo
2018-09-11
1
-2/+2
*
|
Halo distances must be absolute values
Adrián Medraño Calvo
2018-09-11
1
-2/+2
|
/
*
Expand scale range to be at least DBL_EPSILON
Adrián Medraño Calvo
2018-07-13
1
-8/+20
*
Merge pull request #12 from prs-de/export-tkblt-init
v3.2.8
William Joye
2017-09-06
1
-4/+4
|
\
|
*
Export Tkblt_Init and Tkblt_SafeInit symbols
Adrián Medraño Calvo
2017-08-29
1
-4/+4
*
|
Add missing include defining NAN
Adrián Medraño Calvo
2017-08-29
1
-0/+1
|
/
*
Interpret empty strings as NaN
Adrián Medraño Calvo
2017-08-01
1
-1/+10
*
Add -tickformat axis option, rename -command option to -tickformatcommand
Adrián Medraño Calvo
2017-07-28
2
-8/+18
*
Stop checking for NULL before free
Adrián Medraño Calvo
2017-07-28
16
-143/+74
*
Prevent dangling pointer
Adrián Medraño Calvo
2017-07-27
1
-1/+3
*
Make sure enough arguments are passed before accessing them
Adrián Medraño Calvo
2017-07-27
1
-0/+6
*
Update axis' margin when using it
Adrián Medraño Calvo
2017-07-27
1
-0/+2
*
Use axis' own classid to determine the type
Adrián Medraño Calvo
2017-07-27
1
-2/+6
*
Import std namespace
Adrián Medraño Calvo
2017-07-25
1
-0/+1
*
Correct function name
Adrián Medraño Calvo
2017-07-21
1
-1/+1
*
Fix MSVC's C2375 "redefinition with different linkage"
Adrián Medraño Calvo
2017-07-21
3
-63/+60
*
Add cmath and printf wrappers for Windows
Adrián Medraño Calvo
2017-07-21
10
-4/+87
*
Fix polymorphic variant in jump table
Adrián Medraño Calvo
2017-07-21
1
-15/+15
*
Enforce explicit downcasting of numeric values
Adrián Medraño Calvo
2017-07-21
20
-166/+186
*
Use double for comparing with GraphOption's aspect
Adrián Medraño Calvo
2017-07-21
1
-2/+2
*
Upgrade BarGroup's lastY to double
Adrián Medraño Calvo
2017-07-21
1
-1/+1
*
Upgrade BarGroup's sum to double
Adrián Medraño Calvo
2017-07-21
2
-2/+2
*
Remove superfluous literal suffixes
Adrián Medraño Calvo
2017-07-21
5
-9/+9
*
Upgrade getBoundingBox angle to double
Adrián Medraño Calvo
2017-07-21
4
-8/+8
*
Upgrade vScale_/hScale_ to double
Adrián Medraño Calvo
2017-07-21
2
-4/+4
*
Place axes within their area when using multiple axis in a single margin
Adrián Medraño Calvo
2017-07-20
1
-51/+51
*
Better align with TEA's expected file layout
Adrián Medraño Calvo
2017-07-18
93
-0/+30103