Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [ab839efc5f]: text edit undo: clearing text instead of restoring. | fvogel | 2024-04-21 | 1 | -1/+15 |
|\ | |||||
| * | Add (currently failing) test text-27.26 demonstrating bug [ab839efc5f]. | fvogel | 2024-04-20 | 1 | -0/+15 |
| | | |||||
* | | Revise "bad screen distance" error-messages | jan.nijtmans | 2024-01-23 | 1 | -3/+3 |
| | | |||||
* | | Fix [a9cf210a42]: Text select doesn't cover first character. | fvogel | 2023-04-30 | 1 | -2/+18 |
|\ \ | |/ | |||||
| * | Robustify text-27.15b that failed after [898c0657], on macOS with aqua only. ↵ | fvogel | 2023-04-23 | 1 | -2/+2 |
| | | | | | | | | The failure was due to TextClosestGap now correctly returning 1.0 (was erroneously 1.1 before) since the given position (15,3) is above the text area of the widget in the macOS aqua case due to -highlightthickness default value 3, which is not the case on other platforms. Since we are here, robustify text-27.15c as well. | ||||
| * | Add comment and non-regression test text-38.1 (correctly failing before and ↵ | fvogel | 2023-04-22 | 1 | -0/+16 |
| | | | | | | | | passing after the fix). | ||||
| * | Reduce differences in the test suite between 8.6 and 8.7 by backporting ↵ | fvogel | 2022-11-30 | 1 | -135/+132 |
| | | | | | | | | cosmetic differences from 8.7. | ||||
* | | Remove unnecessary update (ported from 8.6). | fvogel | 2022-11-30 | 1 | -1/+0 |
| | | |||||
* | | Merge core-8-6-branch. | fvogel | 2022-11-29 | 1 | -7/+7 |
|\ \ | |/ | |||||
| * | Cherrypick [669395f7]: text-23.*: Enlarge the width of the text widget to be ↵ | fvogel | 2022-11-29 | 1 | -7/+7 |
| | | | | | | | | sure there is enough room to display the tabbed text without wrapping. | ||||
| * | Use string comparison when checking for 'aqua' platform. | fvogel | 2022-11-01 | 1 | -1/+1 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2022-11-02 | 1 | -1/+1 |
|\ \ | |||||
| * | | Use "eq" not "==" when checking "tk windowingsystem" | jan.nijtmans | 2022-11-02 | 1 | -1/+1 |
| |/ | |||||
* | | merge core-8-6-branch | fvogel | 2022-06-11 | 1 | -14/+14 |
|\ \ | |/ | |||||
| * | Adopt word 'elided' everywhere since it's much more widespread in the ↵ | fvogel | 2021-06-24 | 1 | -14/+14 |
| | | | | | | | | codebase and manual than 'elidden'. | ||||
* | | Fix [ea876b3e8a]: Text peer widget ignores set -startline when scrolling ↵ | fvogel | 2021-04-18 | 1 | -2/+2 |
|\ \ | |/ | | | | | with the scrollbar. | ||||
| * | Augment test text-32.3 so that it fails if previous commit is backed out. | fvogel | 2021-04-17 | 1 | -2/+2 |
| | | |||||
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -1/+1 |
| | | |||||
* | | Merge trunk | jan.nijtmans | 2020-10-06 | 1 | -4/+4 |
|\ \ | |||||
| * \ | Merge 8.6. Fix some more -Wshadow warnings | jan.nijtmans | 2020-10-06 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | More elimination of the "register" keyword, and more explicit typecasts | jan.nijtmans | 2020-10-06 | 1 | -4/+4 |
| | | | |||||
| | * | Merge 8.5. Update to Xcode12 and gcc-10. ttk test failures now lead to ↵ | jan.nijtmans | 2020-09-28 | 1 | -27/+27 |
| | |\ | | | | | | | | | | | | | Travis build failures | ||||
| | | * | (cherry-pick): Require Tcltest 2.2 as a miminum. Run X11 testcases on Travis ↵ | jan.nijtmans | 2020-09-16 | 1 | -15/+15 |
| | | | | | | | | | | | | | | | | in 3 Ubuntu variants: Xenial, Bionic and Focal. (MacOS/XQuartz not working yet) | ||||
* | | | | Merge trunk | jan.nijtmans | 2020-10-05 | 1 | -15/+15 |
|/ / / | |||||
* | | | Use \x escape sequences in stead of \u when appropriate | jan.nijtmans | 2020-09-29 | 1 | -1/+1 |
| | | | |||||
* | | | Don't depend on lsearch returning -1 any more | jan.nijtmans | 2020-09-18 | 1 | -3/+3 |
| | | | |||||
* | | | Merge trunk | jan.nijtmans | 2020-08-24 | 1 | -106/+9 |
|\ \ \ | |||||
| * | | | Testcase cleanup (mainly unnessary curly braces) | jan.nijtmans | 2020-08-24 | 1 | -11/+8 |
| | | | | |||||
| * | | | Remove duplicate tests | fvogel | 2020-08-24 | 1 | -94/+0 |
| | | | | |||||
| * | | | One more use of TkNewIndexObj() macro. More code cleanup | jan.nijtmans | 2020-08-20 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge trunk | jan.nijtmans | 2020-08-14 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | tkConfig.c: protect usage of internalPtr when offset is TCL_INDEX_NONE. ↵ | jan.nijtmans | 2020-08-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Backported from revised_text. Various minor changes in error-messages, also inspired by revised_text | ||||
* | | | | Merge trunk | jan.nijtmans | 2020-08-14 | 1 | -46/+46 |
|\ \ \ \ | |/ / / | |||||
| * | | | More consistancy in Tcl_WrongNumArgs() messages and documentation | jan.nijtmans | 2020-08-14 | 1 | -46/+46 |
| |\ \ \ | | |/ / | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-08-13 | 1 | -4/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2020-08-13 | 1 | -3/+3 |
| |\ \ \ | | |/ / | |||||
| * | | | For macOS tests, account for the fact that Big Sur has a larger menubar. | culler | 2020-07-20 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | For macOS tests, account for the fact that Big Sur has a larger menubar. | culler | 2020-07-20 | 1 | -1/+1 |
| | | | | |||||
* | | | | New TIP #580 implementation. Documentation still missing. | jan.nijtmans | 2020-07-14 | 1 | -1/+1 |
|/ / / | |||||
* | | | Remove many unnessesaary curly-braces in testcases | jan.nijtmans | 2020-06-09 | 1 | -78/+78 |
| | | | |||||
* | | | Fix [411359dc3b]: crashes and zombies on Macintosh computers with a TouchBar. | culler | 2020-05-12 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix [411359dc3b]: Clean up Aqua window destruction in TkWmDeadWindow to ↵ | culler | 2020-05-11 | 1 | -1/+2 |
| | | | | | | | | | | | | prevent crashes and zombies on systems with a Touchbar. | ||||
* | | | In test-cases same optimization as everywhere else: KeyPress -> Key and ↵ | jan.nijtmans | 2020-01-27 | 1 | -9/+9 |
| | | | | | | | | | | | | ButtonPress -> Button. | ||||
* | | | Merge 8.6 | jan.nijtmans | 2019-06-05 | 1 | -6/+6 |
|\ \ \ | |/ / | |||||
| * | | Use single-argument "expr" as much as possible. Not complete yet, but most ↵ | jan.nijtmans | 2019-06-05 | 1 | -6/+6 |
| | | | | | | | | | | | | trivial places are done. | ||||
* | | | Fix bug [2249e64bdc]: adjust unixWm tests which expect impossible results on ↵ | culler | 2019-02-13 | 1 | -4/+11 |
|\ \ \ | |/ / | | | | | | | Aqua. | ||||
| * | | Two text tests also try to position a window with y = 0. Tweak these for Aqua. | culler | 2019-02-13 | 1 | -4/+11 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2019-01-10 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
* | | | Resolve bug [18a4ba19bd]. Make winfo containing behave consistently across | culler | 2019-01-04 | 1 | -0/+94 |
|\ \ \ | |/ / | | | | platforms and fix a bug with embedded toplevels. | ||||
| * | | Fix bug [b2dd3b4fe8] (text-11a.41 sometimes hangs) by reworking how the | jan.nijtmans | 2019-01-03 | 1 | -106/+115 |
| | | | | | | | | | <<WidgetViewSync>> event is handled. |