summaryrefslogtreecommitdiffstats
path: root/generic/tkTextDisp.c
Commit message (Expand)AuthorAgeFilesLines
* Sort all usage of "pages", "pixels" and "units", make it alphabetical, in imp...jan.nijtmans2019-07-301-3/+3
* Merge trunkjan.nijtmans2019-05-101-2/+2
|\
| * Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-2/+2
* | Merge trunkjan.nijtmans2019-04-021-1/+1
|\ \ | |/
| * Tcl_BackgroundError -> Tcl_BackgroundException. Mark deprecated macro's as su...jan.nijtmans2019-02-151-1/+1
* | Merge 8.7jan.nijtmans2019-01-131-38/+72
|\ \ | |/
| * Merge 8.6jan.nijtmans2019-01-101-19/+19
| |\
| | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-101-19/+19
| | |\
| | | *-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-16/+16
| | | |\ \ | | | |/ / | | |/| |
| | | | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-11/+11
| | | | |\
| | | | | * Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-031-1/+1
| | | * | | Remove 3 lines of code in tkTextDisp.c which had become obsolete but wereculler2019-01-031-4/+0
| | | * | | 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-021-1/+4
| | | * | | It is no longer necessary to run any idle tasks before updating all lineculler2019-01-021-12/+11
| | | * | | 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-021-4/+14
| | | * | | Clarify commentfvogel2019-01-011-1/+1
| | | * | | Change variable name for something clearer.fvogel2019-01-011-5/+6
| | | * | | 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-311-6/+14
| | | * | | merge core-8-6-branch.culler2018-12-311-27/+27
| | | |\ \ \
| | | | * \ \ As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-27/+27
| | | | |\ \ \ | | | | | | |/ | | | | | |/|
| | | | | * | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-30/+30
| | | * | | | TextInvalidateLineMetrics should always send a <<WidgetViewSync>> event,culler2018-12-301-1/+7
| | | |/ / /
| | | * | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-35/+35
| | | |\ \ \ | | | | |/ /
| | | | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-30/+30
| | | | |/
| | | | * Fixed error in comment (cherrypicked [a3d4e5de17]fvogel2016-02-111-1/+1
| | | | * Fixed (with a real fix this time) bug [06c1433906] - Text widget crash during...fvogel2016-02-081-16/+41
| | | | * Corrected indentation + added an explanatory comment (cherrypicked [1121252f])fvogel2016-02-081-1/+4
| | | | * (cherry-pick): Fix [06c14339060ba9ae]: Text widget crash during delete. Thank...jan.nijtmans2016-02-081-5/+3
| * | | | Resolve bug [18a4ba19bd]. Make winfo containing behave consistently acrossculler2019-01-041-0/+1
| |\ \ \ \ | | |/ / /
| | * | | 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-031-20/+57
| | |/ /
| | * | Tidy up whitespace and casts of NULL.culler2018-11-281-4/+4
| * | | 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-031-20/+57
* | | | Merge trunkjan.nijtmans2018-12-081-1/+1
|\ \ \ \ | |/ / /
| * | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more.jan.nijtmans2018-12-081-1/+1
* | | | merge trunkjan.nijtmans2018-12-011-5/+6
|\ \ \ \ | |/ / /
| * | | Cherry-pick Fix [0a9c91951b]: text-11a.22 segfault in trunkjan.nijtmans2018-11-301-1/+2
| * | | There's never need to cast NULL to (char *)jan.nijtmans2018-11-271-4/+4
| |\ \ \ | | |/ /
| | * | Fix [0a9c91951b]: text-11a.22 segfaultfvogel2018-11-171-1/+2
* | | | Merge trunkjan.nijtmans2018-11-251-14/+46
|\ \ \ \ | |/ / /
| * | | Many updates for macOS. Most, but not all, were triggered by changes between...culler2018-10-301-7/+40
| |\ \ \ | | |/ /
| | * | Make the branch compile on Windows (MSVC).fvogel2018-10-281-1/+1