Tk Source Code

Check-in [c1dfb569]
Login

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

Overview
Comment:Centralize the definitions of what keys do particular types of left and right movements in entries and text widgets. They vary between platforms!
Downloads: See separate download page
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: c1dfb56927e90dd1af8b0b7a81cf0bc8396d7bb8
User & Date: dkf 2010-01-06 18:37:35.000
Context
2010-01-07
15:32
[Bug 2677890]: Fix odd text widget update problem that had scrollbars being unable to cover the whole widget. Fix is to reify the range to update sooner. check-in: 82437bcb user: dkf tags: trunk
2010-01-06
18:37
Centralize the definitions of what keys do particular types of left and right movements in entries and text widgets. They vary between platforms! check-in: c1dfb569 user: dkf tags: trunk
14:58
[Bug 2926819]: Factor out the pointer warping code a bit better and extend it to work on OSX too. check-in: 0ebe1c29 user: dkf tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ChangeLog.
Changes to doc/event.n.
Changes to library/entry.tcl.
Changes to library/spinbox.tcl.
Changes to library/text.tcl.
Changes to library/tk.tcl.
Changes to library/ttk/entry.tcl.