summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Remove end-of-line spacingjan.nijtmans2018-08-104-8/+8
* Merge mac-fullscreen-branchKevin Walzer2018-08-081-8/+40
|\
| * Test support for earlier OS's, new fixes ifdef'ed out to allow it to build fo...Kevin Walzer2018-08-041-1/+4
| * Removed some end-of-line white space in previous changes so that the final di...fvogel2018-08-042-6/+6
| * Branch to test new implemenation of modern Mac fullscreen APIKevin Walzer2018-08-042-10/+39
* | Fix [b947864419]: clipboard-4.1, -4.2, -4.4 fail on macOSfvogel2018-07-171-2/+2
|\ \ | |/
| * Fix [b947864419]: clipboard-4.1, -4.2, -4.4 fail on macOSfvogel2018-07-171-2/+2
| |\
| | * Fix [b947864419]: clipboard-4.1, -4.2, -4.4 fail on macOSfvogel2018-07-081-2/+2
* | | Fix [d34dcd5225]: frame-2.17 fails on macOSfvogel2018-07-171-3/+0
|\ \ \ | |/ /
| * | Fix [d34dcd5225]: frame-2.17 fails on macOSfvogel2018-07-171-3/+0
| |\ \
| | * | Fix [d34dcd5225]: frame-2.17 fails on macOSfvogel2018-07-061-3/+0
| | |/
* | | Fix [1088825fff]: frame-3.9 and frame-3.10 fail on macOSfvogel2018-07-171-9/+1
|\ \ \ | |/ /
| * | Fix [1088825fff]: frame-3.9 and frame-3.10 fail on macOSfvogel2018-07-061-9/+1
| |/
* | Fix [37a723eadd]: wm-transient-2.2 fails on macOSfvogel2018-07-041-1/+2
|\ \ | |/
| * Fix [37a723eadd]: wm-transient-2.2 fails on macOSfvogel2018-07-041-1/+2
| |\
| | * Fix [37a723eadd]: wm-transient-2.2 fails on macOSfvogel2018-07-011-1/+2
* | | Fix [1356961b8c]: wm-transient-1.8 fails on macOS. Patch from Marc Culler.fvogel2018-07-041-5/+12
|\ \ \ | |/ /
| * | Fix [1356961b8c]: wm-transient-1.8 fails on macOS. Patch from Marc Culler.fvogel2018-07-041-5/+12
| |\ \ | | |/
| | * Fix bug [1356961b8c]: add code to ensure wm transient is using a true topleve...culler2018-06-301-5/+12
* | | Fix [6ca257310a]: wm resizable does not disable single dimension resizing on ...fvogel2018-07-041-5/+21
|\ \ \ | |/ /
| * | Synchronize the resizing flags and attributes so wm resizable reports values ...culler2018-06-301-7/+10
| * | Fix bug [6ca257310a]: add implementation of [TkWindow windowWillResize].culler2018-06-291-0/+13
| |/
* | Further fix for [1821174fff], by Christian Werner. Also, remove or replace de...fvogel2018-06-123-6/+2
|\ \ | |/
| * Removed unnecessary calls to deprecated methods [NSWindow disableFlushWindow]culler2018-06-081-2/+0
| * Replace calls to deprecated [NSWindow flushWindow] et al with calls toculler2018-06-072-4/+2
* | Sync various configure-related changes from Tcl (from core-8-branch)jan.nijtmans2018-05-312-2/+2
* | Merge TIP #496 implementation following positive vote by the TCTfvogel2018-05-131-0/+2
|\ \
| * \ merge trunkfvogel2018-05-011-37/+15
| |\ \
| * \ \ merge trunk (because tip-496 does not target 8.6 but 8.7, whereas branch tip-...fvogel2018-04-158-59/+43
| |\ \ \
| * | | | tk::entry: Moved defines where they belong to, reordered options to follow al...fvogel2018-02-111-0/+2
* | | | | Fix [66db98f30d]: choosedir, filebox, msgbox tests fails on macOS + undocumen...fvogel2018-05-131-4/+4
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix [66db98f30d]: choosedir, filebox, msgbox tests fails on macOS + undocumen...fvogel2018-05-131-4/+4
| |\ \ \ \
| | * | | | Unify further error messages for tk_messageBox optionsfvogel2018-05-011-4/+4
* | | | | | Fixed [6da617825e]: button-13.1 to -13.8 fail on macOSculler2018-05-031-25/+11
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Eliminate unnecessary offsets. This moves buttons down 1px, which is better.culler2018-05-011-25/+10
| * | | | Adjust button metrics in HITheme instead of Tk.culler2018-05-011-7/+8
| |/ / /
* | | | Fix [6d5042069f]: tk inactive does not work on macOS (tk-6.5 fails)culler2018-04-301-37/+15
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Explicitly initialize the static timestamp, for stylistic reasons.culler2018-04-291-4/+4
| * | A minimally invasive fix. Since the one and only TkDisplay is a staticculler2018-04-291-8/+9
| * | The inactivity timer still works; only the reset is broken. And it isculler2018-04-292-6/+44
| * | Borrowed a hack from tkMacOSXClipboard.c to make sure that the same Timeculler2018-04-292-7/+5
| * | Create a simple inactivity timer.culler2018-04-292-69/+10
| |/
| * Permit Tk 8.6 to use deprecated Tcl constructs (since we cannot look into the...jan.nijtmans2018-01-221-1/+1
* | merge core-8-6-branchjan.nijtmans2018-01-081-11/+1
|\ \ | |/
| * Some code cleanup, suggested by Christian Werner. Cherry-picked from bug-00a2...jan.nijtmans2018-01-081-11/+1
* | Fix [6525e1af25]: Potential Tcl_Encoding leak in macosx/tkMacOSXHLEvents.c. T...fvogel2017-12-311-2/+4
|\ \ | |/
| * Fix [6525e1af25]: Potential Tcl_Encoding leak in macosx/tkMacOSXHLEvents.c. T...fvogel2017-12-311-2/+4
* | Merge core-8-6-branch into trunk. Fixes [3382424]. Prevents misleading errorculler2017-12-052-1/+6
|\ \ | |/
| * Merge branch bug-3382424 into core-8-6-branch. Prevents misleading error mes...culler2017-12-052-1/+6
| |\
| | * Remove two debug messages which print to stderr during macOS tests but areculler2017-12-032-1/+6