summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvText.c
Commit message (Expand)AuthorAgeFilesLines
* Working towards making the error codes more consistent.donal.k.fellows@manchester.ac.uk2012-07-301-2/+2
* Postscript generation now uses Tcl_Objs more extensively; still nasty in places.donal.k.fellows@manchester.ac.uk2012-07-271-11/+46
* Much more cleaning up of result handling.donal.k.fellows@manchester.ac.uk2012-07-231-2/+4
* consistent error formatting, added error codesdonal.k.fellows@manchester.ac.uk2012-07-211-19/+25
* Purge RCS Keywordsdgp@users.sourceforge.net2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp@users.sourceforge.net2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp@users.sourceforge.net2011-06-081-2/+0
| | * * generic/tkCanvas.c: allow -selectforeground option to be None; adddas2007-04-291-2/+4
| | * Fix [Bug 1252702]donal.k.fellows@manchester.ac.uk2005-08-111-9/+7
| | * * generic/tkCanvText.c (DisplayCanvText): Fix textmdejong2004-06-081-7/+16
| * | Backport of fix for [Bug 2112563]donal.k.fellows@manchester.ac.uk2008-10-051-4/+9
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedonal.k.fellows@manchester.ac.uk2011-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
* | | Formattingdonal.k.fellows@manchester.ac.uk2008-11-231-6/+6
* | | Fixed up complaints from MSVC engendered by the last commit. In particular re...patthoyts@users.sourceforge.net2008-11-221-24/+25
* | | TIP#119 implementation. [Patch 1611359]donal.k.fellows@manchester.ac.uk2008-11-221-98/+200
* | | make all Tk_CustomOption tables const andnijtmans2008-11-091-4/+4
* | | Implementation of TIP 97 - canvas imove and rchars methods.donal.k.fellows@manchester.ac.uk2008-11-011-17/+11
* | | more internal -Wwrite-strings warning fixesnijtmans2008-10-301-8/+5
* | | typodonal.k.fellows@manchester.ac.uk2008-10-031-2/+2
* | | Convert %g to Tcl_PrintDouble to avoid locale trouble. [Bug 2112563]donal.k.fellows@manchester.ac.uk2008-10-031-3/+8
* | | Get rid of pre-C89-isms (esp. CONST vs const).donal.k.fellows@manchester.ac.uk2008-04-271-18/+18
|/ /
* | merge stable branch onto HEADdgp@users.sourceforge.net2007-12-131-1/+1
* | header cleanupdgp@users.sourceforge.net2007-09-071-2/+1
* | * generic/tkCanvas.c: allow -selectforeground option to be None; adddas2007-04-231-2/+4
* | fix crlf line endingsdas2007-02-131-1517/+1517
* | Minor whitespace correctionsdonal.k.fellows@manchester.ac.uk2007-02-121-1516/+1517
* | TIP#260 implementationdonal.k.fellows@manchester.ac.uk2006-01-121-1/+8
* | Lots of ANSIfying of function decls.donal.k.fellows@manchester.ac.uk2005-11-171-12/+12
* | ANSIfydonal.k.fellows@manchester.ac.uk2005-11-041-342/+329
* | Getting more systematic about styledonal.k.fellows@manchester.ac.uk2005-08-101-10/+10
* | * generic/tkCanvText.c (DisplayCanvText): Fix textmdejong2004-06-081-7/+16
* | * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-2/+2
|/
* * generic/tkCanvArc.c (CreateArc): Rework canvas create itemhobbs2003-02-091-16/+14
* Applied companion patch for Tcl Patch 585105,dgp@users.sourceforge.net2002-08-051-3/+3
* Negative coordinates were rounded badly causing a 1 pixelpeter.spjuth@gmail.com2002-05-261-3/+3
* * win/tkWinButton.c (TkpDisplayButton):hobbs2002-04-051-1/+3
* * Updated callers of Tcl_Utf* and Tcl_Regexp* APIs to reflect TIP 27dgp@users.sourceforge.net2002-01-171-2/+3
* The selection highlighting of text objects in the canvas widgetdrh@sqlite.org2001-08-171-4/+4
* * generic/tkCanvArc.c:hobbs2001-07-031-35/+32
* * generic/tk.h:hobbs1999-12-211-4/+1
* * generic/tkStubInit.c:hobbs1999-12-141-52/+235
* Merged 8-1-0 into mainline.rjohnson1999-04-211-1/+1
* Fixed bug 1777 - bug in displaying selection.rjohnson1999-04-201-2/+2
* * Merged 8.1 branch into the main trunkstanton1999-04-161-172/+194
* Fixed bug in options for text items in canvas widget. unlike all otherrjohnson1998-10-161-2/+2