summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6. More TCL_UNUSED() usage.jan.nijtmans2020-03-196-202/+202
|\
* | TIP 569 remove lint commentsdgp2020-03-182-4/+0
* | Another round of type-casts for ckalloc() calls. Makes C++ compilers even mor...jan.nijtmans2020-03-1719-54/+54
* | Eliminate many more warnings on macOS, related to -Wextrajan.nijtmans2020-03-165-309/+311
* | Merge 8.6jan.nijtmans2020-03-161-2/+3
|\ \ | |/
| * Merge 8.5jan.nijtmans2020-03-161-2/+3
| |\
* | \ Merge 8.6jan.nijtmans2020-03-111-1/+1
|\ \ \ | |/ /
| * | Don't mind XKeycodeToKeysym() deprecation warning any more. Some MacOS code c...jan.nijtmans2020-03-115-42/+42
| * | Fix for wm fullscreen attributes bit on macOS; thanks to Christopher Chavez f...Kevin Walzer2020-03-111-2/+2
* | | Restore recent changes to tkMacOSXWm.c accidentally reverted with last commitKevin Walzer2020-03-111-63/+65
* | | Fix for wm fullscreen attributes bit on macOS; thanks to Christopher Chavez f...Kevin Walzer2020-03-111-67/+65
* | | Finish for MacOS toojan.nijtmans2020-03-092-209/+238
* | | Instroduce TCL_UNUSED() macro, and use to make more -Wextra warnings disappear.jan.nijtmans2020-03-084-29/+53
* | | Eliminate many -Wextra warningsjan.nijtmans2020-03-0516-33/+153
* | | Fix many warnings in MacOSX build (caused by -Wextra -Wc++-compat). All harml...jan.nijtmans2020-03-018-4/+23
* | | Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-289-16/+71
|\ \ \
| * \ \ Merge trunkjan.nijtmans2020-02-262-9/+11
| |\ \ \ | |/ / / |/| | |
| * | | Merge trunkjan.nijtmans2020-02-161-1/+1
| |\ \ \
| * \ \ \ Merge trunkjan.nijtmans2020-02-101-6/+6
| |\ \ \ \
| * \ \ \ \ Merge trunkjan.nijtmans2020-01-281-12/+4
| |\ \ \ \ \ | | |/ / / /
| * | | | | more WIP for MaxOSjan.nijtmans2019-12-207-4/+56
| * | | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-6/+6
* | | | | | Merge 8.6jan.nijtmans2020-02-261-6/+7
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Add errno.h include to tkMacOSXPort.h and tkUnixPort.h: now needed in tkConso...jan.nijtmans2020-02-261-6/+7
| * | | | | Fix for utility/floating windows on macOS not displaying completely on initia...Kevin Walzer2020-02-241-2/+3
* | | | | | Fix for utility/floating windows on macOS not displaying completely on initia...Kevin Walzer2020-02-241-3/+4
| |_|_|/ / |/| | | |
* | | | | Merge 8.6jan.nijtmans2020-02-161-1/+1
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Merge 8.5jan.nijtmans2020-02-161-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Don't build static with tcl8.6, that doesn't work (yet). Could be fixed, but ...jan.nijtmans2020-02-161-1/+1
* | | | A better fix for [bf93d098d7]: Aqua menus can be unresponsive at startupmarc_culler2020-01-181-12/+4
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | A better fix for [bf93d098d7]: Aqua menus can be unresponsive at startupmarc_culler2020-01-171-12/+4
* | | Use Tcl_UtfToChar16DString() in stead of Tcl_UtfToUniCharDString(), since the...jan.nijtmans2019-12-041-1/+1
* | | Merge 8.6. Introduce the new Unicode-handling functions here too: Tk 8.7 coul...jan.nijtmans2019-12-045-60/+172
|\ \ \ | |/ /
| * | Make MODULE_SCOPE functions start with "Tk". Also simplify TkUtfToNSString(),...jan.nijtmans2019-12-045-36/+25
* | | Fix [749bd9bb1b]: systemControlAccentColor can have incorrect RGB on older ma...marc_culler2019-12-041-52/+29
|\ \ \ | |/ /
| * | Fix [749bd9bb1b]: systemControlAccentColor can have incorrect RGB on High Sierramarc_culler2019-12-041-52/+29
* | | On macOS call [image setTemplate:YES] for the cursor NSImages, to make the cu...marc_culler2019-12-031-0/+1
|\ \ \ | |/ /
| * | On macOS call [image setTemplate:YES] for the cursor NSImages, to make the cu...marc_culler2019-12-031-0/+1
* | | In Aqua, fix TkMacOSXInDarkMode so that it does not crash *and* returns a mea...marc_culler2019-11-251-5/+16
|\ \ \ | |/ /
| * | In Aqua, fix TkMacOSXInDarkMode so that it does not crash *and* returns a mea...marc_culler2019-11-251-5/+16
* | | Merge 8.6jan.nijtmans2019-11-191-1/+1
|\ \ \ | |/ /
| * | Implement non-BMP unicode for macOSculler2019-11-194-81/+182
| |\ \
| | * | Edit comments, add tests for NULL pointers.culler2019-11-183-19/+36
| | * | remove printf("TkSelGetSelection\n");jan.nijtmans2019-11-182-5/+4
| | * | Implement non-BMP unicode for macOS when TCL_UTF_MAX = 3 by encoding surrogat...culler2019-11-184-81/+166
* | | | Merge 8.6culler2019-11-193-11/+12
|\ \ \ \ | |/ / /
| * | | Correct some errors revealed by building on macOS 10.6culler2019-11-193-11/+12
| |/ /
* | | Fix [90d555e088]: work around an Apple bug which causes NSFontManager to find...culler2019-11-171-4/+19
|\ \ \ | |/ /
| * | Fix [90d555e088]: work around an Apple bug which causes NSFontManager to find...culler2019-11-171-4/+19
| |\ \
| | * | Fix [90d555e088]: In Catalina Apple's NSFontManager creates fonts with unwant...culler2019-11-151-4/+19