summaryrefslogtreecommitdiffstats
path: root/tests/canvText.test
Commit message (Collapse)AuthorAgeFilesLines
* * 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
* * 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