| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [4b555aca34]: text search -all hangs and eats all memory | fvogel | 2018-10-17 | 1 | -7/+11 |
|\ |
|
| * | Fix backwards search, thanks to Koen Danckaert | fvogel | 2018-10-16 | 1 | -6/+9 |
|
|
| * | Simplify patch for forward search a litle bit | fvogel | 2018-10-16 | 1 | -2/+2 |
|
|
| * | Remove comment I forgot to revert previously. | fvogel | 2018-10-15 | 1 | -3/+1 |
|
|
| * | Third fix proposal for [4b555aca34]: text search -all hangs and eats all memo... | fvogel | 2018-10-15 | 1 | -1/+2 |
|
|
| * | Revert the second fix proposal, and add more tests (covering backwards search... | fvogel | 2018-10-15 | 1 | -3/+0 |
|
|
| * | Another proposed fix for [4b555aca34]: text search -all hangs and eats all me... | fvogel | 2018-10-15 | 1 | -1/+6 |
|
|
| * | Backout the previously proposed fix [80286abf05], and add more tests. | fvogel | 2018-10-15 | 1 | -2/+2 |
|
|
| * | Fix [4b555aca34]: text search -all hangs and eats all memory | fvogel | 2018-10-11 | 1 | -2/+2 |
|
|
* | | Another round of (internal) int|long -> size_t replacements, at least when co... | jan.nijtmans | 2018-10-16 | 1 | -1/+1 |
|
|
* | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi... | jan.nijtmans | 2018-10-16 | 1 | -4/+4 |
|
|
* | | more size_t related code cleanup | jan.nijtmans | 2018-10-04 | 1 | -2/+2 |
|
|
* | | Header include reform: Since "tkInt.h" already contains header files like <st... | jan.nijtmans | 2018-09-06 | 1 | -1/+1 |
|
|
* | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca... | jan.nijtmans | 2018-08-11 | 1 | -12/+6 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2018-08-10 | 1 | -23/+24 |
|\ \
| |/ |
|
| * | Eliminate type-casts, by using size_t type internally in more situations. No ... | jan.nijtmans | 2018-08-10 | 1 | -23/+24 |
|
|
* | | Fix [de01e24aa1]: Text replace command involving selection crashes | fvogel | 2018-06-16 | 1 | -3/+9 |
|\ \
| |/ |
|
| * | Fix [de01e24aa1]: Text replace command involving selection crashes | fvogel | 2018-06-13 | 1 | -3/+9 |
|
|
* | | Fix [b68710aed6]: Minor fixes to library/text.tcl bindings, and generation of... | fvogel | 2018-01-28 | 1 | -32/+33 |
|\ \
| |/ |
|
| * | Fix [b68710aed6]: Minor fixes to library/text.tcl bindings, and generation of... | fvogel | 2018-01-28 | 1 | -32/+33 |
| |\ |
|
| | * | Deal with the case of selection modification by insertion. All tests about <<... | fvogel | 2018-01-18 | 1 | -1/+5 |
|
|
| | * | Deal with the case of selection modification by deletion. This makes text-27.... | fvogel | 2018-01-16 | 1 | -31/+28 |
|
|
* | | | Fix [de156e9efe]: Safe Base interpreters must not write to the PRIMARY select... | fvogel | 2018-01-25 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | merge core-8-6-branch | fvogel | 2018-01-21 | 1 | -17/+18 |
| |\ \
| | |/ |
|
| * | | Test whether in a safe interpreter before writing to the PRIMARY selection. ... | kjnash | 2017-06-13 | 1 | -4/+4 |
|
|
* | | | merge 8.6 | jan.nijtmans | 2017-12-07 | 1 | -17/+17 |
|\ \ \
| | |/
| |/| |
|
| * | | Add "TK_TEXT_" prefix in SEARCH* enum, in order to resolve conflict with late... | jan.nijtmans | 2017-12-07 | 1 | -17/+17 |
|
|
* | | | Fix [62c5b7a1d7]: [text] segfaults on replace. Patch from Christian Werner. | fvogel | 2017-06-30 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Fix [62c5b7a1d7]: [text] segfaults on replace. Patch from Christian Werner. | fvogel | 2017-06-26 | 1 | -0/+1 |
| |/ |
|
* | | merge core-8-6-branch | jan.nijtmans | 2017-01-18 | 1 | -8/+4 |
|\ \
| |/ |
|
| * | Change more refCount checks to the form "(...refCount-- <= 1)", so no separat... | jan.nijtmans | 2017-01-18 | 1 | -8/+4 |
|
|
* | | Fix [6c0d7aec67]: unicode text input Windows 8 | jan.nijtmans | 2016-09-29 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Enhanced proposed fix [6c0d7aec67]: unicode text input Windows 8. More places... | jan.nijtmans | 2016-09-19 | 1 | -4/+4 |
| |\ |
|
| | * | More simplifications | jan.nijtmans | 2016-09-19 | 1 | -3/+3 |
|
|
| | * | Rename TkUtfToUniChar32 to TkUtfToUniChar2, and various simplifications needi... | jan.nijtmans | 2016-09-16 | 1 | -9/+1 |
|
|
| | * | Patch from Christian Werner, for evaluation | jan.nijtmans | 2016-09-16 | 1 | -0/+8 |
| |/
|/| |
|
| * | fix comment (Thanks, Christian!) | jan.nijtmans | 2016-09-08 | 1 | -1/+1 |
|
|
* | | Made text widget's default undo false again. | pspjuth | 2016-08-30 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Made text widget's default undo false again. | pspjuth | 2016-08-30 | 1 | -1/+1 |
|
|
* | | Rebased to trunk since TIP #449 was accepted for merging to trunk only, not t... | fvogel | 2016-08-29 | 1 | -1/+1 |
|\ \ |
|
| * \ | Whitespace fixes | jan.nijtmans | 2016-06-15 | 1 | -147/+147 |
| |\ \
| | |/ |
|
| * | | Fixed [6976e4b3b2] - -undo options not correct for peers | fvogel | 2016-06-11 | 1 | -3/+6 |
| |\ \ |
|
| * \ \ | Merged TIP #446 accepted by TCT vote. This fixes [1273358] - Ask a text widge... | fvogel | 2016-05-30 | 1 | -18/+94 |
| |\ \ \ |
|
| * \ \ \ | Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is u... | fvogel | 2016-05-01 | 1 | -24/+2 |
| |\ \ \ \ |
|
| * \ \ \ \ | Fixed [fd3a4dc111] - <<Modified>> event is not always sent to peers | fvogel | 2016-04-29 | 1 | -1/+4 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Fixed [18c08df753] - Change of behaviour for text widget last newline | fvogel | 2016-03-27 | 1 | -5/+14 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | Merged tip-443 following acceptation of the TIP by TCT vote (cherrypicked [cb... | fvogel | 2016-03-20 | 1 | -3/+17 |
|
|
| * | | | | | | | Fixed error in comment | fvogel | 2016-03-18 | 1 | -1/+1 |
|
|
* | | | | | | | | The undo marks identifier is now a member of textPtr->sharedTextPtr. This mak... | fvogel | 2016-07-06 | 1 | -3/+2 |
|
|
* | | | | | | | | Removed unintended whitespace change | fvogel | 2016-07-05 | 1 | -1/+1 |
|
|