summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | [4666f21a95]: Avoid a non-evident crash. First patch from Christopher Chavez,...fvogel2023-05-211-0/+2
* | | | Fix second part of [0e658c9479]: Remove unused function declarations from tkM...fvogel2023-05-291-2/+0
* | | | Fix first part of [0e658c9479]: Remove unused function declarations from tkMa...fvogel2023-05-291-1/+0
|\ \ \ \ | |/ / /
| * | | 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-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-231-9/+9
|\ \ \ \ | |/ / /
| * | | [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
* | | Remove some more references to ChangeLogjan.nijtmans2023-05-161-4/+0
* | | Fix [ba956c8ff7]: Aqua: TIP 655 use-after-free.fvogel2023-05-031-1/+3
* | | More TIP #660jan.nijtmans2023-04-241-1/+1
* | | Handle larger string-lengths in MacOS, when compiling with Tcl 9 headersjan.nijtmans2023-04-155-12/+13
* | | Fix [784be38c4]: macOS menu crash caused by converting indices to unsigned in...culler2023-04-151-1/+5
* | | Make sure not to change the fullscreen bit in the styleMask. (Thanks Francois!)culler2023-04-021-0/+4
* | | Merge 8.7jan.nijtmans2023-03-3010-35/+35
|\ \ \
| * \ \ Fix [ee0847f633]: Aqua: compiler warning in debug builds. And Fix [2ed289cae0...fvogel2023-03-308-24/+24
| |\ \ \ | | |/ /
| | * | 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
| * | | Merge 8.6jan.nijtmans2023-03-172-11/+11
| |\ \ \ | | |/ /
* | | | Clean up restoration of -type as ignored wm attribute on macOSKevin Walzer2023-03-281-1/+7
* | | | Merge 8.7. Remove some spacingjan.nijtmans2023-03-141-12/+12
|\ \ \ \ | |/ / /
* | | | Merge 8.7jan.nijtmans2023-03-1215-78/+78
|\ \ \ \ | |/ / /
| * | | Even more -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-1215-69/+69
* | | | Merge 8.7jan.nijtmans2023-03-1223-178/+186
|\ \ \ \ | |/ / /
| * | | More serious elimination of -Wconversion C warningsjan.nijtmans2023-03-0423-177/+185
| * | | Get rid of TCL_ENCODING_NOCOMPLAIN, since it will (most likely) be removed fr...jan.nijtmans2023-03-032-4/+4
* | | | Fix help windows.culler2023-02-181-3/+7
* | | | Clear all other bits when docmodal is set - avoids resizing bugs with docmodalsculler2023-02-101-0/+9
* | | | Restore the old behavior where wm attributes -type is accepted but ignored by...culler2023-02-101-1/+1
* | | | Add -appearance and -isdark as options to the wm attributes command.culler2023-02-091-19/+73
* | | | Cleanup; fix build with target 10.9culler2023-02-071-84/+1
* | | | Finish the implementation of tabbed windows.culler2023-02-051-97/+155
* | | | Add wm attributes tabbingid and tabbingmodeculler2023-02-041-37/+166
* | | | Change -type to -class. Update the man page.culler2023-01-301-12/+9