summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-06-088-11/+11
|\
| * Fix [2790615]: "update" performs Tk callbacks in its own stack frame.jan.nijtmans2020-06-088-11/+11
* | When TK_NO_DEPRECATED is defined or when Tk is compiled with Tcl 9 headers, n...jan.nijtmans2020-06-085-6/+30
* | Update leftover comments that didn't follow the changes made in [0deef053f6]fvogel2020-06-062-4/+4
|\ \ | |/
| * Update leftover comments that didn't follow the changes made in [0deef053f6]fvogel2020-06-062-4/+4
* | photo read command: memory error on shrink option did not close the channeloehhar2020-06-041-0/+1
|\ \ | |/
| * photo read command: memory error on shrink option did not close the channeloehhar2020-06-041-0/+1
* | size_t for Tk_ItemDCharsProc(), with Tcl 9 headersjan.nijtmans2020-06-025-72/+70
* | Fix two (minor) warnings, discovered with gcc-10, using Tcl 9 headers)jan.nijtmans2020-06-022-2/+2
* | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidgetculler2020-05-315-9/+9
|\ \ | |/
| * Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidgetculler2020-05-315-9/+9
* | Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-295-22/+92
|\ \ | |/
| * Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-295-23/+88
* | A few more tweaks, using size_t in Tcl 9 builds.jan.nijtmans2020-05-273-39/+38
* | Add Clang++ build to Travis on MacOS. Use more size_t internally, when compi...jan.nijtmans2020-05-2733-382/+415
|\ \
| * | Convert Tk_ItemIndexProc/Tk_ItemInsertProc to use size_t as index type, when ...jan.nijtmans2020-05-2614-289/+304
| * | Negative "slaveIndex" means out-of-bounds too.jan.nijtmans2020-05-251-1/+1
| * | Formatting and even more size_t usage.jan.nijtmans2020-05-2531-116/+134
| |\ \ | |/ / |/| |
* | | Use more size_t type internally, when compiling against Tcl 9.0 headers. No c...jan.nijtmans2020-05-2535-317/+357
|\ \ \ | |/ /
| * | Fix 2 (minor) gcc warningsjan.nijtmans2020-05-242-2/+2
| * | More progressjan.nijtmans2020-05-2411-83/+83
| * | Merge trunk. Also (really) fix build against Tcl 8.6 TCL_UTF_MAX=6 nowjan.nijtmans2020-05-244-5/+50
| |\ \ | |/ / |/| |
* | | Merge implementation of TIP #574 following acceptation by vote.fvogel2020-05-243-3/+48
|\ \ \
| * | | A few cosmetic changesfvogel2020-05-081-4/+4
| * | | Fix [1bb2f1d7ab]: ttk::treeview doesn't delete tags. Patch from Emiliano Gavi...fvogel2020-05-083-0/+45
| | * | Merge trunk. Fix C++ builds, also for TCL_UTF_MAX=4 and TCL_UTF_MAX=6jan.nijtmans2020-05-233-4/+4
| | |\ \ | |_|/ / |/| | |
* | | | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl...jan.nijtmans2020-05-2234-776/+772
| | * | More progressjan.nijtmans2020-05-2256-955/+960
| | |\ \ | |_|/ / |/| | |
| | * | Minor compiler warningjan.nijtmans2020-05-221-1/+1
| | * | More progressjan.nijtmans2020-05-215-17/+38
| | * | Use more size_t for *Sel*-related functions, in case compiling with Tcl 9jan.nijtmans2020-05-219-85/+95
| |/ / |/| |
* | | Slightly biger "lenght" variables, in case we are using Tcl 9jan.nijtmans2020-05-202-3/+3
* | | Merge 8.6. Protection done by TkUtfAtIndex() not needed here, because Tcl_Utf...jan.nijtmans2020-05-201-2/+2
|\ \ \ | | |/ | |/|
| * | Add (and use) new internal function TkUtfAtIndex(), which does the same as Tc...jan.nijtmans2020-05-207-27/+61
| |\ \
| | * | Fix TkUtfAtIndex(), still was not 100% correct.jan.nijtmans2020-05-201-1/+2
| | * | > ... >=jan.nijtmans2020-05-191-1/+1
| | * | Little variation on bug-a179564826, in which Character indexing is kept, but ...jan.nijtmans2020-05-192-68/+6
| | * | Use Glyph indexing in more places (underscoring and canvas text and some more)jan.nijtmans2020-05-195-24/+24
| | * | Merge 8.6jan.nijtmans2020-05-191-0/+7
| | |\ \ | | |/ / | |/| |
| | * | Add TkUtfCharComplete(), and use it in TkNumUtfChars()jan.nijtmans2020-05-192-3/+19
| | |\ \
| | * | | Add surrogate-aware TkUtfAtIndex and TkNumUtfChars. This is enough to allow ...culler2020-05-195-29/+113
| | * | | Merge 8.6jan.nijtmans2020-05-183-3/+11
| | |\ \ \
| | * \ \ \ More improvements handling characters > U+FFFF as surrogates. Add internal Tk...jan.nijtmans2020-05-1410-132/+177
| | |\ \ \ \
* | | \ \ \ \ Merge 8.6jan.nijtmans2020-05-193-3/+41
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | New (internal) function TkUtfPrev(). This function can handle 4-byte (illegal...jan.nijtmans2020-05-193-3/+42
| | |_|_|/ / | |/| | | |
* | | | | | Merge 8.6jan.nijtmans2020-05-182-3/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Eliminate two Tcl_UtfNext() calls, because the UtfToUniChar() variants are mo...jan.nijtmans2020-05-182-3/+4
| | |_|/ / | |/| | |
| * | | | Add support for setting InputLanguage encoding to "utf-8". I don't know if it...jan.nijtmans2020-05-181-2/+2
* | | | | Don't use trans_chars array on MacOSX any more.culler2020-05-171-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Don't use trans_chars array on MacOSX any more.jan.nijtmans2020-05-171-1/+1
| |\ \ \ \