summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a runtime check for the OS version, to decide whether to process idle eve...culler2018-10-214-4/+23
* Deal with Mojave deprecations and remove unneeded code.culler2018-10-217-39/+51
* Remove knownBug constraint on test scrollbar-6.27 as this test now passes (ch...fvogel2018-10-211-5/+1
* 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
|\
| * 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
* | 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
|\ \ \ | | |/ | |/|
| * | 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
* | | 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-081-1/+1
* | | | | 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
| * | | | | Update README with new virtual events for appearance changesKevin Walzer2018-10-171-0/+3
| * | | | | Revert accidental commit/mingling of scroll branch codeKevin Walzer2018-10-173-47/+46
| * | | | | allow Tk to register a virtual event for when the apperance changes on 10.14Kevin Walzer2018-10-175-47/+93
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | merge core-8-6-branchfvogel2018-10-093-165/+284
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | merge core-8-6-branchfvogel2018-10-0611-61/+84
| | |\ \ \ \
| | * \ \ \ \ Merge bugfix branch bug-f792b457eb (scrollbar-3.26, 3.27, 3.28, 3.35 tests fa...fvogel2018-09-252-29/+6
| | |\ \ \ \ \
| | | * | | | | Fix [f792b457eb]: scrollbar-3.26, 3.27, 3.28, 3.35 tests fail on macOS. The f...fvogel2018-09-252-29/+6
| | * | | | | | Merge bugfix branch bug-050d1ea747 (scrollbar-3.50, 6.11, 6.12, 6.25, 6.39 te...fvogel2018-09-241-13/+8
| | |\ \ \ \ \ \
| | | * | | | | | Fix [050d1ea747]: scrollbar-3.50, 6.11, 6.12, 6.25, 6.39 tests fail on macOSfvogel2018-09-241-13/+8
| | | |/ / / / /
| | * | | | | | Merge bugfix branch bug-874dca4873 (scrollbar-10.[12] fail on macOS)fvogel2018-09-231-2/+30
| | |\ \ \ \ \ \
| | | * | | | | | Ooops, the delta needs to be -4, not -1, in order to scroll down/right four l...fvogel2018-09-231-2/+2
| | | * | | | | | Fix [874dca4873]: scrollbar-10.[12] fail on macOSfvogel2018-09-231-2/+30
| | | |/ / / / /
| | * | | | | | Merge bugfix branch bug-719ae3991b (ttk scrollbar-1.[23] tests fail)fvogel2018-09-231-2/+3
| | |\ \ \ \ \ \
| | | * | | | | | Fix [719ae3991b]: ttk scrollbar-1.[23] tests fail (regression)fvogel2018-09-091-2/+3
| | | |/ / / / /
| | * | | | | | Create new branch named "fv-macos-scrollbar-tests"fvogel2018-09-230-0/+0
| | |/ / / / /