summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Beginning of fix for [18c08df753] - Reverted [296bd4c3], and adjusted textDis...fvogel2016-03-273-9/+14
* merge releasedgp2016-02-129-9/+94
|\
| * merge 8.5core_8_5_19core_8_5_19_rcdgp2016-02-093-29/+48
| |\
| * | update release datedgp2016-02-081-3/+1
| * | merge 8.5dgp2016-02-082-0/+11
| |\ \
| * \ \ merge 8.5dgp2016-02-037-41/+12
| |\ \ \
| * \ \ \ merge 8.5dgp2016-01-265-52/+56
| |\ \ \ \
| * \ \ \ \ merge 8.5dgp2016-01-232-12/+14
| |\ \ \ \ \
| * \ \ \ \ \ merge 8.5dgp2016-01-232-2/+6
| |\ \ \ \ \ \
| * | | | | | | Update changes file.dgp2016-01-211-0/+14
| * | | | | | | merge 8.5dgp2016-01-2022-92/+290
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge 8.5dgp2015-12-2219-194/+403
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge 8.5dgp2015-12-109-32/+68
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge 8.5dgp2015-11-3041-832/+1074
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge 8.5dgp2015-10-231-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | update changesdgp2015-10-231-0/+45
| * | | | | | | | | | | | Bump to release number 8.5.19dgp2015-10-238-9/+9
* | | | | | | | | | | | | Fixed error in comment (cherrypicked [a3d4e5de17]fvogel2016-02-111-1/+1
* | | | | | | | | | | | | Repair visual test for bevels, inadvertently broken in [9046f1cb83] (cherrypi...fvogel2016-02-111-2/+0
* | | | | | | | | | | | | (cherry-pick): Fix crash in TkFinalize() if Tk_Init() is never called. Sugges...jan.nijtmans2016-02-111-0/+6
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | (cherry-pick): Slightly more logical fix for [62a5ba7474]: tk 'make install' ...jan.nijtmans2016-02-091-2/+2
* | | | | | | | | | | | (cherry-pick): Fix [62a5ba7474]: tk 'make install' fails on Mac OS 10.11jan.nijtmans2016-02-091-1/+1
* | | | | | | | | | | | Fixed (with a real fix this time) bug [06c1433906] - Text widget crash during...fvogel2016-02-082-27/+43
* | | | | | | | | | | | Corrected indentation + added an explanatory comment (cherrypicked [1121252f])fvogel2016-02-081-1/+4
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | (cherry-pick): Fix [06c14339060ba9ae]: Text widget crash during delete. Thank...jan.nijtmans2016-02-082-7/+4
* | | | | | | | | | | Fix crashing test case, textDisp-8.13dgp2016-02-052-0/+14
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | [06c1433906] Possible fix for text widget crashes.dgp2016-02-041-0/+5
|/ / / / / / / / / /
* | | | | | | | | | Backout [477949] for Tk 8.5, after discussion in TclCore mailing list: option...jan.nijtmans2016-02-033-36/+6
* | | | | | | | | | Fix build errors on i386 for Cocoa; thanks to Marc Culler for patchKevin Walzer2016-01-314-5/+6
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | NotebookAddCommand: fix off-by-one error counting objc/objvjenglish2016-01-252-1/+22
* | | | | | | | | Fix (minor) memory leak (backported from Tk 8.6). Some efficientcy improvemen...jan.nijtmans2016-01-241-48/+32
* | | | | | | | | Crash in Mac test suite no longer triggered after patch from Marc CullerKevin Walzer2016-01-242-3/+0
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | (cherry-pick): Fixed bug [9e606527af] - && instead of & used in generic/tkOpt...jan.nijtmans2016-01-231-1/+1
* | | | | | | | Better repair of parentIsKey (backported from Tk 8.6). Problem was introduced...jan.nijtmans2016-01-231-11/+13
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Remove cross-test disruption.dgp2016-01-231-0/+1
* | | | | | | Repair failure to compile on OSX/Cocoa.dgp2016-01-231-2/+5
| |_|_|_|_|/ |/| | | | |
* | | | | | (cherry-pick) Fix [2049429]: Some options aren't picked up from the options d...jan.nijtmans2016-01-128-51/+59
* | | | | | Additional tweaks for dialogKevin Walzer2016-01-111-2/+15
* | | | | | Fix for 63c3542c06, messageboxes in Tk-Cocoa; thanks to Marc Culler for patchKevin Walzer2016-01-111-1/+6
* | | | | | (cherry-pick) Fix [1927212]: MouseWheel unbound for non-aqua scrollbars. Than...jan.nijtmans2016-01-092-0/+37
* | | | | | Additional fixes for memory leaks, window flickering on OS X 10.11; thanks to...Kevin Walzer2016-01-093-7/+14
* | | | | | (cherry-pick) Backout previous commit: it causes many event-related test-fail...jan.nijtmans2016-01-082-19/+0
* | | | | | (cherry-pick) Fixed bug [1927212] - MouseWheel unbound for non-aqua scrollbarsjan.nijtmans2016-01-082-0/+19
* | | | | | (cherry-pick) Fixed bug [3e3e25f483] - winbutton-1.[12] fails on Win7jan.nijtmans2016-01-081-2/+6
* | | | | | (cherry-pick) Fixed bug [1305128] - Scrollbar doesn't receive eventjan.nijtmans2016-01-081-0/+2
* | | | | | (cherry-pick) Fixed bug [1510538] - Wrong initial scrollbar widthjan.nijtmans2016-01-081-2/+2
* | | | | | merge-mark (closing fork)jan.nijtmans2016-01-080-0/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Prefix "system" of all Windows System Colors was documented. Ticket [945409]oehhar2016-01-071-13/+13
| |\ \ \ \ \ \
| | * | | | | | Prefix "system" of all Windows System Colors was documentedoehhar2016-01-071-13/+13
| | * | | | | | Fixed bug [3102228] - <<ListboxSelect>> doesn't fire when selection lostfvogel2016-01-062-0/+50
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |