summaryrefslogtreecommitdiffstats
path: root/tests/spinbox.test
Commit message (Expand)AuthorAgeFilesLines
* Make Tk work with TIP #673: Remove deprecated [trace] subcommandsjan.nijtmans2023-08-041-2/+2
* Merge 8.6jan.nijtmans2023-06-141-4/+4
|\
| * (cherry-pick): Replaced the deprecated "trace variable" invocations with "tra...jan.nijtmans2023-06-141-4/+4
| * Reduce differences in the test suite between 8.6 and 8.7 by backporting cosme...fvogel2022-11-301-4/+4
* | Ticket [370b1ff03e]. Confirm the issue is in Tcl (see Tcl's branch [https://c...fvogel2023-01-141-5/+3
* | Merge core-8-6-branch. Resolve conflicts.fvogel2022-11-271-4/+2
|\ \ | |/
| * entry-8.18 and spinbox-8.18: Use implementation available in trunk (committed...fvogel2022-11-131-6/+19
| * spinbox-8.18: Remove constraint failsOnUbuntuNoXft by making the test adapt i...fvogel2022-10-291-5/+4
* | Mark failing test-cases. Add -disable-xft build with Tcl 8.7 on Linuxjan.nijtmans2022-11-091-3/+4
* | Merge core-8-6-branch that just received changes from unstable_tests branch. ...fvogel2022-10-021-39/+31
|\ \ | |/
| * Remove proc updateWidgets since it now simply runs 'update' on all platforms.fvogel2022-09-251-20/+20
| * Factorize proc update*fvogel2022-04-061-32/+20
| * Propagate previous scheme to other spinbox tests that were vwaiting on scroll...fvogel2022-04-031-34/+27
| * Stabilize spinbox-5.7. This test was observed failing once at GitHub Actions,...fvogel2022-04-031-5/+16
* | More alphabetizing Tk options. More type-cast improvementsjan.nijtmans2022-05-121-1/+1
* | Merge 8.7jan.nijtmans2021-01-081-5/+5
|\ \
| * | (c) -> ©jan.nijtmans2020-12-091-1/+1
| * | Merge 8.6jan.nijtmans2020-11-231-1/+1
| |\ \ | | |/
| | * Merge 8.5jan.nijtmans2020-11-231-1/+1
| | |\
| | | * (cherry-pick): Require Tcltest 2.2 as a miminum. Run X11 testcases on Travis ...jan.nijtmans2020-09-161-9/+9
| * | | -vcmd -> -validatecommand in demo's and testsjan.nijtmans2020-11-131-3/+3
* | | | Merge 8.7jan.nijtmans2020-10-231-13/+13
|\ \ \ \ | |/ / /
| | | |
| | \ \
| *-. \ \ Make use of TIP #587 in Tk: Now we can assume that all Tcl files are utf-8jan.nijtmans2020-10-221-12/+12
| |\ \ \ \ | | | |/ /
| | * | | Merge trunkjan.nijtmans2020-10-051-12/+12
| * | | | Merge trunkjan.nijtmans2020-10-061-1/+4
| |\ \ \ \ | | |/ / /
| * | | | Merge 8.7. Make test-cases on MacOS and X11 pass (win32 not tested yet)jan.nijtmans2020-09-151-90/+140
| |\ \ \ \
| * | | | | Allow using floating-point number in "scroll (x|y)view (units|pages)". They a...jan.nijtmans2019-08-221-1/+1
| * | | | | Add support for "(x|y)view scroll number mouseunits" for text widget, and use...jan.nijtmans2019-07-291-2/+2
* | | | | | Merge trunkjan.nijtmans2020-10-121-1/+4
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge 8.6jan.nijtmans2020-10-011-1/+1
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Expression for contraint failsOnUbuntuNoXft was reverse ....jan.nijtmans2020-10-011-1/+1
| * | | | | Merge 8.6. jan.nijtmans2020-09-301-1/+4
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | |
| | * | | Mark 10 testcases with failsOnUbuntuNoXft. They fail on Ubuntu if Tk is compi...jan.nijtmans2020-09-301-1/+4
* | | | | Merge 8.7jan.nijtmans2020-09-061-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Testcase cleanup (mainly unnessary curly braces)jan.nijtmans2020-08-241-1/+1
* | | | | Merge trunkjan.nijtmans2020-08-201-3/+3
|/ / / /
* | | | Merge 8.6jan.nijtmans2020-08-131-3/+3
|\ \ \ \ | |/ / /
| * | | testcase cleanupjan.nijtmans2020-08-131-227/+227
* | | | Merge 8.6jan.nijtmans2020-08-041-1/+1
|\ \ \ \ | |/ / /
* | | | Merge 8.6: fix testing and build issues on the various supported versions of ...culler2020-07-271-13/+25
|\ \ \ \ | |/ / /
| * | | Fix Yosemite compiler warnings and bugs in tests revealed by testing on Yosem...culler2020-07-221-13/+25
* | | | Fix [40e4bf6198]: Entry/spinbox: double free when textvariable set in validat...fvogel2020-07-061-1/+21
|\ \ \ \ | |/ / /
| * | | Add test spinbox-19.21 testing for a spinbox the same thing entry-19.21 does ...fvogel2020-07-051-0/+20
| * | | Bring entry-19.19 and spinbox-19.19 in line with the fix for [40e4bf6198]. Va...fvogel2020-07-051-1/+1
* | | | Remove many unnessesaary curly-braces in testcasesjan.nijtmans2020-06-091-72/+72
* | | | Merge 8.6jan.nijtmans2019-10-101-10/+28
|\ \ \ \ | |/ / /
| * | | Cherry-pick test-case changes from catalina_more_tests branch. They appear to...jan.nijtmans2019-10-101-10/+28
* | | | Sort all usage of "pages", "pixels" and "units", make it alphabetical, in imp...jan.nijtmans2019-07-301-2/+2
| |/ / |/| |
* | | merge trunk (because tip-496 does not target 8.6 but 8.7, whereas branch tip-...fvogel2018-04-151-157/+187
|\ \ \
| * \ \ spinbox-13.10 and -13.12 failed on macOS, and spinbox-13.11 was not exercisedfvogel2017-12-101-3/+3
| |\ \ \ | | |/ /