summaryrefslogtreecommitdiffstats
path: root/generic/tkFont.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-09-111-1/+1
|\
| * Fix [3bc0f44ef3]: UBSan complains about body.chars[] usagejan.nijtmans2020-09-111-1/+1
| |\
| | * Merge trunkjan.nijtmans2020-09-101-4/+2
| | |\ | |_|/ |/| |
| | * More usages for TKFLEXARRAYjan.nijtmans2020-09-101-4/+4
* | | Merge 8.6jan.nijtmans2020-09-101-7/+5
|\ \ \ | |/ / | | / | |/ |/|
| * More use of TCL_UNUSED() and C++-safe typecasts. Use Tk_Offset() in stead of ...jan.nijtmans2020-09-101-30/+29
* | Merge trunkjan.nijtmans2020-08-241-2/+1
|\ \
| * | One more use of TkNewIndexObj() macro. More code cleanupjan.nijtmans2020-08-201-2/+1
* | | New function Tk_FontGetDescription()jan.nijtmans2020-08-141-0/+51
|/ /
* | Use "?-option" in stead of "?option" consistantly in WrongNumArgs error-messa...jan.nijtmans2020-08-141-2/+2
* | Merge 8.6marc_culler2020-07-181-1/+1
|\ \ | |/
| * Provide better control over how and when [NSView drawRect:] is called.marc_culler2020-07-181-1/+1
| |\
| | * Better control over when drawRect runs. Add check for drawing outside of the...culler2020-06-011-1/+1
* | | Fix [7655f65ae7]: text positioning issues in entry widgets. Patch from Christ...fvogel2020-07-131-2/+33
|\ \ \ | |/ /
| * | Add yet another comment about the '#if 0' in tkFont.cfvogel2020-07-121-1/+1
| * | tkFont.c needs to include tkMacOSXInt.h on macOS, because this is where TK_DR...fvogel2020-07-121-0/+3
| * | merge core-8-6-branchfvogel2020-07-121-14/+12
| |\ \ | | |/
| * | The draw-in-context functions on platforms for which TK_DRAW_IN_CONTEXT is no...fvogel2020-07-121-2/+2
| * | Fix regression introduced by [f7f8ba2e3e]. Patch by Christopher Chavez.fvogel2020-07-121-4/+5
| * | Apply another patch by Christopher Chavez that fixes the jerk of strings on a...fvogel2020-04-191-0/+27
* | | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidgetculler2020-05-311-1/+1
|\ \ \ | | |/ | |/|
| * | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidgetculler2020-05-311-1/+1
* | | Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-291-6/+4
|\ \ \ | |/ /
| * | Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-291-6/+4
| * | Add (and use) new internal function TkUtfAtIndex(), which does the same as Tc...jan.nijtmans2020-05-201-6/+6
| |\ \
| | * | Add surrogate-aware TkUtfAtIndex and TkNumUtfChars. This is enough to allow ...culler2020-05-191-10/+10
| | * | More improvements handling characters > U+FFFF as surrogates. Add internal Tk...jan.nijtmans2020-05-141-2/+2
| | |/
* | | Merge 8.6jan.nijtmans2020-05-181-2/+2
|\ \ \ | |/ /
| * | Eliminate two Tcl_UtfNext() calls, because the UtfToUniChar() variants are mo...jan.nijtmans2020-05-181-2/+2
| |/
* | TIP 569 remove lint commentsdgp2020-03-181-1/+1
* | Merge trunkjan.nijtmans2020-02-141-1/+1
|\ \
| * \ Merge 8.6jan.nijtmans2020-02-141-1/+1
| |\ \ | | |/
| | * A few missing (internal) "const" modifiers.jan.nijtmans2020-02-141-1/+1
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-24/+26
|/ /
* | Merge 8.6jan.nijtmans2019-11-191-1/+1
|\ \ | |/
| * Make the Emoji demo work with X11 using xft, even under Tcl 8.6.jan.nijtmans2019-11-191-1/+1
* | Prevent crashes on macOS caused by calling TheWorldHasChanged from inside [NS...culler2019-11-191-1/+14
|\ \ | |/
| * Prevent crashes on macOS caused by calling TheWorldHasChanged from inside [NS...culler2019-11-191-1/+14
* | Remove a few unnecessary (size_t) type-casts, and add a "const"jan.nijtmans2019-04-041-1/+1
* | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-2/+2
* | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge...jan.nijtmans2019-04-021-4/+4
* | One more round of int -> size_t improvements (inspired by TIP #494, but then ...jan.nijtmans2018-10-171-6/+4
* | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca...jan.nijtmans2018-08-111-4/+6
* | Ongoing work (not finished yet) making Tk fully 64-bit size_t aware (see TIP ...jan.nijtmans2018-07-091-2/+2
* | Don't provide a setFromAnyProc for tkFontObjType, calling it directly doesn't...jan.nijtmans2017-11-301-1/+1
* | Fix [514ff64dd0]: canvas rotated text overlap detection not working.fvogel2017-09-241-8/+6
|\ \ | |/
| * Fix [514ff64dd0]: canvas rotated text overlap detection not workingfvogel2017-09-171-8/+6
* | merge core-8-6-branchjan.nijtmans2017-05-201-0/+1
|\ \ | |/
| * .... missing else ... in previous commitjan.nijtmans2017-05-201-0/+1
* | merge core-8-6-branchjan.nijtmans2017-05-201-1/+1
|\ \ | |/