Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | consistent error formatting, added error codes | dkf | 2012-07-21 | 1 | -9/+9 |
| | |||||
* | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ | |||||
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ | |||||
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| | | | |||||
* | | | [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon. | pspjuth | 2011-04-22 | 1 | -0/+8 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon. | pspjuth | 2011-04-22 | 1 | -0/+8 |
| |\ \ | | |/ | |||||
| | * | [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon. | pspjuth | 2011-04-22 | 1 | -0/+8 |
| | | | |||||
| * | | [Bug 2931374]: Stop overflow of working buffer during construction of long | dkf | 2010-01-19 | 1 | -1/+10 |
| | | | | | | | | | | | | tag expressions. | ||||
* | | | [Bug 2931374]: Stop overflow of working buffer during construction of long | dkf | 2010-01-19 | 1 | -1/+10 |
| | | | | | | | | | | | | tag expressions. | ||||
* | | | Tk tests that create images need to be independent of the interpreter ↵ | patthoyts | 2009-01-13 | 1 | -1/+3 |
| | | | | | | | | | | | | environment. | ||||
* | | | Make error message from Tk_GetRelief the | nijtmans | 2008-12-12 | 1 | -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 ↵ | ferrieux | 2008-11-28 | 1 | -1/+8 |
| | | | | | | | | | | | | millimeter patch) | ||||
* | | | Implementation of TIP 97 - canvas imove and rchars methods. | dkf | 2008-11-01 | 1 | -201/+350 |
| | | | |||||
* | | | Update to tcltest2 | aniap | 2008-08-08 | 1 | -136/+394 |
| | | | |||||
* | | | fix [2021443] inconsistant "wrong # args" messages (for Tk) | nijtmans | 2008-07-23 | 1 | -2/+2 |
|/ / | |||||
* | | typos | dgp | 2004-12-07 | 1 | -2/+2 |
| | | |||||
* | | More duplicate testname elimination. [1078648] | dkf | 2004-12-07 | 1 | -201/+236 |
| | | |||||
* | | D'oh! Fix [Bug 1012331] | dkf | 2004-08-20 | 1 | -1/+2 |
| | | |||||
* | | TIP#168 implementation. Based on [Patch 886240] | dkf | 2004-08-19 | 1 | -1/+11 |
| | | |||||
* | | Fixed tests which mandated (minor) brokenness. | dkf | 2004-06-15 | 1 | -4/+4 |
| | | |||||
* | | First step towards improving test style. Also start using Tcl 8.5 features. | dkf | 2004-05-23 | 1 | -20/+25 |
| | | |||||
* | | * tests/all.tcl: Made better use of a common | dgp | 2003-04-01 | 1 | -6/+3 |
|/ | | | | | * tests/constraints.tcl: -loadfile to hold definitions * tests/*.test: common to all test files. | ||||
* | * generic/tkCanvArc.c (CreateArc): Rework canvas create item | hobbs | 2003-02-09 | 1 | -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] | hobbs | 2002-07-24 | 1 | -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. | dgp | 2002-07-14 | 1 | -13/+10 |
| | |||||
* | * tests/canvas.test: | hobbs | 2001-07-04 | 1 | -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 event | hobbs | 2001-04-03 | 1 | -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 conversion | hobbs | 2001-03-30 | 1 | -1/+21 |
| | | | | | * generic/tkObj.c (UpdateStringOfMM, SetMMFromAny): better obj-aware screen distances. (pgbaum, hobbs) [Patch #403327] | ||||
* | Fixed bogus test canvas-11.1core_8_4_a1 | ericm | 2000-06-06 | 1 | -2/+2 |
| | |||||
* | * canvas.test: added test for 5783. | hobbs | 2000-06-03 | 1 | -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_b5 | ericm | 2000-03-29 | 1 | -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 when | hobbs | 2000-03-02 | 1 | -14/+1 |
| | | | | | destroying the widget * tests/entry.test: added test suite for entry validation | ||||
* | * tests/bind.test: | hobbs | 1999-12-14 | 1 | -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 trunk | stanton | 1999-04-16 | 1 | -9/+33 |
| | |||||
* | Added performance improvement to canvas tag manipulation. This was | rjohnson | 1998-10-13 | 1 | -1/+35 |
| | | | | a submitted patch. | ||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | added test for bbox on arcs in canvas | rjohnson | 1998-07-27 | 1 | -0/+12 |
| | |||||
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+192 |