Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug [d95e5d8f16] - Hidden panes in panedwindow incorrectly trigger ↵ | fvogel | 2016-03-11 | 1 | -0/+32 |
| | | | | <Map> events (cherrypicked [42c8d8441c]) | ||||
* | Added test case wm-forget-2 related to test the fix for bug [e9112ef96e] ↵ | fvogel | 2016-03-07 | 1 | -0/+26 |
| | | | | (cherrypicked [a6c6d3bd08]) | ||||
* | Fixed bug [2262543] - Scale widget unexpectedly fires command callback ↵ | fvogel | 2016-03-07 | 1 | -0/+108 |
| | | | | (cherrypicked [3c1a8559dd]) | ||||
* | merge trunk | dgp | 2016-02-16 | 1 | -2/+0 |
|\ | |||||
| * | Repair visual test for bevels, inadvertently broken in [6a93101279] | fvogel | 2016-02-11 | 1 | -2/+0 |
| | | |||||
* | | Repair broken test. | dgp | 2016-02-09 | 1 | -1/+1 |
|/ | |||||
* | Fixed (with a real fix this time) bug [06c1433906] - Text widget crash ↵ | fvogel | 2016-02-08 | 1 | -11/+2 |
|\ | | | | | | | during delete | ||||
| * | Made FindDLine fully match its header description. | fvogel | 2016-02-08 | 1 | -10/+1 |
| | | |||||
| * | Renumbered lines to avoid wrong interpretation of the test. | fvogel | 2016-02-08 | 1 | -1/+1 |
| | | |||||
* | | Fix [0a3d799a6d]: option db rc files in non utf-8 encoding are not portable. | jan.nijtmans | 2016-02-08 | 1 | -1/+1 |
|\ \ | |||||
| * | | Re-implement tkoption readfile using Tcl_ReadChars | jan.nijtmans | 2016-02-02 | 1 | -1/+1 |
| | | | |||||
* | | | Fix [06c14339060ba9ae]: Text widget crash during delete. Thanks to François ↵ | jan.nijtmans | 2016-02-08 | 1 | -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 ↵ | fvogel | 2016-02-07 | 1 | -0/+8 |
| | | | | | | | | | | | | all the other tests) pass. | ||||
| * | | Backout [477949] for Tk 8.5, after discussion in TclCore mailing list: ↵ | jan.nijtmans | 2016-02-03 | 2 | -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/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) | ||||
| * | | Remove cross-test disruption. | dgp | 2016-01-23 | 1 | -0/+1 |
| | | | |||||
| * | | (cherry-pick) Fix [1927212]: MouseWheel unbound for non-aqua scrollbars. ↵ | jan.nijtmans | 2016-01-09 | 1 | -0/+30 |
| | | | | | | | | | | | | Thanks to Francois Vogel for the actual work | ||||
| * | | (cherry-pick) Backout previous commit: it causes many event-related ↵ | jan.nijtmans | 2016-01-08 | 1 | -15/+0 |
| | | | | | | | | | | | | test-failures in Tk test suite | ||||
| * | | (cherry-pick) Fixed bug [1927212] - MouseWheel unbound for non-aqua scrollbars | jan.nijtmans | 2016-01-08 | 1 | -0/+15 |
| | | | |||||
| * | | (cherry-pick) Fixed bug [3e3e25f483] - winbutton-1.[12] fails on Win7 | jan.nijtmans | 2016-01-08 | 1 | -2/+6 |
| | | | |||||
* | | | Fix crashing test case, textDisp-8.13 | dgp | 2016-02-05 | 1 | -0/+9 |
| |/ |/| | |||||
* | | 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 |
| | | | | | | | | | |