Tk Source Code

Check-in [0c9ad396]
Login

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

Overview
Comment:Proof of concept for glyph-based indexing using a platform-specific TextManager - only implemented for macOS tk entry widgets so far.
Downloads: See separate download page
Timelines: family | ancestors | descendants | both | glyph_indexing
Files: files | file ages | folders
SHA3-256: 0c9ad396546ccb6b74374531d1842c47fb037d9ecab1ead7ce6ae023e46220fd
User & Date: marc_culler 2020-05-23 16:51:27.295
Context
2020-05-25
20:06
Add support for validation of Entry widgets. check-in: f37e7875 user: marc_culler tags: glyph_indexing
2020-05-23
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
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tkEntry.c.
Changes to generic/tkEntry.h.
Changes to generic/tkInt.h.
Changes to macosx/tkMacOSXFont.c.