summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | | Bugfix [a34b49f8c6]: Missing cases with justifying right and center added.gcramer2017-07-041-15/+14
* | | | | | | | | | | | | | | | | | | | | | | | | | Add numerous [text] test cases to guard against possible regressions regardin...fvogel2017-07-021-0/+244
* | | | | | | | | | | | | | | | | | | | | | | | | | Bugfix [9ffb79059b]: Simple bug when building the indexes for undo/redo fixed.gcramer2017-07-011-2/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | merge trunkfvogel2017-06-302-4/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | Fix [62c5b7a1d7]: [text] segfaults on replace. Patch from Christian Werner.fvogel2017-06-302-0/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | | | | | | Fix [62c5b7a1d7]: [text] segfaults on replace. Patch from Christian Werner.fvogel2017-06-302-0/+11
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | Added test text-8.27 for non-regression against the crash [62c5b7a1d7]bug_62c5b7a1d7fvogel2017-06-261-0/+10
| | | * | | | | | | | | | | | | | | | | | | | | | | | Fix [62c5b7a1d7]: [text] segfaults on replace. Patch from Christian Werner.fvogel2017-06-261-0/+1
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Fix [92e028b41b] and [c5eb909f86]: Theme changes to xpnative after switching ...fvogel2017-06-301-4/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | | | | | | Fix [92e028b41b] and [c5eb909f86]: Theme changes to xpnative after switching ...fvogel2017-06-301-4/+7
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | Fix [92e028b41b] and [c5eb909f86]: Theme changes to xpnative after switching ...bug_92e028b41bfvogel2017-06-211-4/+7
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Fix [adc028c8d00]: Keyboard menu traversal can generate a global grab that ca...fvogel2017-06-211-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | Fix [adc028c8d00]: Keyboard menu traversal can generate a global grab that ca...fvogel2017-06-211-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | Add "break" to "bind Menu <KeyPress>" in library/menu.tcl. Fixes bug adc028c...bug_adc028c8d0kjnash2017-06-131-0/+1
| | | * | | | | | | | | | | | | | | | | | | | | Create new branch named "bug-adc028c8d0"kjnash2017-06-130-0/+0
| | |/ / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | Cherrypicked test text-8.27 from the legacy text widget (non-regression again...fvogel2017-06-301-1/+11
* | | | | | | | | | | | | | | | | | | | | | | Some corrections in manual.gcramer2017-06-251-7/+5
* | | | | | | | | | | | | | | | | | | | | | | Missing description of "edit recover" added to manual.gcramer2017-06-251-3/+19
* | | | | | | | | | | | | | | | | | | | | | | Dependency changed from TCL_MINOR_VERSION to TK_MINOR_VERSION.gcramer2017-06-251-1/+1
* | | | | | | | | | | | | | | | | | | | | | | CharChunkMeasureChars() could be even more simplified.gcramer2017-06-251-13/+1
* | | | | | | | | | | | | | | | | | | | | | | Correction in CharChunkMeasureChars(): computation must be based on x coords,...gcramer2017-06-251-4/+6
* | | | | | | | | | | | | | | | | | | | | | | Bugfix [fc24165111]: Computation in CharChunkMeasureChars() has been overwork...gcramer2017-06-251-4/+21
* | | | | | | | | | | | | | | | | | | | | | | Intermediate comments removed, forgotten in last commit.gcramer2017-06-211-2/+0
* | | | | | | | | | | | | | | | | | | | | | | Bugfix [e32292c454]: New flag sharedTextPtr->pushSeparator, because call of T...gcramer2017-06-212-20/+52
* | | | | | | | | | | | | | | | | | | | | | | Correction of typo in manual.gcramer2017-06-201-1/+1
* | | | | | | | | | | | | | | | | | | | | | | Fixing a severe bug with steady marks introduced in a recent commit.gcramer2017-06-151-1/+1
* | | | | | | | | | | | | | | | | | | | | | | Minor addition for compatibility to 8.5/8.6.gcramer2017-06-151-0/+15
* | | | | | | | | | | | | | | | | | | | | | | (1) Minor valgrind warning eliminated.gcramer2017-06-131-5/+12
* | | | | | | | | | | | | | | | | | | | | | | Tcl_GuardedDecrRefCount() removed from tkTextLineBreak.c, not needed here, th...gcramer2017-06-121-24/+3
* | | | | | | | | | | | | | | | | | | | | | | merge trunkfvogel2017-06-111-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | Fix [e20d5ca7cd]: textTag-18.1 fails on OS Xfvogel2017-06-111-0/+1
* | | | | | | | | | | | | | | | | | | | | | | merge trunkfvogel2017-06-112-49/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | Fix [f214a2e800]: text-27.11 fails on OS Xfvogel2017-06-111-0/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | merge markfvogel2017-06-050-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | | Fix for 9eab541213, tk_getSave on macOS; thanks to Christian Gollwitzer for p...Kevin Walzer2017-06-051-24/+20
| * | | | | | | | | | | | | | | | | | | | | Fix for 9eab541213, tk_getSave on macOS; thanks to Christian Gollwitzer for p...Kevin Walzer2017-06-051-49/+45
* | | | | | | | | | | | | | | | | | | | | | resolve unintended forkfvogel2017-06-111-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | Fix [7b43bb5322]: Revised [text]: textTag-16.2, -16.6, -16.7 fail on OS Xfvogel2017-06-111-0/+1
* | | | | | | | | | | | | | | | | | | | | | | resolve unintended forkfvogel2017-06-111-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Indentation fixes in text.testfvogel2017-06-111-2/+2
* | | | | | | | | | | | | | | | | | | | | | | Minor fix for resolving system colors.gcramer2017-06-111-1/+1
* | | | | | | | | | | | | | | | | | | | | | | Minor fix in color comparison (inspect command).gcramer2017-06-111-7/+8
|/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | Minor changes for resolving system colors.gcramer2017-06-111-7/+9
* | | | | | | | | | | | | | | | | | | | | | Bugfix [2563b9689e]: (1) Fix of color lookup with system colors, but still un...gcramer2017-06-112-9/+31
* | | | | | | | | | | | | | | | | | | | | | Accident of last commit in manual fixed.gcramer2017-06-111-3/+2
* | | | | | | | | | | | | | | | | | | | | | (1) Option '-complete' added to 'inspect' command.gcramer2017-06-102-31/+58
* | | | | | | | | | | | | | | | | | | | | | Precision added in [text] man page.fvogel2017-06-101-3/+3
* | | | | | | | | | | | | | | | | | | | | | Bugfix [0bc9df5fe3]: (1) Fix in deletion algorithm. (2) Additional macro for ...gcramer2017-06-1011-30/+79
* | | | | | | | | | | | | | | | | | | | | | Minor change in InspectRetainedUndoItems().gcramer2017-06-101-2/+1
* | | | | | | | | | | | | | | | | | | | | | Guarded version of Tcl_DecrRefCount included, this makes debugging easier.gcramer2017-06-104-41/+124