Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge trunk, doc change only | dgp | 2016-02-25 | 1 | -2/+2 |
|\ | |||||
| * | Fixed typo in spinbox documentation page | fvogel | 2016-02-25 | 1 | -2/+2 |
| | | |||||
* | | merge trunk; doc and comment changes only. | dgp | 2016-02-23 | 2 | -3/+7 |
|\ \ | |/ | |||||
| * | Added missing comments describing input parameters of some procs | fvogel | 2016-02-22 | 1 | -0/+4 |
| | | |||||
| * | Fixed typo in canvas man page | fvogel | 2016-02-21 | 1 | -3/+3 |
| | | |||||
* | | update changes | dgp | 2016-02-19 | 1 | -0/+99 |
| | | |||||
* | | merge trunk | dgp | 2016-02-16 | 3 | -3/+7 |
|\ \ | |/ | |||||
| * | Fixed error in comment | fvogel | 2016-02-11 | 1 | -1/+1 |
| | | |||||
| * | Repair visual test for bevels, inadvertently broken in [6a93101279] | fvogel | 2016-02-11 | 1 | -2/+0 |
| | | |||||
| * | Fix crash in TkFinalize() if Tk_Init() is never called. Suggested by Brian ↵ | jan.nijtmans | 2016-02-11 | 1 | -0/+6 |
| | | | | | | | | Griffin. | ||||
* | | Repair broken test. | dgp | 2016-02-09 | 1 | -1/+1 |
| | | |||||
* | | merge trunk | dgp | 2016-02-09 | 11 | -66/+80 |
|\ \ | |/ | |||||
| * | Slightly more logical fix for [62a5ba7474]: tk 'make install' fails on Mac ↵ | jan.nijtmans | 2016-02-09 | 1 | -2/+2 |
| | | | | | | | | OS 10.11, which doesn't change the meaning of TCLSH_DIR | ||||
| * | Fix [62a5ba7474]: tk 'make install' fails on Mac OS 10.11 | jan.nijtmans | 2016-02-09 | 1 | -1/+1 |
| | | |||||
| * | Fixed (with a real fix this time) bug [06c1433906] - Text widget crash ↵ | fvogel | 2016-02-08 | 2 | -27/+43 |
| |\ | | | | | | | | | | during delete | ||||
| | * | Merged finddline branch.bug_06c1433906 | fvogel | 2016-02-08 | 2 | -16/+31 |
| | |\ | |||||
| | | * | With the real fix in FindDLine ([717e12ee]) there is no need anymore of the ↵finddline | fvogel | 2016-02-08 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | emergency patch [c3c09f82]. | ||||
| | | * | Made FindDLine fully match its header description. | fvogel | 2016-02-08 | 2 | -13/+31 |
| | |/ | |||||
| | * | Renumbered lines to avoid wrong interpretation of the test. | fvogel | 2016-02-08 | 1 | -1/+1 |
| | | | |||||
| | * | More comments in FindDLine, with slightly optimized code to achieve the same ↵ | fvogel | 2016-02-08 | 1 | -3/+11 |
| | | | | | | | | | | | | functionality. | ||||
| | * | Reverted [311ef109] and [1847c858] because they are no longer needed to fix ↵ | fvogel | 2016-02-08 | 1 | -8/+1 |
| | | | | | | | | | | | | bug [2f78c7c5ea]. The corresponding test textDisp-9.14 still passes. | ||||
| * | | Corrected indentation + added an explanatory comment. | fvogel | 2016-02-08 | 1 | -1/+4 |
| | | | |||||
| * | | Fix [0a3d799a6d]: option db rc files in non utf-8 encoding are not portable. | jan.nijtmans | 2016-02-08 | 3 | -33/+15 |
| |\ \ | |||||
| | * | | Document that [encoding system] has no effect on option readfileoption_readfile | jan.nijtmans | 2016-02-03 | 1 | -3/+4 |
| | | | | |||||
| | * | | Added documentation, please review! | jan.nijtmans | 2016-02-03 | 1 | -0/+5 |
| | | | | |||||
| | * | | Re-implement tkoption readfile using Tcl_ReadChars | jan.nijtmans | 2016-02-02 | 2 | -33/+9 |
| | | | | |||||
| * | | | Fix [06c14339060ba9ae]: Text widget crash during delete. Thanks to François ↵ | jan.nijtmans | 2016-02-08 | 2 | -7/+4 |
| |\ \ \ | | | |/ | | |/| | | | | | Vogel for the implementation and Brian Griffin for all his help getting this figured out. | ||||
| | * | | while is better than if because it deals with wrapped lines then. | fvogel | 2016-02-07 | 1 | -1/+1 |
| | | | | |||||
| | * | | Cherrypicked the new test textDisp-8.13 from core-8-5-branch. This test (and ↵ | fvogel | 2016-02-07 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | all the other tests) pass. | ||||
| | * | | Hopefully a better fix for [06c1433906] - Text widget crash | fvogel | 2016-02-07 | 1 | -5/+3 |
| | | | | |||||
| | * | | [06c1433906] Possible fix for text widget crashes. | dgp | 2016-02-04 | 1 | -0/+5 |
| | | | | |||||
| | * | | Backout [477949] for Tk 8.5, after discussion in TclCore mailing list: ↵ | jan.nijtmans | 2016-02-03 | 3 | -36/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | option readfile cannot use multibytes. Ticket [0a3d799a] To clarify a bit, what we discovered was that [[option readfile]] as found in all Tk releases up to and including 8.5.18 is already able to read in the whole BMP, so long as the file is stored in the encoding utf-8. The classic ASCII subset is fine. utf-8 is fine. Other encodings are at best non-portable. What [477949] did was to add support for files stored in [[encoding system]] but at the expense of breaking the support for the files stored in utf-8. Not the right outcome for a patch release. | ||||
| | * | | Fix build errors on i386 for Cocoa; thanks to Marc Culler for patch | Kevin Walzer | 2016-01-31 | 4 | -5/+6 |
| | | | | |||||
| | * | | NotebookAddCommand: fix off-by-one error counting objc/objv | jenglish | 2016-01-25 | 2 | -1/+22 |
| | | | | | | | | | | | | | | | | | | | | when readding an already-managed window with arguments. Bug reported on tcl-core by Sam Bromley (22 Jan 2016) | ||||
| | * | | Fix (minor) memory leak (backported from Tk 8.6). Some efficientcy ↵ | jan.nijtmans | 2016-01-24 | 1 | -48/+32 |
| | | | | | | | | | | | | | | | | improvements (backported from 8.6 too). No change of functionality | ||||
| | * | | Crash in Mac test suite no longer triggered after patch from Marc Culler | Kevin Walzer | 2016-01-24 | 2 | -3/+0 |
| | | | | |||||
| | * | | (cherry-pick): Fixed bug [9e606527af] - && instead of & used in ↵ | jan.nijtmans | 2016-01-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | generic/tkOption.c | ||||
| | * | | Better repair of parentIsKey (backported from Tk 8.6). Problem was ↵ | jan.nijtmans | 2016-01-23 | 1 | -11/+13 |
| | | | | | | | | | | | | | | | | introduced in (apparently ill-merged) commit [3f634e02ece26dff] | ||||
| | * | | Remove cross-test disruption. | dgp | 2016-01-23 | 1 | -0/+1 |
| | | | | |||||
| | * | | Repair failure to compile on OSX/Cocoa. | dgp | 2016-01-23 | 1 | -2/+5 |
| | | | | |||||
| | * | | (cherry-pick) Fix [2049429]: Some options aren't picked up from the options ↵ | jan.nijtmans | 2016-01-12 | 8 | -51/+59 |
| | | | | | | | | | | | | | | | | database. | ||||
| | * | | Additional tweaks for dialog | Kevin Walzer | 2016-01-11 | 1 | -2/+15 |
| | | | | |||||
| | * | | Fix for 63c3542c06, messageboxes in Tk-Cocoa; thanks to Marc Culler for patch | Kevin Walzer | 2016-01-11 | 1 | -1/+6 |
| | | | | |||||
| | * | | (cherry-pick) Fix [1927212]: MouseWheel unbound for non-aqua scrollbars. ↵ | jan.nijtmans | 2016-01-09 | 2 | -0/+37 |
| | | | | | | | | | | | | | | | | Thanks to Francois Vogel for the actual work | ||||
| | * | | Additional fixes for memory leaks, window flickering on OS X 10.11; thanks ↵ | Kevin Walzer | 2016-01-09 | 3 | -7/+14 |
| | | | | | | | | | | | | | | | | to Marc Culler for patch | ||||
| * | | | Fix crashing test case, textDisp-8.13 | dgp | 2016-02-05 | 2 | -0/+14 |
| | |/ | |/| | |||||
| * | | Fix build errors on i386 for Cocoa; thanks to Marc Culler for patch | Kevin Walzer | 2016-01-31 | 4 | -5/+7 |
| | | | |||||
| * | | Fixed test entry-6.12: merge from 8.5 didn't see that $fixed does not exist ↵ | fvogel | 2016-01-29 | 1 | -3/+3 |
| | | | | | | | | | | | | in trunk version of entry.test. Thanks to emiliano for the report. | ||||
* | | | Bump to 8.6.5 | dgp | 2016-01-28 | 7 | -14/+14 |
|/ / | |||||
* | | NotebookAddCommand: fix off-by-one error counting objc/objv | jenglish | 2016-01-25 | 2 | -1/+22 |
| | | | | | | | | | | when readding an already-managed window with arguments. Bug reported on tcl-core by Sam Bromley (22 Jan 2016) |