summaryrefslogtreecommitdiffstats
path: root/tests/canvas.test
Commit message (Collapse)AuthorAgeFilesLines
* consistent error formatting, added error codesdkf2012-07-211-9/+9
|
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
* | | [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon.pspjuth2011-04-221-0/+8
|\ \ \ | |/ /
| * | [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon.pspjuth2011-04-221-0/+8
| |\ \ | | |/
| | * [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon.pspjuth2011-04-221-0/+8
| | |
| * | [Bug 2931374]: Stop overflow of working buffer during construction of longdkf2010-01-191-1/+10
| | | | | | | | | | | | tag expressions.
* | | [Bug 2931374]: Stop overflow of working buffer during construction of longdkf2010-01-191-1/+10
| | | | | | | | | | | | tag expressions.
* | | Tk tests that create images need to be independent of the interpreter ↵patthoyts2009-01-131-1/+3
| | | | | | | | | | | | environment.
* | | Make error message from Tk_GetRelief thenijtmans2008-12-121-2/+2
| | | | | | | | | | | | | | | same as for Tk_GetReliefFromObj Adapt test cases for changed error message
* | | Added a test that distance units are not confused with pixels (for the ↵ferrieux2008-11-281-1/+8
| | | | | | | | | | | | millimeter patch)
* | | Implementation of TIP 97 - canvas imove and rchars methods.dkf2008-11-011-201/+350
| | |
* | | Update to tcltest2aniap2008-08-081-136/+394
| | |
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-2/+2
|/ /
* | typosdgp2004-12-071-2/+2
| |
* | More duplicate testname elimination. [1078648]dkf2004-12-071-201/+236
| |
* | D'oh! Fix [Bug 1012331]dkf2004-08-201-1/+2
| |
* | TIP#168 implementation. Based on [Patch 886240]dkf2004-08-191-1/+11
| |
* | Fixed tests which mandated (minor) brokenness.dkf2004-06-151-4/+4
| |
* | First step towards improving test style. Also start using Tcl 8.5 features.dkf2004-05-231-20/+25
| |
* | * 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-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