summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvText.c
Commit message (Expand)AuthorAgeFilesLines
* After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-2/+2
* (c) -> ©jan.nijtmans2020-12-091-2/+2
* Merge 8.6jan.nijtmans2020-10-051-8/+5
|\
| * Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-051-16/+14
| * Add (and use) new internal function TkUtfAtIndex(), which does the same as Tc...jan.nijtmans2020-05-201-5/+5
| |\
| | * Use Glyph indexing in more places (underscoring and canvas text and some more)jan.nijtmans2020-05-191-7/+7
| |/
* | size_t for Tk_ItemDCharsProc(), with Tcl 9 headersjan.nijtmans2020-06-021-12/+12
* | Fix two (minor) warnings, discovered with gcc-10, using Tcl 9 headers)jan.nijtmans2020-06-021-1/+1
* | Convert Tk_ItemIndexProc/Tk_ItemInsertProc to use size_t as index type, when ...jan.nijtmans2020-05-261-24/+24
* | Formatting and even more size_t usage.jan.nijtmans2020-05-251-19/+19
* | More progressjan.nijtmans2020-05-241-16/+16
* | More progressjan.nijtmans2020-05-221-1/+1
|\ \
* | | Minor compiler warningjan.nijtmans2020-05-221-1/+1
* | | Use more size_t for *Sel*-related functions, in case compiling with Tcl 9jan.nijtmans2020-05-211-10/+10
|/ /
* | Fix [2712f43f6e]: X11: crash for rotated text w/o Xft, and optimize text item...fvogel2020-05-011-7/+11
|\ \ | |/
| * Optimize text item drawing in canvas by skipping the drawing of empty unselec...fvogel2020-04-231-7/+11
* | Fix [3134d697c8]: Reduce unnecessary code checks in canvas postscript code (...fvogel2020-03-291-3/+1
* | More usage of (internal) TkGetIntForIndex() function, and give this function ...jan.nijtmans2020-03-201-1/+1
* | More internal use of TkGetIntForIndex() function.jan.nijtmans2020-03-181-11/+14
* | TIP 569 remove lint commentsdgp2020-03-181-4/+2
* | Merge trunkjan.nijtmans2020-01-281-3/+3
|\ \
| * \ merge 8.6dgp2020-01-241-1/+0
| |\ \ | | |/
| | * silence "unused variable" warningdgp2020-01-241-1/+0
| * | Fix [1771594fff]: icursor @x,y fails for non-default scrollregions. Add non r...fvogel2020-01-181-2/+2
| |\ \ | | |/
| | * Fix [1771594fff]: icursor @x,y fails for non-default scrollregions. Test canv...fvogel2019-12-231-2/+2
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-2/+5
|/ /
* | Merge 8.6jan.nijtmans2019-10-061-1/+1
|\ \ | |/
| * Minor simplification: DEF_CANVLINE_FILL and DEF_CANVTEXT_FILL are each only u...jan.nijtmans2019-10-061-1/+1
| * Too quick conclusion: all lines and text were gone :-). Reverting most of pre...jan.nijtmans2019-10-041-1/+1
| * Remove DEF_CANVLINE_FILL/DEF_CANVTEXT_FILL, since the default fill value (acc...jan.nijtmans2019-10-041-1/+1
* | Fix Tk_Offset() -> offsetof(). Tk_Offset() was inherited by merging chavez-ca...fvogel2019-09-291-1/+1
* | Merge chavez-canvas branchKevin Walzer2019-09-291-1/+1
|\ \ | |/
| * Branch to test Christopher Chavez patch in ticket [2beda17141] to remove some...Kevin Walzer2019-09-241-1/+1
* | Eliminate some redundant type-castsjan.nijtmans2019-06-211-4/+4
* | Merge trunkjan.nijtmans2019-05-101-6/+42
|\ \
| * \ Implement TIP 164dkf2019-04-141-1/+37
| |\ \
| | * | Document. Factor out basic rotation function.dkf2019-03-131-5/+2
| | * | More item typesdkf2019-03-111-1/+40
| * | | Remove a few unnecessary (size_t) type-casts, and add a "const"jan.nijtmans2019-04-041-3/+3
| * | | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-2/+2
| |/ /
* | | Merge 8.7jan.nijtmans2019-01-131-13/+13
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2019-01-101-13/+13
| |\ \ | | |/
| | *-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-38/+38
| | |\ \
| | | | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-13/+13
| | | | |\
| | | | | * Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-031-4/+4
| | | | | * As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-38/+38
| | * | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-38/+38
| | |\ \ \ \ | | | |/ / / | | |/| | / | | | | |/ | | | |/|
| | | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-42/+42
| | | |/
* | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-15/+15
|/ / /
* | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca...jan.nijtmans2018-08-111-4/+5
|/ /