Tk Source Code

Check-in [2eac67b2]
Login

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

Overview
Comment:merge trunk
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | tip-262
Files: files | file ages | folders
SHA3-256: 2eac67b28e1d6262f0b6cec639a3fe770bdbd9c28df9506c720b979c00324d81
User & Date: dkf 2019-05-16 21:27:17.932
Context
2019-05-16
22:22
Fix some tests. Add some test cases. check-in: 42f90406 user: dkf tags: tip-262
21:27
merge trunk check-in: 2eac67b2 user: dkf tags: tip-262
19:55
Fix bug [d1989fb7cf]: In Aqua the root window appears before Tk_Mainloop is called. check-in: a2e1c6c6 user: culler tags: trunk
2019-04-13
17:59
Added tests check-in: e685524c user: dkf tags: tip-262
Changes
Unified Diff Side-by-Side Diff Patch
Changes to doc/CrtItemType.3.
Changes to doc/GetScroll.3.
Changes to doc/canvas.n.
Changes to doc/colors.n.
Changes to doc/photo.n.
Changes to doc/ttk_combobox.n.
Changes to doc/ttk_entry.n.
Changes to doc/ttk_scale.n.
Changes to doc/ttk_scrollbar.n.
Changes to doc/ttk_treeview.n.
Changes to doc/ttk_widget.n.
Added generic/nanosvg.h.
Added generic/nanosvgrast.h.
Changes to generic/tk.h.
Changes to generic/tkButton.c.
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/tkCanvWind.c.
Changes to generic/tkCanvas.c.
Changes to generic/tkEntry.c.
Added generic/tkImgSVGnano.c.
Changes to generic/tkInt.h.
Changes to generic/tkListbox.c.
Changes to generic/tkMenu.c.
Changes to generic/tkMenuDraw.c.
Changes to generic/tkMenubutton.c.
Changes to generic/tkMessage.c.
Added generic/tkPkgConfig.c.
Changes to generic/tkPlace.c.
Changes to generic/tkRectOval.c.
Changes to generic/tkScale.c.
Changes to generic/tkText.c.
Changes to generic/tkWindow.c.
Changes to generic/ttk/ttkEntry.c.
Changes to generic/ttk/ttkScroll.c.
Changes to generic/ttk/ttkTrace.c.
Changes to generic/ttk/ttkTreeview.c.
Changes to generic/ttk/ttkWidget.h.
Changes to library/button.tcl.
Changes to library/menu.tcl.
Changes to library/ttk/aquaTheme.tcl.
Changes to library/ttk/combobox.tcl.
Changes to library/ttk/entry.tcl.
Changes to library/ttk/menubutton.tcl.
Changes to library/ttk/treeview.tcl.
Changes to macosx/README.
Changes to macosx/tkMacOSXButton.c.
Changes to macosx/tkMacOSXClipboard.c.
Changes to macosx/tkMacOSXColor.c.
Changes to macosx/tkMacOSXCursor.c.
Changes to macosx/tkMacOSXDefault.h.
Changes to macosx/tkMacOSXDialog.c.
Changes to macosx/tkMacOSXDraw.c.
Changes to macosx/tkMacOSXEmbed.c.
Changes to macosx/tkMacOSXFont.c.
Changes to macosx/tkMacOSXHLEvents.c.
Changes to macosx/tkMacOSXImage.c.
Changes to macosx/tkMacOSXInit.c.
Changes to macosx/tkMacOSXKeyEvent.c.
Changes to macosx/tkMacOSXMenu.c.
Changes to macosx/tkMacOSXMenubutton.c.
Changes to macosx/tkMacOSXMenus.c.
Changes to macosx/tkMacOSXMouseEvent.c.
Changes to macosx/tkMacOSXNotify.c.
Changes to macosx/tkMacOSXPrivate.h.
Changes to macosx/tkMacOSXRegion.c.
Changes to macosx/tkMacOSXScale.c.
Changes to macosx/tkMacOSXScrlbr.c.
Changes to macosx/tkMacOSXSend.c.
Changes to macosx/tkMacOSXSubwindows.c.
Changes to macosx/tkMacOSXTest.c.
Changes to macosx/tkMacOSXWindowEvent.c.
Changes to macosx/tkMacOSXWm.c.
Changes to macosx/tkMacOSXXStubs.c.
Changes to macosx/ttkMacOSXTheme.c.
Changes to tests/button.test.
Changes to tests/canvas.test.
Changes to tests/entry.test.
Changes to tests/frame.test.
Added tests/imgSVGnano.test.
Changes to tests/listbox.test.
Changes to tests/menu.test.
Changes to tests/menubut.test.
Changes to tests/message.test.
Added tests/pkgconfig.test.
Changes to tests/scale.test.
Changes to tests/textWind.test.
Changes to tests/ttk/entry.test.
Changes to tests/ttk/scrollbar.test.
Changes to tests/ttk/treeview.test.
Changes to unix/Makefile.in.
Changes to unix/configure.
Changes to unix/configure.ac.
Changes to unix/tcl.m4.
Changes to unix/tk.pc.in.
Changes to unix/tkConfig.h.in.
Changes to unix/tkConfig.sh.in.
Changes to unix/tkUnixDefault.h.
Changes to unix/tkUnixRFont.c.
Changes to win/Makefile.in.
Changes to win/configure.
Changes to win/makefile.vc.
Changes to win/rules.vc.
Changes to win/tcl.m4.
Changes to win/tkWinButton.c.
Changes to win/ttkWinXPTheme.c.