summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2019-08-221-0/+8
|\
| * Fix [c8ccd1899c]: Pressing the up arrow key on the first line of a [text] doe...fvogel2019-08-211-0/+8
| |\
| | * Since we are here, also add test textIndex-19.12.2 checking for past end of t...fvogel2019-04-141-0/+4
| | * Add test textIndex-19.12.1 checking for regressions regarding the '1.5 - n di...fvogel2019-04-141-0/+4
* | | Since we're here dealing with pointer warping, add tests checking that the mo...fvogel2019-08-221-1/+41
|/ /
* | Fix indenting in bind.test (taken from TIP #532 branch)jan.nijtmans2019-08-131-405/+406
* | typojan.nijtmans2019-07-291-1/+1
* | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-1/+1
* | Merge 8.5jan.nijtmans2019-06-261-2/+2
|\ \
| * | Remove use of/documentation regarding deprecated symbols/macro's, which moved...jan.nijtmans2019-06-261-2/+2
| * | Fix [fbaed1f66b]: [image create photo] errors out on a sane animated gif. Che...fvogel2018-07-282-0/+10
* | | Reduce the number of unnecessary end-of-line spacingsjan.nijtmans2019-06-059-110/+110
* | | Use single-argument "expr" as much as possible. Not complete yet, but most tr...jan.nijtmans2019-06-0518-163/+163
* | | Fix error in the spelling of the Windows windowingsystem introduced in [02ca3...fvogel2019-05-261-1/+1
* | | Cleanup to avoid bad interaction between recently added treeview testsfvogel2019-05-261-0/+2
* | | Fix [ce470f20fd]: ttk::treeview has column dragging issuesfvogel2019-05-261-0/+88
|\ \ \
| * | | Add treeview tests checking for non-regression (the last added test already p...fvogel2019-05-081-1/+79
| * | | Add test treeview-ce470f20fd checking for non-regression regarding [ce470f20fd]fvogel2019-04-131-0/+10
* | | | Fix [2a6c62afd9] - <<TreeviewSelect>> does not fire on item deletefvogel2019-05-261-0/+25
|\ \ \ \
| * | | | Refine test treeview-8.7 by also checking that deleting an unselected item do...fvogel2019-05-141-5/+9
| * | | | Add tests for <<TreeviewSelect>>. treeview-8.6 already passed ; treeview-8.7 ...fvogel2019-05-141-0/+21
* | | | | Merge implementation of TIP #541 following positive vote by the TCT.fvogel2019-05-261-0/+11
|\ \ \ \ \
| * | | | | Fix [2858503fff]: 'end' index for ttk::combobox currentfvogel2019-05-031-0/+11
* | | | | | Partial fix of bug [67384bce7d]: change expected result of winfo-13.2. Also ...culler2019-05-252-2/+11
|\ \ \ \ \ \
| * | | | | | Fix bug [67384bce7d]: make winfo-13.2 expect the container to be destroyed in...culler2019-05-242-2/+11
* | | | | | | Tweak test image-7.1.culler2019-05-241-0/+3
* | | | | | | Wait more carefully, since no wait is needed for Windows or linux.culler2019-05-232-6/+18
* | | | | | | Use vwait with a timeout to wait for test image display, as suggested by dkf.culler2019-05-212-21/+11
* | | | | | | On OSX 10.13 and earlier a different strategy is needed.culler2019-05-212-8/+8
* | | | | | | Sometimes update is not enough, and you just have to wait.culler2019-05-211-23/+39
* | | | | | | Rework image testing to better deal with Aquaculler2019-05-212-9/+34
|/ / / / / /
* | | | | | Change .ext extension into .aaa in winDialog.test since some corporate polici...fvogel2019-05-171-10/+10
* | | | | | Make new tests more robust against context.dgp2019-05-152-0/+2
* | | | | | Revised bug fix for [5d991b822e].dgp2019-05-157-0/+203
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Tests and fix for similar issues in [menu].dgp2019-05-151-0/+28
| * | | | | Tests and fix for [scale ... -variable].dgp2019-05-151-0/+26
| * | | | | Tests and fix for [message ... -textvariable].dgp2019-05-151-0/+27
| * | | | | Tests and fix for [menubutton ... -textvariable].dgp2019-05-151-0/+28
| * | | | | Tests for same issues with [listbox ... -listvariable].dgp2019-05-151-0/+27
| * | | | | Similar tests and fix for [entry .... -textvariable]dgp2019-05-121-0/+28
| * | | | | Similar test and fix for [checkbutton ... -variable].dgp2019-05-121-0/+12
| * | | | | Fix for the [button ... -textvariable] parts of [5d991b822e].dgp2019-05-111-1/+1
| * | | | | Tests for Ticket [5d991b822e].dgp2019-05-111-0/+27
* | | | | | Fix [2513186fff], [f9343d8f72] and [8261c517af]: ttk scrolling (xview/yview c...fvogel2019-05-082-1/+40
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add tests checking the scroll info correct update when xview / yview is calle...fvogel2019-04-282-1/+40
* | | | | | Fix textWind.test: make sure that the test window is mapped before running te...culler2019-04-251-0/+5
|/ / / / /
* | | | | On macOS, squelch more availability warnings. Fix a hard to find bug [40ada9...culler2019-04-201-1/+6
* | | | | Fix [368fa4561e]: ttk::treeview open/closed indicators can be toggled while h...fvogel2019-04-191-0/+17
|\ \ \ \ \
| * | | | | Add test treeview-368fa4561e checking for non-regression regarding [368fa4561e]fvogel2019-04-131-0/+17
* | | | | | Less intrusive fix for test frame-3.9.culler2019-04-151-2/+1
| |_|_|_|/ |/| | | |