summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix [d43a10ce2fed950e00890049f3c273f2cdd12583|d43a10ce2f]: tk_getOpenFile ↵ashok2014-11-141-3/+18
| | | | | | crashes when passed a bad -typevariable. Crash was caused by access to a list element after the Tcl_Obj was shimmered to a variable intrep.
* Backout last change, it doesn't solve the issuejan.nijtmans2014-11-131-50/+2
|
* Fix [d43a10ce2fed950e00890049f3c273f2cdd12583|d43a10ce2f]: tk_getOpenFile ↵jan.nijtmans2014-11-131-2/+50
| | | | crashes when passed a bad -typevariable.
* merge releasedgp2014-11-1217-313/+1490
|\
| * update READMEcore_8_6_3core_8_6_3_rcdgp2014-11-071-1/+1
| |
| * update changesdgp2014-11-071-1/+9
| |
| * merge trunkdgp2014-11-073-3/+5
| |\ | |/ |/|
* | Get menu-32.8 and scale-19 fixes from 8.5.dgp2014-11-073-3/+5
|\ \
| * | Stop test litter breaking scale-19.dgp2014-11-072-2/+5
| | |
| * | Restore test menu-32.8dgp2014-11-071-3/+3
| | |
| | * merge trunkdgp2014-11-0711-26/+84
| | |\ | |_|/ |/| |
* | | [3529885] [scale] handle negative resolution properly.dgp2014-11-072-1/+40
|\ \ \ | |/ /
| * | [3529885] [scale] handle negative resolution properly.dgp2014-11-072-1/+40
| |\ \
| | * | Added test case for bug [3529885fff]bug_3529885ffffvogel2014-11-061-0/+33
| | | |
| | * | Fixed bug [3529885fff]fvogel2014-10-301-1/+7
| | | |
* | | | Stop invalid readdgp2014-11-061-0/+1
|\ \ \ \ | |/ / /
| * | | Stop invalid read.dgp2014-11-061-0/+1
| | | |
* | | | [9d72dcd3bc] Plug memleakdgp2014-11-061-1/+1
|\ \ \ \ | |/ / /
| * | | [9d72dcd3bc] Plug memleakdgp2014-11-061-1/+1
| |/ /
* | | [3417012] Stop [scale] segfault when -digits too big. Thanks fvogel.dgp2014-10-305-13/+15
|\ \ \ | |/ /
| * | [3417012] Stop [scale] segfault when -digits too big.dgp2014-10-305-13/+15
| |\ \
| | * | Test for 3417012bug_3417012fffdgp2014-10-301-0/+5
| | | |
| | * | Pushing the fix out to more files.dgp2014-10-305-18/+9
| | | |
| | * | Fixed bug [3417012fff]fvogel2014-10-292-3/+9
| |/ /
| * | Fix for different ttk notebook tab metrics on OS X/YosemiteKevin Walzer2014-10-281-3/+10
| | |
* | | Fix for different ttk notebook tab metrics on OS X/YosemiteKevin Walzer2014-10-281-3/+11
| | |
* | | Fixed failing text-29.2.x - Bug [857686bb3d]fvogel2014-10-281-8/+14
|\ \ \ | |/ /
| * | Fixed failing text-29.2.x - Bug [857686bb3d]fvogel2014-10-271-8/+14
| |\ \
| | * | Fixed remaining issue with textDisp-29.2.4bug_857686bb3dfvogel2014-10-211-1/+1
| | | |
| | * | Fixed failing text-29.2.x - Bug [857686bb3d]fvogel2014-10-211-8/+14
| | | |
* | | | Add support for Windows 10jan.nijtmans2014-10-261-0/+2
|\ \ \ \ | |/ / /
| * | | Add support for Windows 10jan.nijtmans2014-10-261-0/+2
| | | |
* | | | merge markdgp2014-10-240-0/+0
|\ \ \ \ | |/ / /
| * | | merge releasedgp2014-10-249-9/+23
| |\ \ \ | | |/ / | |/| |
| | * | merge 8.5core_8_5_17core_8_5_17_rcdgp2014-10-212-2/+7
| | |\ \ | | |/ / | |/| |
| * | | Restore the use of -DTCL_NO_DEPRECATED when building Tk.dgp2014-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Without this, attempts to build with the latest Xcode tools fail because of a conflict between the long (long long long long) deprecated macro panic() from Tcl's header and a panic() prototype in the system mach.h file, which rides into the build on the tails of Cocoa.h
| * | | Fix for Mac crash on Yosemite because of changes in version checkingKevin Walzer2014-10-211-1/+6
| | | |
| | * | [280089486e] Remove damaging effects of font.test. Thanks to fvogel.dgp2014-10-201-20/+39
| | |\ \
| | * \ \ merge 8.5dgp2014-10-201-1/+2
| | |\ \ \
| | * | | | missed bump bitsdgp2014-10-151-2/+2
| | | | | |
| | * | | | merge 8.5; update changesdgp2014-10-142-2/+4
| | |\ \ \ \
| | * | | | | update changes filedgp2014-10-131-0/+12
| | | | | | |
| | * | | | | Bump to 8.5.17dgp2014-10-137-7/+7
| | | | | | |
| | | | | | * Fix winDialog tests to not assume current working directory when -initialdir ↵ashok2014-10-281-16/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | is not specified
| | | | | | * Quick-fix compilation on VC6/PSDK (reported by Andreas Kurpies)jan.nijtmans2014-10-251-0/+2
| | | | | | |
| | | | | | * merge trunkdgp2014-10-211-1/+6
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix for Mac crash on Yosemite because of changes in version checkingKevin Walzer2014-10-211-1/+6
| | | | | | |
* | | | | | | merge markfvogel2014-10-200-0/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fixed failing (in trunk) text-19.16 - Bug [280089486e]fvogel2014-10-201-20/+39
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | / / | | | |_|/ / | | |/| | |
| | * | | | Fixed failing (in trunk) text-19.16 - Bug [280089486e]bug_280089486efvogel2014-10-121-20/+39
| | |/ / /