summaryrefslogtreecommitdiffstats
path: root/generic/tkText.c
Commit message (Expand)AuthorAgeFilesLines
* merge 8.6fvogel2022-05-151-13/+3
|\
| * Proposed fix for [eedd795d98]: sizeof(enum) != sizeof(int)jan.nijtmans2022-05-051-2/+2
| * Add 2 MODULE_SCOPE string tables (tkStateStrings and tkCompoundStrings) which...jan.nijtmans2022-05-031-11/+1
* | merge 8.6fvogel2022-01-051-2/+6
|\ \ | |/
| * Don't use TK_TEXT_TABSTYLE_NONE/TEXT_WRAPMODE_NULL in comparisons, just use t...jan.nijtmans2021-12-201-2/+6
* | Adopt word 'elided' everywhere since it's much more widespread in the codebas...fvogel2021-06-241-3/+3
|/
* Avoid code duplication by calling TkTextIndexAdjustToStartEnd().fvogel2021-04-171-11/+3
* Fix old commit [5528cb094a]. This commit changed NULL into tPtr in the call t...fvogel2021-04-171-1/+1
* Remove leftover debug linefvogel2021-04-171-1/+0
* Backout the first three commits of the present branch, and implement a better...fvogel2021-04-171-0/+30
* Remove code that became useless since previous commit because TkTextSetYView(...fvogel2021-04-131-29/+0
* Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-051-4/+4
* More use of TCL_UNUSED() and C++-safe typecasts. Use Tk_Offset() in stead of ...jan.nijtmans2020-09-101-74/+67
* Fix [2790615]: "update" performs Tk callbacks in its own stack frame.jan.nijtmans2020-06-081-1/+1
* Remove 2 comments which are simply not correct (nor useful) any morejan.nijtmans2020-01-191-5/+0
* CONST -> const. Eliminate unnecessary type-casts and end-of-line spacingjan.nijtmans2019-06-251-1/+1
*-. 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 backwards search, thanks to Koen Danckaertfvogel2018-10-161-6/+9
* | Simplify patch for forward search a litle bitfvogel2018-10-161-2/+2
* | Remove comment I forgot to revert previously.fvogel2018-10-151-3/+1
* | Third fix proposal for [4b555aca34]: text search -all hangs and eats all memo...fvogel2018-10-151-1/+2
* | Revert the second fix proposal, and add more tests (covering backwards search...fvogel2018-10-151-3/+0
* | Another proposed fix for [4b555aca34]: text search -all hangs and eats all me...fvogel2018-10-151-1/+6
* | Backout the previously proposed fix [80286abf05], and add more tests.fvogel2018-10-151-2/+2
* | Fix [4b555aca34]: text search -all hangs and eats all memoryfvogel2018-10-111-2/+2
* | Eliminate type-casts, by using size_t type internally in more situations. No ...jan.nijtmans2018-08-101-23/+24
* | Fix [de01e24aa1]: Text replace command involving selection crashesfvogel2018-06-131-3/+9
* | Fix [b68710aed6]: Minor fixes to library/text.tcl bindings, and generation of...fvogel2018-01-281-32/+33
|\ \
| * | Deal with the case of selection modification by insertion. All tests about <<...fvogel2018-01-181-1/+5
| * | Deal with the case of selection modification by deletion. This makes text-27....fvogel2018-01-161-31/+28
* | | merge core-8-6-branchfvogel2018-01-211-17/+18
|\ \ \ | |/ /
| * | Add "TK_TEXT_" prefix in SEARCH* enum, in order to resolve conflict with late...jan.nijtmans2017-12-071-17/+17
| * | Fix [62c5b7a1d7]: [text] segfaults on replace. Patch from Christian Werner.fvogel2017-06-261-0/+1
* | | Test whether in a safe interpreter before writing to the PRIMARY selection. ...kjnash2017-06-131-4/+4
|/ /
* | Change more refCount checks to the form "(...refCount-- <= 1)", so no separat...jan.nijtmans2017-01-181-8/+4
* | Enhanced proposed fix [6c0d7aec67]: unicode text input Windows 8. More places...jan.nijtmans2016-09-191-4/+4
|\ \
| * | More simplificationsjan.nijtmans2016-09-191-3/+3