summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvText.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Working towards making the error codes more consistent.dkf2012-07-301-2/+2
* | Postscript generation now uses Tcl_Objs more extensively; still nasty in places.dkf2012-07-271-11/+46
* | Much more cleaning up of result handling.dkf2012-07-231-2/+4
* | consistent error formatting, added error codesdkf2012-07-211-19/+25
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkCanvas.c: allow -selectforeground option to be None; adddas2007-04-291-2/+4
| | * Fix [Bug 1252702]dkf2005-08-111-9/+7
| | * * generic/tkCanvText.c (DisplayCanvText): Fix textmdejong2004-06-081-7/+16
| * | Backport of fix for [Bug 2112563]dkf2008-10-051-4/+9
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-2/+2
* | | Revise Tcl_Panic() calls ending with a newline removing the newline, because ...nijtmans2010-11-191-2/+2
* | | Eliminate many unnecessary (ClientData) type casts.nijtmans2010-06-151-4/+4
* | | CONSTify everything related to Tk_ConfigSpecnijtmans2010-02-171-2/+2
* | | fix more gcc warnings: missing initializernijtmans2010-01-181-16/+16
* | | A few const -> CONST86 modifications, improvingnijtmans2009-01-061-9/+11
* | | Formattingdkf2008-11-231-6/+6
* | | Fixed up complaints from MSVC engendered by the last commit. In particular re...patthoyts2008-11-221-24/+25
* | | TIP#119 implementation. [Patch 1611359]dkf2008-11-221-98/+200
* | | make all Tk_CustomOption tables const andnijtmans2008-11-091-4/+4
* | | Implementation of TIP 97 - canvas imove and rchars methods.dkf2008-11-011-17/+11
* | | more internal -Wwrite-strings warning fixesnijtmans2008-10-301-8/+5
* | | typodkf2008-10-031-2/+2
* | | Convert %g to Tcl_PrintDouble to avoid locale trouble. [Bug 2112563]dkf2008-10-031-3/+8
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-18/+18
|/ /