summaryrefslogtreecommitdiffstats
path: root/generic/tkTextTag.c
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkjan.nijtmans2019-05-101-1/+1
|\
| * Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-1/+1
* | Merge 8.7jan.nijtmans2019-01-131-1/+1
|\ \ | |/
| * Merge 8.6jan.nijtmans2019-01-101-1/+1
| |\
| | *-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-3/+3
| | |\ \
| | | | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-1/+1
| | | | |\
| | * | | \ As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-14/+14
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-21/+21
| | * | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-16/+16
| | |\ \ \ \ | | | |/ / / | | | | / / | | | |/ / | | |/| |
| | | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-21/+21
| | | |/
| | | * (cherry-pick) Fix [2049429]: Some options aren't picked up from the options d...jan.nijtmans2016-01-121-4/+4
* | | | Merge trunkjan.nijtmans2018-11-251-3/+3
|\ \ \ \ | |/ / /
| * | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi...jan.nijtmans2018-10-161-3/+3
* | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-27/+27
|/ / /
* | | more size_t related code cleanupjan.nijtmans2018-10-041-2/+3
* | | Header include reform: Since "tkInt.h" already contains header files like <st...jan.nijtmans2018-09-061-1/+1
* | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca...jan.nijtmans2018-08-111-2/+2
|/ /
* | Test whether in a safe interpreter before writing to the PRIMARY selection. ...kjnash2017-06-131-0/+1
* | Change more refCount checks to the form "(...refCount-- <= 1)", so no separat...jan.nijtmans2017-01-181-3/+2
* | Fixed typo in commentfvogel2016-09-301-1/+1
* | Backed out anything dealing with stippling, in accordance with discussion abo...fvogel2016-03-081-8/+0
* | -rmargincolor tag configuration option: implementationfvogel2016-02-101-1/+5
* | -lmargincolor tag configuration option: implementationfvogel2016-02-101-1/+5
* | -overstrikefg tag configuration option: implementationfvogel2016-02-091-1/+7
* | -underlinefg tag configuration option: implementationfvogel2016-02-091-1/+5
* | -selectfgstipple tag configuration option: implementationfvogel2016-02-091-0/+4
* | -selectbgstipple tag configuration option: implementationfvogel2016-02-091-0/+4
* | -selectforeground tag configuration option: implementationfvogel2016-02-091-1/+9
* | -selectbackground tag configuration option: implementationfvogel2016-02-091-1/+9
* | Bring back DEF_TEXT_SPACING[123], since "0" is not exactly equal to NULL (jus...jan.nijtmans2016-01-121-2/+2
* | Merge trunk. jan.nijtmans2016-01-111-2/+2
* | Fixed failing textDisp-19.11.20 and textDisp-19.11.23 - Bug [810c43d789]fvogel2014-10-111-0/+8
|\ \ | |/
| * Fixed failing textDisp-19.11.20 and textDisp-19.11.23 [810c43d789]fvogel2014-09-271-0/+8
* | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk to...jan.nijtmans2013-01-261-1/+1
* | more places convertedjan.nijtmans2013-01-241-2/+2
* | merge trunkdkf2012-08-141-13/+21
|\ \
| * \ Fixed [Bug 3554273]: Test textDisp-32.2 failedfvogel2012-08-111-0/+5
| |\ \ | | |/
| | * Fixed [Bug 3554273]: Test textDisp-32.2 failedfvogel2012-08-041-0/+5
| | * make some internal tables constjan.nijtmans2012-04-181-2/+2
| | |\
* | | | more auditing of error codesdkf2012-07-301-1/+2
* | | | Purged Tcl_AppendElement from all non-test code.dkf2012-07-291-6/+17
* | | | Much more cleaning up of result handling.dkf2012-07-231-11/+13
|/ / /
* | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"jan.nijtmans2012-06-201-2/+2
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkPanedWindow.c: Cleaned up some code flagged by adgp2006-10-171-2/+2
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-14/+15
* | | fix more gcc warnings: missing initializernijtmans2010-01-181-2/+2
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-2/+2