summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge Tip #563: MouseWheel for horizontal scrollbaroehhar2020-02-242-2/+116
|\
| * Add tests for scrollwheel on scrollbar: no shift horizontal and for ttk::scro...oehhar2020-02-242-2/+116
* | Prevent some textTag tests from triggering hot spots of the Linux KDE/Plasma ...fvogel2020-02-231-11/+22
|\ \
| * | Prevent some textTag tests from triggering hot spots of the Linux KDE/Plasma ...fvogel2020-02-231-11/+22
* | | Merge implementation of TIP #565: .canvas raise/lower ignore non-existent tag...fvogel2020-02-221-0/+10
|\ \ \
| * | | Add non-regression test canvas-2.5: CanvasWidgetCmd, raise/lower option, no e...fvogel2020-02-101-0/+10
| | |/ | |/|
* | | Clamp "listbox index" values between -1 and (maximum) end+1, as done in other...jan.nijtmans2020-02-181-2/+2
* | | Clamp output of listbox indexes to be >= -1 always. Many other's (like menu's...jan.nijtmans2020-02-171-1/+1
|/ /
* | In test-cases same optimization as everywhere else: KeyPress -> Key and Butto...jan.nijtmans2020-01-2723-375/+375
* | Let bind-34.3 be robust against Linux KDE hot spots on screen corners.fvogel2020-01-251-5/+23
|\ \ | |/
| * Let bind-34.3 be robust against Linux KDE hot spots on screen corners.fvogel2020-01-251-5/+23
| |\
| | * Let bind-34.3 be robust against Linux KDE hot spots on screen cornersfvogel2020-01-251-5/+23
* | | Fix [2830360fff]: ttk::entry looses state invalid at focus events. Add non-re...fvogel2020-01-181-0/+12
|\ \ \ | |/ /
| * | Fix [2830360fff]: ttk::entry looses state invalid at focus events. Add non-re...fvogel2020-01-181-0/+12
| |\ \
| | * | Add non-regression test entry-10.1fvogel2020-01-021-0/+12
* | | | Fix [587937fff]: Don't shuffle tag list sequence upon deletion. Add non regre...fvogel2020-01-181-0/+42
|\ \ \ \ | |/ / /
| * | | Fix [587937fff]: Don't shuffle tag list sequence upon deletion. Add non regre...fvogel2020-01-181-0/+42
| |\ \ \
| | * | | 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 [587937...fvogel2019-12-241-0/+36
| | |/ /
* | | | Fix [1771594fff]: icursor @x,y fails for non-default scrollregions. Add non r...fvogel2020-01-181-0/+19
|\ \ \ \ | |/ / /
| * | | Add test canvText-14.7, currently failing and demonstrating bug [1771594fff]fvogel2019-12-231-0/+19
| |/ /
* | | Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor optionfvogel2019-12-141-0/+13
|\ \ \ | |/ /
| * | Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor optionfvogel2019-12-141-0/+13
| |\ \
| | * | Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor option. Case of the ...fvogel2019-11-021-0/+13
* | | | Merge 8.6. When compiling against Tcl 9.0 headers, don't allow Emoji escape s...jan.nijtmans2019-12-011-2/+3
|\ \ \ \ | |/ / /
* | | | Merge 8.6jan.nijtmans2019-11-291-1/+6
|\ \ \ \ | |/ / /
| * | | Fix [d4f5620f5d]: font-4.14 fails (font actual with unicode). Add another tes...jan.nijtmans2019-11-291-1/+6
| | |/ | |/|
* | | Fix [53d28027e3]: macOS crashes with 0x0 image for wm iconphoto; make wm icon...culler2019-11-171-0/+6
|\ \ \ | |/ /
| * | Fix [53d28027e3]: macOS crashes with 0x0 image for wm iconphoto; make wm icon...culler2019-11-171-0/+6
| |\ \
| | * | Split wm-iconphoto-1.5 into the Win and Mac case on one hand (an error trigge...fvogel2019-11-101-1/+4
| | * | The new test wm-iconphoto-1.5 must not depend on previous tests and how many ...fvogel2019-11-101-1/+1
| | * | Add platform-independent test wm-iconphoto-1.5fvogel2019-11-101-0/+3
| | |/
* | | Fix [c4abd2b0f3]: rework stackorder command on all platforms, and prevent pan...culler2019-11-171-12/+2
|\ \ \ | |/ /
| * | Fix [c4abd2b0f3]: rework stackorder command on all platforms, and prevent pan...culler2019-11-171-12/+2
| |\ \
| | * | Reimplement TkWmStackorderToplevel to make it straightforward and shorter and...culler2019-11-081-12/+2
| | |/
* | | Merge 8.6jan.nijtmans2019-11-151-0/+19
|\ \ \ | |/ /
| * | merge core-8-6-branch, and add (currently failing) test bind-34.3 demonstrati...fvogel2019-11-147-30/+165
| |\ \ | | |/
| * | Cherrypick [e9becf44ab]: Help tests bind-34.1 and bind-34.2 to always pass on...fvogel2019-10-271-0/+4
* | | Better fix for [b82bd4872b]: ttk::style configure -compound does not workfvogel2019-11-011-1/+1
|\ \ \ | | |/ | |/|
| * | Propagate the previous two commits to the tabs of a ttk::notebook, which can ...fvogel2019-11-011-1/+1
* | | Add test for <stdbool.h> in configure script. Not used by Tk yet.jan.nijtmans2019-10-311-2/+2
* | | merge core-8-6-branchfvogel2019-10-281-0/+88
|\ \ \ | |/ /
| * | Reapply [0e9cbdba] and [82b1d286], then merge bug-ce470f20fd. This fixes [caa...fvogel2019-10-281-0/+88
| |\ \
| | * | Fix [caacf1f082]: treeview column resizing not possible in some conditions. T...fvogel2019-10-271-2/+2
* | | | Fix [f7a4f75d1c]: issues with focus -force and Aqua mouse coordinates for emb...culler2019-10-271-0/+52
|\ \ \ \ | |/ / /
| * | | Fix [f7a4f75d1c]: issues with focus -force and Aqua mouse coordinates for emb...culler2019-10-271-0/+52
| |\ \ \
| | * | | Add a regression test for computing local mouse coordinates in embedded windo...culler2019-10-271-2/+36
| | * | | Add a regression test for this bug.culler2019-10-261-0/+18
| | |/ /
* | | | Help tests bind-34.1 and bind-34.2 to always pass on Win10. See today's comme...fvogel2019-10-271-0/+4
|\ \ \ \ | |/ / /
| * | | Help tests bind-34.1 and bind-34.2 to always pass on Win10. See today's comme...fvogel2019-10-271-0/+4