summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Merge trunk.stu2018-07-0324-1211/+1107
|\
| * 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
| * | | Merge core-8-6-branch into trunk. Fixes [1088805fff]. See [0feb63f139]culler2017-12-051-11/+45
| |\ \ \ | | |/ /
| | * | Merge bind-errors into core-8-6-branch. Fixes [1088805fff]. See [0feb63f139]culler2017-12-051-11/+45
| | |\ \
| | | * | On macOS, add a modKeyCodes array to the display so key events for modifier k...culler2017-12-011-11/+45
| | | |/
| * | | Merge core-8-6-branch into trunk. Fixes issue with custom application iconsculler2017-12-051-1/+18
| |\ \ \ | | |/ /
| | * | On macOS, set a default application icon only when no icon has been declared in culler2017-12-051-0/+17
| | * | Remove unnecessary calls to set application icon in bundled apps on macOS, pr...Kevin Walzer2017-12-051-12/+0
| | |/
| * | Remove unnecessary calls to set application icon in bundled apps on macOS, pr...Kevin Walzer2017-12-051-14/+1
| * | Merge core-8-6-branch into trunk. Fixes [13d63d2794].culler2017-11-301-0/+7
| |\ \ | | |/
| | * Add missing code to run the postcommand in TkpPostMenu for macOS. Fixes [13d...culler2017-11-301-0/+7
| * | merge core-8-6-branchjan.nijtmans2017-11-301-1/+1
| |\ \ | | |/
| | * Restore core-8-6-branch timelinejan.nijtmans2017-11-302-30/+36
| | |\
| * | \ Merge core-8-6-branch into trunk. Fixes behavior of raise on macOS.culler2017-11-302-31/+37
| |\ \ \ | | | |/ | | |/|
| | * | Fix behavior of raise on macOS.culler2017-11-292-31/+37
| | |/
| * | Merge core-8-6-branch into trunk, removes obsolete experimental Mac window flagsKevin Walzer2017-11-283-93/+4
| |\ \ | | |/
| | * Merge in remove_mac_decorations branchKevin Walzer2017-11-283-93/+4
| | |\
| | | * More tweak of READMEKevin Walzer2017-11-281-5/+0
| | | * Tweak READMEKevin Walzer2017-11-271-27/+0
| | | * Remove unused experimental window decoration flags from macOSKevin Walzer2017-11-273-69/+3
| * | | Merge core-8-6-branch into trunk. Removes conditional code for OS X 10.5.culler2017-11-2710-176/+24
| |\ \ \ | | |/ /
| | * | Merge byebye-leopard into core-8-6-branch. Removes conditional code for OS X...culler2017-11-2710-176/+24
| | |\ \ | | | |/ | | |/|
| | | * Remove all conditional code which requires a minimum deployment targetculler2017-11-2710-176/+24