summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | (1) All depreciation warnings prefixed with "tk::text: ".gcramer2017-05-093-11/+14
* | | | | | | | | | | | | | | (1) Bugfix [c3e31d8f98]: wrong assertion removed.gcramer2017-05-092-5/+15
* | | | | | | | | | | | | | | Correction in comment.gcramer2017-05-081-1/+1
* | | | | | | | | | | | | | | (1) Commands "mark names", "mark next", "mark prev" extended with option "-di...gcramer2017-05-081-35/+95
* | | | | | | | | | | | | | | Problem with TkTextTagSetJoinComplementTo() fixed.gcramer2017-05-063-29/+43
* | | | | | | | | | | | | | | (1) Refactorization of deleteProc, inspectProc, needed because tree (previous...gcramer2017-05-068-118/+194
* | | | | | | | | | | | | | | Minor corrections of comments.gcramer2017-05-051-2/+2
* | | | | | | | | | | | | | | Bugfix [0d630132f2]: cached values in index now will be properly cleared when...gcramer2017-05-055-42/+41
* | | | | | | | | | | | | | | Bugfix [80fe5971a4]gcramer2017-05-041-8/+38
* | | | | | | | | | | | | | | Silence compiler warnings.gcramer2017-05-041-3/+3
* | | | | | | | | | | | | | | merge trunkfvogel2017-05-026-79/+178
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Change floor() back to casting to int() in fixing [6020ee2d03].fvogel2017-05-021-6/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | Change floor() back to casting to int() in fixing [6020ee2d03].fvogel2017-05-021-6/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | Revert the previous commit since it has drawbacks (see [6020ee2d03]).bug_308940ffffvogel2017-05-021-6/+3
| * | | | | | | | | | | | | | | If compiled with -DTK_NO_DEPRECATED, remove the functions Tk_PhotoPutBlock_No...jan.nijtmans2017-05-024-26/+54
| * | | | | | | | | | | | | | | merge core-8-6-branchjan.nijtmans2017-05-021-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | Typo (wehter -> whether) and minor consistancy in code comment (grey -> gray)jan.nijtmans2017-05-021-1/+1
| * | | | | | | | | | | | | | | merge core-8-6-branchjan.nijtmans2017-05-011-46/+120
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | Fix [e4336bef5d58cc96a438ba0fb5553ea57e94f4d8|e4336bef5d]: Unexpected result ...jan.nijtmans2017-05-011-46/+120
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | Fix [e4336bef5d] (Unexpected result when copying a photo image to itself): if...bug_e4336bef5dsimonbachmann2017-04-301-46/+120
| | |/ / / / / / / / / / / /
| * | | | | | | | | | | | | merge core-8-6-branchjan.nijtmans2017-04-181-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| | * | | | | | | | | | | code styling (wrong indent)jan.nijtmans2017-04-181-3/+3
| | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | |
* | | | | | | | | | | | Remnant eliminated.gcramer2017-05-021-2/+0
* | | | | | | | | | | | (1) Command "load": now has option "-validconfig", w/o this option invalid op...gcramer2017-04-306-160/+280
* | | | | | | | | | | | Minor modification for the support of IDE's.gcramer2017-04-291-2/+3
* | | | | | | | | | | | Make the branch compile in release mode under MSVC.fvogel2017-04-292-2/+2
* | | | | | | | | | | | Fix in TkTextPixelIndex(), now test case textIndex-5.3 is passing.gcramer2017-04-291-0/+1
* | | | | | | | | | | | Don't use deprecated Tcl API functionsfvogel2017-04-282-3/+3
* | | | | | | | | | | | Compilation errors fixed.gcramer2017-04-282-2/+2
* | | | | | | | | | | | Command "inspect" also has to resolve system color names for platform indepen...gcramer2017-04-282-47/+73
* | | | | | | | | | | | Wrong change in LayoutChars() reverted, affecting the handling of end of line...gcramer2017-04-281-2/+2
* | | | | | | | | | | | Problem with "runtime check failure #3: The variable lastNewlineSegPtr is bei...gcramer2017-04-281-0/+2
* | | | | | | | | | | | (1) Problems with marks and destroying peers (crash) solved.gcramer2017-04-288-144/+173
* | | | | | | | | | | | Superfluous assertion removed.gcramer2017-04-281-1/+0
* | | | | | | | | | | | Deletion algorithm a little bit overworked, now it is easier to understand th...gcramer2017-04-273-15/+23
* | | | | | | | | | | | (1) Problem solved how to show the surrogate newline in UndoDeleteInspect().gcramer2017-04-271-12/+5
* | | | | | | | | | | | (1) Bugfix in delete algorithm with test case text-37.12.gcramer2017-04-272-61/+117
* | | | | | | | | | | | (1) Bugfix for handling of last line deletion.gcramer2017-04-274-5/+47
* | | | | | | | | | | | (1) Watch command now triggers changes in image or window.gcramer2017-04-266-76/+239
* | | | | | | | | | | | Fix in handling options -start/endline.gcramer2017-04-261-2/+7
* | | | | | | | | | | | Fix in function TriggerWatchEdit().gcramer2017-04-261-4/+10
* | | | | | | | | | | | Fix in triggering the watch command, it has not worked correctly when 'trigge...gcramer2017-04-262-12/+32
* | | | | | | | | | | | (1) Fix for test case textWind-10.3, Tcl_BackgroundException() was called wit...gcramer2017-04-251-3/+3
* | | | | | | | | | | | Last fix has broken "dlineinfo -extents", this has been corrected.gcramer2017-04-251-1/+1
* | | | | | | | | | | | Fix for test case textDisp-23.7, TkTextDLineInfo() returned wrong width.gcramer2017-04-252-2/+4
* | | | | | | | | | | | (1) Two minor corrections.gcramer2017-04-253-5/+5
* | | | | | | | | | | | (1) Fix in function TkRangeListDelete().gcramer2017-04-259-403/+637
* | | | | | | | | | | | Bugfix [73175271]: forgotten increasement of tag set added.gcramer2017-04-213-4/+6
* | | | | | | | | | | | (1) Overwork of function TextInvalidateRegion(), the readability has been inc...gcramer2017-04-191-24/+86
* | | | | | | | | | | | Minor correction in function TextUndoRedoCallback.gcramer2017-04-191-7/+1