summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Fix [d2396a9f1b]: [send] with options returns weird strings on X11jan.nijtmans2023-09-041-10/+18
|\
* \ Fix [a47f080962]: macOS Aqua warning: unused function 'RetainRegion'fvogel2023-09-011-25/+0
|\ \ | |/
| * Fix [a47f080962]: macOS Aqua warning: unused function 'RetainRegion'fvogel2023-09-011-25/+0
| * Fix for ef5d3e29a4Kevin Walzer2023-08-302-23/+22
* | Fix for ef5d3e29a4Kevin Walzer2023-08-302-23/+22
* | Fix [0f29a2222d]: Aqua: HIShape wrapper function cleanup. Patch from Christop...fvogel2023-08-033-72/+6
|\ \ | |/
| * 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/+2
|\ \ | |/
| * 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 [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 [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 [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
|\ \ | |/
| * 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 [396e9fc017]: Aqua: declare TkMacOSXCreateCGImageWithXImage() as static.fvogel2023-07-171-1/+1
| | |/ | |/|
* | | Eliminate some more unneeded HAVE_* macro'sjan.nijtmans2023-07-171-3/+1
* | | Fix typo (equivelent -> equivalent).fvogel2023-07-161-5/+5
|\ \ \ | |/ /
| * | Fix typo (equivelent -> equivalent).fvogel2023-07-161-5/+5
| |/
* | merge 8.6fvogel2023-07-151-2/+0
|\ \ | |/
| * 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 [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 [fa4694dcd0]: Aqua: fix TKNSString leak in TkpConfigureMenuEntry(). Patch...fvogel2023-07-151-2/+3
* | Update to striped background on Aqua with semantic colors - patch from Christ...Kevin Walzer2023-07-102-0/+16
* | Fix [a526d42999]: Aqua: leak in TkpOpenDisplay(). Patch from Christopher Chavez.fvogel2023-07-092-6/+7
|\ \ | |/
| * 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 [9b74a906e2]: Aqua: leak in Tk_FreePixmap(). Patch from Christopher Chavez.fvogel2023-07-091-5/+1
* | Fix documentation of Tk_GetSystemDefault(). Error in the man page was introdu...fvogel2023-07-011-1/+1
|\ \
| * | Fix documentation of Tk_GetSystemDefault(). Error in the man page was introdu...fvogel2023-07-011-1/+1
* | | Fix [a9929f112a]: Bugs in the implementation of TIP 577 ("Enhanced index valu...jan.nijtmans2023-06-231-1/+0
* | | 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-111-4/+2
| |\ \
| | * | Fix [57844100da]: Aqua: fix leak in TkScrollWindow(). Patch from Christopher ...fvogel2023-06-081-4/+2
* | | | Merge 8.6jan.nijtmans2023-06-081-3/+0
|\ \ \ \ | |/ / /
| * | | 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 (and resolve conflict in tkMacOSX...fvogel2023-05-315-15/+24
|\ \ \ | |/ /
| * | 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