summaryrefslogtreecommitdiffstats
path: root/tests/canvas.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2023-09-011-1/+1
|\
| * Proposed fix for [6cc8002951]: numeric parameter errors depending on whether ↵jan.nijtmans2023-09-011-1/+1
| | | | | | | | string vs double/int rep. Please review
| * Reduce differences in the test suite between 8.6 and 8.7 by backporting ↵fvogel2022-11-301-12/+12
| | | | | | | | cosmetic differences from 8.7.
* | merge core-8-6-branchfvogel2022-06-071-3/+1
|\ \ | |/
| * Test canvas-2.4 seems to be actually portable. Remove the 'nonPortable' ↵fvogel2022-05-231-3/+1
| | | | | | | | constraint.
| * Two new testcasesjan.nijtmans2021-01-281-0/+16
| |
| * Merge 8.5. Update to Xcode12 and gcc-10. ttk test failures now lead to ↵jan.nijtmans2020-09-281-6/+6
| |\ | | | | | | | | | Travis build failures
| | * (cherry-pick): Require Tcltest 2.2 as a miminum. Run X11 testcases on Travis ↵jan.nijtmans2020-09-161-7/+7
| | | | | | | | | | | | in 3 Ubuntu variants: Xenial, Bionic and Focal. (MacOS/XQuartz not working yet)
* | | Fix for [237971ce]: [$canvas insert] changed behaviour. Also added testcase ↵jan.nijtmans2021-01-281-0/+16
| | | | | | | | | | | | from Emiliano Gavilan.
* | | Merge trunkjan.nijtmans2020-10-051-3/+3
| | |
* | | Merge 8.6jan.nijtmans2020-09-151-1/+1
|\ \ \ | |/ /
| * | Merge 8.6. Modify local xvfb-run script such that it works on macOS, and use itjan.nijtmans2020-09-101-1/+1
| | |
* | | Fix duplicate test namesfvogel2020-08-241-107/+105
| | |
* | | Remove many unnessesaary curly-braces in testcasesjan.nijtmans2020-06-091-12/+12
| | |
* | | Add non-regression test canvas-2.5: CanvasWidgetCmd, raise/lower option, no ↵fvogel2020-02-101-0/+10
| | | | | | | | | | | | error on non-existing tags
* | | In test-cases same optimization as everywhere else: KeyPress -> Key and ↵jan.nijtmans2020-01-271-1/+1
| | | | | | | | | | | | ButtonPress -> Button.
* | | Fix [587937fff]: Don't shuffle tag list sequence upon deletion. Add non ↵fvogel2020-01-181-0/+42
|\ \ \ | |/ / | | | | | | regression tests canvas-20.[123]
| * | Refine the newly added tests, and add comments in them.fvogel2019-12-241-3/+9
| | |
| * | Add tests canvas-20.[123], currently failing and demonstrating ticket ↵fvogel2019-12-241-0/+36
| | | | | | | | | | | | [587937fff].
* | | Restore "-outline" default for canvas polygons, but adapt test-case ↵jan.nijtmans2019-10-031-1/+1
| | | | | | | | | | | | expectation. See discussion in [2beda17141].
* | | Merge 8.6jan.nijtmans2019-06-051-2/+2
|\ \ \ | |/ /
| * | Use single-argument "expr" as much as possible. Not complete yet, but most ↵jan.nijtmans2019-06-051-2/+2
| | | | | | | | | | | | trivial places are done.
* | | Fix [6ce6e74635]: TIP415 implementation does not handle small arcs correctlyfvogel2019-04-141-0/+18
|\ \ \
| * | | Remove the error that was triggering with very small arcs while still ↵fvogel2019-04-031-0/+18
| | | | | | | | | | | | | | | | preventing NaN and Inf values to leak in the computations. Add a new test canvas-21.1 checking results for zero-length arcs.
* | | | Tests of rotationdkf2019-03-161-0/+183
|/ / /
* | | merge trunkdkf2018-10-201-0/+88
|\ \ \
| * \ \ Merge branch tip-489 following acceptation of this TIP through TCT vote.fvogel2018-03-041-0/+88
| |\ \ \
| | * | | Corrected background colour in canvas.test 20.1scotty2018-02-101-1/+1
| | | | |
| | * | | Two tests should not bear the same namefvogel2018-02-071-1/+1
| | | | |
| | * | | Correct DrawCanvas() behaviour on Windows.scotty2018-02-071-3/+3
| | | | |
| | * | | Wrote test cases for "canvas image"; Fixed bug in the call to ↵scotty2017-11-301-0/+88
| | |/ / | | | | | | | | | | | | Tk_PhotoPutZoomedBlock()
| * | | Excess spacing in test-suitejan.nijtmans2016-03-141-6/+6
| |/ /
* | | merge trunkjan.nijtmans2016-03-041-6/+6
|\ \ \ | |/ /
* | | Changes from Simon Geard to act as baseline implementation of TIP #415.dkf2012-11-081-2/+4
|/ /
* | 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
| |