summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| | |/ / / / /
| * | | | | | Add a configure notify to make sure all subwindows get displayed. Tweakculler2018-10-172-32/+67
| * | | | | | Fix bug 09e18e42d7: Tk does not display on macOS 10.14culler2018-10-162-31/+25
|/ / / / / /
* | | | | | Fix commentjan.nijtmans2018-10-151-1/+1
| |_|/ / / |/| | | |
* | | | | Fix [6437e8d00d]: font-24.5 test fails on macOS and Linux. This better fix th...fvogel2018-10-092-3/+45
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add explanatory comments in TkpMeasureCharsInContext() on macOS.fvogel2018-10-081-2/+30
| * | | | Fix [6437e8d00d] (font-24.5 test fails on macOS and Linux) without regression...fvogel2018-10-071-4/+4
| * | | | Re-integrate the tentative fixes for font-24.5 ([94cfd2f6] for macOS and [123...fvogel2018-10-072-3/+17
| * | | | merge core-8-6-branchfvogel2018-10-0710-225/+299
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Revert [e0f026c8] as a fix for [6437e8d00d] (font-24.5 test fails on macOS an...fvogel2018-10-072-17/+3
* | | | | Fix border-3.1 by cherrypicking the fix [ab25b964] from trunk. Ticket [76e2d9...fvogel2018-10-071-3/+5
* | | | | Fix [48ff500999]: Better textWind.test, that no longer depends on a fonts/tex...fvogel2018-10-061-158/+247
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Remove useless option database entriesfvogel2018-10-061-14/+8