rtext

Timeline
Login

Timeline

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

41 check-ins

2025-02-02
17:25
Tk upstream [https://core.tcl-lang.org/tk/info/b8129965bef243d3]: Add non-regression test btree-14.3 crashing before the fix in the previous commit [4bce1cc1]. Leaf check-in: 9471c6546e user: fvogel tags: trunk
17:23
Tk upstream [https://core.tcl-lang.org/tk/info/4bce1cc1321b13b3]: Fix [bdd1f64523]: Assertion failed when switching -elide in the revised text widget check-in: e55fb891f8 user: fvogel tags: trunk
17:22
Tk upstream [https://core.tcl-lang.org/tk/info/e4ceb24e3dceae77]: 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: 6f9d6e9e69 user: fvogel tags: trunk
17:21
Tk upstream [https://core.tcl-lang.org/tk/info/8709902f3cf7b90c]: Fix typo and add comments. check-in: 61886211b4 user: fvogel tags: trunk
17:20
Tk upstream [https://core.tcl-lang.org/tk/info/ce5f1dac2ae40173], [https://core.tcl-lang.org/tk/info/4c6177943243f9e6] and [https://core.tcl-lang.org/tk/info/d6343387a02875b8], which for rtext only result in changing proc menubarheight to proc testmenubarheight with an adjustment. check-in: ad242f3dc5 user: fvogel tags: trunk
17:04
tclconfig upstream [https://core.tcl-lang.org/tclconfig/info/52f1d8f6a0263b3a]: Fix link to TEA docs check-in: 4ce78c793d user: fvogel tags: trunk
2024-12-31
15:04
Require at least Tk 9.0.1 so that TIP #706 is present, which allows to build rtext on macOS with aqua. check-in: 8cbfabc48a user: fvogel tags: trunk
2024-12-16
21:00
Require any version at least equal to 9.0 and strictly less than the next (10.0) major, leaving support for Tcl 10 undetermined. check-in: dac8e1a723 user: fvogel tags: trunk
2024-12-15
20:40
Remove further unused stuff from constraints.tcl check-in: a25879865b user: fvogel tags: trunk
20:39
Remove unused stuff from constraints.tcl check-in: ed431376dc user: fvogel tags: trunk
08:55
Tk upstream [https://core.tcl-lang.org/tk/info/37ab4932858f49ec]: Fix [a67252b384]: Memory leak when running the revised_text test suite check-in: 357c9632bc user: fvogel tags: trunk
2024-12-08
17:00
Merge tip-706. This is the same as Tk upstream [https://core.tcl-lang.org/tk/info/d9a3abb9dc2e953a]: merge trunk (tip-706 implementation), adapted in tkTextDisp.c. check-in: c1fbcfe292 user: fvogel tags: trunk
16:57
Tk upstream [https://core.tcl-lang.org/tk/info/23b87937c0d70a97]: Better identify the output of TK_CHECK_ALLOCS results from tkText and tkTextDisp. check-in: 79b3c22fb5 user: fvogel tags: trunk
16:56
Tk upstream [https://core.tcl-lang.org/tk/info/3bd14b19c6c11439]: Make revised_text build when TK_CHECK_ALLOCS is defined. check-in: 24263e3c59 user: fvogel tags: trunk
2024-11-30
17:00
merge trunk Closed-Leaf check-in: 9c9b5b2fa4 user: fvogel tags: tip-706
16:59
Tk upstream [https://core.tcl-lang.org/tk/info/bf3a9da641f736cf]: Provide a potential fallback for proc menubarheight. check-in: 98d97ece4a user: fvogel tags: trunk
16:17
Adapt to TIP #706 of Tk (Expose three Tk 'In Context' functions via stubs table). check-in: f7126d0258 user: fvogel tags: tip-706
2024-11-27
20:34
Tk upstream [https://core.tcl-lang.org/tk/info/0a0a44ba2f1d3f96]: Add semicolons needed to fix the build when the NEW_SEGMENT macro is used. check-in: 46d90c2005 user: fvogel tags: trunk
2024-11-17
18:28
Tk upstream [https://core.tcl-lang.org/tk/info/947fbbd8f855b793]: Fix [d5a3b86f3a]: tablelist widget with header items and title columns crashes when run with revised_text. check-in: a503afdead user: fvogel tags: trunk
2024-11-15
23:39
Tk upstream [https://core.tcl-lang.org/tk/info/6581ca91a3773bfe]: Remove superfluous #include (already included in tkText.h). check-in: 21685c5c45 user: fvogel tags: trunk
21:35
Tk upstream [https://core.tcl-lang.org/tk/info/4719c5a45cb9aa42]: Fix [432d8daf8b]: revised_text widget limits number of tags to 32. Thanks to Paul Obermeier. check-in: 8e6db119e5 user: fvogel tags: trunk
2024-11-14
04:53
Since tclrtext.c was derived from tclsample.c from the sampleextension repository, I guess that original copyrights should be retained. check-in: 0360106792 user: fvogel tags: trunk
2024-11-13
20:17
Add upstream changes from tclconfig. check-in: c77dbbe619 user: fvogel tags: trunk
20:16
Add upstream changes from samplextension. check-in: 78978cc6e5 user: fvogel tags: trunk
2024-11-12
21:40
Adjust ignore-glob file. check-in: eb856e83c8 user: fvogel tags: trunk
21:29
Add README and license terms (Tk license). check-in: bb42532225 user: fvogel tags: trunk
2024-11-11
21:38
Let 'make test' work on Linux the same as on Windows, and ditto for make gdb-test. At this point 100% of the tests do pass on Linux (same on Windows). check-in: bb9e024bc9 user: fvogel tags: trunk
21:22
Install text.tcl library file on Linux. check-in: 77fba39e73 user: fvogel tags: trunk
21:08
Check presence of X11 headers at configure step on Linux. check-in: 409421aebf user: fvogel tags: trunk
19:00
Add -DBUILD_tk to CFLAGS. rtext builds now on Linux. check-in: 3f81b24042 user: fvogel tags: trunk
15:06
Remove unused and useless function Rtext_Cmd (Tk_TextObjCmd is used instead). check-in: 99133ed20b user: fvogel tags: trunk
14:54
Add constraints.tcl (forgotten in previous commits). check-in: 658b400ca2 user: fvogel tags: trunk
14:53
Simplify init code a bit. check-in: 6b76f22573 user: fvogel tags: trunk
14:51
Let the tests pass on Windows (at this point 100 % of the tests do pass on this platform). check-in: 767a7befe9 user: fvogel tags: trunk
14:49
Arrange for the rtext library to be loaded at rtext init. check-in: 11409cdeb4 user: fvogel tags: trunk
08:19
Initialize Tk stubs (thanks to Christian Gollwitzer). check-in: 04b6bfc860 user: fvogel tags: trunk
2024-11-10
21:27
Tweak ignore-glob and remove generated file from the repository. check-in: 9b3b505963 user: fvogel tags: trunk
21:21
Add .fossil-settings check-in: bc5eb446c1 user: fvogel tags: trunk
21:18
Add tclconfig files. It now almost builds on Linux. check-in: 877a87c015 user: fvogel tags: trunk
21:04
Very first version of the revised text widget provided as a TEA package. It builds on Windows, but there is absolutely nothing more at this stage (i.e. the tests do not run, the documentation does not build, and the widget crashes upon instantiation because tkStubsPtr is NULL). check-in: 1011d600d9 user: fvogel tags: trunk
20:38
initial empty check-in check-in: ec34f75c6d user: fvogel tags: trunk