Tk Source Code

Changes On Branch glyph_indexing
Login

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

Changes In Branch glyph_indexing Excluding Merge-Ins

This is equivalent to a diff from 905e6388 to 94473623

2020-05-26
16:28
Add a range command to the entry in order to support glyph-based selection. Closed-Leaf check-in: 94473623 user: marc_culler tags: glyph_indexing
12:26
Adjust the TextManager interface slightly. check-in: 4ce9e66f user: marc_culler tags: glyph_indexing
2020-05-23
22:13
Merge 8.6 check-in: 60835526 user: jan.nijtmans tags: trunk
21:40
Merge trunk. Fix C++ builds, also for TCL_UTF_MAX=4 and TCL_UTF_MAX=6 check-in: 0cb6fdeb user: jan.nijtmans tags: size-for-sel
16:51
Proof of concept for glyph-based indexing using a platform-specific TextManager - only implemented for macOS tk entry widgets so far. check-in: 0c9ad396 user: marc_culler tags: glyph_indexing
2020-05-22
13:40
Merge 8.6 check-in: 905e6388 user: jan.nijtmans tags: trunk
13:36
Merge 8.5 check-in: ba9430d0 user: jan.nijtmans tags: core-8-6-branch
12:43
Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantly everywhere: It's actually the same. check-in: 1c6ef075 user: jan.nijtmans tags: trunk

Changes to doc/entry.n.

Changes to generic/tkEntry.c.

Changes to generic/tkEntry.h.

Changes to generic/tkInt.h.

Changes to library/entry.tcl.

Changes to macosx/tkMacOSXFont.c.

Changes to tests/entry.test.