| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix in comparison of complex patterns, new test cases bind-33.9, bind-33.10, ... | gcramer | 2019-01-10 | 2 | -8/+84 |
|
|
* | Merge 8.6 | jan.nijtmans | 2019-01-10 | 104 | -767/+1211 |
|\ |
|
| * | Missed 2 spots in previous commit (only relevant for test-suite) | jan.nijtmans | 2019-01-10 | 1 | -2/+2 |
|
|
| * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-10 | 89 | -401/+395 |
| |\ |
|
| | *-. | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 87 | -554/+655 |
| | |\ \ |
|
| | | | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-08 | 66 | -309/+323 |
| | | | |\ |
|
| | | | | * | Bring back more original "None" usages, and fix other warnings which graduall... | jan.nijtmans | 2019-01-03 | 52 | -160/+174 |
|
|
| * | | | | | Implement local grabs on macOS. | culler | 2019-01-08 | 6 | -24/+60 |
| |\ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| | * | | | | Update the demos to give a more complete explanation of local and global grabs. | culler | 2019-01-08 | 2 | -2/+15 |
|
|
| | * | | | | Document the behavior of local and global grabs on macOS. | culler | 2019-01-05 | 1 | -0/+10 |
|
|
| | * | | | | Implement local grabs for Aqua. | culler | 2019-01-05 | 3 | -22/+35 |
| |/ / / / |
|
| * | | | | Merge 8.5 | jan.nijtmans | 2019-01-04 | 2 | -5/+6 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| | * | | | Fix a few minor compiler warnings, occurring in later gcc/clang versions. | jan.nijtmans | 2019-01-04 | 6 | -9/+10 |
|
|
| * | | | | Resolve bug [18a4ba19bd]. Make winfo containing behave consistently across | culler | 2019-01-04 | 6 | -100/+203 |
| |\ \ \ \ |
|
| | * \ \ \ | re-base to 'cleaned-up' core-8-6-branch | jan.nijtmans | 2019-01-03 | 66 | -356/+359 |
| | |\ \ \ \
| | |/ / / /
| |/| | | | |
|
| * | | | | | Remove 3 lines of code in tkTextDisp.c which had become obsolete but were | jan.nijtmans | 2019-01-03 | 1 | -4/+0 |
|
|
| * | | | | | Fix bug [b2dd3b4fe8] (text-11a.41 sometimes hangs) by reworking how the | jan.nijtmans | 2019-01-03 | 4 | -134/+179 |
|
|
| * | | | | | Let's see if we can build something with Travis-CI | jan.nijtmans | 2019-01-03 | 1 | -0/+84 |
|
|
| | * | | | | Merge core-8-6-branch. | culler | 2019-01-03 | 1 | -4/+0 |
| | |\ \ \ \
| | | | |/ /
| | | |/| | |
|
| | | * | | | Remove 3 lines of code in tkTextDisp.c which had become obsolete but were | culler | 2019-01-03 | 1 | -4/+0 |
|
|
| | * | | | | Merge core-8-6-branch. | culler | 2019-01-03 | 58 | -745/+865 |
| | |\ \ \ \
| | | |/ / / |
|
| | | * | | | Fix two compiler warnings about format string buffers being too small. | culler | 2019-01-03 | 2 | -2/+2 |
|
|
| | | * | | | Fix bug [b2dd3b4fe8] (text-11a.41 sometimes hangs) by reworking how the
| culler | 2019-01-03 | 4 | -134/+179 |
| | | |\ \ \ |
|
| | | | * | | | Fix the build for MSVC once more. | culler | 2019-01-03 | 1 | -4/+4 |
|
|
| | | | * | | | Be careful about Bool types. | culler | 2019-01-03 | 1 | -5/+8 |
|
|
| | | | * | | | Fix the build for Windows with MSVC | fvogel | 2019-01-02 | 1 | -1/+1 |
|
|
| | | | * | | | Make AsyncUpdateLineMetrics cancel any idle tasks for the afterSyncCmd before
| culler | 2019-01-02 | 3 | -8/+10 |
|
|
| | | | * | | | It is no longer necessary to run any idle tasks before updating all line | culler | 2019-01-02 | 1 | -12/+11 |
|
|
| | | | * | | | Fix tests order according to their numbering | fvogel | 2019-01-02 | 1 | -94/+94 |
|
|
| | | | * | | | Simplify TkTextPendingsync by using the new OUT_OF_SYNC flag | fvogel | 2019-01-02 | 1 | -5/+1 |
|
|
| | | | * | | | Add an explanatory comment, and slightly optimize (in the case of the empty p... | fvogel | 2019-01-02 | 1 | -4/+10 |
|
|
| | | | * | | | Use a flag bit instead of an int to store the sync state. Avoid running idle | culler | 2019-01-02 | 3 | -8/+15 |
|
|
| | | | * | | | Clarify comment | fvogel | 2019-01-01 | 1 | -1/+1 |
|
|
| | | | * | | | Change variable name for something clearer. | fvogel | 2019-01-01 | 1 | -5/+6 |
|
|
| | | | * | | | In the tests, always update after packing; sync and clear the queue before | culler | 2019-01-01 | 1 | -14/+18 |
|
|
| | | | * | | | The sync command needs to ensure that no redraw is pending before updating | culler | 2019-01-01 | 1 | -0/+1 |
|
|
| | | | * | | | Update the TextDinfo when the sync command runs, so that pendingsync will know | culler | 2019-01-01 | 1 | -0/+3 |
|
|
| | | | * | | | Correct the call to GenerateWidgetViewSync in TkTextRelayoutWindow. Make | culler | 2019-01-01 | 1 | -7/+9 |
|
|
| | | | * | | | Make GenerateWidgetSyncEvent save the sync state whenever it sends an event, | culler | 2018-12-31 | 3 | -7/+17 |
|
|
| | | | * | | | merge core-8-6-branch. | culler | 2018-12-31 | 53 | -599/+596 |
| | | | |\ \ \
| | | | |/ / /
| | | |/| | | |
|
| | | * | | | | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 53 | -599/+596 |
| | | |\ \ \ \
| | | | | |_|/
| | | | |/| | |
|
| | | | * | | | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 56 | -730/+734 |
|
|
| | | | | * | | TextInvalidateLineMetrics should always send a <<WidgetViewSync>> event, | culler | 2018-12-30 | 1 | -1/+7 |
|
|
| | | | | * | | Merge core-8-6-branch. | culler | 2018-12-30 | 98 | -1324/+1905 |
| | | | | |\ \
| | | | |_|/ /
| | | |/| | | |
|
| | | * | | | | Merge 8.5. Undo previous introduced ***POTENTIAL INCOMPATIBLITY*** on win32 | jan.nijtmans | 2018-12-26 | 4 | -13/+7 |
| | | |\ \ \ \
| | | | |/ / / |
|
| | | | * | | | Change None/ControlMask on win32 (and MacOSX - which is harmless) to being an... | jan.nijtmans | 2018-12-26 | 4 | -13/+7 |
|
|
| | | * | | | | Let's see if we can build something with Travis-CI | jan.nijtmans | 2018-12-20 | 1 | -0/+84 |
|
|
| | | | | * | | In TkTextUpdateLineMetrics, line numbers start at zero, not 1 | fvogel | 2018-11-19 | 1 | -1/+1 |
|
|
| | | | | * | | Make text-11a.41 pass this time (hopefully...) | fvogel | 2018-11-19 | 1 | -0/+1 |
|
|
| | | | | * | | Repair text-11a.41 logic | fvogel | 2018-11-19 | 1 | -4/+3 |
|
|