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