summaryrefslogtreecommitdiffstats
path: root/generic/tkTextTag.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
* A few more places where "unsigned long" should have been used.jan.nijtmans2019-08-131-1/+1
* Use "unsigned long" as type for "mask" variables containing X11 button-masks ...jan.nijtmans2019-08-131-1/+1
* New intermal macro ALL_BUTTONS and function TkGetButtonMask(), which can be r...jan.nijtmans2019-07-231-29/+6
*-. 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
* | 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
* | | * generic/tkFocus.c: fix potential null dereference flagged by clangdas2009-09-071-1/+2
* | | - eliminate some unnessary type castsnijtmans2009-02-031-3/+3
* | | Add "const" to many internalnijtmans2008-10-171-4/+4
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-3/+3
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-21/+21
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1