summaryrefslogtreecommitdiffstats
path: root/generic/tkFont.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2021-10-281-4/+4
|\
| * Merge TIP #577 implementation: "Enhanced index values for Tk"jan.nijtmans2021-10-281-8/+13
| |\
* | \ Merge enhanced-indexjan.nijtmans2021-10-271-7/+15
|\ \ \ | | |/ | |/|
| * | Merge 8.7jan.nijtmans2021-10-271-7/+15
| |\ \ | | |/
| | * TIP 608 implementation - Add <<TkWorldChanged>> virtual eventgriffin2021-10-221-7/+15
| | |\
| | | * Fix erroneous comment (labelframe widgets do exist)fvogel2021-08-271-4/+4
| | | * Possible fix for tkticket 3049518 - Generate <<TkWorldChanged>> event.griffin2021-08-041-3/+11
| | | * Add more implicit type-casts. Backported from 8.7jan.nijtmans2021-04-231-1/+1
* | | | Merge "enhanced-index" branch, so this TIP can make use of indices like "end-1"jan.nijtmans2021-03-291-4/+9
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2021-01-281-2/+2
| |\ \ \ | | |/ /
| * | | Merge 8.7jan.nijtmans2021-01-081-2/+2
| |\ \ \
| * \ \ \ Merge trunkjan.nijtmans2020-10-121-10/+10
| |\ \ \ \
| * \ \ \ \ Merge trunkjan.nijtmans2020-09-141-8/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2020-09-061-0/+51
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-08-191-3/+3
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge trunkjan.nijtmans2020-07-171-2/+33
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Implementation complete, appears to function as expectedjan.nijtmans2020-06-161-5/+2
| * | | | | | | | | More progress, mainly in tkCanvTest.cjan.nijtmans2020-06-151-2/+9
| * | | | | | | | | More progress, implementing enhanced "-underline"jan.nijtmans2020-06-121-2/+2
* | | | | | | | | | ::tk::startOfCluster/::tk::endOfCluster are now giving the correct result on ...jan.nijtmans2021-03-241-10/+10
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-2/+2
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | (c) -> ©jan.nijtmans2020-12-091-2/+2
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Fix more warnings related to -Wundef.jan.nijtmans2020-10-081-2/+2
* | | | | | | Merge 8.6jan.nijtmans2020-10-011-8/+8
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Fix some gcc warnings (when using -Wshadow, deprecated XKeycodeToKeysym(), XS...jan.nijtmans2020-10-011-8/+8
* | | | | | 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
| |\ \