summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Bug [47af31bd3a] - tk_getSaveFile adds . as extension.ashok2015-10-091-2/+113
* | | | 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
| |\ \ \ | | |/ /
| * | | 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 co...fvogel2015-09-301-5/+5
| * | | 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 o...ashok2015-10-061-0/+193
* | | | | 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
|\ \ \ \ | |/ / /
| * | | Fixed bug [1581435fff] - Documented precedence order in the matching process ...bug_1581435ffffvogel2015-09-021-2/+7
* | | | Made textDisp-4.9 more robust to font variations across platforms, so that it...fvogel2015-07-281-1/+5
|\ \ \ \ | |/ / /
| * | | Made textDisp-4.9 more robust to font variations across platforms, so that it...fvogel2015-07-281-1/+5
* | | | Fixed bug [2886436fff] - [.txt] deletes before start index - by appyling the ...fvogel2015-07-162-5/+6
|\ \ \ \ | |/ / /
| * | | Fixed bug [2886436fff] - [.txt delete] deletes before start index - This is o...bug_2886436fff_option1fvogel2015-07-142-5/+6
| |/ /
* | | Fixed bug [3f1f79abcf] - Text widget crash when seeing or bboxing (or selecti...fvogel2015-07-131-0/+13
|\ \ \ | |/ /
| * | 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 pan...fvogel2015-06-011-0/+17
|\ \ \ | |/ /
| * | 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
* | | | [e4ed00a954] Fixed crash with display wordstartdgp2015-04-091-0/+5
|\ \ \ \ | |/ / /
| * | | Fixed crash with display wordstart - Bug [e4ed00a954]bug_e4ed00a954fvogel2015-04-081-0/+5
| |/ /
* | | Fixed failing textImage-3.2 test - See bug [1591493fff]fvogel2015-02-151-5/+6
|\ \ \ | |/ /
| * | Fixed failing textImage-3.2 test - See bug [1591493fff]fvogel2015-02-151-4/+6
* | | Merged core-8-5-branchfvogel2015-02-111-1/+15
|\ \ \ | |/ /
| * | Merged branch bug-382da038c9fvogel2015-02-111-0/+10
| |\ \
| | * | Stop panic (Bad tag priority being toggled on) - Bug [382da038c9]bug_382da038c9fvogel2015-02-081-0/+10
* | | | Fixed crash in 'text see' - Bug [e0f1c380bd]fvogel2015-02-091-0/+12
|\ \ \ \ | |/ / /
| * | | Fixed crash in 'text see' - Bug [e0f1c380bd]fvogel2015-02-091-0/+12
| |/ /
* | | Modify bind tests for '%M' to save/restore the 'Key' bindings for both 'All' ...Joe Mistachkin2015-02-061-10/+20
|\ \ \ | |/ /
| * | Modify bind tests for '%M' to save/restore the 'Key' bindings for both 'All' ...Joe Mistachkin2015-02-061-4/+22
* | | Add support for an 'M' binding substitution that is replaced with the number ...Joe Mistachkin2015-02-061-1/+32
|\ \ \ | |/ /
| * | Add support for an 'M' binding substitution that is replaced with the number ...Joe Mistachkin2015-02-061-0/+26
| |\ \
| | * \ Merge updates from core-8-5-branch.bindScriptCountJoe Mistachkin2015-02-052-3/+3
| | |\ \
| | * \ \ Merge updates from core 8.5 branch.Joe Mistachkin2014-11-119-38/+218
| | |\ \ \
| | * | | | Add docs and tests.Joe Mistachkin2012-11-161-0/+26
* | | | | | Merge bug fixes from fvogel's text-elided branchdgp2015-02-062-14/+368
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixed disappearing cursor when moving up one line at the boundary of elided l...fvogel2015-01-251-0/+35
| * | | | | TkTextIndexCount is counting chars. Fix these calls where bytes counting is n...fvogel2015-01-241-0/+23
| * | | | | Merged core-8-5-branchfvogel2015-01-121-2/+2
| |\ \ \ \ \ | | | |_|/ / | | |/| | |