summaryrefslogtreecommitdiffstats
path: root/tests/canvText.test
Commit message (Collapse)AuthorAgeFilesLines
* Reduce font-related porting fragility of test.dgp2015-01-071-2/+2
|\
| * Reduce font-related porting fragility of test.dgp2015-01-071-2/+2
| |
* | Get menu-32.8 and scale-19 fixes from 8.5.dgp2014-11-071-0/+1
|\ \ | |/
| * Stop test litter breaking scale-19.dgp2014-11-071-2/+4
| |
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
| | * * tests/canvText.test:mdejong2004-08-091-1/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | * win/tkWinFont.c (Tk_MeasureChars): Fix for text wrapping problem that appeared using canvas text under Win32. A long wrapping string that had leading spaces was being incorrectly wrapped. This change makes the Win32 implementation behave the same as the Unix implementation. [Patch 100628
| * | Correct error result generation of [$canvas select clear $bogus].dkf2008-10-111-1/+4
| | |
| * | * tests/canvText.test: Backport test updates in light of thedgp2008-10-091-6/+6
| | | | | | | | | | | | | | | | | | | | | 2008-10-05 commit. * generic/tkEntry.c: Fix missing space constructing the scroll command.
* | | TIP#119 implementation. [Patch 1611359]dkf2008-11-221-299/+282
| | |
* | | Correct error result generation of [$canvas select clear $bogus].dkf2008-10-111-2/+8
| | |
* | | * tests/canvText.test (canText-17.1): Update expected result todgp2008-10-081-3/+3
| | | | | | | | | | | | | | | match revised PostScript output due to more predictable formatting of floating point values.
* | | Removed dependency on default precisionpatthoyts2008-10-071-5/+5
| | |
* | | Update to tcltest2aniap2008-08-111-248/+636
| | |
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-2/+2
|/ /
* | TIP#260 implementationdkf2006-01-121-5/+6
| |
* | * tests/canvText.test:mdejong2004-08-091-1/+56
| | | | | | | | | | | | | | | | | | * win/tkWinFont.c (Tk_MeasureChars): Fix for text wrapping problem that appeared using canvas text under Win32. A long wrapping string that had leading spaces was being incorrectly wrapped. This change makes the Win32 implementation behave the same as the Unix implementation. [Patch 1006286]
* | First step towards improving test style. Also start using Tcl 8.5 features.dkf2004-05-231-22/+9
| |
* | * tests/all.tcl: Made better use of a commondgp2003-04-011-6/+3
|/ | | | | * tests/constraints.tcl: -loadfile to hold definitions * tests/*.test: common to all test files.
* * generic/tkCanvArc.c (CreateArc): Rework canvas create itemhobbs2003-02-091-2/+2
| | | | | | | | | | | | | | * generic/tkCanvBmap.c (CreateBitmap): type coords handling to be * generic/tkCanvImg.c (CreateImage): consistent across types * generic/tkCanvPoly.c (CreatePolygon): and not pass empty coords * generic/tkCanvLine.c (CreateLine): to item creation procs. * generic/tkCanvText.c (CreateText): * generic/tkCanvWind.c (CreateWinItem): * generic/tkCanvas.c (CanvasWidgetCmd CANV_CREATE): * generic/tkRectOval.c (CreateRectOval): * tests/canvRect.test: * tests/canvText.test: * tests/canvas.test:
* * Completed conversion of Tk test suite to use tcltest.dgp2002-07-141-11/+8
|
* Applied patch #546910 -- international postscript outputa_kovalenko2002-06-251-4/+4
|
* * tests/canvText.test: test for fix for bug #2525.ericm2000-02-031-1/+16
| | | | | | | * generic/tkFont.c (Tk_ComputeTextLayout): Was erroneously setting the width of newline-only text display chunks to some arbitrary huge number, instead of 0; this was interfering with things like the canvas find enclosed feature. (bug #2525).
* * tests/bind.test:hobbs1999-12-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * tests/canvImg.test: * tests/canvPsArc.tcl: * tests/canvPsImg.tcl: (new file) * tests/canvRect.test: * tests/canvText.test: * tests/canvas.test: * tests/defs.tcl: * tests/entry.test: * tests/event.test: * tests/font.test: * tests/frame.test: * tests/imgPhoto.test: * tests/safe.test: * tests/scale.test: * tests/scrollbar.test: * tests/select.test: * tests/text.test: * tests/textDisp.test: * tests/textTag.test: * tests/unixFont.test: * tests/unixWm.test: * tests/visual_bb.test: * tests/winClipboard.test: tests for the dash patch changes
* Added "wm geometry" calls in some tests that were waiting for the user towart1999-11-121-1/+2
| | | | | place a window manually. The Tk test suite can now run on twm with no user intervention.
* Merged 8-1-0 into mainline.rjohnson1999-04-211-1/+1
|
* Fixed bug 1777 - bug in displaying selection.rjohnson1999-04-201-1/+14
|
* * Merged 8.1 branch into the main trunkstanton1999-04-161-8/+23
|
* Fixed bug in options for text items in canvas widget. unlike all otherrjohnson1998-10-161-1/+2
| | | | items they didn't support a null (transparant fill color)
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-04-011-0/+492