summaryrefslogtreecommitdiffstats
path: root/generic/tkTextTag.c
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkjan.nijtmans2020-08-241-1/+1
|\
| * Consistant Tcl_WrongNumArg() arguments when the command contains ?-option val...jan.nijtmans2020-08-241-1/+1
* | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-1/+1
|/
* Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
|\
| * Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
* | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl...jan.nijtmans2020-05-221-26/+26
* | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-26/+26
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-19/+19
* | Merge 8.7jan.nijtmans2019-08-131-2/+2
|\ \
| * \ Merge 8.6jan.nijtmans2019-08-131-1/+1
| |\ \ | | |/
| | * A few more places where "unsigned long" should have been used.jan.nijtmans2019-08-131-1/+1
| * | Merge 8.6jan.nijtmans2019-08-131-1/+1
| |\ \ | | |/
| | * Use "unsigned long" as type for "mask" variables containing X11 button-masks ...jan.nijtmans2019-08-131-1/+1
* | | merge trunk (after fixing conflicts)fvogel2019-08-041-55/+32
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2019-07-231-29/+6
| |\ \ | | |/
| | * New intermal macro ALL_BUTTONS and function TkGetButtonMask(), which can be r...jan.nijtmans2019-07-231-29/+6
| * | Merge trunkjan.nijtmans2019-05-101-1/+1
| |\ \
| * \ \ Merge 8.7jan.nijtmans2019-01-131-1/+1
| |\ \ \
| * \ \ \ Merge trunkjan.nijtmans2018-11-251-3/+3
| |\ \ \ \
| * | | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-27/+27
* | | | | | merge trunkfvogel2019-06-081-1/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-1/+1
| | |_|/ / | |/| | |
* | | | | rebase to trunkfvogel2019-02-031-8/+9
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2019-01-101-1/+1
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| * | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi...jan.nijtmans2018-10-161-3/+3
| | |/ | |/|
| * | 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
* | | Reverting change of return type of function Tk_CreateBinding: 'unsigned long'...gcramer2019-01-131-3/+3
* | | (1) Return type of Tk_CreateBinding changed to 'Mask'. (2) Fix of issue with ...gcramer2019-01-131-4/+4
| |/ |/|
| |
| \
*-. \ 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
* | 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