summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Modify test bind-15.23 so the timestamps left over from bind-15.22 won't inte...culler2017-12-032-7/+7
| * | | | Add a modKeyCodes array to the display to allow generating key events for mod...culler2017-12-011-11/+45
* | | | | Merge fix-mac-icon into core-8-6-branch.culler2017-12-051-0/+17
|\ \ \ \ \
| * | | | | Only set a default application icon when no icon has been declared in anculler2017-12-051-0/+17
|/ / / / /
* | | | | Remove unnecessary calls to set application icon in bundled apps on macOS, pr...kevin_walzer2017-12-051-12/+0
| |/ / / |/| | |
* | | | Remove 'unix' constraint for menuDraw-16.5 since this test now passes on all ...fvogel2017-12-011-1/+1
|/ / /
* | | Add missing code to run the postcommand in TkpPostMenu. Fixes [13d63d2794].culler2017-11-301-0/+7
* | | 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.bug-164c1b1091culler2017-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
|/ / /
* | | Use -1 instead of 0 as the invalid keycode in test bind-13.14 since 0 isculler2017-11-281-2/+2
* | | 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
|\ \ \ \ | |/ / / |/| | |
| * | | 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-2712-36/+27
|/ / /
* | | 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
* | | | Merge bug-de4af19626 into core-8-6-branch again, this time with theculler2017-11-251-57/+113
|\ \ \ \ | |/ / / |/| | |
| * | | Simultaneously with the previous commit Christian Gollwitzer providedculler2017-11-251-57/+113
* | | | 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
|\ \ \ \ | |/ / / |/| | |
| * | | 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
| * | | 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 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
* | | | | 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
| * | | 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 Christi...jan.nijtmans2017-11-201-0/+9
|/ / /
* | | Fix [73ba07efcd]: Use correct property type when handling MULTIPLE conversion...fvogel2017-11-194-5/+29
|\ \ \