summaryrefslogtreecommitdiffstats
path: root/macosx/README
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0jan.nijtmans2025-04-091-4/+4
|\
| * Fix [1562e10c58]: Installing Tcl on macOS makes other versions of tclsh unabl...jan.nijtmans2025-04-091-3/+3
* | Tk 9.1 doesn't run with Tcl 8.7 anymore. This allows a lot of cleanupjan.nijtmans2025-03-121-1/+1
|/
* Add code in the Aqua TkpInit function to redirect stderr to /dev/null if TK_N...culler2024-10-171-0/+9
* Remove obsolete -single_module linker flagjan.nijtmans2024-10-161-9/+2
|\
| * Remove a lot of stuff meant for macOS < 10.9jan.nijtmans2024-10-141-9/+2
* | Simplify: remove tkDirtyRect and TkDrawAllViews now that drawRect is gone.culler2024-10-121-11/+0
* | Use version number "9.0" somewhat more in commentsjan.nijtmans2024-10-021-1/+1
* | Merge 9.0. Streamline some indentingjan.nijtmans2024-06-301-3/+3
|/
* Merge 8.6jan.nijtmans2024-02-161-2/+2
|\
| * Fix [82d5a93a46]: 8.6 Documentation/comment typo fixesjan.nijtmans2024-02-161-2/+2
* | Merge 8.6jan.nijtmans2023-03-171-1/+1
|\ \ | |/
* | Merge 8.6jan.nijtmans2022-09-101-1/+1
|\ \ | |/
| * Fix [006403a25d]: various comment/documentation fixesjan.nijtmans2022-09-101-1/+1
* | Merge 8.6. Remove macosx/Tk.xcode directoryjan.nijtmans2022-04-211-11/+6
|\ \ | |/
* | Fix [bf0f4808d7]: macOS Aqua : CFLAGS_OPTIMIZE. Builds on MacOSX will now be ...jan.nijtmans2022-04-201-4/+2
* | merge 8.6dgp2021-11-051-1/+1
|\ \ | |/
| * Bump to 8.6.12 for releasejan.nijtmans2021-10-271-1/+1
* | Merge 8.6jan.nijtmans2020-10-221-15/+7
|\ \ | |/
| * cherrypick the changes to GNUmakefile, accidentally committed to the rc branc...marc_culler2020-10-211-15/+7
* | Merge 8.6jan.nijtmans2020-10-201-1/+1
|\ \ | |/
| * One TCL_UNUSED and some eol-spacingjan.nijtmans2020-10-201-1/+1
* | Merge 8.6culler2020-10-201-0/+22
|\ \ | |/
| * Fix ifeq test which accidentally got reversed in GNUmakefileculler2020-10-201-1/+9
| * typomarc_culler2020-10-191-1/+1
| * Add a make variable to GNUmakefile for building the Tk.framework for use as a...marc_culler2020-10-191-0/+14
* | Fix [de0c219db2]: Use platform placeholder text colors as defaults. Note: Res...fvogel2020-08-241-14/+18
|\ \
| * | typofvogel2020-08-151-1/+1
| * | Update macosx/READMEculler2020-08-151-13/+16
| * | Bring macOS documentation up-to-date with respect to the new semantic color s...fvogel2020-07-141-11/+12
* | | Fix [315104a5c1] - corrects and extends the virtual event notifications of ap...culler2020-08-151-8/+28
|\ \ \ | |/ / |/| / | |/
| * sync with bug-315104a5c10culler2020-08-151-8/+28
* | Aqua: add semantic color systemLinkColor - patch from Christopher Chavez.culler2020-05-121-3/+3
|\ \ | |/
| * Aqua: add semantic color systemLinkColor - patch from Christopher Chavez.culler2020-05-121-3/+3
* | Merge 8.6jan.nijtmans2019-10-281-3/+3
|\ \ | |/
| * Sync tcl.m4 with Tcl version (also change README accordingly). Re-generate co...jan.nijtmans2019-10-281-3/+3
* | Merge 8.6jan.nijtmans2019-10-041-5/+3
|\ \ | |/
| * Fix [f8f1f0b103]: macosx/README: update Wiki and X11 info. Also change more l...jan.nijtmans2019-10-041-5/+3
| * Simplify NewNativeObj(), since its last parameter is always -1. jan.nijtmans2019-09-161-1/+1
| * Document some known issues with Dark Mode and Apple Events in macOSKevin Walzer2019-08-211-1/+1
| * Remove crash, replace with NSLog message calling for update if MacWindowStyle...Kevin Walzer2019-08-211-1/+2
* | Document some known issues with Dark Mode and Apple Events in macOSKevin Walzer2019-08-211-1/+2
|/
* CONST -> const. Eliminate unnecessary type-casts and end-of-line spacingjan.nijtmans2019-06-251-1/+1
* Documentation cleanup and removal of redundant constants; thanks to Christoph...Kevin Walzer2019-06-211-5/+5
* TIP 536: Improvements to Mac-specific IPCdkf2019-06-151-41/+52
|\
| * Edited README.culler2019-05-201-18/+37
| * Add documentation on testing Mac services to README; remove obsolete detail f...Kevin Walzer2019-05-201-41/+33
* | Fix [75115f91cd] - typo in macosx/READMEfvogel2019-06-051-1/+1
|/
* On macOS, edit comments and documentation; fix compiler warnings.culler2019-04-201-2/+4
* Implement "tk::unsupported::MacWindowStyle isdark" to determine whether anculler2019-04-141-5/+12