Tk Source Code

Changes On Branch tip-510
Login

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

Changes In Branch tip-510 Excluding Merge-Ins

This is equivalent to a diff from 3fadeb90 to 3e448325

2019-05-08
19:47
New files from RenĂ© Zaumseil Leaf check-in: 3e448325 user: fvogel tags: tip-510
2019-04-12
20:10
Repair test tk-1.2 check-in: e608f7c6 user: fvogel tags: tip-510
2018-08-21
19:06
Fix [66db98f30d] regarding error messages spit by messageboxes in the test suite, while still not regress as described in [98dce84781] (yes and no answers were swapped) check-in: 854a060c user: fvogel tags: trunk
2018-08-19
14:14
merge trunk check-in: fc67d206 user: fvogel tags: tip-507
14:12
merge trunk check-in: d222f03a user: fvogel tags: tip-510
13:49
merge trunk (leaving out any changes in generic/tkText* however) check-in: 06b9d56a user: fvogel tags: revised_text, tip-466
2018-08-18
21:17
Fix bug [c2c5bdb4aa]: segfault when opening colorpicker check-in: 3fadeb90 user: culler tags: trunk
21:15
Fix bug [c2c5bdb4aa]: segfault when opening colorpicker check-in: 6f994d29 user: culler tags: core-8-6-branch
2018-08-15
16:22
Fix [98dce84781]: yesno messageBoxes on macOS return wrong values check-in: b2160d49 user: fvogel tags: trunk

Added doc/graph.n.md.

Added doc/path.n.md.

Added doc/tkoWidget.3.md.

Added doc/tkoWidget.n.md.

Added doc/vector.n.md.

Changes to generic/tkCmds.c.

Changes to generic/tkInt.h.

Changes to generic/tkWindow.c.

Added generic/tko/tkoFrame.c.

Added generic/tko/tkoGraph.c.

Added generic/tko/tkoGraph.h.

Added generic/tko/tkoGraphAxis.c.

Added generic/tko/tkoGraphBar.c.

Added generic/tko/tkoGraphConfig.c.

Added generic/tko/tkoGraphElem.c.

Added generic/tko/tkoGraphGrid.c.

Added generic/tko/tkoGraphHairs.c.

Added generic/tko/tkoGraphLegd.c.

Added generic/tko/tkoGraphLine.c.

Added generic/tko/tkoGraphMarker.c.

Added generic/tko/tkoGraphMisc.c.

Added generic/tko/tkoGraphPen.c.

Added generic/tko/tkoGraphPs.c.

Added generic/tko/tkoPath.c.

Added generic/tko/tkoPath.h.

Added generic/tko/tkoPathCanvArrow.c.

Added generic/tko/tkoPathCanvEllipse.c.

Added generic/tko/tkoPathCanvGroup.c.

Added generic/tko/tkoPathCanvImage.c.

Added generic/tko/tkoPathCanvLine.c.

Added generic/tko/tkoPathCanvPath.c.

Added generic/tko/tkoPathCanvPoly.c.

Added generic/tko/tkoPathCanvRect.c.

Added generic/tko/tkoPathCanvText.c.

Added generic/tko/tkoPathCanvWindow.c.

Added generic/tko/tkoPathGeneric.c.

Added generic/tko/tkoPathGradient.c.

Added generic/tko/tkoPathStyle.c.

Added generic/tko/tkoPathSurface.c.

Added generic/tko/tkoPathUtil.c.

Added generic/tko/tkoPath_MacOSX.c.

Added generic/tko/tkoPath_SDLAGG.cpp.

Added generic/tko/tkoPath_UnixCairo.c.

Added generic/tko/tkoPath_WinGDIPlus.cpp.

Added generic/tko/tkoRbcBind.c.

Added generic/tko/tkoRbcChain.c.

Added generic/tko/tkoRbcImage.c.

Added generic/tko/tkoRbcParse.c.

Added generic/tko/tkoRbcPs.c.

Added generic/tko/tkoRbcSpline.c.

Added generic/tko/tkoRbcSwitch.c.

Added generic/tko/tkoRbcText.c.

Added generic/tko/tkoRbcTile.c.

Added generic/tko/tkoRbcUnixImage.c.

Added generic/tko/tkoRbcUtil.c.

Added generic/tko/tkoRbcWin.h.

Added generic/tko/tkoRbcWinDraw.c.

Added generic/tko/tkoRbcWinImage.c.

Added generic/tko/tkoRbcWindow.c.

Added generic/tko/tkoVector.c.

Added generic/tko/tkoVectorMath.c.

Added generic/tko/tkoVectorObjCmd.c.

Added generic/tko/tkoWidget.c.

Added generic/tko/tkoWidget.h.

Added library/graph.tcl.

Added library/path.tcl.

Changes to library/tk.tcl.

Changes to tests/tk.test.

Added tests/tko/all.tcl.

Added tests/tko/binReadTestFile.txt.

Added tests/tko/greenback.xbm.

Added tests/tko/rain.gif.

Added tests/tko/sample.gif.

Added tests/tko/stopsign.gif.

Added tests/tko/test.JPG.

Added tests/tko/tkoFrame.test.

Added tests/tko/tkoGraph.test.

Added tests/tko/tkoGraph_vector.test.

Added tests/tko/tkoPath.test.

Changes to unix/Makefile.in.

Changes to win/Makefile.in.

Changes to win/makefile.vc.