summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge trunk. jan.nijtmans2019-08-224-263/+393
|\ | | | | Eliminate use of "mouseunits", was not a good idea. Move code out of UpdateButtonEventState() function.
| * Fix [c8ccd1899c]: Pressing the up arrow key on the first line of a [text] ↵fvogel2019-08-211-0/+8
| |\ | | | | | | | | | does not move the cursor to 1.0
| | * Fix [c8ccd1899c]: Pressing the up arrow key on the first line of a [text] ↵fvogel2019-08-211-0/+8
| | |\ | | | | | | | | | | | | does not move the cursor to 1.0
| | | * Since we are here, also add test textIndex-19.12.2 checking for past end of ↵fvogel2019-04-141-0/+4
| | | | | | | | | | | | | | | | text results in '+ n displaylines' calculations. This one does does not fail in core-8-6-branch (contrary to textIndex-19.12.1). Note to self: in revised_text the test should check 'end' instead of 'end - 1 c'.
| | | * Add test textIndex-19.12.1 checking for regressions regarding the '1.5 - n ↵fvogel2019-04-141-0/+4
| | | | | | | | | | | | | | | | displaylines' fix [4384effe]
| * | | Merge 8.6jan.nijtmans2019-08-191-1/+1
| |\ \ \ | | |/ /
| * | | Merge branch 'tip-545-svg-options' after positive voteoehhar2019-08-191-6/+127
| |\ \ \
| | * | | Do small scale to 1x1 test also for file source, renumber tests.oehhar2019-06-161-28/+40
| | | | |
| | * | | Tests for svg fileoehhar2019-06-141-1/+60
| | | | |
| | * | | Minor changes in the new testsfvogel2019-06-101-5/+5
| | | | |
| | * | | Merge trunkoehhar2019-06-0722-194/+683
| | |\ \ \
| | * | | | Implement -scaletowidth/height, output very small scale images as 1x1 images.oehhar2019-06-071-1/+56
| | | | | |
| | * | | | TIP545: remove image photo svg option "-unit"oehhar2019-05-221-6/+1
| | | | | |
| * | | | | Merge 8.6jan.nijtmans2019-08-131-249/+250
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Fix indenting in bind.test (taken from TIP #532 branch)jan.nijtmans2019-08-131-405/+406
| | | | | |
* | | | | | Merge trunkjan.nijtmans2019-07-301-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6. Use TCL_INDEX_NONE in a few more places, now that we have it.jan.nijtmans2019-07-301-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | typojan.nijtmans2019-07-291-1/+1
| | | | | |
| * | | | | Sort all usage of "pages", "pixels" and "units", make it alphabetical, in ↵jan.nijtmans2019-07-304-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | implementation, tests and documentation.
* | | | | | Add support for "(x|y)view scroll number mouseunits" for text widget, and ↵jan.nijtmans2019-07-294-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | use it in mouse bindings.
* | | | | | Further experiment: Bring scalefactor back to 120 (as it was for win32)jan.nijtmans2019-07-261-2/+2
| | | | | |
* | | | | | Experiment: Handle scaling fractors for the ScrollWheel sensibly. Trying ↵jan.nijtmans2019-07-252-32/+60
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | "40" as a good general scale factor (compared to "50" on X11 and "120" on Win32 and "1" on Aqua)
* | | | | | (cherry-pick): Patch by Arjen sent to core 2018-09-21jan.nijtmans2019-07-241-56/+0
|/ / / / / | | | | | | | | | | Also, do some renumbering of mouse-buttons, such that at script level the XButtons appear to be at 4/5 while - internally - they are at 8/9.
* | | | | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-1/+1
| | | | |
* | | | | fix indentingjan.nijtmans2019-06-261-266/+266
| | | | |
* | | | | Merge 8.6jan.nijtmans2019-06-261-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.5jan.nijtmans2019-06-261-2/+2
| |\ \ \ \
| | * | | | Remove use of/documentation regarding deprecated symbols/macro's, which ↵jan.nijtmans2019-06-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | moved to Tcl headers long ago.
| | * | | | Fix [fbaed1f66b]: [image create photo] errors out on a sane animated gif. ↵fvogel2018-07-282-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | Cherrypicked [95f4a8e283]
| * | | | | Reduce the number of unnecessary end-of-line spacingsjan.nijtmans2019-06-059-110/+110
| | | | | |
* | | | | | Update expected result of test safe-1.2 since the new command 'file tempdir' ↵fvogel2019-06-081-1/+1
| |_|_|/ / |/| | | | | | | | | | | | | | was added to Tcl 8.7+ through TIP #431, and this command is not available in a safe interpreter.
* | | | | Merge 8.6jan.nijtmans2019-06-0520-169/+169
|\ \ \ \ \ | |/ / / /
| * | | | Use single-argument "expr" as much as possible. Not complete yet, but most ↵jan.nijtmans2019-06-0518-163/+163
| | | | | | | | | | | | | | | | | | | | trivial places are done.
* | | | | When running textDisp.test on Aqua use Courier as the fixed font sinceculler2019-05-281-1/+9
| | | | | | | | | | | | | | | Courier New has different metrics.
* | | | | Cleanup to avoid bad interaction between recently added treeview tests. ↵fvogel2019-05-262-1/+3
|\ \ \ \ \ | |/ / / / | | | | | | | | | | Also, fix error in the spelling of the Windows windowingsystem
| * | | | Fix error in the spelling of the Windows windowingsystem introduced in ↵fvogel2019-05-261-1/+1
| | | | | | | | | | | | | | | | | | | | [02ca3773]
| * | | | 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
|\ \ \ \ \ | |/ / / /
| * | | | Fix [ce470f20fd]: ttk::treeview has column dragging issuesfvogel2019-05-261-0/+88
| |\ \ \ \
| | * | | | Add treeview tests checking for non-regression (the last added test already ↵fvogel2019-05-081-1/+79
| | | | | | | | | | | | | | | | | | | | | | | | passed in core-8-6-branch)
| | * | | | 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
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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 ↵fvogel2019-05-141-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | does NOT fire <<TreeviewSelect>>
| | * | | | | Add tests for <<TreeviewSelect>>. treeview-8.6 already passed ; treeview-8.7 ↵fvogel2019-05-141-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | passes in this bugfix branch only
* | | | | | | Merge implementation of TIP #541 following positive vote by the TCT.fvogel2019-05-261-0/+11
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 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
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | disable test of unimplemented TkpRedirectKeyEvent