summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Eliminate CONST86: Since Tk 8.7 only compiles with Tcl >= 8.6 anyway, we jus...jan.nijtmans2018-10-1917-70/+68
* Remove 'knownBug' constraint on tests that do pass without it (text-22.199 an...fvogel2018-10-191-15/+6
|\
| * Remove 'knownBug' constraint on tests that do pass without it (text-22.199 an...fvogel2018-10-191-15/+6
* | All scrollbar tests pass on all platforms (but not all tests are run on all p...fvogel2018-10-181-25/+81
|\ \ | |/
| * All scrollbar tests pass on all platforms (but not all tests are run on all p...fvogel2018-10-181-25/+81
| |\
| | * Fix scrollbar.test: all tests that run on macOS now pass (and that's true for...fvogel2018-10-181-25/+81
| | * merge core-8-6-branchfvogel2018-10-1815-107/+384
| | |\ | | |/ | |/|
* | | Restore the remaining missing changes stripped out due to the recent merge/ba...fvogel2018-10-183-39/+37
|\ \ \ | |/ /
| * | Restore the remaining missing changes stripped out due to the recent merge/ba...fvogel2018-10-183-39/+37
* | | Fix clipboard behavior and remove the TkSuspendClipboard stub function.culler2018-10-185-38/+13
|\ \ \ | |/ /
| * | Fix clipboard behavior and remove the TkSuspendClipboard stub function.culler2018-10-185-38/+13
| |\ \
| | * | Removed all traces of the TkSuspendClipboard stub.culler2018-10-185-31/+10
| | * | Merge core-8-6-branchculler2018-10-1836-381/+849
| | |\ \ | | |/ / | |/| |
| * | | Restore some missing changes stripped out in in merge of Mac scroll codeKevin Walzer2018-10-181-16/+20
| * | | Signficant fixes to scrolling in macOSKevin Walzer2018-10-183-4/+11
| |\ \ \ | | | |/ | | |/|
| | | * Removed the call to TkSuspendClipboard when the app is deactivated.culler2018-08-192-3/+1
| | | * merge core-8-6-branchculler2018-08-182-6/+8
| | | |\
| | | * | Reverted a pointless change in tkCheckPasteboard.culler2018-08-151-2/+3
| | | * | Fix bug [b947864419]: Also account for changes to the clipboard made by other...culler2018-08-151-7/+6
* | | | | Restore some missing changes stripd out in in merge of Mac scroll codeKevin Walzer2018-10-181-18/+22
* | | | | Signficant fixes to scrolling in macOSKevin Walzer2018-10-183-4/+11
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Add comments clarifying otherwise tacit assumptions.fvogel2018-10-172-0/+6
| * | | | Take into account that the scrollbars on macOS later than 10.6 (Snow Leopard)...fvogel2018-10-171-4/+5
* | | | | Add warning -Wpointer-arith, so we detect things that MSVC cannot handlejan.nijtmans2018-10-172-2/+2
* | | | | One more missing type-cast (thanks, François!jan.nijtmans2018-10-171-1/+1
* | | | | Missing type-casts. This only compiles on gcc, not on MSVC (e.g.)jan.nijtmans2018-10-171-11/+11
* | | | | Fix [4b555aca34]: text search -all hangs and eats all memoryfvogel2018-10-172-8/+224
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fix [4b555aca34]: text search -all hangs and eats all memoryfvogel2018-10-172-8/+224
| |\ \ \ \
| | * | | | Fix tests expected results for backwards search. All tests do pass at this po...fvogel2018-10-161-6/+6
| | * | | | Fix backwards search, thanks to Koen Danckaertfvogel2018-10-161-6/+9
| | * | | | Simplify patch for forward search a litle bitfvogel2018-10-161-2/+2
| | * | | | Add text-22.250 exercising backwards search with -all and matching at start o...fvogel2018-10-161-0/+9
| | * | | | Remove comment I forgot to revert previously.fvogel2018-10-151-3/+1
| | * | | | Third fix proposal for [4b555aca34]: text search -all hangs and eats all memo...fvogel2018-10-152-2/+3
| | * | | | Revert the second fix proposal, and add more tests (covering backwards search...fvogel2018-10-152-39/+162
| | * | | | Another proposed fix for [4b555aca34]: text search -all hangs and eats all me...fvogel2018-10-151-1/+6
| | * | | | Backout the previously proposed fix [80286abf05], and add more tests.fvogel2018-10-152-8/+59
| | * | | | Fix [4b555aca34]: text search -all hangs and eats all memoryfvogel2018-10-111-2/+2
| | * | | | Add non regression test cases for [4b555aca34]: text search -all hangs and ea...fvogel2018-10-111-0/+26
* | | | | | Fix [ca403f799b]: ttk::treeview border drawn incorrectlyfvogel2018-10-171-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix [ca403f799b]: ttk::treeview border drawn incorrectlyfvogel2018-10-171-1/+1
| |\ \ \ \ \
| | * | | | | Fix [ca403f799b]: ttk::treeview border drawn incorrectlyfvogel2018-10-081-1/+1
* | | | | | | One more round of int -> size_t improvements (inspired by TIP #494, but then ...jan.nijtmans2018-10-1711-38/+49
* | | | | | | Make Tk able to draw in macOS 10.14 (Mojave).culler2018-10-176-57/+142
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Make Tk able to draw in macOS 10.14 (Mojave).culler2018-10-176-57/+142
| |\ \ \ \ \ \
| | * | | | | | Restoring declaration of viewDidChangeEffectiveAppearance.culler2018-10-171-0/+1
| | * | | | | | Merging unintentional fork.culler2018-10-172-6/+10
| | |\ \ \ \ \ \
| | | * | | | | | Restore viewDidChangeEffectiveAppearance method deleted by mistakeKevin Walzer2018-10-171-0/+5
| | * | | | | | | Fix typos, formatting, compiler warnings.culler2018-10-175-11/+17
| | |/ / / / / /
| | * | | | | | Remove conditional compilation of apperance change calls per suggestion from ...Kevin Walzer2018-10-171-3/+0