Tk Source Code

Changes On Branch tip-164
Login

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

Changes In Branch tip-164 Excluding Merge-Ins

This is equivalent to a diff from 6eaf88ea to 320b73bd

2019-04-14
15:27
Implement TIP 164 check-in: 180d43e4 user: dkf tags: trunk
2019-03-16
14:54
Tests of rotation Closed-Leaf check-in: 320b73bd user: dkf tags: tip-164
2019-03-15
18:41
Make some items have a virtual centre point to move. Much saner behaviour. check-in: 96c17d59 user: dkf tags: tip-164
2019-03-14
21:01
Fix [609e0045f5]: MouseWheel binding for canvas on MacOS provides wrong values for %x %y check-in: 45d655d3 user: fvogel tags: trunk
2019-03-11
09:43
Basic implementation of TIP 164: [$canvas rotate] check-in: a79c0900 user: dkf tags: tip-164
2019-03-07
17:16
Fixed one more None -> NULL compiler warning. check-in: 6eaf88ea user: culler tags: trunk
2019-03-06
11:16
Copy PDBs to installation if option PDBS is given during install check-in: f43280ce user: apnadkarni tags: trunk

Changes to doc/CrtItemType.3.

Changes to doc/canvas.n.

Changes to generic/tk.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/tkCanvWind.c.

Changes to generic/tkCanvas.c.

Changes to generic/tkInt.h.

Changes to generic/tkRectOval.c.

Changes to tests/canvas.test.