Tk Source Code

Changes On Branch bug-0d63621b6c
Login

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

Changes In Branch bug-0d63621b6c Excluding Merge-Ins

This is equivalent to a diff from b2b91450 to 3e1f7d42

2019-04-11
04:39
Support for Apple's Dark Mode and many improvements to the Aqua theme. check-in: c1f5badf user: culler tags: core-8-6-branch
03:47
Synchronize the generic tk headers with core-8-6-branch. Closed-Leaf check-in: 3e1f7d42 user: culler tags: bug-0d63621b6c
2019-04-10
19:41
Remove unused variable. check-in: 80139471 user: culler tags: bug-0d63621b6c
2019-03-01
04:01
Fix bug 1951abf33d: Aqua sometimes segfaults when destroying a transient. check-in: 8bfb7932 user: culler tags: core-8-6-branch
2019-02-27
23:22
Adding 1 character fixes two of the three crashes reported in ticket [1951abf33d] check-in: 46451724 user: culler tags: bug-1951abf33d
04:07
Update mac_services branch, intend to submit a TIP check-in: 3cb35aab user: kevin_walzer tags: mac_services
2019-02-24
17:08
Fix bug [0d63621b6c]: Aqua ttk uses incorrect background colors. check-in: a90a32fd user: culler tags: bug-0d63621b6c
2019-02-23
21:17
Fix bug [9771ae0f0b]: In Aqua, deiconifying a transient of a withdrawn window can create a zombie. check-in: 134513a8 user: culler tags: trunk
21:16
Fix bug [9771ae0f0b]: In Aqua, deiconifying a transient of a withdrawn window can create a zombie. check-in: b2b91450 user: culler tags: core-8-6-branch
05:44
Fix bug [9771ae0f0b]: In Aqua, deiconifying a transient of a withdrawn window can create a zombie Closed-Leaf check-in: 20029d1c user: culler tags: bug-9771ae0f0b
02:30
Fix bug [56a1823c73]: Aqua toplevels can fail to appear on screen. check-in: 5e709226 user: culler tags: core-8-6-branch

Changes to doc/ttk_entry.n.

Changes to doc/ttk_spinbox.n.

Changes to generic/tk.h.

Changes to generic/tkGeometry.c.

Changes to generic/tkInt.h.

Changes to generic/tkWindow.c.

Changes to generic/ttk/ttkTheme.h.

Changes to library/demos/toolbar.tcl.

Changes to library/demos/tree.tcl.

Changes to library/demos/ttkpane.tcl.

Changes to library/ttk/aquaTheme.tcl.

Changes to library/ttk/scrollbar.tcl.

Changes to macosx/README.

Changes to macosx/tkMacOSXButton.c.

Changes to macosx/tkMacOSXColor.c.

Changes to macosx/tkMacOSXDefault.h.

Changes to macosx/tkMacOSXInt.h.

Changes to macosx/tkMacOSXPort.h.

Changes to macosx/tkMacOSXWm.c.

Changes to macosx/ttkMacOSXTheme.c.

Changes to tests/ttk/scrollbar.test.