summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Fixed [ac6ca22363] - ttk/spinbox-1.8.4 test fails on Win7fvogel2015-10-231-1/+1
|\ \ \ | |/ /
| * | Fixed [ac6ca22363] - ttk/spinbox-1.8.4 test fails on Win7fvogel2015-10-231-1/+1
| | |
* | | Fix [908b78de9a] for OS X/X11 - which apparently doesn't set ::env(USERNAME) ↵jan.nijtmans2015-10-231-2/+2
| | | | | | | | | | | | - as well.
* | | Robustified text-9.2.46, which failed on Linux Debian 6.0 (bug [cc0ba31920])fvogel2015-10-191-7/+8
|\ \ \ | |/ /
| * | Robustified text-9.2.46, which failed on Linux Debian 6.0 (bug [cc0ba31920])fvogel2015-10-191-7/+8
| |/
* | Fix [908b78de9a6534d6]: winDialog.test terminates in errorjan.nijtmans2015-10-131-1/+1
| |
* | Fix comment in test winDialog-5.12.2ashok2015-10-101-4/+5
| |
* | Fixed bug [2262711fff] - Regexp search fails with Unicode and elidefvogel2015-10-091-0/+21
|\ \ | |/
| * Fixed bug [2262711fff] - Regexp search fails with Unicode and elidefvogel2015-10-091-0/+18
| |\
| | * Added test for bug [2262711fff] - Regexp search fails with Unicode and elidefvogel2015-10-061-0/+18
| | |
* | | Fixed bug [1669632fff] - text widget: autoseparator placement, <Control-1> ↵fvogel2015-10-091-0/+89
|\ \ \ | |/ / | | | | | | cleanup
| * | Fixed bug [1669632fff] - text widget: autoseparator placement, <Control-1> ↵fvogel2015-10-091-0/+89
| |\ \ | | | | | | | | | | | | cleanup
| | * | Fixed bug [1669632fff] case (vi) - <<Cut>> is atomicfvogel2015-10-041-0/+20
| | | |
| | * | Fixed -cleanup section in test text-25.22fvogel2015-10-041-1/+1
| | | |
| | * | Fixed bug [1669632fff] case (v) - <<Clear>> is atomicfvogel2015-10-041-0/+20
| | | |
| | * | Fixed bug [1669632fff] case (vii) - <<Undo>> shall not remove separatorsfvogel2015-10-041-0/+16
| | | |
| | * | Fixed bug [1669632fff] case (iv) - autoseparator was missing on ↵fvogel2015-10-031-1/+20
| | | | | | | | | | | | | | | | <Control-backslash>
| | * | Typofvogel2015-10-031-1/+1
| | | |
| | * | Fixed bug [1669632fff] case (i) - autoseparator was missing on <Control-1>fvogel2015-10-031-0/+14
| | |/
* | | Added missing tests for tk_getOpenFile -defaultextensionashok2015-10-091-0/+29
| | |
* | | Bug [47af31bd3a] - tk_getSaveFile adds . as extension.ashok2015-10-091-2/+113
| | | | | | | | | Also added more tests for -filetypes and -defaultextension combinations.
* | | TIP #437: Tk panedwindow options for proxy windowjan.nijtmans2015-10-081-34/+61
|\ \ \ | |/ /
| * | merge core-8-5-branch. tip_437jan.nijtmans2015-09-301-0/+14
| |\ \ | | |/ | | | This is the TIP #437 implementation being voted on.
| * | Bring panedwindow proxy behavior in line with TIP #437 description.jan.nijtmans2015-09-301-1/+1
| | |
| * | Re-ordered tests of the new three options in alphabetical order, following ↵fvogel2015-09-301-5/+5
| | | | | | | | | | | | convention in the rest of the code and tests
| * | Added -proxyborderwidth optionfvogel2015-09-301-8/+10
| | |
| * | Added -proxybackground optionfvogel2015-09-291-8/+10
| | |
| * | merge core-8-5-branchjan.nijtmans2015-09-143-8/+18
| |\ \
| * | | Bug [1247115fff] - Added -proxyrelief optionfvogel2015-07-141-8/+11
| | | |
* | | | Fix for [46c83f60] (relative paths ignored in tk_getOpenFile/tk_getSaveFile ↵ashok2015-10-061-0/+193
| | | | | | | | | | | | | | | | on Vista+). Added tests for -initialdir option.
* | | | Fixed bug [1501749fff] - Crash on embedded window deletion bound to <Map> eventfvogel2015-09-291-0/+17
|\ \ \ \ | | |_|/ | |/| |
| * | | Fixed bug [1501749fff] - Crash on embedded window deletion bound to <Map> eventbug_1501749ffffvogel2015-09-231-0/+14
| | |/ | |/|
* | | Bug [cc0ba31920] - Make text-9.2.46 pass on Windows 8.1fvogel2015-09-131-1/+1
|\ \ \ | |/ /
| * | Bug [cc0ba31920] - Make text-9.2.46 pass on Windows 8.1fvogel2015-09-131-1/+1
| | |
* | | Fixed bug [1581435fff] - Documented precedence order in the matching process ↵fvogel2015-09-061-2/+7
|\ \ \ | |/ / | | | | | | of the index string
| * | Fixed bug [1581435fff] - Documented precedence order in the matching process ↵bug_1581435ffffvogel2015-09-021-2/+7
| | | | | | | | | | | | of the index string
* | | Made textDisp-4.9 more robust to font variations across platforms, so that ↵fvogel2015-07-281-1/+5
|\ \ \ | |/ / | | | | | | it passes on Linux Debian 6.0
| * | Made textDisp-4.9 more robust to font variations across platforms, so that ↵fvogel2015-07-281-1/+5
| | | | | | | | | | | | it passes on Linux Debian 6.0
* | | Fixed bug [2886436fff] - [.txt] deletes before start index - by appyling the ↵fvogel2015-07-162-5/+6
|\ \ \ | |/ / | | | | | | patch proposed in the ticket: no deletion will ever happen before the start index anymore
| * | Fixed bug [2886436fff] - [.txt delete] deletes before start index - This is ↵bug_2886436fff_option1fvogel2015-07-142-5/+6
| |/ | | | | | | option 1: change the behavior of the text widget to completely avoid any deletion before index1
* | Fixed bug [3f1f79abcf] - Text widget crash when seeing or bboxing (or ↵fvogel2015-07-131-0/+13
|\ \ | |/ | | | | selecting, moving the cursor...) in elided text
| * Added test case for bug [3f1f79abcf]bug_3f1f79abcffvogel2015-07-111-0/+13
| |
* | Test panedwindow-25.2 uses tcltest 2 formatfvogel2015-06-011-2/+6
| |
* | Fixed bug [1292219fff] - Propagated MapNotify and UnmapNotify events of a ↵fvogel2015-06-011-0/+17
|\ \ | |/ | | | | panedwindow to its children
| * Completed test for bug [1292219fff], regarding MapNotify event this timebug_1292219ffffvogel2015-05-301-2/+8
| |
| * Added test for bug [1292219fff] regarding UnmapNotify eventfvogel2015-05-301-0/+11
| |
| * Fixed bug [3554052fff] by applying [b28d8aaa7c] to core-8-5-branchbug_3554052ffffvogel2015-04-261-0/+10
| |
* | [562118ce41] Fix wordstart modifier handling of multi-byte charsdgp2015-04-091-0/+10
|\ \ | |/
| * [562118ce41] Fix wordstart modifier handling of multi-byte charsdgp2015-04-091-0/+10
| |\
| | * Added test for bug [562118ce41]bug_562118ce41fvogel2015-04-081-0/+10
| | |