summaryrefslogtreecommitdiffstats
path: root/tests/canvas.test
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tkCanvArc.c (CreateArc): Rework canvas create itemhobbs2003-02-091-1/+23
| | | | | | | | | | | | | | * 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:
* * tests/canvas.test: added canvas-14.[1-6]hobbs2002-07-241-1/+28
| | | | | | | * generic/tkCanvas.c (CanvasWidgetCmd): corrected handling of 'scan' subcommand args. Also removed early return cases to goto done instead where the canvasPtr would be Tcl_Release'd. This may solve other problems with unreleased canvasPtr's. [Bug #581560]
* * Completed conversion of Tk test suite to use tcltest.dgp2002-07-141-13/+10
|
* * tests/canvas.test:hobbs2001-07-041-1/+20
| | | | | | * generic/tkCanvPoly.c (PolygonToArea): Added patch that respects the polygon difference of including points in the polygon even when fill is empty. [Bug #226357]
* * tests/canvas.test: test of canvas delete during eventhobbs2001-04-031-1/+25
| | | | | * generic/tkCanvas.c (DestroyCanvas, CanvasEventProc): fixed the canvas to survive deletion during event processing. [Bug #228024]
* * tests/canvas.test: added test case to check obj conversionhobbs2001-03-301-1/+21
| | | | | * generic/tkObj.c (UpdateStringOfMM, SetMMFromAny): better obj-aware screen distances. (pgbaum, hobbs) [Patch #403327]
* Fixed bogus test canvas-11.1core_8_4_a1ericm2000-06-061-2/+2
|
* * canvas.test: added test for 5783.hobbs2000-06-031-3/+11
| | | | | * generic/tkCanvPoly.c (DisplayPolygon): added checks for the polygon fillGC not being empty to prevent segfault. [Bug: 5783]
* * library/tkfbox.tcl: Moved an overlooked tkFDialog* function inscriptics_sc_2_0_fixedscriptics_sc_2_0_b5ericm2000-03-291-1/+8
| | | | | | | | | | | | | | ::tk::dialog::file namespace. * tests/unixWm.test: Added tests for memory leak conditions in tkUnixWm.c. * tests/canvas.test: Added test for bad configuration options on empty and non-empty canvas. * generic/tkCanvas.c: Removed bad code in CANV_CONFIGURE block of CanvasWidgetCmd; this was causing non-empty canvases to improperly handle bad configuration options [Bug: 4456].
* * tests/config.test: extra test to check object cleanup whenhobbs2000-03-021-14/+1
| | | | | destroying the widget * tests/entry.test: added test suite for entry validation
* * tests/bind.test:hobbs1999-12-141-1/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* * Merged 8.1 branch into the main trunkstanton1999-04-161-9/+33
|
* Added performance improvement to canvas tag manipulation. This wasrjohnson1998-10-131-1/+35
| | | | a submitted patch.
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* added test for bbox on arcs in canvasrjohnson1998-07-271-0/+12
|
* Initial revisionrjohnson1998-04-011-0/+192