Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed test entry-6.12: merge from 8.5 didn't see that $fixed does not exist ↵ | fvogel | 2016-01-29 | 1 | -3/+3 |
| | | | | in trunk version of entry.test. Thanks to emiliano for the report. | ||||
* | NotebookAddCommand: fix off-by-one error counting objc/objv | jenglish | 2016-01-25 | 1 | -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 Widget | jan.nijtmans | 2016-01-22 | 1 | -1/+68 |
|\ | |||||
| * | Removed unfinished test case committed by error in the previous commit.tip_441 | fvogel | 2016-01-18 | 1 | -22/+0 |
| | | |||||
| * | Reverted [5f396dacdc]. | fvogel | 2016-01-18 | 1 | -0/+22 |
| | | |||||
| * | Documented what listbox-3.18b intends to test. | fvogel | 2016-01-18 | 1 | -0/+4 |
| | | |||||
| * | Removed test listbox-3.18c since it is irrelevant (the rendering of the ↵ | fvogel | 2016-01-16 | 1 | -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.18a | fvogel | 2016-01-16 | 1 | -5/+5 |
| | | |||||
| * | Rebased to latest trunk | fvogel | 2016-01-16 | 1 | -0/+1 |
| |\ | |/ |/| | |||||
| * | Rebased to latest trunk | fvogel | 2016-01-13 | 2 | -24/+199 |
| |\ | |||||
| * | | Added more tests | fvogel | 2016-01-12 | 1 | -0/+74 |
| | | | |||||
| * | | Added some tests | fvogel | 2016-01-11 | 1 | -0/+15 |
| | | | |||||
| * | | merged trunk | fvogel | 2016-01-11 | 29 | -223/+1560 |
| |\ \ | |||||
| * | | | Adapt documentation and test-case | jan.nijtmans | 2014-02-11 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fixed bug [639558ac83] - Lots of listbox tests fail on Linux | fvogel | 2016-01-16 | 1 | -0/+1 |
| |_|/ |/| | | |||||
* | | | TIP #438 (Ensure Line Metrics are Up-to-Date) accepted by vote | fvogel | 2016-01-13 | 2 | -24/+199 |
|\ \ \ | |_|/ |/| | | |||||
| * | | rebase "tip-438" branch to latest trunk.tip_438 | jan.nijtmans | 2016-01-07 | 2 | -24/+199 |
| |\ \ | |||||
| | * \ | Merged core-8-5-branch | fvogel | 2015-12-26 | 1 | -1/+25 |
| | |\ \ | |||||
| | * \ \ | Merged core-8-5-branch | fvogel | 2015-12-21 | 2 | -4/+45 |
| | |\ \ \ | |||||
| | * | | | | Test text-11a.41 now correctly written passes. | fvogel | 2015-12-20 | 1 | -6/+6 |
| | | | | | | |||||
| | * | | | | Tests reordered. Two issues currently: 1. text-11a.22 currently hangs but ↵ | fvogel | 2015-12-19 | 1 | -38/+80 |
| | | | | | | | | | | | | | | | | | | | | | | | | should pass once [.text sync -command $cmd] will be correctly implemented. 2. text-11a.41 fails (unsure why) | ||||
| | * | | | | Merged core-8-5-branch | fvogel | 2015-12-13 | 2 | -2/+13 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merged core-8-5-branch | fvogel | 2015-12-09 | 1 | -9/+30 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | [.text pendingsync] returns a boolean | fvogel | 2015-11-28 | 1 | -1/+1 |
| | | | | | | | | |||||
| | * | | | | | | Merged core-8-5-branch | fvogel | 2015-11-22 | 1 | -0/+16 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Use the new sync command instead of the 'count -update' workaround | fvogel | 2015-11-22 | 1 | -4/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | Improved the tests a bit | fvogel | 2015-11-21 | 2 | -36/+45 |
| | | | | | | | | | |||||
| | * | | | | | | | Adjusted when <<WidgetViewSync>> fires. Also %d now only has boolean value. ↵ | fvogel | 2015-11-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implementation in sync with TIP #438 rev. 1.10 | ||||
| | * | | | | | | | Rename "yupdate" to "sync" and fix various test-cases | jan.nijtmans | 2015-11-19 | 2 | -31/+31 |
| | | | | | | | | | |||||
| | * | | | | | | | better argument checking | jan.nijtmans | 2015-11-19 | 1 | -1/+9 |
| | | | | | | | | | |||||
| | * | | | | | | | First test-implementation of "$t yupdate -command <command>". TODO: more ↵ | jan.nijtmans | 2015-11-19 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | testcases and documentation | ||||
| | * | | | | | | | Better test for bug [2677890] since [19960bcef8] breaks relevance/efficiency ↵ | fvogel | 2015-11-16 | 1 | -18/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of the previous version of textDisp-34.1 | ||||
| | * | | | | | | | Merge core-8-5-branch | jan.nijtmans | 2015-11-16 | 1 | -2/+2 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | TIP #438 - <<TextLineHeightsInvalid>> event added, with corresponding new tests | fvogel | 2015-11-14 | 1 | -0/+28 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | TIP #438 - [.text pendingyupdate] command added, with corresponding new tests | fvogel | 2015-11-14 | 1 | -5/+36 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | TIP #438 - [.text yupdate] command added, with corresponding new tests | fvogel | 2015-11-14 | 1 | -5/+40 |
| | |/ / / / / / / / | |||||
* | | | | | | | | | | Fixed test constraintsbug_1927212fff | fvogel | 2016-01-09 | 1 | -2/+2 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Test cases scrollbar-10.[12] pass | fvogel | 2016-01-09 | 1 | -5/+5 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Make test-case and binding equal for win32 and x11. Test-case doesn't pass yet | jan.nijtmans | 2016-01-08 | 1 | -1/+16 |
| | | | | | | | | | | |||||
* | | | | | | | | | | New attempt at fixing bug [1927212fff]. (rebased against Tk 8.6) | jan.nijtmans | 2016-01-08 | 1 | -0/+15 |
|\ \ \ \ \ \ \ \ \ \ | |||||
* | | | | | | | | | | | Backout previous commit: it causes many event-related test-failures in Tk ↵ | jan.nijtmans | 2016-01-08 | 1 | -15/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test suite | ||||
* | | | | | | | | | | | Fixed bug [1927212] - MouseWheel unbound for non-aqua scrollbars | jan.nijtmans | 2016-01-08 | 1 | -0/+15 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | |||||
| * | | | | | | | | | | Added non-regression test for [1927212] | fvogel | 2016-01-07 | 1 | -0/+15 |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | |||||
* | | | | | | | | | | Fixed bug [3e3e25f483] - winbutton-1.[12] fails on Win7 | jan.nijtmans | 2016-01-08 | 1 | -2/+8 |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | Fixed bug [3e3e25f483] - winbutton-1.[12] fails on Win7bug_3e3e25f483 | fvogel | 2016-01-06 | 1 | -2/+6 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Fixed bug [3102228] - <<ListboxSelect>> doesn't fire when selection lost | fvogel | 2016-01-06 | 1 | -0/+15 |
|\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Fixed bug [3102228] - <<ListboxSelect>> doesn't fire when selection lost | fvogel | 2016-01-06 | 1 | -0/+15 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Fixed bug [3102228] - <<ListboxSelect>> doesn't fire when selection lostbug_3102228fff | fvogel | 2015-12-31 | 1 | -0/+15 |
| | |/ / / / / / / / | |||||
* | | | | | | | | | | Fixed bug [1288433] - LisboxSelect event triggers when listbox state is disabled | fvogel | 2016-01-06 | 1 | -0/+24 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | |||||
| * | | | | | | | | | Fixed bug [1288433] - LisboxSelect event triggers when listbox state is disabledbug_1288433fff | fvogel | 2015-12-30 | 1 | -0/+24 |
| |/ / / / / / / / |