summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Two more Tk_GetPixelsFromObj usages. Remove double MODULE_SCOPE definitions. ...jan.nijtmans2024-05-112-2/+3
* Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 copyr...jan.nijtmans2024-05-0928-78/+81
* Add "controlAlternatingRowColor" to macosx aqua portjan.nijtmans2024-05-032-0/+16
* 2 missing "static" keywordsjan.nijtmans2024-05-031-2/+2
* Add missing keysyms "ISO_Group_Shift" and "dead_hamza" on MacOS/Windows. Miss...jan.nijtmans2024-05-031-5/+5
* Fix [4298ba64eb]: MacOSX complains about 0 sized imagesjan.nijtmans2024-03-171-0/+3
* Fix [8912083dc]: Error with property TKNSString.UTF8String. Fix indentingjan.nijtmans2024-03-161-34/+32
* Fix [82d5a93a46]: 8.6 Documentation/comment typo fixesjan.nijtmans2024-02-163-4/+4
* (cherry-pick): remove tkUnixDialog.c, since it's no longer usedjan.nijtmans2023-12-202-8/+0
* Fix [fe942372aa]: Aqua: XPutImage() swaps red and blue channels. Patch from C...fvogel2023-12-031-5/+3
|\
| * Fix [fe942372aa]: Aqua: XPutImage() swaps red and blue channels. Patch from C...fvogel2023-11-251-5/+3
* | Clean up handling of Apple FourCC Creator Codes - many thanks to Christopher ...marc_culler2023-12-032-173/+25
* | Fix [40af63fa24]: Aqua: passing None to XMapWindow() should be fataljan.nijtmans2023-12-032-12/+14
|/
* Fix [9c098a90e6]: macOS Aqua : crash in setMarkedText. Patch from Christopher...fvogel2023-11-251-0/+3
* Fix [22a4ad2a6e]: Aqua: let Core Graphics manage pixmap data memory. Patch fr...fvogel2023-11-212-16/+2
* Add non-regression test for the 'activate' caseculler2023-11-051-0/+81
* Final fix for Aqua menu crashes.culler2023-11-051-5/+8
* Implement applicationSupportsSecureRestorableState for Sonoma security warnin...Kevin Walzer2023-10-181-0/+10
* Propagate changes from the previous commit to plaftorms other than Linux. Thi...fvogel2023-10-151-5/+4
* Fix [a47f080962]: macOS Aqua warning: unused function 'RetainRegion'fvogel2023-09-011-25/+0
* Fix for ef5d3e29a4Kevin Walzer2023-08-302-23/+22
* Fix [0f29a2222d]: Aqua: HIShape wrapper function cleanup. Patch from Christop...fvogel2023-08-013-72/+6
* Fix [ed9b28d478]: Aqua: fix improper Tcl value reference counts in GetWidgetD...fvogel2023-07-261-0/+4
* Fix [f24725b545]: Aqua: do not treat FourCC as pointer in TkpCreateNativeBitm...fvogel2023-07-231-4/+1
* Fix [edb769628e]: Aqua: leak in XGetImage(). Patch from Christopher Chavez.fvogel2023-07-191-1/+1
* Fix [2cb602807b]: leak in tkMacOSXRegion.c. Patch from Christopher Chavez.fvogel2023-07-181-2/+2
* Fix [f9eddb541a]: Improve TkSetRegion(); implement XSetClipRectangles() on Wi...fvogel2023-07-172-24/+24
|\
| * Merge 8.6jan.nijtmans2023-07-171-5/+5
| |\
| * | Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 5 from Christophe...fvogel2023-07-161-24/+0
| * | Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 1 from Christophe...fvogel2023-07-161-0/+24
* | | Fix [396e9fc017]: Aqua: declare TkMacOSXCreateCGImageWithXImage() as static.fvogel2023-07-171-1/+1
| |/ |/|
* | Fix typo (equivelent -> equivalent).fvogel2023-07-161-5/+5
|/
* Remove unused variable (gcc compiler on macOS said: warning: variable 'events...fvogel2023-07-151-2/+0
* Fix [0502c1eef5]: Aqua: fix NSAttributedString leak in TkpConfigureMenuEntry(...fvogel2023-07-151-0/+1
* Fix [fa4694dcd0]: Aqua: fix TKNSString leak in TkpConfigureMenuEntry(). Patch...fvogel2023-07-151-2/+3
* Fix [a526d42999]: Aqua: leak in TkpOpenDisplay(). Patch from Christopher Chavez.fvogel2023-07-092-6/+6
* Fix documentation (comments) of TkpGetSystemDefault.fvogel2023-07-011-1/+1
* Fix [57844100da]: Aqua: fix leak in TkScrollWindow(). Patch from Christopher ...fvogel2023-06-111-4/+2
|\
| * Fix [57844100da]: Aqua: fix leak in TkScrollWindow(). Patch from Christopher ...fvogel2023-06-081-4/+2
* | Add more type-casts, code cleanup (all backported from 8.7)jan.nijtmans2023-06-0828-341/+370
* | Fix [https://core.tcl-lang.org/tcl/tktview/503c4c6f56|503c4c6f56]: Compiled c...jan.nijtmans2023-06-081-3/+0
|/
* Fix [4666f21a95]: Avoid a non-evident crash.fvogel2023-05-315-15/+24
|\
| * Fourth patch from Christopher Chavez.fvogel2023-05-292-7/+17
| * Third patch from Christopher Chavez.fvogel2023-05-281-4/+5
| * Second patch from Christopher Chavez.fvogel2023-05-271-4/+0
| * [4666f21a95]: Avoid a non-evident crash. First patch from Christopher Chavez,...fvogel2023-05-211-0/+2
* | Fix first part of [0e658c9479]: Remove unused function declarations from tkMa...fvogel2023-05-291-1/+0
* | Fix [f40d9debad]: Aqua: fix size of FourCC bitmaps. Patch from Christopher Ch...fvogel2023-05-231-2/+2
|\ \
| * | Fix [f40d9debad]: Aqua: fix size of FourCC bitmaps. Patch from Christopher Ch...fvogel2023-05-211-2/+2
| |/
* | [ab95811e07]: Aqua: prevent use-after-free crashes - Apply slightly better pa...fvogel2023-05-211-9/+9
|/