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: FossilOrigin-Name: 940279e11eb4e8a562733a47cb3345a14014e4c3
* * 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] FossilOrigin-Name: ee55f2eb2df0bafebd38633cfefccdcae50f7767
* * Completed conversion of Tk test suite to use tcltest.dgp2002-07-141-13/+10
| | | FossilOrigin-Name: c483179b915e863450b867189ddfab962971936a
* * 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] FossilOrigin-Name: 3734d49c9c1e7e95032d4a89c712872746b52fd7
* * 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] FossilOrigin-Name: e89804eb2fcf2280e11b5ff91cec3d01bf37b544
* * 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] FossilOrigin-Name: 5cda3aab09fedbe1c6dc1c736e715c055848e98c
* Fixed bogus test canvas-11.1core-8-4-a1ericm2000-06-061-2/+2
| | | FossilOrigin-Name: 8f2d82c0c9ae4ab526a7a0aa7545708efedd6c48
* * 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] FossilOrigin-Name: 1868c540698585388d2bffd7c3534a824b9fabc0
* * 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]. FossilOrigin-Name: ac1293f78350b7396906cb7d2b1158459b7b8ebb
* * 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 FossilOrigin-Name: e96237c52855e6b375bfd105b0869a4f572af6d7
* * 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 FossilOrigin-Name: 73e913a6e6c8d3714d1bd2763748df34a0522efd
* * Merged 8.1 branch into the main trunkstanton1999-04-161-9/+33
| | | FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
* Added performance improvement to canvas tag manipulation. This wasrjohnson1998-10-131-1/+35
| | | | | | a submitted patch. FossilOrigin-Name: 4efcb01017b965536e264e34e2260fda141b2f17
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
| | | FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
* added test for bbox on arcs in canvasrjohnson1998-07-271-0/+12
| | | FossilOrigin-Name: c8410b73607962cafc785e6e9dc2f7a754a2b2c0
* Initial revisionrjohnson1998-04-011-0/+192
FossilOrigin-Name: 2bf55ca9aa942b581137b9f474da5ad9c1480de4