Tk Source Code

Check-in [e1338766]
Login

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

Overview
Comment:Merge 8.7
Downloads: See separate download page
Timelines: family | ancestors | descendants | both | revised_text | tip-466
Files: files | file ages | folders
SHA3-256: e1338766ad8368e89774e25226846366f359f738bd52ddf7a85b5de6c77514c7
User & Date: jan.nijtmans 2020-05-22 13:02:53.860
Context
2020-06-28
16:36
Merge trunk (only tested with Tcl 8.7, not yet with 9.0) check-in: 6ceb7185 user: jan.nijtmans tags: revised_text, tip-466
2020-05-22
13:02
Merge 8.7 check-in: e1338766 user: jan.nijtmans tags: revised_text, tip-466
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
2020-04-25
12:32
Restore the build with MSVC after the C++ changes. check-in: a91c2341 user: fvogel tags: revised_text, tip-466
Changes
Unified Diff Side-by-Side Diff Patch
Changes to doc/bind.n.
Changes to doc/colors.n.
Changes to generic/tk.h.
Changes to generic/tkBind.c.
Changes to generic/tkBusy.c.
Changes to generic/tkButton.c.
Changes to generic/tkCanvText.c.
Changes to generic/tkClipboard.c.
Changes to generic/tkConfig.c.
Changes to generic/tkEntry.c.
Changes to generic/tkEvent.c.
Changes to generic/tkFont.c.
Changes to generic/tkFrame.c.
Changes to generic/tkInt.h.
Changes to generic/tkListbox.c.
Changes to generic/tkMenu.c.
Changes to generic/tkMenubutton.c.
Changes to generic/tkMessage.c.
Changes to generic/tkPanedWindow.c.
Changes to generic/tkPlace.c.
Changes to generic/tkScale.c.
Changes to generic/tkSelect.c.
Changes to generic/tkSelect.h.
Changes to generic/tkSquare.c.
Changes to generic/tkTest.c.
Changes to generic/tkText.c.
Changes to generic/tkTextImage.c.
Changes to generic/tkTextTag.c.
Changes to generic/tkTextWind.c.
Changes to generic/tkUtil.c.
Changes to generic/ttk/ttkButton.c.
Changes to generic/ttk/ttkEntry.c.
Changes to generic/ttk/ttkFrame.c.
Changes to generic/ttk/ttkInit.c.
Changes to generic/ttk/ttkNotebook.c.
Changes to generic/ttk/ttkPanedwindow.c.
Changes to generic/ttk/ttkProgress.c.
Changes to generic/ttk/ttkScale.c.
Changes to generic/ttk/ttkScrollbar.c.
Changes to generic/ttk/ttkSquare.c.
Changes to generic/ttk/ttkTheme.c.
Changes to generic/ttk/ttkTreeview.c.
Changes to generic/ttk/ttkWidget.h.
Changes to library/demos/widget.
Changes to library/tk.tcl.
Changes to library/ttk/treeview.tcl.
Changes to macosx/README.
Changes to macosx/tkMacOSXBitmap.c.
Changes to macosx/tkMacOSXButton.c.
Changes to macosx/tkMacOSXClipboard.c.
Changes to macosx/tkMacOSXColor.c.
Changes to macosx/tkMacOSXConstants.h.
Changes to macosx/tkMacOSXDialog.c.
Changes to macosx/tkMacOSXFont.c.
Changes to macosx/tkMacOSXInit.c.
Changes to macosx/tkMacOSXKeyEvent.c.
Changes to macosx/tkMacOSXKeyboard.c.
Added macosx/tkMacOSXKeysyms.h.
Changes to macosx/tkMacOSXMouseEvent.c.
Changes to macosx/tkMacOSXNotify.c.
Changes to macosx/tkMacOSXPrivate.h.
Changes to macosx/tkMacOSXTest.c.
Changes to macosx/tkMacOSXWindowEvent.c.
Changes to macosx/tkMacOSXWm.c.
Changes to tests/bind.test.
Changes to tests/canvImg.test.
Changes to tests/canvText.test.
Changes to tests/event.test.
Changes to tests/frame.test.
Changes to tests/text.test.
Changes to unix/tkUnixFont.c.
Changes to unix/tkUnixMenu.c.
Changes to unix/tkUnixRFont.c.
Changes to win/tkWinFont.c.
Changes to win/tkWinKey.c.
Changes to win/tkWinMenu.c.
Changes to win/tkWinX.c.
Changes to xlib/X11/Xlib.h.