summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
|/
* 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
* 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
* 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 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
| |/
* | 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
|/
* Add missing code to run the postcommand in TkpPostMenu for macOS. Fixes [13d...culler2017-11-301-0/+7
* Restore core-8-6-branch timelinejan.nijtmans2017-11-302-30/+36
|\
| * Fix behavior of raise on macOS.culler2017-11-292-31/+37
|/
* 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 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
* | tkWinDialog.c: Change a LoadLibrary() call to GetModuleHandle(), since "shell...jan.nijtmans2017-11-278-27/+23
|/
* Merge mac_wm_withdraw branch to 8.6Kevin Walzer2017-11-261-1/+11
|\
| * Implementation of wm withdraw excluded from Window and Dock menu on macOSKevin Walzer2017-11-261-1/+11
* | Repair a mistake introduced in checkin [fc16f8a9]. In TkpInit the NSApplicationculler2017-11-251-16/+18
* | Simultaneously with the previous commit Christian Gollwitzer provided culler2017-11-251-57/+113
|/
* Pass nil for allowedFileTypes rather than an empty array to select all files.culler2017-11-252-10/+15
* Removed a function which is never called in the current version.culler2017-11-251-32/+0
* Fix name for SetApplicationIcon function that had an incorrect name in the fu...Kevin Walzer2017-11-251-1/+1
* Edited comment.culler2017-11-251-2/+3
* merge core-8-6-branch into bug-88f02fa81a.culler2017-11-242-1/+7
|\
| * Merge bug-c89bd0aa2c into core-8-6-branch.culler2017-11-242-1/+7
| |\
| | * Don't process window events if the dead window is the root. Thisculler2017-11-242-1/+7
* | | Simplify and reorganize the initialization code.culler2017-11-241-70/+73
* | | Remove calls to TransformProcessType. Avoid activating too early.culler2017-11-242-42/+41
|/ /
* | Improve metrics for text-only buttons on macOSKevin Walzer2017-11-221-1/+2
|/
* Processing events immediately means we don't have to worry aboutculler2017-11-211-56/+10
* Process events to make sure closed windows are freed immediately.culler2017-11-211-0/+5
* Reworked to handle withdrawn ssuccessor windows correctly.culler2017-11-211-44/+36
* Expanded comments to explain the strategy better.culler2017-11-211-21/+46
* Fix for bug c89bd0aa2cculler2017-11-211-11/+52
* Make it possible to generate an NSImage with correct transparency from aculler2017-11-155-44/+48
* Implemented a more robust and transparent scheme for makingculler2017-11-143-16/+14
* _poolLock should be declared int, not BOOL. This is unrelated to icons, culler2017-11-131-1/+1