summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Add demo scriptculler2023-01-302-2/+43
* | | Implementation of TIP 655culler2023-01-284-70/+399
|/ /
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-185-7/+7
|\ \ | |/
| * 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
* | Use pixels in stead of ints in the "wm minsize" and "wm maxsize" commands, so...jan.nijtmans2023-01-101-6/+6
* | Merge 8.6jan.nijtmans2023-01-062-10/+8
|\ \ | |/
| * Fix [d84d334ae6]: Fix build on older macOS Systemjan.nijtmans2023-01-062-11/+27