summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Use non-busy wait in stead of busy "after 100". Testcase still passes! Great!jan.nijtmans2016-05-031-1/+0
|\ \ \
* | | | Added test button-14.1 to guard against regressions regarding [011706ec42]fvogel2016-05-021-0/+19
| | | |
* | | | Fixed Americano-British English (American English selected)fvogel2016-05-021-8/+8
| | | |
* | | | Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is ↵fvogel2016-05-012-2/+26
|\ \ \ \ | | | | | | | | | | | | | | | unsafe
| * | | | Added test text-11a.51 to check the fix of [b362182e45]bug_b362182e45fvogel2016-04-221-0/+19
| | | | |
| * | | | Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is ↵fvogel2016-04-212-1/+6
| |/ / / | | | | | | | | | | | | unsafe
* | | | Fixed [fd3a4dc111] - <<Modified>> event is not always sent to peersfvogel2016-04-291-0/+15
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed [fd3a4dc111] - <<Modified>> event is not always sent to peersbug_fd3a4dc111fvogel2016-04-051-0/+15
| | | |
* | | | Fixed tests numberingfvogel2016-04-071-5/+5
|/ / /
* | | Fixed [18c08df753] - Change of behaviour for text widget last newlinefvogel2016-03-272-6/+5
|\ \ \
* \ \ \ Rebased to core-8-6-branchtip_443fvogel2016-03-201-0/+32
|\ \ \ \
| * | | | Fixed bug [d95e5d8f16] - Hidden panes in panedwindow incorrectly trigger ↵fvogel2016-03-111-0/+32
| | | | | | | | | | | | | | | | | | | | <Map> events (cherrypicked [42c8d8441c])
* | | | | Rebased to core-8-6-branchfvogel2016-03-082-0/+134
|\ \ \ \ \ | |/ / / /
| * | | | Added test case wm-forget-2 related to test the fix for bug [e9112ef96e] ↵fvogel2016-03-071-0/+26
| | | | | | | | | | | | | | | | | | | | (cherrypicked [a6c6d3bd08])
| * | | | Fixed bug [2262543] - Scale widget unexpectedly fires command callback ↵fvogel2016-03-071-0/+108
| | | | | | | | | | | | | | | | | | | | (cherrypicked [3c1a8559dd])
* | | | | Backed out anything dealing with stippling, in accordance with discussion ↵fvogel2016-03-081-23/+1
| | | | | | | | | | | | | | | | | | | | about TIP #443
* | | | | trunk merged to branch tip-443fvogel2016-03-012-3/+1
|\ \ \ \ \ | |/ / / /
| * | | | merge trunkdgp2016-02-161-2/+0
| |\ \ \ \
| | * | | | Repair visual test for bevels, inadvertently broken in [6a93101279]fvogel2016-02-111-2/+0
| | | | | |
| * | | | | Repair broken test.dgp2016-02-091-1/+1
| |/ / / /
* | | | | -rmargincolor tag configuration option: testsfvogel2016-02-101-10/+31
| | | | |
* | | | | -lmargincolor tag configuration option: testsfvogel2016-02-101-6/+22
| | | | |
* | | | | -overstrikefg tag configuration option: testsfvogel2016-02-091-0/+18
| | | | |
* | | | | -underlinefg tag configuration option: testsfvogel2016-02-091-0/+18
| | | | |
* | | | | -selectfgstipple tag configuration option: testsfvogel2016-02-091-1/+12
| | | | |
* | | | | -selectbgstipple tag configuration option: testsfvogel2016-02-091-1/+12
| | | | |
* | | | | -selectforeground tag configuration option: testsfvogel2016-02-091-0/+34
| | | | |
* | | | | -selectbackground tag configuration option: testsfvogel2016-02-091-1/+34
|/ / / /
* | | | Fixed (with a real fix this time) bug [06c1433906] - Text widget crash ↵fvogel2016-02-081-11/+2
|\ \ \ \ | | | | | | | | | | | | | | | during delete
| * | | | Made FindDLine fully match its header description.fvogel2016-02-081-10/+1
| | | | |
| * | | | Renumbered lines to avoid wrong interpretation of the test.fvogel2016-02-081-1/+1
| | | | |
* | | | | Fix [0a3d799a6d]: option db rc files in non utf-8 encoding are not portable.jan.nijtmans2016-02-081-1/+1
|\ \ \ \ \
| * | | | | Re-implement tkoption readfile using Tcl_ReadCharsjan.nijtmans2016-02-021-1/+1
| | | | | |
* | | | | | Fix [06c14339060ba9ae]: Text widget crash during delete. Thanks to François ↵jan.nijtmans2016-02-081-2/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | Vogel for the implementation and Brian Griffin for all his help getting this figured out.
| * | | | | Cherrypicked the new test textDisp-8.13 from core-8-5-branch. This test (and ↵fvogel2016-02-071-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | all the other tests) pass.
* | | | | | Fix crashing test case, textDisp-8.13dgp2016-02-051-0/+9
| |/ / / / |/| | | |
* | | | | Fixed test entry-6.12: merge from 8.5 didn't see that $fixed does not exist ↵fvogel2016-01-291-3/+3
| | | | | | | | | | | | | | | | | | | | in trunk version of entry.test. Thanks to emiliano for the report.
* | | | | NotebookAddCommand: fix off-by-one error counting objc/objvjenglish2016-01-251-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | when readding an already-managed window with arguments. Bug reported on tcl-core by Sam Bromley (22 Jan 2016)
* | | | | Implement TIP #441: Add -justify Configuration Option to the listbox Widgetjan.nijtmans2016-01-221-1/+68
|\ \ \ \ \
| * | | | | Removed unfinished test case committed by error in the previous commit.tip_441fvogel2016-01-181-22/+0
| | | | | |
| * | | | | Reverted [5f396dacdc].fvogel2016-01-181-0/+22
| | | | | |
| * | | | | Documented what listbox-3.18b intends to test.fvogel2016-01-181-0/+4
| | | | | |
| * | | | | Removed test listbox-3.18c since it is irrelevant (the rendering of the ↵fvogel2016-01-161-26/+0
| | | | | | | | | | | | | | | | | | | | | | | | selected items is made in a code that depends on existence of a selection but this is untestable by bboxing since bbox is independent from the presence of a selection in the listbox)
| * | | | | Decided about test results for listbox-3.18afvogel2016-01-161-5/+5
| | | | | |
| * | | | | Rebased to latest trunkfvogel2016-01-161-0/+1
| |\ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Rebased to latest trunkfvogel2016-01-132-24/+199
| |\ \ \ \ \
| * | | | | | Added more testsfvogel2016-01-121-0/+74
| | | | | | |
| * | | | | | Added some testsfvogel2016-01-111-0/+15
| | | | | | |
| * | | | | | merged trunkfvogel2016-01-1129-223/+1560
| |\ \ \ \ \ \
| * | | | | | | Adapt documentation and test-casejan.nijtmans2014-02-111-1/+1
| | | | | | | |