| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2021-02-02 | 1 | -1/+1 |
|\ |
|
| * | More implicit type-casts, for C++ compatibility. | jan.nijtmans | 2021-02-02 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-12-14 | 1 | -5/+2 |
|\ \
| |/ |
|
| * | Fix the build on macOS 10.6. | marc_culler | 2020-12-11 | 1 | -5/+2 |
|
|
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -3/+3 |
|
|
* | | Merge 8.6 | culler | 2020-11-10 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Remove some more unneeded code. | marc_culler | 2020-11-09 | 1 | -2/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-10-02 | 1 | -14/+7 |
|\ \
| |/ |
|
| * | Fix more warnings, related to -Wshadow, now in MacOSX code | jan.nijtmans | 2020-10-02 | 1 | -29/+30 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-02 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable() | jan.nijtmans | 2020-09-02 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-02 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename (inter... | jan.nijtmans | 2020-09-02 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | culler | 2020-08-25 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Rename the NSGraphicsContext macro and add a flipped parameter. Fix accent c... | culler | 2020-08-25 | 1 | -1/+1 |
|
|
| * | Fix one more compilation issue with old macOS targets. | culler | 2020-08-25 | 1 | -2/+1 |
|
|
* | | Add the remaining (cosmetic) changes from the mac_clip branch. | culler | 2020-08-21 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Edit comments, make some stylistic changes, remove an unused function parameter. | culler | 2020-08-21 | 1 | -1/+1 |
|
|
* | | Fix [7655f65ae7]: text positioning issues in entry widgets. Patch from Christ... | fvogel | 2020-07-13 | 1 | -12/+8 |
|\ \
| |/ |
|
| * | merge core-8-6-branch | fvogel | 2020-07-12 | 1 | -123/+71 |
| |\ |
|
| * | | Apply another patch by Christopher Chavez that fixes the jerk of strings on a... | fvogel | 2020-04-19 | 1 | -12/+8 |
|
|
* | | | Slightly biger "lenght" variables, in case we are using Tcl 9 | jan.nijtmans | 2020-05-20 | 1 | -1/+1 |
|
|
* | | | Fix compiler warning: macOS string length is unsigned. | culler | 2020-05-20 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Fix compiler warning: macOS string length is unsigned. | culler | 2020-05-20 | 1 | -1/+1 |
|
|
* | | | Merge 8.6. Protection done by TkUtfAtIndex() not needed here, because Tcl_Utf... | jan.nijtmans | 2020-05-20 | 1 | -23/+7 |
|\ \ \
| |/ / |
|
| * | | Add (and use) new internal function TkUtfAtIndex(), which does the same as Tc... | jan.nijtmans | 2020-05-20 | 1 | -25/+8 |
| |\ \ |
|
| | * | | Fix TkUtfAtIndex(), still was not 100% correct. | jan.nijtmans | 2020-05-20 | 1 | -23/+6 |
|
|
| | * | | Use Glyph indexing in more places (underscoring and canvas text and some more) | jan.nijtmans | 2020-05-19 | 1 | -4/+4 |
|
|
| | * | | Add surrogate-aware TkUtfAtIndex and TkNumUtfChars. This is enough to allow ... | culler | 2020-05-19 | 1 | -2/+2 |
| |/ / |
|
* | | | Make Tk on MacOS work (again) with Tcl 9. Remove two debug lines. | jan.nijtmans | 2020-05-20 | 1 | -2/+1 |
|
|
* | | | Simplify Aqua text handling by moving encoding/decoding into the TKNSString c... | culler | 2020-05-17 | 1 | -91/+53 |
|\ \ \
| |/ / |
|
| * | | Simplify Aqua text handling by moving encoding/decoding into the TKNSString c... | culler | 2020-05-17 | 1 | -91/+53 |
|
|
* | | | 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 |
| |\ \ |
|
| | * | | Move platform-specific declarations into platform-specific header files. | marc_culler | 2020-05-15 | 1 | -3/+3 |
|
|
* | | | | Fix compiler errors and warnings on macOS 10.6 (Snow Leopard) | culler | 2020-05-16 | 1 | -2/+5 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix compiler errors and warnings on macOS 10.6 (Snow Leopard) | culler | 2020-05-16 | 1 | -2/+5 |
| |/ / |
|
* | | | Implement rfe [4cda3ff048]: more efficient conversion from Tcl UTF to NSStrin... | culler | 2020-05-05 | 1 | -39/+39 |
|\ \ \
| |/ / |
|
| * | | Create TKNSString which implements Christopher Chavez's suggestion in [4cda3f... | marc_culler | 2020-04-24 | 1 | -39/+39 |
| |/ |
|
* | | Fix [89354dae31]: Avoid clipping in Aqua TkpDrawCharsInContext. Clipping doe... | culler | 2020-04-15 | 1 | -22/+29 |
|\ \
| |/ |
|
| * | Fix [89354dae31]: Avoid clipping in Aqua TkpDrawCharsInContext. Clipping doe... | culler | 2020-04-15 | 1 | -22/+29 |
| |\ |
|
| | * | Fix a glitch caused by coercion of a float to an int. Thanks to Christoper C... | culler | 2020-04-14 | 1 | -14/+14 |
|
|
| | * | Clipping can never work! Try again. | marc_culler | 2020-04-14 | 1 | -17/+17 |
|
|
| | * | Fix [89354dae31]: Text display artifacts can be produced by antialiasing. | culler | 2020-04-13 | 1 | -0/+6 |
| |/ |
|
* | | Merge 8.6 | jan.nijtmans | 2020-04-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Better implementation of TkUtfToUniChar(), one that doesn't require cooperati... | jan.nijtmans | 2020-04-06 | 1 | -7/+166 |
| |\ |
|
* | | | Another round of type-casts for ckalloc() calls. Makes C++ compilers even mor... | jan.nijtmans | 2020-03-17 | 1 | -3/+3 |
|
|
* | | | Eliminate many -Wextra warnings | jan.nijtmans | 2020-03-05 | 1 | -18/+26 |
|
|
* | | | Use Tcl_UtfToChar16DString() in stead of Tcl_UtfToUniCharDString(), since the... | jan.nijtmans | 2019-12-04 | 1 | -1/+1 |
|
|
* | | | Merge 8.6. Introduce the new Unicode-handling functions here too: Tk 8.7 coul... | jan.nijtmans | 2019-12-04 | 1 | -4/+137 |
|\ \ \
| | |/
| |/| |
|