Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins related to "revised_text"
2024-09-19
| ||
21:02 | merge trunk Leaf check-in: 59fc24d8 user: fvogel tags: revised_text, tip-466 | |
21:01 | Fix [18e9840f84]: Assignment of invalid symbolic constant NotifyNormal check-in: 7c5f7fff user: fvogel tags: trunk, main | |
2024-09-14
| ||
21:50 | Merge 9.0. This undo's previous commit check-in: 74ca34f4 user: jan.nijtmans tags: revised_text, tip-466 | |
21:43 | re-generate tkConfig.h.in with latest "autoheader" check-in: 5bfa28d4 user: jan.nijtmans tags: trunk, main | |
08:08 | Fix unexpected differences in tkIntPlatDecls.h and tkStubInit.c between revised_text and trunk (should have been either merged in revised_text by [59c2144d], or removed from trunk). check-in: 037b5815 user: fvogel tags: revised_text, tip-466 | |
07:34 | merge trunk check-in: 45b7955b user: fvogel tags: revised_text, tip-466 | |
07:31 | Fix [1871581951]: Assertion failed in textIndex-19.12.2. Also fixed a leftover (from [34db75c0ac]) wrong behavior of the revised text widget when moving the cursor one line down while already on the last displayed line of the text. check-in: 6699168d user: fvogel tags: revised_text, tip-466 | |
2024-09-13
| ||
22:12 | Fix [fbcee2b106]: wrong TK_BUILD_LIB_SPEC on Windows platform (mingw64) check-in: 95db032f user: jan.nijtmans tags: trunk, main | |
21:35 | Fix wrong behavior of the revised text widget when moving the cursor one line down while already on the last displayed line of the text. See comment in ticket [1871581951] for details. check-in: fd4362b4 user: fvogel tags: bug-1871581951 | |
2024-09-10
| ||
20:14 | Fix [1871581951]: Assertion failed in textIndex-19.12.2 check-in: 69bb32d8 user: fvogel tags: bug-1871581951 | |
11:50 | Merge 9.0 check-in: 8b9e8882 user: jan.nijtmans tags: revised_text, tip-466 | |
11:47 | Fix some compiler warnings, when compiling with g++ check-in: 5157b0ca user: jan.nijtmans tags: trunk, main | |
2024-09-06
| ||
08:24 | Bring back mac-build.yml as it was check-in: a61e5e47 user: jan.nijtmans tags: revised_text, tip-466 | |
2024-09-05
| ||
14:28 | For now, shut down the "mem" assert errors, try to concentrate on XQuartz for now. When this is done, I'll revert mac-build.yml to the trunk version check-in: 7d60ba89 user: jan.nijtmans tags: revised_text, tip-466 | |
06:00 | Assert change was wrong check-in: e45bbf68 user: jan.nijtmans tags: revised_text, tip-466 | |
2024-09-04
| ||
14:07 | Is this assert correct? And we are (for now) only interested in --disable-aqua builds check-in: e27c4627 user: jan.nijtmans tags: revised_text, tip-466 | |
2024-09-03
| ||
21:42 | find out which textIndex.test testcase fails with --disable-aqua check-in: 57b2d4aa user: jan.nijtmans tags: revised_text, tip-466 | |
21:37 | Merge 9.0. Indenting fixes check-in: 38d9691b user: jan.nijtmans tags: revised_text, tip-466 | |
20:43 | Forgot to add dead_hamza to the documentation check-in: f1285361 user: jan.nijtmans tags: trunk, main | |
2024-09-02
| ||
09:44 | Merge 9.0 check-in: 59c2144d user: jan.nijtmans tags: revised_text, tip-466 | |
09:39 | Fix [0189a9ae39]: Use of Tk_Uid in Tk API check-in: 6649a801 user: jan.nijtmans tags: trunk, main | |
2024-09-01
| ||
20:14 | merge trunk check-in: 138d726a user: fvogel tags: revised_text, tip-466 | |
20:00 | Use the more efficient Tk_AllocColorFromObj()/Tk_Alloc3DBorderFromObj()/Tk_AllocCursorFromObj()/Tk_GetJustifyFromObj() in tkOldConfig.c. Doc update check-in: d9101584 user: jan.nijtmans tags: trunk, main | |
18:58 | merge trunk check-in: 3bd357cc user: fvogel tags: revised_text, tip-466 | |
18:51 | Rename DEF_TEXT_INACTIVE_SELECT_COLOR to DEF_TEXT_INACTIVE_SELECT_BG_COLOR in the text widget code. check-in: f1828dbe user: fvogel tags: trunk, main | |
18:24 | merge trunk check-in: ce553699 user: fvogel tags: revised_text, tip-466 | |
00:29 | Remove (apparent) unneeded Tk_GetUid() calls check-in: 9e974196 user: jan.nijtmans tags: trunk, main | |
2024-08-30
| ||
19:55 | merge trunk check-in: 9f1f64c2 user: fvogel tags: revised_text, tip-466 | |
14:49 | Merge 8.7 check-in: 7f5f4624 user: jan.nijtmans tags: trunk, main | |
2024-08-29
| ||
22:23 | Remove #define Tcl_GetCharLength that seems to have been sneaked in the revised_text branch for no clear reason. This code is not in trunk, and comes from [884962b8] which is said to be a merge from trunk but the trunk branch state merged into revised_text does not have this code as well. File tkMacOSXFont.c is now identical to its trunk version. check-in: 081b3fa8 user: fvogel tags: revised_text, tip-466 | |
21:48 | merge trunk check-in: f2bda9e9 user: fvogel tags: revised_text, tip-466 | |
21:46 | In trunk, TkMacOSXSetDrawingEnabled is the only place where the TK_DO_NOT_DRAW flag is set or cleared. But this function TkMacOSXSetDrawingEnabled is never called by anything in the entire Tk code. As a consequence any test against TK_DO_NOT_DRAW is always false. Remove all this dead code. check-in: 154fad20 user: fvogel tags: trunk, main | |
20:47 | Remove the TkpDrawingIsDisabled function and use the same approach (code duplication between canvas and text) as in trunk. The tkInt.h and tkMacOSXDraw.c files are now identical to their trunk versions. check-in: 2384b826 user: fvogel tags: revised_text, tip-466 | |
20:35 | merge trunk check-in: 804e86e6 user: fvogel tags: revised_text, tip-466 | |
20:28 | Remove OK_TO_LOG that became useless since [1dfe4fe9]. check-in: a792a256 user: fvogel tags: trunk, main | |
2024-08-26
| ||
21:12 | Fix corresponding mistake in tkTextIndex.c. check-in: d617fb8f user: fvogel tags: revised_text, tip-466 | |
21:09 | Fix mistake in tkInt.h (which also makes it closer to its trunk version). check-in: ac4b4210 user: fvogel tags: revised_text, tip-466 | |
21:07 | Fix mistake in tkObj.c (which also makes it identical to its trunk version). check-in: 1280df35 user: fvogel tags: revised_text, tip-466 | |
21:02 | Adjust comments and remove 8.5 compatibility from previous commit. check-in: 39d683de user: fvogel tags: revised_text, tip-466 | |
20:57 | Backout [a6a9a8d2], so that tkObj.c is again the same as its trunk version. check-in: f4ceab5f user: fvogel tags: revised_text, tip-466 | |
20:46 | Re-introduce TkTextJustify since the justification mode 'full' is only implemented for the revised text widget. tk.h and tkGet.c are now identical to their trunk versions. check-in: 2427c1f2 user: fvogel tags: revised_text, tip-466 | |
19:39 | Due to the previous commit one can remove justifyFullStrings as well. tkConfig.c is now identical to its trunk version. check-in: cebb56f6 user: fvogel tags: revised_text, tip-466 | |
19:35 | Remove the TK_OPTION_JUSTIFY_FULL flag, which is not used by any option. check-in: 387a4c46 user: fvogel tags: revised_text, tip-466 | |
19:22 | Remove TK_JUSTIFY_NUMERIC (not used anywhere). check-in: 7c8dd768 user: fvogel tags: revised_text, tip-466 | |
17:38 | merge trunk check-in: f5abf8a1 user: fvogel tags: revised_text, tip-466 | |
06:03 | Fix [de83677067]: Compile error (undeclared identifier) in generic/tkFrame.c check-in: 72673289 user: jan.nijtmans tags: trunk, main | |
2024-08-25
| ||
13:49 | Move #define TK_IS_64_BIT_ARCH from tkInt.h to a revised_text-specific header, because this #define is only used by the revised text widget. check-in: 109cb5c6 user: fvogel tags: revised_text, tip-466 | |
13:40 | With a space in (char *). check-in: f389e730 user: fvogel tags: revised_text, tip-466 | |
13:39 | For some unknown reason thess (char *) cast changes in tkTest.c were not merged from trunk into revised_text. check-in: bad5c37b user: fvogel tags: revised_text, tip-466 | |
13:28 | merge trunk check-in: c1d2816b user: fvogel tags: revised_text, tip-466 | |