Tk Source Code

Changes On Branch bug-9e31fd9449-8-6
Login

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

Changes In Branch bug-9e31fd9449-8-6 Excluding Merge-Ins

This is equivalent to a diff from dbb582dd to 6e620cfa

2019-01-10
08:10
Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols. *** POTENTIAL INCOMPATIBILITY *** on Windows only: gcc/clang/MSVC will generate new warnings in extensions when the "None" symbol is used incorrectly. Those warnings are all fixed in the core, that's what most of this commit is doing. check-in: c707c501 user: jan.nijtmans tags: core-8-6-branch
2019-01-08
23:01
Implement local grabs on macOS. check-in: 1edd8b7a user: culler tags: core-8-6-branch
15:24
Merge 8.6 and all changes from original [bug-9e31fd9449] branch Closed-Leaf check-in: 6e620cfa user: jan.nijtmans tags: bug-9e31fd9449-8-6
08:31
Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols. *** POTENTIAL INCOMPATIBILITY *** on Windows only: gcc/clang/MSVC will generate new warnings in extensions when the "None" symbol is used incorrectly. Those warnings are all fixed in the core, that's what most of this commit is doing. check-in: 418f1c05 user: jan.nijtmans tags: core-8-5-branch
2019-01-05
17:00
Implement local grabs for Aqua. check-in: 58470526 user: culler tags: mac-local-grabs
2019-01-04
23:29
Merge 8.6 check-in: 723d71fc user: jan.nijtmans tags: trunk
23:27
Merge 8.5 check-in: dbb582dd user: jan.nijtmans tags: core-8-6-branch
22:41
Fix a few minor compiler warnings, occurring in later gcc/clang versions. check-in: 8c8dd813 user: jan.nijtmans tags: core-8-5-branch
00:49
Resolve bug [18a4ba19bd]. Make winfo containing behave consistently across platforms and fix a bug with embedded toplevels. check-in: 6942f5af user: culler tags: core-8-6-branch
2019-01-03
19:45
Remove 3 lines of code in tkTextDisp.c which had become obsolete but were accidentally left in the file. check-in: d49951e5 user: culler tags: bug-9e31fd9449-8-6

Changes to generic/tk3d.c.

Changes to generic/tk3d.h.

Changes to generic/tkBind.c.

Changes to generic/tkBusy.c.

Changes to generic/tkButton.c.

Changes to generic/tkButton.h.

Changes to generic/tkCanvArc.c.

Changes to generic/tkCanvBmap.c.

Changes to generic/tkCanvImg.c.

Changes to generic/tkCanvLine.c.

Changes to generic/tkCanvPoly.c.

Changes to generic/tkCanvText.c.

Changes to generic/tkCanvUtil.c.

Changes to generic/tkCanvas.c.

Changes to generic/tkCanvas.h.

Changes to generic/tkColor.c.

Changes to generic/tkColor.h.

Changes to generic/tkConfig.c.

Changes to generic/tkCursor.c.

Changes to generic/tkEntry.c.

Changes to generic/tkEntry.h.

Changes to generic/tkEvent.c.

Changes to generic/tkFrame.c.

Changes to generic/tkImage.c.

Changes to generic/tkImgBmap.c.

Changes to generic/tkImgPhInstance.c.

Changes to generic/tkListbox.c.

Changes to generic/tkMain.c.

Changes to generic/tkMenu.c.

Changes to generic/tkMenu.h.

Changes to generic/tkMenuDraw.c.

Changes to generic/tkMenubutton.c.

Changes to generic/tkMenubutton.h.

Changes to generic/tkMessage.c.

Changes to generic/tkOldConfig.c.

Changes to generic/tkPanedWindow.c.

Changes to generic/tkPlace.c.

Changes to generic/tkRectOval.c.

Changes to generic/tkScale.c.

Changes to generic/tkScale.h.

Changes to generic/tkScrollbar.c.

Changes to generic/tkScrollbar.h.

Changes to generic/tkSquare.c.

Changes to generic/tkText.c.

Changes to generic/tkText.h.

Changes to generic/tkTextDisp.c.

Changes to generic/tkTextTag.c.

Changes to generic/tkWindow.c.

Changes to generic/ttk/ttkClassicTheme.c.

Changes to generic/ttk/ttkDefaultTheme.c.

Changes to generic/ttk/ttkEntry.c.

Changes to generic/ttk/ttkLabel.c.

Changes to generic/ttk/ttkLayout.c.

Changes to generic/ttk/ttkScroll.c.

Changes to generic/ttk/ttkState.c.

Changes to generic/ttk/ttkTheme.c.

Changes to generic/ttk/ttkTreeview.c.

Changes to generic/ttk/ttkWidget.c.

Changes to macosx/tkMacOSXDefault.h.

Changes to macosx/tkMacOSXEmbed.c.

Changes to macosx/tkMacOSXMenu.c.

Changes to macosx/tkMacOSXScrlbr.c.

Changes to unix/tkUnix3d.c.

Changes to unix/tkUnixDefault.h.

Changes to unix/tkUnixMenubu.c.

Changes to unix/tkUnixRFont.c.

Changes to unix/tkUnixScrlbr.c.

Changes to win/tkWin3d.c.

Changes to win/tkWinButton.c.

Changes to win/tkWinDefault.h.

Changes to win/tkWinDialog.c.

Changes to win/tkWinFont.c.

Changes to win/tkWinMenu.c.

Changes to win/tkWinPort.h.

Changes to win/tkWinWm.c.

Changes to win/tkWinX.c.

Changes to xlib/X11/X.h.

Changes to xlib/xgc.c.

Changes to xlib/xutil.c.