summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | merge 8.5dgp2016-01-261-1/+1
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ merge 8.5dgp2016-01-231-1/+1
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ merge 8.5dgp2016-01-207-30/+72
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ merge 8.5dgp2015-12-222-45/+111
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ merge 8.5dgp2015-11-307-40/+85
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Bump to release number 8.5.19dgp2015-10-231-2/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fixed error in comment (cherrypicked [a3d4e5de17]fvogel2016-02-111-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | (cherry-pick): Fix crash in TkFinalize() if Tk_Init() is never called. ↵jan.nijtmans2016-02-111-0/+6
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Suggested by Brian Griffin.
| * | | | | | | | | | | Fixed (with a real fix this time) bug [06c1433906] - Text widget crash ↵fvogel2016-02-081-16/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | during delete (cherrypicked [48cf3656d9])
| * | | | | | | | | | | Corrected indentation + added an explanatory comment (cherrypicked [1121252f])fvogel2016-02-081-1/+4
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| * | | | | | | | | | (cherry-pick): Fix [06c14339060ba9ae]: Text widget crash during delete. ↵jan.nijtmans2016-02-081-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to François Vogel for the implementation and Brian Griffin for all his help getting this figured out.
* | | | | | | | | | | Rebased to core-8-6-branchtip_443fvogel2016-03-201-2/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fixed bug [d95e5d8f16] - Hidden panes in panedwindow incorrectly trigger ↵fvogel2016-03-111-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <Map> events (cherrypicked [42c8d8441c])
* | | | | | | | | | | | Rebased to core-8-6-branchfvogel2016-03-081-1/+14
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Fixed bug [2262543] - Scale widget unexpectedly fires command callback ↵fvogel2016-03-071-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherrypicked [3c1a8559dd])
* | | | | | | | | | | | Backed out anything dealing with stippling, in accordance with discussion ↵fvogel2016-03-084-31/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | about TIP #443
* | | | | | | | | | | | trunk merged to branch tip-443fvogel2016-03-013-3/+9
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | merge trunkdgp2016-02-162-1/+7
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Fixed error in commentfvogel2016-02-111-1/+1
| | | | | | | | | | | | |
| | * | | | | | | | | | | Fix crash in TkFinalize() if Tk_Init() is never called. Suggested by Brian ↵jan.nijtmans2016-02-111-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Griffin.
| * | | | | | | | | | | | merge trunkdgp2016-02-092-46/+53
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / /
| * | | | | | | | | | | | Bump to 8.6.5dgp2016-01-281-2/+2
| | | | | | | | | | | | |
* | | | | | | | | | | | | -lmargincolor tag configuration option: implementation slightly optimized ↵fvogel2016-02-111-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | since Tk_Fill3DRectangle is robust with respect to negative widths
* | | | | | | | | | | | | Fixed typo in comment (introduced by error in [6a21622c7e])fvogel2016-02-111-1/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | -rmargincolor tag configuration option: implementationfvogel2016-02-104-6/+34
| | | | | | | | | | | | |
* | | | | | | | | | | | | -lmargincolor tag configuration option: implementationfvogel2016-02-104-2/+36
| | | | | | | | | | | | |
* | | | | | | | | | | | | -overstrikefg tag configuration option: implementationfvogel2016-02-094-4/+27
| | | | | | | | | | | | |
* | | | | | | | | | | | | -underlinefg tag configuration option: implementationfvogel2016-02-094-5/+27
| | | | | | | | | | | | |
* | | | | | | | | | | | | -selectfgstipple tag configuration option: implementationfvogel2016-02-094-2/+16
| | | | | | | | | | | | |
* | | | | | | | | | | | | -selectbgstipple tag configuration option: implementationfvogel2016-02-094-2/+15
| | | | | | | | | | | | |
* | | | | | | | | | | | | -selectforeground tag configuration option: implementationfvogel2016-02-094-4/+25
| | | | | | | | | | | | |
* | | | | | | | | | | | | -selectbackground tag configuration option: implementationfvogel2016-02-094-2/+30
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Fixed (with a real fix this time) bug [06c1433906] - Text widget crash ↵fvogel2016-02-081-16/+41
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | during delete
| * | | | | | | | | | | | With the real fix in FindDLine ([717e12ee]) there is no need anymore of the ↵finddlinefvogel2016-02-081-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | emergency patch [c3c09f82].
| * | | | | | | | | | | | Made FindDLine fully match its header description.fvogel2016-02-081-3/+30
| | | | | | | | | | | | |
| * | | | | | | | | | | | More comments in FindDLine, with slightly optimized code to achieve the same ↵fvogel2016-02-081-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functionality.
| * | | | | | | | | | | | Reverted [311ef109] and [1847c858] because they are no longer needed to fix ↵fvogel2016-02-081-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug [2f78c7c5ea]. The corresponding test textDisp-9.14 still passes.
* | | | | | | | | | | | | Corrected indentation + added an explanatory comment.fvogel2016-02-081-1/+4
| | | | | | | | | | | | |
* | | | | | | | | | | | | Fix [0a3d799a6d]: option db rc files in non utf-8 encoding are not portable.jan.nijtmans2016-02-081-32/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Re-implement tkoption readfile using Tcl_ReadCharsjan.nijtmans2016-02-021-32/+8
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Fix [06c14339060ba9ae]: Text widget crash during delete. Thanks to François ↵jan.nijtmans2016-02-081-5/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | 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.fvogel2016-02-071-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Hopefully a better fix for [06c1433906] - Text widget crashfvogel2016-02-071-5/+3
| | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | [06c1433906] Possible fix for text widget crashes.dgp2016-02-041-0/+5
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| * | | | | | | | | | Backout [477949] for Tk 8.5, after discussion in TclCore mailing list: ↵jan.nijtmans2016-02-031-11/+2
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | | | NotebookAddCommand: fix off-by-one error counting objc/objvjenglish2016-01-251-1/+1
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when readding an already-managed window with arguments. Bug reported on tcl-core by Sam Bromley (22 Jan 2016)
| * | | | | | | | (cherry-pick): Fixed bug [9e606527af] - && instead of & used in ↵jan.nijtmans2016-01-231-1/+1
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | generic/tkOption.c
| * | | | | | | (cherry-pick) Fix [2049429]: Some options aren't picked up from the options ↵jan.nijtmans2016-01-125-29/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | database.
* | | | | | | | Fix crashing test case, textDisp-8.13dgp2016-02-051-0/+5
| |/ / / / / / |/| | | | | |
* | | | | | | NotebookAddCommand: fix off-by-one error counting objc/objvjenglish2016-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when readding an already-managed window with arguments. Bug reported on tcl-core by Sam Bromley (22 Jan 2016)