Tk Source Code

Check-in [cd7e2cb6]
Login

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

Overview
Comment:Merge trunk
Downloads: See separate download page
Timelines: family | ancestors | descendants | both | revised_text | tip-466
Files: files | file ages | folders
SHA3-256: cd7e2cb6705adb5ccbd448590faae56f529d39182f28dd623fe4a0d4e8fef77b
User & Date: nab 2026-07-29 09:05:02.739
Context
2026-07-29
18:32
Merge nab-marks (mark command and undo lifecycle fixes) check-in: d77c37f9 user: nab tags: revised_text, tip-466
17:29
Fix [mark gravity insert], [mark names -discardspecial] and [mark compare] check-in: b3e4cf4d user: nab tags: nab-marks
16:07
Don't preserve a still living mark when destroying its undo token check-in: 4c7dabce user: nab tags: nab-mark-release
15:20
Fix [mark names -discardspecial] without pattern, the option was taken as a pattern check-in: ef9064c1 user: nab tags: nab-mark-cmd
15:18
Re-link the insert mark when changing its gravity, the chain must keep the gravity order closed check-in: 7f69cf17 user: nab tags: nab-mark-gravity
15:01
Fix crash in GetBbox when the display line is entirely elided check-in: 46984f71 user: nab tags: nab-elide-display
09:05
Merge trunk check-in: cd7e2cb6 user: nab tags: revised_text, tip-466
2026-07-28
15:36
Code cleanup and minor visual improvements related to most built-in themes. check-in: 0c05faa4 user: csaba tags: trunk, main
2026-07-22
17:14
Merge trunk check-in: 3b348ba4 user: nab tags: revised_text, tip-466
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tkCanvText.c.
Changes to generic/tkCanvUtil.c.
Changes to generic/ttk/ttkClamTheme.c.
Changes to generic/ttk/ttkClassicTheme.c.
Changes to generic/ttk/ttkDefaultTheme.c.
Changes to generic/ttk/ttkElements.c.
Changes to generic/ttk/ttkTheme.h.
Changes to generic/ttk/ttkTreeview.c.
Changes to library/demos/anilabel.tcl.
Changes to library/demos/image1.tcl.
Changes to library/demos/items.tcl.
Changes to library/demos/label.tcl.
Changes to library/demos/print.tcl.
Changes to library/demos/tree.tcl.
Changes to library/demos/treeview.tcl.
Changes to library/demos/twind.tcl.
Changes to library/demos/windowicons.tcl.
Changes to library/ttk/altTheme.tcl.
Changes to library/ttk/clamTheme.tcl.
Changes to library/ttk/classicTheme.tcl.
Changes to library/ttk/defaults.tcl.
Changes to library/ttk/winTheme.tcl.
Changes to tests/testutils.tcl.
Changes to tests/ttk/treeview.test.
Changes to win/ttkWinVistaTheme.c.