Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Beginning of fix for [18c08df753] - Reverted [296bd4c3], and adjusted ↵ | fvogel | 2016-03-27 | 2 | -6/+5 |
| | | | | textDisp-4.9 accordingly by adding one fixedHeight on the two necessary places in the test result | ||||
* | Repair visual test for bevels, inadvertently broken in [9046f1cb83] ↵ | fvogel | 2016-02-11 | 1 | -2/+0 |
| | | | | (cherrypicked [7ac2438944]) | ||||
* | Fixed (with a real fix this time) bug [06c1433906] - Text widget crash ↵ | fvogel | 2016-02-08 | 1 | -11/+2 |
| | | | | during delete (cherrypicked [48cf3656d9]) | ||||
* | (cherry-pick): Fix [06c14339060ba9ae]: Text widget crash during delete. ↵ | jan.nijtmans | 2016-02-08 | 1 | -2/+1 |
| | | | | Thanks to François Vogel for the implementation and Brian Griffin for all his help getting this figured out. | ||||
* | Fix crashing test case, textDisp-8.13 | dgp | 2016-02-05 | 1 | -0/+9 |
| | |||||
* | 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 |
| | |||||
* | 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 | 2015-12-31 | 1 | -0/+15 |
| | | |||||
* | | Fixed bug [1288433] - LisboxSelect event triggers when listbox state is disabled | fvogel | 2015-12-30 | 1 | -0/+24 |
|/ | |||||
* | Fixed bug [2f78c7c5ea] - text widget segfault with tablelist | fvogel | 2015-12-26 | 1 | -0/+24 |
|\ | |||||
| * | Added new test textDisp-9.14 to check against regression regarding bug ↵ | fvogel | 2015-12-23 | 1 | -0/+24 |
| | | | | | | | | [2f78c7c5ea] | ||||
* | | Made test textDisp-16.18 pass again on Win7 after [a4bf73e4b8]: map the text ↵ | fvogel | 2015-12-23 | 1 | -1/+1 |
|/ | | | | widget earlier | ||||
* | Fixed bug [793909] - Problem with nonexistent namespaces | fvogel | 2015-12-19 | 2 | -0/+12 |
|\ | |||||
| * | Fixed bug [793909] - Problem with nonexistent namespaces | fvogel | 2015-12-12 | 2 | -0/+12 |
| | | |||||
* | | Fixed bug [1700065] - error in trace proc on textvariable doesn't trigger ↵ | fvogel | 2015-12-19 | 2 | -4/+33 |
|\ \ | |/ | | | | | bgerror | ||||
| * | Merged core-8-5-branch | fvogel | 2015-12-11 | 1 | -2/+17 |
| |\ | |||||
| * | | Fixed bug [1700065] - error in trace proc on textvariable doesn't trigger ↵ | fvogel | 2015-12-10 | 2 | -4/+32 |
| | | | | | | | | | | | | bgerror | ||||
* | | | Fix for bug [1739605] - [text see] misbehaves following widget ↵ | fvogel | 2015-12-12 | 1 | -0/+11 |
|\ \ \ | |_|/ |/| | | | | | create/populate - Patch from Koen Danckaert | ||||
| * | | Added non-regression test case: textDisp-11.21 | fvogel | 2015-12-06 | 1 | -0/+11 |
| | | | |||||
* | | | Reverted [30c7d14b21], but really use a spinbox and not an entry for the test... | fvogel | 2015-12-11 | 1 | -0/+14 |
| |/ |/| | |||||
* | | Removed duplicate test: 'entry-23.1' in spinbox.test is the same as ↵ | fvogel | 2015-12-10 | 1 | -14/+0 |
|/ | | | | 'entry-21.1' in entry.test | ||||
* | Fixed bug [1997299fff] - Tag borderwidth leaking | fvogel | 2015-11-29 | 1 | -9/+30 |
|\ | |||||
| * | Added visual tests for borders, following bug [1997299fff] | fvogel | 2015-11-18 | 1 | -9/+30 |
| | | |||||
* | | Added test textDisp-35.1 to check for regressions against pach [5b11cf19] | fvogel | 2015-11-22 | 1 | -0/+16 |
|/ | |||||
* | Fix test-cases textDisp-33.2 and textDisp-33.3 | jan.nijtmans | 2015-11-13 | 1 | -2/+2 |
| | |||||
* | Fixed entry (and final) part of bug [542199fff] - Double click on a lone ↵ | fvogel | 2015-11-08 | 1 | -2/+2 |
|\ | | | | | | | character in an entry does not work | ||||
| * | Fixed entry part of bug [542199fff] - Double click on a lone character in an ↵ | fvogel | 2015-11-03 | 1 | -2/+2 |
| | | | | | | | | entry does not work | ||||
* | | Fixed bug [220854fff] - Trailing tab characters in entry widgets are not ↵ | fvogel | 2015-11-08 | 2 | -1/+9 |
|\ \ | | | | | | | | | | displayed | ||||
| * | | Fixed bug [220854fff] - Trailing tab characters in entry widgets are not ↵ | fvogel | 2015-10-29 | 2 | -1/+9 |
| | | | | | | | | | | | | displayed | ||||
* | | | Fixed [2160206fff] - Panic when posting a menu of type menubar | fvogel | 2015-11-08 | 1 | -0/+9 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Added new test to check for error triggering when posting a menu of type menubar | fvogel | 2015-10-25 | 1 | -0/+9 |
| | | | |||||
* | | | Fixed bug [e51941c1b9] - text-9.2.47 fails sometimes | fvogel | 2015-10-31 | 1 | -0/+4 |
| |/ |/| | |||||
* | | Fix [477949]: option readfile cannot use multibytes. | jan.nijtmans | 2015-10-25 | 2 | -4/+25 |
| | | | | | | Implementation adopted from AndroWish, but added support for UTF-8 BOM and added test-case. | ||||
* | | Fixed [ac6ca22363] - ttk/spinbox-1.8.4 test fails on Win7 | fvogel | 2015-10-23 | 1 | -1/+1 |
| | | |||||
* | | Robustified text-9.2.46, which failed on Linux Debian 6.0 (bug [cc0ba31920]) | fvogel | 2015-10-19 | 1 | -7/+8 |
|/ | |||||
* | Fixed bug [2262711fff] - Regexp search fails with Unicode and elide | fvogel | 2015-10-09 | 1 | -0/+18 |
|\ | |||||
| * | Added test for bug [2262711fff] - Regexp search fails with Unicode and elide | fvogel | 2015-10-06 | 1 | -0/+18 |
| | | |||||
* | | Fixed bug [1669632fff] - text widget: autoseparator placement, <Control-1> ↵ | fvogel | 2015-10-09 | 1 | -0/+89 |
|\ \ | | | | | | | | | | cleanup | ||||
| * | | Fixed bug [1669632fff] case (vi) - <<Cut>> is atomic | fvogel | 2015-10-04 | 1 | -0/+20 |
| | | | |||||
| * | | Fixed -cleanup section in test text-25.22 | fvogel | 2015-10-04 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed bug [1669632fff] case (v) - <<Clear>> is atomic | fvogel | 2015-10-04 | 1 | -0/+20 |
| | | | |||||
| * | | Fixed bug [1669632fff] case (vii) - <<Undo>> shall not remove separators | fvogel | 2015-10-04 | 1 | -0/+16 |
| | | | |||||
| * | | Fixed bug [1669632fff] case (iv) - autoseparator was missing on ↵ | fvogel | 2015-10-03 | 1 | -1/+20 |
| | | | | | | | | | | | | <Control-backslash> | ||||
| * | | Typo | fvogel | 2015-10-03 | 1 | -1/+1 |
| | | |