summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Add DEF_LABEL_FG for all platforms, not only MacOS. Backport some type-casts ...jan.nijtmans2021-11-164-4/+4
* The call to orderOut was missing because it was accidentally deleted. Put it...culler2021-11-102-1/+1
* Remove code left by mistake; add a missing call to orderOut; be consistent wh...culler2021-11-103-7/+5
* Fix [ce5d983e46]: On macOS, withdrawing the key window leaves the app with no...culler2021-11-101-2/+33
* Fix [e699a7b606]: Fix build on macOS<10.12 - patch from Christopher Chavez.culler2021-11-092-3/+5
* Fix [8aebca6f26]: Aqua Tk does not handle the yellow minimize button correctly.culler2021-11-091-0/+1
* Merge 8.6core-8-6-12culler2021-11-021-0/+1
|\
| * Add missing call to [parent endSheet].culler2021-11-021-0/+1
* | Merge 8.6culler2021-11-026-34/+113
|\ \ | |/
| * Appearance and usability issues, mainly for Monterey, mainly for dark mode.culler2021-11-015-33/+92
| |\
| | * Catalina too.marc_culler2021-11-011-1/+1
| | * Big Sur too.culler2021-11-011-1/+1
| | * Check and radio buttons.marc_culler2021-11-013-6/+8
| | * Allow labels and buttons to have different default foreground colors if DEF_L...marc_culler2021-11-011-0/+1
| | * Notebooksmarc_culler2021-10-311-21/+54
| | * Buttonsmarc_culler2021-10-304-7/+30
| * | Remove references to 10.16.marc_culler2021-11-012-2/+2
| * | If the system claims to be macOS 10.16 then guess the real OS version from th...marc_culler2021-10-311-0/+20
| * | Try to deal with the non-existent macOS 10.16.marc_culler2021-10-311-1/+1
| |/
* | Merge 8.6marc_culler2021-10-302-9/+13
|\ \ | |/
| * Fix [6ea0b3df60]: MacOS - grab from menu command produces dead windowmarc_culler2021-10-301-9/+7
| |\
| | * Start all over, now that I understand the issue.culler2021-10-291-31/+21
| | * Fix the fix so grab-6.1 still passes.culler2021-10-291-5/+8
| | * Fix [6ea0b3df60]: MacOS - grab from menu command produces dead windowculler2021-10-291-13/+18
| * | Apply a patch from Christian Werner which prevents crashes when non-Tk window...culler2021-10-291-0/+6
| |/
* | Merge 8.6culler2021-10-281-40/+26
|\ \ | |/
| * One more round - thanks to Ned Deily for testing with IDLE.culler2021-10-281-42/+35
| * Catalina is a special case.marc_culler2021-10-271-7/+19
| * The real fix, at least for Big Sur and Monterey.culler2021-10-271-41/+20
| * Some cleanup without resolving other (minor) 12.0 bugsculler2021-10-271-18/+25
| * The standalone file dialog needs the same fix as the sheetculler2021-10-271-12/+7
* | Merge 8.6culler2021-10-271-1/+1
|\ \ | |/
| * Fix inequality error that breaks file dialogs on macOS 10.14.culler2021-10-271-1/+1
| |\
* | | Bump to 8.6.12 for releasejan.nijtmans2021-10-271-1/+1
|/ /
* | Fix [8ebed330ed]: doing some Tk inside of several threads crashesjan.nijtmans2021-10-141-1/+1
* | Fix error generated by the open file dialog on Monterey, caused by Apple reve...culler2021-10-101-2/+8
|/
* Fix [dba9f5ce3b]: tkInt.h: define MODULE_SCOPE before including tkPort.hjan.nijtmans2021-07-021-0/+16
* Add ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE for github. jan.nijtmans2021-06-211-2/+2
* Menu-related code cleanup. (mainly indenting spaces -> tabs)jan.nijtmans2021-06-211-1/+1
* Fix [099109cf1f]: crash when destroying an embedded window if the container h...culler2021-06-031-0/+3
* Fix [d4d6319b9d]: Aqua - rendering can be incomplete after drawing to a withd...culler2021-06-031-0/+2
|\
| * Redraw windows after deiconify. Fixes [d4d6319b9d]. Also fixes empty tooltip...culler2021-05-311-0/+2
* | Fix [8ecc3eaf5c]: make sure that the key window is moved to the front when an...culler2021-06-031-1/+3
|\ \
| * | Fix [8ecc3eaf5c]: Activating an app with Mission Control may not raise the ap...culler2021-06-011-1/+3
| |/
* | Fix [4401d32fb7]: clean up code that deals with Aqua pixel formats. Makes -fo...culler2021-06-031-92/+176
|\ \
| * \ Merge 8.6culler2021-05-065-20/+30
| |\ \
| * | | Use TCL_UNUSED in TkpPutRGBAImage.culler2021-05-041-12/+37
| * | | Attempt to explain the complexities of RGBA and ARGB and big and little ends ...culler2021-05-031-59/+113
| * | | Make ImageGetPixel consistent with XGetImage.culler2021-05-031-6/+6
| * | | Oops. Cosmetic change meant to reduce confusion actually increased it. Try ...culler2021-05-021-4/+4