Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | merge 8.6 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | rc1 | core-8-6-17-rc | core-8-6-17 |
Files: | files | file ages | folders |
SHA3-256: |
3d9938eaf8de2941443eed510eae8df5 |
User & Date: | dgp 2025-08-13 20:03:27.589 |
Context
2025-08-15
| ||
19:16 | Merge release check-in: 74b1a05f user: dgp tags: core-8-6-branch | |
2025-08-13
| ||
20:03 | merge 8.6 Closed-Leaf check-in: 3d9938ea user: dgp tags: rc1, core-8-6-17-rc, core-8-6-17 | |
2025-08-12
| ||
10:55 | actions/checkout@v4 -> actions/checkout@v5 check-in: 5766e011 user: jan.nijtmans tags: core-8-6-branch | |
2025-08-01
| ||
15:47 | Open branch for release Updates to changes file. check-in: 1e878ae4 user: dgp tags: rc0, core-8-6-17-rc | |
Changes
Changes to .github/workflows/linux-build.yml.
︙ | ︙ | |||
26 27 28 29 30 31 32 | - "" - "--disable-shared" - "--disable-xft" - "--disable-xss" - "--enable-symbols" steps: - name: Checkout Tk | | | | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | - "" - "--disable-shared" - "--disable-xft" - "--disable-xss" - "--enable-symbols" steps: - name: Checkout Tk uses: actions/checkout@v5 with: path: tk - name: Checkout Tcl 8.6 uses: actions/checkout@v5 with: repository: tcltk/tcl ref: core-8-6-branch path: tcl - name: Setup Environment (compiler=${{ matrix.compiler }}) run: | sudo apt-get install tcl8.6-dev libxss-dev libxft-dev |
︙ | ︙ | |||
117 118 119 120 121 122 123 | - "gcc" config: - "" - "--disable-xft" - "--enable-symbols" steps: - name: Checkout Tk | | | 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 | - "gcc" config: - "" - "--disable-xft" - "--enable-symbols" steps: - name: Checkout Tk uses: actions/checkout@v5 with: path: tk - name: Setup Environment (compiler=${{ matrix.compiler }}) run: | sudo apt-get install tcl8.6-dev libxss-dev libxft-dev xvfb mkdir "$HOME/install dir" touch tk/doc/man.macros tk/generic/tkStubInit.c |
︙ | ︙ |
Changes to .github/workflows/mac-build.yml.
︙ | ︙ | |||
15 16 17 18 19 20 21 | runs-on: macos-15 defaults: run: shell: bash working-directory: tk/macosx steps: - name: Checkout Tk | | | | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | runs-on: macos-15 defaults: run: shell: bash working-directory: tk/macosx steps: - name: Checkout Tk uses: actions/checkout@v5 with: path: tk - name: Checkout Tcl uses: actions/checkout@v5 with: repository: tcltk/tcl ref: core-8-6-branch path: tcl - name: Prepare checked out repositories run: | touch tk/generic/tkStubInit.c |
︙ | ︙ | |||
67 68 69 70 71 72 73 | - '--disable-aqua' defaults: run: shell: bash working-directory: tk/unix steps: - name: Checkout Tk | | | | 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | - '--disable-aqua' defaults: run: shell: bash working-directory: tk/unix steps: - name: Checkout Tk uses: actions/checkout@v5 with: path: tk - name: Checkout Tcl uses: actions/checkout@v5 with: repository: tcltk/tcl ref: core-8-6-branch path: tcl - name: Prepare checked out repositories env: SET_DISPLAY: ${{ contains(matrix.options, '--disable-aqua') }} |
︙ | ︙ |
Changes to .github/workflows/win-build.yml.
︙ | ︙ | |||
23 24 25 26 27 28 29 | config: - "" - "OPTS=symbols" - "OPTS=static" - "OPTS=static,staticpkg" steps: - name: Checkout Tk | | | | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | config: - "" - "OPTS=symbols" - "OPTS=static" - "OPTS=static,staticpkg" steps: - name: Checkout Tk uses: actions/checkout@v5 with: path: tk - name: Checkout Tcl 8.6 uses: actions/checkout@v5 with: repository: tcltk/tcl ref: core-8-6-branch path: tcl - name: Init MSVC uses: ilammy/msvc-dev-cmd@v1 - name: Make Install Location |
︙ | ︙ | |||
115 116 117 118 119 120 121 | steps: - name: Install MSYS2 uses: msys2/setup-msys2@v2 with: msystem: MINGW64 install: git mingw-w64-x86_64-toolchain make - name: Checkout Tk | | | | 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 | steps: - name: Install MSYS2 uses: msys2/setup-msys2@v2 with: msystem: MINGW64 install: git mingw-w64-x86_64-toolchain make - name: Checkout Tk uses: actions/checkout@v5 - name: Checkout Tcl 8.6 uses: actions/checkout@v5 with: repository: tcltk/tcl ref: core-8-6-branch path: tcl - name: Prepare run: | touch tkStubInit.c |
︙ | ︙ |
Changes to changes.
︙ | ︙ | |||
8286 8287 8288 8289 8290 8291 8292 8293 8294 | 2025-07-16 (bug) [770fa0] loading windows dll's in Cygwin doesn't work with high-entropy-va (nijtmans) 2025-07-25 (bug) [3d13f8,e90e8c] Aqua: dark mode improvements (culler) 2025-07-25 (bug) [e94c8b] interop with clipboard managers (ilyagr,culler) - Released 8.6.17, Aug 15, 2025 - https://core.tcl-lang.org/tk/ for details | > > > > | 8286 8287 8288 8289 8290 8291 8292 8293 8294 8295 8296 8297 8298 | 2025-07-16 (bug) [770fa0] loading windows dll's in Cygwin doesn't work with high-entropy-va (nijtmans) 2025-07-25 (bug) [3d13f8,e90e8c] Aqua: dark mode improvements (culler) 2025-07-25 (bug) [e94c8b] interop with clipboard managers (ilyagr,culler) 2025-08-11 (bug) [dc38c9] Aqua: NSHighResolutionCapable should be a Boolean value (chavez) 2025-08-11 (bug) [4e1e10] Aqua: CGRect/NSRect type mismatch on 32-bit (root) - Released 8.6.17, Aug 15, 2025 - https://core.tcl-lang.org/tk/ for details |
Changes to macosx/Tk.xcode/project.pbxproj.
︙ | ︙ | |||
1052 1053 1054 1055 1056 1057 1058 | F966BBDD08F27A3B005CB29B /* tkMacOSXMenu.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXMenu.c; sourceTree = "<group>"; }; F966BBE008F27A3B005CB29B /* tkMacOSXMenubutton.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXMenubutton.c; sourceTree = "<group>"; }; F966BBE108F27A3B005CB29B /* tkMacOSXMenus.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXMenus.c; sourceTree = "<group>"; }; F966BBE208F27A3B005CB29B /* tkMacOSXMouseEvent.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXMouseEvent.c; sourceTree = "<group>"; }; F966BBE308F27A3B005CB29B /* tkMacOSXNotify.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXNotify.c; sourceTree = "<group>"; }; F966BBEA08F27A3C005CB29B /* tkMacOSXPort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tkMacOSXPort.h; sourceTree = "<group>"; }; F966BBEB08F27A3C005CB29B /* tkMacOSXRegion.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXRegion.c; sourceTree = "<group>"; }; | < | 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 | F966BBDD08F27A3B005CB29B /* tkMacOSXMenu.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXMenu.c; sourceTree = "<group>"; }; F966BBE008F27A3B005CB29B /* tkMacOSXMenubutton.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXMenubutton.c; sourceTree = "<group>"; }; F966BBE108F27A3B005CB29B /* tkMacOSXMenus.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXMenus.c; sourceTree = "<group>"; }; F966BBE208F27A3B005CB29B /* tkMacOSXMouseEvent.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXMouseEvent.c; sourceTree = "<group>"; }; F966BBE308F27A3B005CB29B /* tkMacOSXNotify.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXNotify.c; sourceTree = "<group>"; }; F966BBEA08F27A3C005CB29B /* tkMacOSXPort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tkMacOSXPort.h; sourceTree = "<group>"; }; F966BBEB08F27A3C005CB29B /* tkMacOSXRegion.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXRegion.c; sourceTree = "<group>"; }; F966BBED08F27A3C005CB29B /* tkMacOSXScrlbr.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXScrlbr.c; sourceTree = "<group>"; }; F966BBEE08F27A3C005CB29B /* tkMacOSXSend.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXSend.c; sourceTree = "<group>"; }; F966BBEF08F27A3C005CB29B /* tkMacOSXSubwindows.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXSubwindows.c; sourceTree = "<group>"; }; F966BBF008F27A3C005CB29B /* tkMacOSXTest.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXTest.c; sourceTree = "<group>"; }; F966BBF108F27A3C005CB29B /* tkMacOSXWindowEvent.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXWindowEvent.c; sourceTree = "<group>"; }; F966BBF208F27A3C005CB29B /* tkMacOSXWm.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXWm.c; sourceTree = "<group>"; }; F966BBF308F27A3C005CB29B /* tkMacOSXWm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tkMacOSXWm.h; sourceTree = "<group>"; }; |
︙ | ︙ | |||
2596 2597 2598 2599 2600 2601 2602 | F966BBE008F27A3B005CB29B /* tkMacOSXMenubutton.c */, F966BBE108F27A3B005CB29B /* tkMacOSXMenus.c */, F966BBE208F27A3B005CB29B /* tkMacOSXMouseEvent.c */, F966BBE308F27A3B005CB29B /* tkMacOSXNotify.c */, F966BBEA08F27A3C005CB29B /* tkMacOSXPort.h */, F976F6A70C325FB6005066D9 /* tkMacOSXPrivate.h */, F966BBEB08F27A3C005CB29B /* tkMacOSXRegion.c */, | < | 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 | F966BBE008F27A3B005CB29B /* tkMacOSXMenubutton.c */, F966BBE108F27A3B005CB29B /* tkMacOSXMenus.c */, F966BBE208F27A3B005CB29B /* tkMacOSXMouseEvent.c */, F966BBE308F27A3B005CB29B /* tkMacOSXNotify.c */, F966BBEA08F27A3C005CB29B /* tkMacOSXPort.h */, F976F6A70C325FB6005066D9 /* tkMacOSXPrivate.h */, F966BBEB08F27A3C005CB29B /* tkMacOSXRegion.c */, F966BBED08F27A3C005CB29B /* tkMacOSXScrlbr.c */, F966BBEE08F27A3C005CB29B /* tkMacOSXSend.c */, F966BBEF08F27A3C005CB29B /* tkMacOSXSubwindows.c */, F966BBF008F27A3C005CB29B /* tkMacOSXTest.c */, F966BBF108F27A3C005CB29B /* tkMacOSXWindowEvent.c */, F966BBF208F27A3C005CB29B /* tkMacOSXWm.c */, F966BBF308F27A3C005CB29B /* tkMacOSXWm.h */, |
︙ | ︙ |
Changes to macosx/Tk.xcodeproj/project.pbxproj.
︙ | ︙ | |||
1052 1053 1054 1055 1056 1057 1058 | F966BBDD08F27A3B005CB29B /* tkMacOSXMenu.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXMenu.c; sourceTree = "<group>"; }; F966BBE008F27A3B005CB29B /* tkMacOSXMenubutton.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXMenubutton.c; sourceTree = "<group>"; }; F966BBE108F27A3B005CB29B /* tkMacOSXMenus.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXMenus.c; sourceTree = "<group>"; }; F966BBE208F27A3B005CB29B /* tkMacOSXMouseEvent.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXMouseEvent.c; sourceTree = "<group>"; }; F966BBE308F27A3B005CB29B /* tkMacOSXNotify.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXNotify.c; sourceTree = "<group>"; }; F966BBEA08F27A3C005CB29B /* tkMacOSXPort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tkMacOSXPort.h; sourceTree = "<group>"; }; F966BBEB08F27A3C005CB29B /* tkMacOSXRegion.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXRegion.c; sourceTree = "<group>"; }; | < | 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 | F966BBDD08F27A3B005CB29B /* tkMacOSXMenu.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXMenu.c; sourceTree = "<group>"; }; F966BBE008F27A3B005CB29B /* tkMacOSXMenubutton.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXMenubutton.c; sourceTree = "<group>"; }; F966BBE108F27A3B005CB29B /* tkMacOSXMenus.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXMenus.c; sourceTree = "<group>"; }; F966BBE208F27A3B005CB29B /* tkMacOSXMouseEvent.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXMouseEvent.c; sourceTree = "<group>"; }; F966BBE308F27A3B005CB29B /* tkMacOSXNotify.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXNotify.c; sourceTree = "<group>"; }; F966BBEA08F27A3C005CB29B /* tkMacOSXPort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tkMacOSXPort.h; sourceTree = "<group>"; }; F966BBEB08F27A3C005CB29B /* tkMacOSXRegion.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXRegion.c; sourceTree = "<group>"; }; F966BBED08F27A3C005CB29B /* tkMacOSXScrlbr.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXScrlbr.c; sourceTree = "<group>"; }; F966BBEE08F27A3C005CB29B /* tkMacOSXSend.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXSend.c; sourceTree = "<group>"; }; F966BBEF08F27A3C005CB29B /* tkMacOSXSubwindows.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXSubwindows.c; sourceTree = "<group>"; }; F966BBF008F27A3C005CB29B /* tkMacOSXTest.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXTest.c; sourceTree = "<group>"; }; F966BBF108F27A3C005CB29B /* tkMacOSXWindowEvent.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXWindowEvent.c; sourceTree = "<group>"; }; F966BBF208F27A3C005CB29B /* tkMacOSXWm.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = tkMacOSXWm.c; sourceTree = "<group>"; }; F966BBF308F27A3C005CB29B /* tkMacOSXWm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tkMacOSXWm.h; sourceTree = "<group>"; }; |
︙ | ︙ | |||
2596 2597 2598 2599 2600 2601 2602 | F966BBE008F27A3B005CB29B /* tkMacOSXMenubutton.c */, F966BBE108F27A3B005CB29B /* tkMacOSXMenus.c */, F966BBE208F27A3B005CB29B /* tkMacOSXMouseEvent.c */, F966BBE308F27A3B005CB29B /* tkMacOSXNotify.c */, F966BBEA08F27A3C005CB29B /* tkMacOSXPort.h */, F976F6A70C325FB6005066D9 /* tkMacOSXPrivate.h */, F966BBEB08F27A3C005CB29B /* tkMacOSXRegion.c */, | < | 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 | F966BBE008F27A3B005CB29B /* tkMacOSXMenubutton.c */, F966BBE108F27A3B005CB29B /* tkMacOSXMenus.c */, F966BBE208F27A3B005CB29B /* tkMacOSXMouseEvent.c */, F966BBE308F27A3B005CB29B /* tkMacOSXNotify.c */, F966BBEA08F27A3C005CB29B /* tkMacOSXPort.h */, F976F6A70C325FB6005066D9 /* tkMacOSXPrivate.h */, F966BBEB08F27A3C005CB29B /* tkMacOSXRegion.c */, F966BBED08F27A3C005CB29B /* tkMacOSXScrlbr.c */, F966BBEE08F27A3C005CB29B /* tkMacOSXSend.c */, F966BBEF08F27A3C005CB29B /* tkMacOSXSubwindows.c */, F966BBF008F27A3C005CB29B /* tkMacOSXTest.c */, F966BBF108F27A3C005CB29B /* tkMacOSXWindowEvent.c */, F966BBF208F27A3C005CB29B /* tkMacOSXWm.c */, F966BBF308F27A3C005CB29B /* tkMacOSXWm.h */, |
︙ | ︙ |
Changes to macosx/Wish-Info.plist.in.
︙ | ︙ | |||
85 86 87 88 89 90 91 | <key>LSRequiresCarbon</key> <true/> <key>NSAppleScriptEnabled</key> <true/> <key>OSAScriptingDefinition</key> <string>Wish.sdef</string> <key>NSHighResolutionCapable</key> | | | 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | <key>LSRequiresCarbon</key> <true/> <key>NSAppleScriptEnabled</key> <true/> <key>OSAScriptingDefinition</key> <string>Wish.sdef</string> <key>NSHighResolutionCapable</key> <true/> <key>NSServices</key> <array> <dict> <key>NSMessage</key> <string>provideService</string> <key>NSPortName</key> <string>Wish</string> |
︙ | ︙ |
Changes to macosx/tkMacOSXDraw.c.
︙ | ︙ | |||
1133 1134 1135 1136 1137 1138 1139 | TkRegion damageRgn) /* Region to accumulate damage in. */ { Drawable drawable = Tk_WindowId(tkwin); MacDrawable *macDraw = (MacDrawable *)drawable; TKContentView *view = (TKContentView *)TkMacOSXGetNSViewForDrawable(macDraw); HIShapeRef srcRgn, dstRgn; HIMutableShapeRef dmgRgn = HIShapeCreateMutable(); | | > | 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 | TkRegion damageRgn) /* Region to accumulate damage in. */ { Drawable drawable = Tk_WindowId(tkwin); MacDrawable *macDraw = (MacDrawable *)drawable; TKContentView *view = (TKContentView *)TkMacOSXGetNSViewForDrawable(macDraw); HIShapeRef srcRgn, dstRgn; HIMutableShapeRef dmgRgn = HIShapeCreateMutable(); NSRect bounds, viewSrcRect; CGRect srcRect, dstRect; int result = 0; if (view) { /* * Get the scroll area in NSView coordinates (origin at bottom left). */ |
︙ | ︙ |
Changes to macosx/tkMacOSXNotify.c.
︙ | ︙ | |||
374 375 376 377 378 379 380 | if ([[window contentView] isMemberOfClass:[TKContentView class]]) { TKContentView *view = [window contentView]; if ([view tkNeedsDisplay]) { count++; if (dirtyCount) { continue; } | | | 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 | if ([[window contentView] isMemberOfClass:[TKContentView class]]) { TKContentView *view = [window contentView]; if ([view tkNeedsDisplay]) { count++; if (dirtyCount) { continue; } [[view layer] setNeedsDisplayInRect:NSRectToCGRect([view tkDirtyRect])]; [view setNeedsDisplay:YES]; } } else { [window displayIfNeeded]; } } if (dirtyCount) { |
︙ | ︙ |
Changes to macosx/tkMacOSXRegion.c.
︙ | ︙ | |||
514 515 516 517 518 519 520 | rectPrinter( int msg, TCL_UNUSED(HIShapeRef), const CGRect *rect, void *ref) { if (rect) { | | | 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 | rectPrinter( int msg, TCL_UNUSED(HIShapeRef), const CGRect *rect, void *ref) { if (rect) { fprintf(stderr, " %s\n", NSStringFromRect(NSRectFromCGRect(*rect)).UTF8String); } return noErr; } int TkMacOSXCountRectsInRegion( HIShapeRef shape) |
︙ | ︙ |
Deleted macosx/tkMacOSXScale.c.
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Changes to macosx/tkMacOSXTest.c.
︙ | ︙ | |||
89 90 91 92 93 94 95 | #if MAC_OS_X_VERSION_MAX_ALLOWED < 1080 static int DebuggerObjCmd( TCL_UNUSED(void *), /* Not used. */ TCL_UNUSED(Tcl_Interp *), /* Not used. */ TCL_UNUSED(int), /* Not used. */ | | | 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | #if MAC_OS_X_VERSION_MAX_ALLOWED < 1080 static int DebuggerObjCmd( TCL_UNUSED(void *), /* Not used. */ TCL_UNUSED(Tcl_Interp *), /* Not used. */ TCL_UNUSED(int), /* Not used. */ TCL_UNUSED(Tcl_Obj *const *)) /* Not used. */ { Debugger(); return TCL_OK; } #endif /* |
︙ | ︙ |
Changes to unix/Makefile.in.
︙ | ︙ | |||
1308 1309 1310 1311 1312 1313 1314 | tkMacOSXNotify.o: $(MAC_OSX_DIR)/tkMacOSXNotify.c $(CC) -c $(CC_SWITCHES) $(MAC_OSX_DIR)/tkMacOSXNotify.c tkMacOSXRegion.o: $(MAC_OSX_DIR)/tkMacOSXRegion.c $(CC) -c $(CC_SWITCHES) $(MAC_OSX_DIR)/tkMacOSXRegion.c | < < < | 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 | tkMacOSXNotify.o: $(MAC_OSX_DIR)/tkMacOSXNotify.c $(CC) -c $(CC_SWITCHES) $(MAC_OSX_DIR)/tkMacOSXNotify.c tkMacOSXRegion.o: $(MAC_OSX_DIR)/tkMacOSXRegion.c $(CC) -c $(CC_SWITCHES) $(MAC_OSX_DIR)/tkMacOSXRegion.c tkMacOSXScrlbr.o: $(MAC_OSX_DIR)/tkMacOSXScrlbr.c $(CC) -c $(CC_SWITCHES) $(MAC_OSX_DIR)/tkMacOSXScrlbr.c tkMacOSXSend.o: $(MAC_OSX_DIR)/tkMacOSXSend.c $(CC) -c $(CC_SWITCHES) $(MAC_OSX_DIR)/tkMacOSXSend.c tkMacOSXServices.o: $(MAC_OSX_DIR)/tkMacOSXServices.c |
︙ | ︙ |