summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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.
| * | Backout [477949] for Tk 8.5, after discussion in TclCore mailing list: ↵jan.nijtmans2016-02-032-25/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | option readfile cannot use multibytes. Ticket [0a3d799a] To clarify a bit, what we discovered was that [[option readfile]] as found in all Tk releases up to and including 8.5.18 is already able to read in the whole BMP, so long as the file is stored in the encoding utf-8. The classic ASCII subset is fine. utf-8 is fine. Other encodings are at best non-portable. What [477949] did was to add support for files stored in [[encoding system]] but at the expense of breaking the support for the files stored in utf-8. Not the right outcome for a patch release.
| * | 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)
| * | Remove cross-test disruption.dgp2016-01-231-0/+1
| | |
| * | (cherry-pick) Fix [1927212]: MouseWheel unbound for non-aqua scrollbars. ↵jan.nijtmans2016-01-091-0/+30
| | | | | | | | | | | | Thanks to Francois Vogel for the actual work
| * | (cherry-pick) Backout previous commit: it causes many event-related ↵jan.nijtmans2016-01-081-15/+0
| | | | | | | | | | | | test-failures in Tk test suite
| * | (cherry-pick) Fixed bug [1927212] - MouseWheel unbound for non-aqua scrollbarsjan.nijtmans2016-01-081-0/+15
| | |
| * | (cherry-pick) Fixed bug [3e3e25f483] - winbutton-1.[12] fails on Win7jan.nijtmans2016-01-081-2/+6
| | |
* | | 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
| | | | |
* | | | | Fixed bug [639558ac83] - Lots of listbox tests fail on Linuxfvogel2016-01-161-0/+1
| |_|/ / |/| | |
* | | | TIP #438 (Ensure Line Metrics are Up-to-Date) accepted by votefvogel2016-01-132-24/+199
|\ \ \ \ | |_|/ / |/| | |
| * | | rebase "tip-438" branch to latest trunk.tip_438jan.nijtmans2016-01-072-24/+199
| |\ \ \
| | * \ \ Merged core-8-5-branchfvogel2015-12-261-1/+25
| | |\ \ \
| | * \ \ \ Merged core-8-5-branchfvogel2015-12-212-4/+45
| | |\ \ \ \
| | * | | | | Test text-11a.41 now correctly written passes.fvogel2015-12-201-6/+6
| | | | | | |
| | * | | | | Tests reordered. Two issues currently: 1. text-11a.22 currently hangs but ↵fvogel2015-12-191-38/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | should pass once [.text sync -command $cmd] will be correctly implemented. 2. text-11a.41 fails (unsure why)
| | * | | | | Merged core-8-5-branchfvogel2015-12-132-2/+13
| | |\ \ \ \ \
| | * \ \ \ \ \ Merged core-8-5-branchfvogel2015-12-091-9/+30
| | |\ \ \ \ \ \
| | * | | | | | | [.text pendingsync] returns a booleanfvogel2015-11-281-1/+1
| | | | | | | | |
| | * | | | | | | Merged core-8-5-branchfvogel2015-11-221-0/+16
| | |\ \ \ \ \ \ \
| | * | | | | | | | Use the new sync command instead of the 'count -update' workaroundfvogel2015-11-221-4/+1
| | | | | | | | | |
| | * | | | | | | | Improved the tests a bitfvogel2015-11-212-36/+45
| | | | | | | | | |
| | * | | | | | | | Adjusted when <<WidgetViewSync>> fires. Also %d now only has boolean value. ↵fvogel2015-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implementation in sync with TIP #438 rev. 1.10
| | * | | | | | | | Rename "yupdate" to "sync" and fix various test-casesjan.nijtmans2015-11-192-31/+31
| | | | | | | | | |
| | * | | | | | | | better argument checkingjan.nijtmans2015-11-191-1/+9
| | | | | | | | | |
| | * | | | | | | | First test-implementation of "$t yupdate -command <command>". TODO: more ↵jan.nijtmans2015-11-191-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | testcases and documentation
| | * | | | | | | | Better test for bug [2677890] since [19960bcef8] breaks relevance/efficiency ↵fvogel2015-11-161-18/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of the previous version of textDisp-34.1
| | * | | | | | | | Merge core-8-5-branchjan.nijtmans2015-11-161-2/+2
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ TIP #438 - <<TextLineHeightsInvalid>> event added, with corresponding new testsfvogel2015-11-141-0/+28
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | TIP #438 - [.text pendingyupdate] command added, with corresponding new testsfvogel2015-11-141-5/+36
| | | | | | | | | | | |