summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add missing code to run the postcommand in TkpPostMenu for macOS. Fixes ↵culler2017-11-301-0/+7
| | | | [13d63d2794].
* Restore core-8-6-branch timelinejan.nijtmans2017-11-303-30/+39
|\
| * Merge with null diff to fix accidental fork.culler2017-11-300-0/+0
| |\ | |/ |/|
| * Merge bug-164c1b1091 into core-8-6-branch. Fixes behavior of raise on macOS.culler2017-11-302-31/+37
| |\
| | * Fix behavior of raise on macOS.culler2017-11-292-31/+37
| |/ |/|
| * Edit raise.n to document that iconified toplevels are deiconified by raiseculler2017-11-301-0/+3
|/ | | on macOS.
* Use -1 instead of 0 as the invalid keycode in test bind-13.14 since 0 isculler2017-11-281-2/+2
| | | a valid keycode (for lowercase a) on a Macintosh.
* 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 ↵culler2017-11-2710-176/+24
|\ \ | |/ |/| | | X 10.5.
| * Remove all conditional code which requires a minimum deployment targetculler2017-11-2710-176/+24
| | | | | | | | | | of OSX 10.5. Currently the build fails for 10.5 and it seems pointless to try fixing it now, more than 8 years after Apple declared it obsolete.
* | tkWinDialog.c: Change a LoadLibrary() call to GetModuleHandle(), since ↵jan.nijtmans2017-11-2712-36/+27
|/ | | | | "shell32.dll" is already linked to Tk. Also various whitespace changes (mainly at line-ends) and comment fixes. Nothing functional.
* 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
| | | | | | | | must be created before opening a console. Otherwise apps launched from an icon will crash.
* | Merge bug-de4af19626 into core-8-6-branch again, this time with theculler2017-11-251-57/+113
|\ \ | |/ |/| improved tkMacOSXDialog.c from Christian Gollwitzer.
| * Simultaneously with the previous commit Christian Gollwitzer provided culler2017-11-251-57/+113
| | | | | | | | this more complete patch that deals with *.* and compilation problems with gcc.
* | Merge bug-de4af19626 (allow all file types) into core-8-6-branch.culler2017-11-252-10/+15
|\ \ | |/
| * Pass nil for allowedFileTypes rather than an empty array to select all files.culler2017-11-252-10/+15
| |
* | Fix [1c659ef0f1]: 'image create photo' fails on png image containing unknown ↵fvogel2017-11-253-3/+14
|\ \ | |/ |/| | | ancillary chunks
| * Fix typo in error messagefvogel2017-11-211-2/+2
| |
| * Fix [1c659ef0f1]: 'image create photo' fails on png image containing unknown ↵fvogel2017-11-211-1/+1
| | | | | | | | ancillary chunks
| * Fix test imgPMG-3.1 just addedfvogel2017-11-211-2/+2
| |
| * Add test imgPNG-3.1 demonstrating bug [1c659ef0f1]fvogel2017-11-212-0/+11
| |
* | merge bug-88f02fa81a into core-8-6-branch.culler2017-11-253-127/+98
|\ \
| * | 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 ↵Kevin Walzer2017-11-251-1/+1
| | | | | | | | | | | | function description
| * | 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
| | | | | | | | | | | | is unnecessary and leads to segfaults in some tests.
| | * | Simplify and reorganize the initialization code.culler2017-11-241-70/+73
| | | |
| | * | Remove calls to TransformProcessType. Avoid activating too early.culler2017-11-242-42/+41
| |/ / |/| | | | | Prepare for cleanup of TkpInit. Fixes the basic menu bar problem.
* | | Improve metrics for text-only buttons on macOSKevin Walzer2017-11-221-1/+2
| | |
* | | Merge the bug-c89bd0aa2c branch into core-8-6-branch.culler2017-11-211-11/+28
|\ \ \ | |/ / | | / | |/ |/|
| * Processing events immediately means we don't have to worry aboutculler2017-11-211-56/+10
| | | | | | the Window menu and is a major simplfication. (Thanks, Kevin!)
| * 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
| |
* | Fix memory leak in tkImgPhoto.c. Backported from androwish. Thanks to ↵jan.nijtmans2017-11-201-0/+9
|/ | | | Christian Werner for noticing this!
* Fix [73ba07efcd]: Use correct property type when handling MULTIPLE ↵fvogel2017-11-194-5/+29
|\ | | | | | | conversion requests. Patch from 'dpb'
| * Don't include the NULL from SAVE_TARGETS request in the expected result. The ↵fvogel2017-11-141-3/+3
| | | | | | | | ICCCM specification doesn't tell what value the clipboard manager should return.
| * Use -cleanup with test select-10.6fvogel2017-11-131-1/+2
| |
| * Fix test select-14.1. It now passes on Linux with Gnome.fvogel2017-11-131-2/+3
| |
| * Add test select-14.1 checking for use of the correct property type when ↵fvogel2017-11-121-0/+19
| | | | | | | | handling MULTIPLE conversion requests (bug [73ba07efcd])
| * merge core-8-6-branchfvogel2017-09-161-0/+1
| |\
| * | Fix [73ba07efcd]: Use correct property type when handling MULTIPLE ↵fvogel2017-09-023-4/+7
| | | | | | | | | | | | conversion requests. Patch from 'dpb'