summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Fix [0c734dde2a]: Xlib.h: avoid -Wstrict-prototypes warningsjan.nijtmans2023-04-161-12/+13
* Fix [2ed289cae0]: Aqua: more format specifiers than arguments in tkToolbarButtonbug-2ed289cae0fvogel2023-03-281-1/+1
* Fix [ee0847f633]: Aqua: compiler warning in debug builds.fvogel2023-03-288-24/+24
* Fix mistake.fvogel2023-01-121-2/+2
* Provide explicit size in snprintf when needed. Fix gcc warning: 'argument to ...fvogel2023-01-121-1/+1
* Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-105-6/+6
* Fix [d84d334ae6]: Fix build on older macOS Systemjan.nijtmans2023-01-062-11/+27
* When translating "nsFont pointSize" to Tcl_WideInt, use correct roundingjan.nijtmans2023-01-051-3/+3
* Make TkMacOSXIsCharacterMissing() a (useless) macro, so it's symbol can be re...jan.nijtmans2023-01-031-0/+1
* Use more X11 macro's, in stead of accessing fields directly. Mostly backporte...jan.nijtmans2023-01-026-66/+67
* Fix comment in tkMacOSXTest.c because it did not follow the successive change...fvogel2022-10-151-2/+2
* Prevent a compiler warning in macOS 10.15.marc_culler2022-10-011-0/+2
* Fix indenting of tkMacOSXMenu.c (screwed up in previous commit). More interna...jan.nijtmans2022-09-263-32/+23
* Minor code cleanup (more use of TCL_UNUSED, eol-spacing)jan.nijtmans2022-09-235-27/+27
* Apply patch [1a46d8fe8c] from Christopher Chavez: handle NULL CGColorRef valu...marc_culler2022-09-222-10/+14
* Apply patch [1fa3255c5e4] from Christopher Chavez: fix memory leak in TkMacOS...marc_culler2022-09-221-0/+1
* Move ending brace inside #if block.marc_culler2022-09-221-2/+1
* Eliminate extraneous declaration of _tkLiveResizeEndedmarc_culler2022-09-211-1/+0
* Fix [1ccface1c5]: Aqua build fails on macOS 10.15 (I hope I got this right.)marc_culler2022-09-211-9/+18