Tk Source Code

Changes On Branch tip474
Login

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

Changes In Branch tip474 Excluding Merge-Ins

This is equivalent to a diff from 075ba014 to 221ea53e

2020-10-21
16:00
Implement TIP #474: Treat the mouse wheel events in a uniform way check-in: 7c9e1f47 user: jan.nijtmans tags: trunk
2020-10-07
15:10
More warnings -Wshadow with C++ compiler. Simplify <KeyPress> -> <Key> check-in: 38c668de user: jan.nijtmans tags: trunk
12:13
Merge trunk check-in: 31d64fda user: jan.nijtmans tags: tip-587
12:08
Merge trunk Closed-Leaf check-in: 221ea53e user: jan.nijtmans tags: tip474
11:57
Merge trunk check-in: 74bd82cb user: jan.nijtmans tags: tip_325
11:52
Disable two test-cases for Tcl < 8.6.7 (they fail because of bug [25842c161f]) check-in: 075ba014 user: jan.nijtmans tags: trunk
06:15
Better wording for [0008d6a6b3]: Mouse pointer position reported in non-existing window. There is no actual bug, but the man page could be improved (even more). check-in: c92fe64f user: fvogel tags: trunk
2020-10-06
14:49
Merge trunk check-in: b54f4640 user: jan.nijtmans tags: tip474

Changes to doc/GetScroll.3.

Changes to doc/bind.n.

Changes to doc/canvas.n.

Changes to doc/entry.n.

Changes to doc/listbox.n.

Changes to doc/scrollbar.n.

Changes to doc/spinbox.n.

Changes to doc/ttk_widget.n.

Changes to generic/tkBind.c.

Changes to generic/tkEvent.c.

Changes to generic/tkInt.h.

Changes to generic/tkTextDisp.c.

Changes to generic/tkUtil.c.

Changes to library/demos/cscroll.tcl.

Changes to library/demos/ctext.tcl.

Changes to library/demos/floor.tcl.

Changes to library/demos/items.tcl.

Changes to library/entry.tcl.

Changes to library/iconlist.tcl.

Changes to library/listbox.tcl.

Changes to library/scale.tcl.

Changes to library/scrlbar.tcl.

Changes to library/spinbox.tcl.

Changes to library/tclIndex.

Changes to library/text.tcl.

Changes to library/tk.tcl.

Changes to library/ttk/combobox.tcl.

Changes to library/ttk/entry.tcl.

Changes to library/ttk/scrollbar.tcl.

Changes to library/ttk/spinbox.tcl.

Changes to library/ttk/utils.tcl.

Changes to macosx/tkMacOSXMouseEvent.c.

Changes to tests/entry.test.

Changes to tests/imgPhoto.test.

Changes to tests/scrollbar.test.

Changes to tests/spinbox.test.

Changes to tests/textDisp.test.

Changes to tests/ttk/scrollbar.test.

Changes to tests/util.test.

Changes to win/tkWinX.c.