summaryrefslogtreecommitdiffstats
path: root/generic/tkText.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-10-051-4/+4
|\
| * Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-051-4/+4
* | Merge 8.6jan.nijtmans2020-09-101-31/+22
|\ \ | |/
| * More use of TCL_UNUSED() and C++-safe typecasts. Use Tk_Offset() in stead of ...jan.nijtmans2020-09-101-74/+67
* | Merge trunkjan.nijtmans2020-08-141-1/+1
|\ \
| * | tkConfig.c: protect usage of internalPtr when offset is TCL_INDEX_NONE. Backp...jan.nijtmans2020-08-141-1/+1
* | | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-6/+6
|/ /
* | Fix [fc59158961]: Segfault when .text configurejan.nijtmans2020-06-231-1/+1
* | Merge 8.6jan.nijtmans2020-06-081-1/+1
|\ \ | |/
| * Fix [2790615]: "update" performs Tk callbacks in its own stack frame.jan.nijtmans2020-06-081-1/+1
* | size_t for Tk_ItemDCharsProc(), with Tcl 9 headersjan.nijtmans2020-06-021-24/+25
* | A few more tweaks, using size_t in Tcl 9 builds.jan.nijtmans2020-05-271-4/+3
* | Formatting and even more size_t usage.jan.nijtmans2020-05-251-2/+2
* | More progressjan.nijtmans2020-05-241-3/+3
* | More progressjan.nijtmans2020-05-221-49/+49
|\ \
* | | More progressjan.nijtmans2020-05-211-2/+4
* | | Use more size_t for *Sel*-related functions, in case compiling with Tcl 9jan.nijtmans2020-05-211-7/+7
|/ /
* | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-43/+43
* | Merge trunkjan.nijtmans2020-01-281-5/+0
|\ \
| * \ Merge 8.6jan.nijtmans2020-01-191-5/+0
| |\ \ | | |/
| | * Remove 2 comments which are simply not correct (nor useful) any morejan.nijtmans2020-01-191-5/+0
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-43/+50
|/ /
* | Merge 8.6. Use TCL_INDEX_NONE in a few more places, now that we have it.jan.nijtmans2019-07-301-13/+13
|\ \ | |/
* | Merge 8.6jan.nijtmans2019-06-251-1/+1
|\ \ | |/
| * CONST -> const. Eliminate unnecessary type-casts and end-of-line spacingjan.nijtmans2019-06-251-1/+1
* | Eliminate some redundant type-castsjan.nijtmans2019-06-211-1/+1
* | merge trunkjan.nijtmans2019-06-051-1/+1
|\ \
| * | Fix gcc-8 warningjan.nijtmans2019-05-131-1/+1
* | | Merge trunkjan.nijtmans2019-05-101-35/+35
|\ \ \ | |/ /
| * | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-35/+35
* | | Merge trunkjan.nijtmans2019-04-021-51/+52
|\ \ \ | |/ /
| * | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge...jan.nijtmans2019-04-021-50/+51
| * | Tcl_BackgroundError -> Tcl_BackgroundException. Mark deprecated macro's as su...jan.nijtmans2019-02-151-1/+1
* | | Merge 8.7jan.nijtmans2019-01-131-8/+7
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2019-01-101-2/+2
| |\ \ | | |/
| | *-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-3/+3
| | |\ \
| | | | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-2/+2
| | | | |\
| | | * | | Fix bug [b2dd3b4fe8] (text-11a.41 sometimes hangs) by reworking how thejan.nijtmans2019-01-031-6/+5
| | * | | | Make AsyncUpdateLineMetrics cancel any idle tasks for the afterSyncCmd before culler2019-01-021-5/+4
| | * | | | Use a flag bit instead of an int to store the sync state. Avoid running idleculler2019-01-021-2/+0
| | * | | | The sync command needs to ensure that no redraw is pending before updatingculler2019-01-011-0/+1
| | * | | | Make GenerateWidgetSyncEvent save the sync state whenever it sends an event,culler2018-12-311-0/+1
| | * | | | merge core-8-6-branch.culler2018-12-311-12/+12
| | |\ \ \ \
| | | * \ \ \ As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-12/+12
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| |
| | | | * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-19/+19
| | * | | | | Merge core-8-6-branch.culler2018-12-301-14/+14
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-14/+14
| | | |\ \ \ \ | | | | |/ / / | | | | | / / | | | | |/ / | | | |/| |
| | | | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-19/+19
| | | | |/
| | * | | In TkTextUpdateLineMetrics, line numbers start at zero, not 1fvogel2018-11-191-1/+1
| | |/ /
| * | | Fix bug [b2dd3b4fe8] (text-11a.41 sometimes hangs) by reworking how thejan.nijtmans2019-01-031-6/+5