Tk Source Code

Changes On Branch 655
Login

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

Changes In Branch 655 Excluding Merge-Ins

This is equivalent to a diff from 126d79c5 to a8e78f00

2023-04-07
07:20
TIP #655 implementation: Support the styleMask property for NSWindow and NSPanel in Aqua check-in: a527ef99 user: jan.nijtmans tags: trunk, main
2023-04-02
22:26
Complete fix for [85cea56c27]: The -underline option does not show an underline on ttk::label 1000 x thanks to François, for pinpointing the exact problem! check-in: 71f4c24a user: jan.nijtmans tags: trunk, main
22:01
Make sure not to change the fullscreen bit in the styleMask. (Thanks Francois!) Closed-Leaf check-in: a8e78f00 user: culler tags: 655
2023-04-01
18:25
Merge 8.7 check-in: 2a92fb6c user: jan.nijtmans tags: tip-626
13:54
Merge trunk (since previous commit on trunk was moved to tip-660) Closed-Leaf check-in: b52d9d1f user: jan.nijtmans tags: bug-85cea56c27
08:58
Build Tk with TIP #660 check-in: 91dfbe10 user: jan.nijtmans tags: tip-660
2023-03-31
22:19
Merge 8.7 check-in: dc190a36 user: jan.nijtmans tags: tip-647
13:57
merge trunk check-in: b789024f user: dgp tags: core-8-7-b1-rc
2023-03-30
10:02
Merge 8.7 check-in: 0932892a user: jan.nijtmans tags: revised_text, tip-466
09:58
Merge 8.7 check-in: a289e0eb user: jan.nijtmans tags: tip-658
09:51
Merge 8.7 check-in: a3a73c9e user: jan.nijtmans tags: 655
09:36
Fix [15c685a976]: Issues with menu cloning. check-in: 126d79c5 user: sbron tags: trunk, main
09:33
Fix [15c685a976]: Issues with menu cloning. check-in: af772820 user: sbron tags: core-8-6-branch
03:45
Fix [ee0847f633]: Aqua: compiler warning in debug builds. And Fix [2ed289cae0]: Aqua: more format specifiers than arguments in tkToolbarButton check-in: 42cbe254 user: fvogel tags: trunk, main

Changes to doc/wm.n.

Changes to generic/tkConfig.c.

Changes to library/demos/mac_styles.tcl.

Added library/demos/mac_tabs.tcl.

Added library/demos/mac_wm.tcl.

Changes to library/demos/widget.

Changes to library/ttk/aquaTheme.tcl.

Changes to macosx/tkMacOSXMouseEvent.c.

Changes to macosx/tkMacOSXPrivate.h.

Changes to macosx/tkMacOSXSubwindows.c.

Changes to macosx/tkMacOSXWm.c.

Changes to macosx/ttkMacOSXTheme.c.

Changes to macosx/ttkMacOSXTheme.h.

Changes to tests/event.test.

Changes to tests/unixWm.test.

Changes to tests/wm.test.