Tk Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins related to "revised_text"

2025-03-30
19:15
Add comments in UpdateElideInfo() for better understanding of the code. check-in: 34662a24 user: fvogel tags: bug-ad458a3a72
09:34
merge trunk Leaf check-in: 027ff1ee user: fvogel tags: revised_text, tip-466
2025-03-21
17:28
Merge 9.0 check-in: 11f4569d user: jan.nijtmans tags: trunk, main
2025-03-18
13:42
Merge 9.1 check-in: c4207ac4 user: jan.nijtmans tags: revised_text, tip-466
13:36
Merge 9.0 check-in: 8f3434b4 user: jan.nijtmans tags: trunk, main
2025-03-16
22:54
Merge 9.1 check-in: 8f92e5f9 user: jan.nijtmans tags: revised_text, tip-466
22:30
Use Tcl_CreateObjCommand2() in test-cases check-in: a6239e70 user: jan.nijtmans tags: trunk, main
2025-03-15
08:59
Remove comment that became useless after previous commit. check-in: 19aa2006 user: fvogel tags: revised_text, tip-466
2025-03-12
14:41
Merge 9.1 check-in: dc6139aa user: jan.nijtmans tags: revised_text, tip-466
13:28
Tk 9.1 doesn't run with Tcl 8.7 anymore. This allows a lot of cleanup check-in: 1d385bb4 user: jan.nijtmans tags: trunk, main
2025-03-09
17:27
merge trunk check-in: 8a6f1edf user: fvogel tags: revised_text, tip-466
2025-03-08
16:37
Minor code cleanup suggested by Eric Brunel check-in: 450c3e0f user: culler tags: trunk, main
2025-03-01
10:12
merge trunk, fix conflicts in tkTextDisp.c by propagating [0ffbdfe2] (the fix for [61cb40b01b]) to the revised text widget. check-in: 2793972a user: fvogel tags: revised_text, tip-466
09:55
merge trunk check-in: fa3abf01 user: fvogel tags: revised_text, tip-466
2025-02-28
15:39
Remove a couple of comments added as reminders. check-in: b1b79d93 user: culler tags: trunk, main
2025-02-27
08:42
update rules.vc check-in: 6bfb74b9 user: jan.nijtmans tags: trunk, main
2025-02-23
00:53
Previous commit was almost right, just the wrong file ... check-in: 1ad1323e user: jan.nijtmans tags: revised_text, tip-466
2025-02-22
17:38
Move TkObjIsEmpty() implemention from tkConfig.c to tkText.c, so it can be re-used by rtext. Add support for TIP#698 (again, so it can be used by revised_text as well) check-in: 68fa9a67 user: jan.nijtmans tags: revised_text, tip-466
2025-02-21
16:45
Merge 9.0 check-in: 91066fc0 user: jan.nijtmans tags: revised_text, tip-466
14:40
Follow-up to [5f739d2253]: Inconsistency in whether widgets allow negative borderwidths. Allow negative values for -padx/-pady for windows embedded in text check-in: a247d00f user: jan.nijtmans tags: trunk, main
2025-02-20
11:17
Merge 9.0 check-in: cf3bb950 user: jan.nijtmans tags: revised_text, tip-466
09:58
No longer build Tk 9.0 against Tcl 8.7 check-in: dc60bb76 user: jan.nijtmans tags: trunk, main
2025-02-19
11:08
Merge 9.0 check-in: 5a15fb28 user: jan.nijtmans tags: revised_text, tip-466
10:56
Fix a lot of comments, regarding argv/argc -> objv/objc check-in: 202e2134 user: jan.nijtmans tags: trunk, main
2025-02-01
15:51
Add non-regression test btree-14.3 crashing before the fix in the previous commit [4bce1cc1]. check-in: b8129965 user: fvogel tags: revised_text, tip-466
15:08
Fix [bdd1f64523]: Assertion failed when switching -elide in the revised text widget check-in: 4bce1cc1 user: fvogel tags: revised_text, tip-466
14:38
Fix logic error in comment. We are in the case (actualElided != shouldBeElided), i.e. these two boolean variables are different. Inside this case, we're in the else clause of an 'if (shouldBeElided)', therefore this else clause is the case 'if (actualElided)', not 'if (!actualElided)'. check-in: e4ceb24e user: fvogel tags: revised_text, tip-466
13:06
Fix typo and add comments. check-in: 8709902f user: fvogel tags: revised_text, tip-466
2025-01-28
20:54
Merge 9.0. [5f739d2253] will be handled in separate commit check-in: d6343387 user: jan.nijtmans tags: revised_text, tip-466
20:16
Additional branches should not be added to CI .yml files (please!) check-in: 4426d73c user: jan.nijtmans tags: trunk, main
2025-01-20
06:47
merge trunk check-in: 4c617794 user: fvogel tags: revised_text, tip-466
2025-01-19
20:46
Rename the fallback proc menubarheight to testmenubarheight. In [d5e602691a], in branch less_tests_constraints created off core-8-6-branch, I have renamed proc menubarheight to testmenubarheight to conform to how other such procs are named in the test suite. Later, in [e78b5c12b6] in trunk, I have added a fallback for that proc to be used by platforms other than macOS. And again later in [49fdd4b212] I have merged trunk in less_tests_constraints. This last commit created the inconsistency. check-in: d3948b1a user: fvogel tags: trunk, main
2025-01-08
20:21
merge trunk check-in: ce5f1dac user: fvogel tags: revised_text, tip-466
2025-01-06
09:23
Fix Tk builds against Tcl 8.7 and Tcl 9.1. See: https://github.com/tcltk/tk/actions/runs/12628690076 check-in: e3443459 user: jan.nijtmans tags: trunk, main
2024-12-22
13:44
Merge 9.0 check-in: 810d4730 user: jan.nijtmans tags: revised_text, tip-466
12:07
Fix [121786c0]: image svg upstream out of bound read nanosvg#262 check-in: c4f6d582 user: jan.nijtmans tags: trunk, main
2024-12-14
11:33
Fix [a67252b384]: Memory leak when running the revised_text test suite check-in: 37ab4932 user: fvogel tags: revised_text, tip-466
2024-12-12
20:18
merge trunk check-in: 758d9de6 user: fvogel tags: revised_text, tip-466
16:27
Make sure that tkUuid.h doesn't end up in "make dist" check-in: 9404265d user: jan.nijtmans tags: trunk, main
2024-12-08
18:01
Merge 9.0 check-in: 205a98fc user: jan.nijtmans tags: revised_text, tip-466
17:54
Add markers in tk.decls, making more clear what API is available in what Tk version check-in: dc9be822 user: jan.nijtmans tags: trunk, main
16:46
Fix two leftover TkpDrawCharsInContext -> Tk_DrawCharsInContext check-in: e2032c17 user: fvogel tags: revised_text, tip-466
16:46
Fix two leftover TkpDrawCharsInContext -> Tk_DrawCharsInContext check-in: acb47319 user: fvogel tags: trunk, main
16:45
merge trunk (tip-706 implementation), adapted in tkTextDisp.c check-in: d9a3abb9 user: fvogel tags: revised_text, tip-466
16:32
Remove leftover tip-706 branch in yml files. check-in: c1dec876 user: fvogel tags: trunk, main
16:17
merge trunk check-in: 9e5d55e8 user: fvogel tags: revised_text, tip-466
16:12
Backout previous commit, it segfaults on macOS with XQuartz (only). check-in: b65ea8f8 user: fvogel tags: revised_text, tip-466
2024-12-07
11:18
Fix [a67252b384]: Memory leak when running the revised_text test suite. check-in: ce75c788 user: fvogel tags: revised_text, tip-466
11:17
Better identify the output of TK_CHECK_ALLOCS results from tkText and tkTextDisp. check-in: 23b87937 user: fvogel tags: revised_text, tip-466
2024-12-06
15:14
Fix [bddc93017d]: `make` fails on Tk trunk with Tcl trunk check-in: fd0d1ad4 user: jan.nijtmans tags: trunk, main