| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2020-06-08 | 8 | -11/+11 |
|\ |
|
| * | Fix [2790615]: "update" performs Tk callbacks in its own stack frame. | jan.nijtmans | 2020-06-08 | 8 | -11/+11 |
|
|
* | | When TK_NO_DEPRECATED is defined or when Tk is compiled with Tcl 9 headers, n... | jan.nijtmans | 2020-06-08 | 5 | -6/+30 |
|
|
* | | Update leftover comments that didn't follow the changes made in [0deef053f6] | fvogel | 2020-06-06 | 2 | -4/+4 |
|\ \
| |/ |
|
| * | Update leftover comments that didn't follow the changes made in [0deef053f6] | fvogel | 2020-06-06 | 2 | -4/+4 |
|
|
* | | photo read command: memory error on shrink option did not close the channel | oehhar | 2020-06-04 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | photo read command: memory error on shrink option did not close the channel | oehhar | 2020-06-04 | 1 | -0/+1 |
|
|
* | | size_t for Tk_ItemDCharsProc(), with Tcl 9 headers | jan.nijtmans | 2020-06-02 | 5 | -72/+70 |
|
|
* | | Fix two (minor) warnings, discovered with gcc-10, using Tcl 9 headers) | jan.nijtmans | 2020-06-02 | 2 | -2/+2 |
|
|
* | | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidget | culler | 2020-05-31 | 5 | -9/+9 |
|\ \
| |/ |
|
| * | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidget | culler | 2020-05-31 | 5 | -9/+9 |
|
|
* | | Remove some unnecessary macOS conditional code by using internal stubs. | culler | 2020-05-29 | 5 | -22/+92 |
|\ \
| |/ |
|
| * | Remove some unnecessary macOS conditional code by using internal stubs. | culler | 2020-05-29 | 5 | -23/+88 |
|
|
* | | A few more tweaks, using size_t in Tcl 9 builds. | jan.nijtmans | 2020-05-27 | 3 | -39/+38 |
|
|
* | | Add Clang++ build to Travis on MacOS. Use more size_t internally, when compi... | jan.nijtmans | 2020-05-27 | 33 | -382/+415 |
|\ \ |
|
| * | | Convert Tk_ItemIndexProc/Tk_ItemInsertProc to use size_t as index type, when ... | jan.nijtmans | 2020-05-26 | 14 | -289/+304 |
|
|
| * | | Negative "slaveIndex" means out-of-bounds too. | jan.nijtmans | 2020-05-25 | 1 | -1/+1 |
|
|
| * | | Formatting and even more size_t usage. | jan.nijtmans | 2020-05-25 | 31 | -116/+134 |
| |\ \
| |/ /
|/| | |
|
* | | | Use more size_t type internally, when compiling against Tcl 9.0 headers. No c... | jan.nijtmans | 2020-05-25 | 35 | -317/+357 |
|\ \ \
| |/ / |
|
| * | | Fix 2 (minor) gcc warnings | jan.nijtmans | 2020-05-24 | 2 | -2/+2 |
|
|
| * | | More progress | jan.nijtmans | 2020-05-24 | 11 | -83/+83 |
|
|
| * | | Merge trunk. Also (really) fix build against Tcl 8.6 TCL_UTF_MAX=6 now | jan.nijtmans | 2020-05-24 | 4 | -5/+50 |
| |\ \
| |/ /
|/| | |
|
* | | | Merge implementation of TIP #574 following acceptation by vote. | fvogel | 2020-05-24 | 3 | -3/+48 |
|\ \ \ |
|
| * | | | A few cosmetic changes | fvogel | 2020-05-08 | 1 | -4/+4 |
|
|
| * | | | Fix [1bb2f1d7ab]: ttk::treeview doesn't delete tags. Patch from Emiliano Gavi... | fvogel | 2020-05-08 | 3 | -0/+45 |
|
|
| | * | | Merge trunk. Fix C++ builds, also for TCL_UTF_MAX=4 and TCL_UTF_MAX=6 | jan.nijtmans | 2020-05-23 | 3 | -4/+4 |
| | |\ \
| |_|/ /
|/| | | |
|
* | | | | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl... | jan.nijtmans | 2020-05-22 | 34 | -776/+772 |
|
|
| | * | | More progress | jan.nijtmans | 2020-05-22 | 56 | -955/+960 |
| | |\ \
| |_|/ /
|/| | | |
|
| | * | | Minor compiler warning | jan.nijtmans | 2020-05-22 | 1 | -1/+1 |
|
|
| | * | | More progress | jan.nijtmans | 2020-05-21 | 5 | -17/+38 |
|
|
| | * | | Use more size_t for *Sel*-related functions, in case compiling with Tcl 9 | jan.nijtmans | 2020-05-21 | 9 | -85/+95 |
| |/ /
|/| | |
|
* | | | Slightly biger "lenght" variables, in case we are using Tcl 9 | jan.nijtmans | 2020-05-20 | 2 | -3/+3 |
|
|
* | | | Merge 8.6. Protection done by TkUtfAtIndex() not needed here, because Tcl_Utf... | jan.nijtmans | 2020-05-20 | 1 | -2/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | Add (and use) new internal function TkUtfAtIndex(), which does the same as Tc... | jan.nijtmans | 2020-05-20 | 7 | -27/+61 |
| |\ \ |
|
| | * | | Fix TkUtfAtIndex(), still was not 100% correct. | jan.nijtmans | 2020-05-20 | 1 | -1/+2 |
|
|
| | * | | > ... >= | jan.nijtmans | 2020-05-19 | 1 | -1/+1 |
|
|
| | * | | Little variation on bug-a179564826, in which Character indexing is kept, but ... | jan.nijtmans | 2020-05-19 | 2 | -68/+6 |
|
|
| | * | | Use Glyph indexing in more places (underscoring and canvas text and some more) | jan.nijtmans | 2020-05-19 | 5 | -24/+24 |
|
|
| | * | | Merge 8.6 | jan.nijtmans | 2020-05-19 | 1 | -0/+7 |
| | |\ \
| | |/ /
| |/| | |
|
| | * | | Add TkUtfCharComplete(), and use it in TkNumUtfChars() | jan.nijtmans | 2020-05-19 | 2 | -3/+19 |
| | |\ \ |
|
| | * | | | Add surrogate-aware TkUtfAtIndex and TkNumUtfChars. This is enough to allow ... | culler | 2020-05-19 | 5 | -29/+113 |
|
|
| | * | | | Merge 8.6 | jan.nijtmans | 2020-05-18 | 3 | -3/+11 |
| | |\ \ \ |
|
| | * \ \ \ | More improvements handling characters > U+FFFF as surrogates. Add internal Tk... | jan.nijtmans | 2020-05-14 | 10 | -132/+177 |
| | |\ \ \ \ |
|
* | | \ \ \ \ | Merge 8.6 | jan.nijtmans | 2020-05-19 | 3 | -3/+41 |
|\ \ \ \ \ \ \
| |/ / / / / / |
|
| * | | | | | | New (internal) function TkUtfPrev(). This function can handle 4-byte (illegal... | jan.nijtmans | 2020-05-19 | 3 | -3/+42 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge 8.6 | jan.nijtmans | 2020-05-18 | 2 | -3/+4 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Eliminate two Tcl_UtfNext() calls, because the UtfToUniChar() variants are mo... | jan.nijtmans | 2020-05-18 | 2 | -3/+4 |
| | |_|/ /
| |/| | | |
|
| * | | | | Add support for setting InputLanguage encoding to "utf-8". I don't know if it... | jan.nijtmans | 2020-05-18 | 1 | -2/+2 |
|
|
* | | | | | Don't use trans_chars array on MacOSX any more. | culler | 2020-05-17 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Don't use trans_chars array on MacOSX any more. | jan.nijtmans | 2020-05-17 | 1 | -1/+1 |
| |\ \ \ \ |
|