summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix in comparison of complex patterns, new test cases bind-33.9, bind-33.10, ...gcramer2019-01-102-8/+84
* Merge 8.6jan.nijtmans2019-01-10104-767/+1211
|\
| * Missed 2 spots in previous commit (only relevant for test-suite)jan.nijtmans2019-01-101-2/+2
| * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-1089-401/+395
| |\
| | *-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-0887-554/+655
| | |\ \
| | | | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-0866-309/+323
| | | | |\
| | | | | * Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-0352-160/+174
| * | | | | Implement local grabs on macOS.culler2019-01-086-24/+60
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Update the demos to give a more complete explanation of local and global grabs.culler2019-01-082-2/+15
| | * | | | Document the behavior of local and global grabs on macOS.culler2019-01-051-0/+10
| | * | | | Implement local grabs for Aqua.culler2019-01-053-22/+35
| |/ / / /
| * | | | Merge 8.5jan.nijtmans2019-01-042-5/+6
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Fix a few minor compiler warnings, occurring in later gcc/clang versions.jan.nijtmans2019-01-046-9/+10
| * | | | Resolve bug [18a4ba19bd]. Make winfo containing behave consistently acrossculler2019-01-046-100/+203
| |\ \ \ \
| | * \ \ \ re-base to 'cleaned-up' core-8-6-branchjan.nijtmans2019-01-0366-356/+359
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Remove 3 lines of code in tkTextDisp.c which had become obsolete but werejan.nijtmans2019-01-031-4/+0
| * | | | | Fix bug [b2dd3b4fe8] (text-11a.41 sometimes hangs) by reworking how thejan.nijtmans2019-01-034-134/+179
| * | | | | Let's see if we can build something with Travis-CIjan.nijtmans2019-01-031-0/+84
| | * | | | Merge core-8-6-branch.culler2019-01-031-4/+0
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Remove 3 lines of code in tkTextDisp.c which had become obsolete but wereculler2019-01-031-4/+0
| | * | | | Merge core-8-6-branch.culler2019-01-0358-745/+865
| | |\ \ \ \ | | | |/ / /
| | | * | | Fix two compiler warnings about format string buffers being too small.culler2019-01-032-2/+2
| | | * | | Fix bug [b2dd3b4fe8] (text-11a.41 sometimes hangs) by reworking how the culler2019-01-034-134/+179
| | | |\ \ \
| | | | * | | Fix the build for MSVC once more.culler2019-01-031-4/+4
| | | | * | | Be careful about Bool types.culler2019-01-031-5/+8
| | | | * | | Fix the build for Windows with MSVCfvogel2019-01-021-1/+1
| | | | * | | Make AsyncUpdateLineMetrics cancel any idle tasks for the afterSyncCmd before culler2019-01-023-8/+10
| | | | * | | It is no longer necessary to run any idle tasks before updating all lineculler2019-01-021-12/+11
| | | | * | | Fix tests order according to their numberingfvogel2019-01-021-94/+94
| | | | * | | Simplify TkTextPendingsync by using the new OUT_OF_SYNC flagfvogel2019-01-021-5/+1
| | | | * | | Add an explanatory comment, and slightly optimize (in the case of the empty p...fvogel2019-01-021-4/+10
| | | | * | | Use a flag bit instead of an int to store the sync state. Avoid running idleculler2019-01-023-8/+15
| | | | * | | Clarify commentfvogel2019-01-011-1/+1
| | | | * | | Change variable name for something clearer.fvogel2019-01-011-5/+6
| | | | * | | In the tests, always update after packing; sync and clear the queue beforeculler2019-01-011-14/+18
| | | | * | | The sync command needs to ensure that no redraw is pending before updatingculler2019-01-011-0/+1
| | | | * | | Update the TextDinfo when the sync command runs, so that pendingsync will knowculler2019-01-011-0/+3
| | | | * | | Correct the call to GenerateWidgetViewSync in TkTextRelayoutWindow. Makeculler2019-01-011-7/+9
| | | | * | | Make GenerateWidgetSyncEvent save the sync state whenever it sends an event,culler2018-12-313-7/+17
| | | | * | | merge core-8-6-branch.culler2018-12-3153-599/+596
| | | | |\ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-3153-599/+596
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| |
| | | | * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-3156-730/+734
| | | | | * | TextInvalidateLineMetrics should always send a <<WidgetViewSync>> event,culler2018-12-301-1/+7
| | | | | * | Merge core-8-6-branch.culler2018-12-3098-1324/+1905
| | | | | |\ \ | | | | |_|/ / | | | |/| | |
| | | * | | | Merge 8.5. Undo previous introduced ***POTENTIAL INCOMPATIBLITY*** on win32jan.nijtmans2018-12-264-13/+7
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Change None/ControlMask on win32 (and MacOSX - which is harmless) to being an...jan.nijtmans2018-12-264-13/+7
| | | * | | | Let's see if we can build something with Travis-CIjan.nijtmans2018-12-201-0/+84
| | | | | * | In TkTextUpdateLineMetrics, line numbers start at zero, not 1fvogel2018-11-191-1/+1
| | | | | * | Make text-11a.41 pass this time (hopefully...)fvogel2018-11-191-0/+1
| | | | | * | Repair text-11a.41 logicfvogel2018-11-191-4/+3