summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 [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'
* | | Merge bug-b24a7a87 into core-8-6-branch (merge mark) fixes [b24a7a877d]culler2017-11-1712-41/+94
|\ \ \
| * | | Update documentation to remove discussion of PNG limitations in wm iconphoto ↵Kevin Walzer2017-11-151-2/+1
| | | | | | | | | | | | | | | | on Mac
| * | | Modify the menu demo so that it includes a photoimage in a menu.culler2017-11-152-2/+4
| | | |
| * | | Make it possible to generate an NSImage with correct transparency from aculler2017-11-157-44/+70
| | | | | | | | | | | | | | | | photoimage. Fixes transparency issues with iconphotos and images in menus.
| * | | Implemented a more robust and transparent scheme for makingculler2017-11-143-16/+14
| | | | | | | | | | | | sure that iconphoto images are not blended with a black background.
| * | | _poolLock should be declared int, not BOOL. This is unrelated to icons, culler2017-11-131-1/+1
| | | | | | | | | | | | but breaks the build for -arch i386.
| * | | Add a cast to address a compiler warning.culler2017-11-131-1/+1
| | | |
| * | | Fixed an issue with iconphoto where the dock icon would have aculler2017-11-131-0/+20
| | | | | | | | | | | | black backround, instead of transparent, when using a PNG image.
| * | | Fix [b24a7a877d]: Added test for NULL pointer in WmIconphotoCmd.culler2017-11-111-7/+15
| | | |
| * | | Create new branch named "bug-b24a7a87"culler2017-11-110-0/+0
| | | |
* | | | Fix [6b2fd1e881]: grid documentation for default for -row is wrongfvogel2017-11-132-2/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Fix [6b2fd1e881]: grid documentation for default for -row is wrongfvogel2017-11-112-2/+4
| | | |
* | | | merge bug-27c4e4c8 into core-8-6-branch. The diff is empty becauseculler2017-11-110-0/+0
|\ \ \ \ | | | | | | | | | | the change was already committed in the core-8-6-branch (oops).
| * | | | Change to XMapWindow to make embedded toplevels display properly when first ↵culler2017-11-111-1/+10
| | | | | | | | | | | | | | | | | | | | mapped.
| * | | | Create new branch named "bug-27c4e4c8"culler2017-11-110-0/+0
| |/ / /
* | | | Change to XMapWindow to make embedded toplevels display properlyculler2017-11-111-1/+10
|/ / / | | | | | | when first mapped.
* | | Fix [2fec274fe3]: OS X - menu-2.8[0134] triggers ↵fvogel2017-11-111-1/+1
|\ \ \ | | | | | | | | | | | | CFURLCopyResourcePropertyForKey failed
| * | | Fix [2fec274fe3]: OS X - menu-2.8[0134] triggers ↵fvogel2017-11-041-1/+1
| | | | | | | | | | | | | | | | CFURLCopyResourcePropertyForKey failed
* | | | merge mac-wm-icon branch (because the changes from this branch were just ↵fvogel2017-11-110-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | committed separately as a standalone patch in core-8-6-branch)
| * | | | Documentation tweakKevin Walzer2017-10-131-1/+5
| | | | |
| * | | | Push updatesKevin Walzer2017-10-131-1/+1
| | | | |
| * | | | Start mac-wm-icon branchKevin Walzer2017-10-132-29/+27
| | | | |
* | | | | Add comments to wm_iconphoto implementation on macOSKevin Walzer2017-11-111-1/+6
| | | | |
* | | | | Implement wm_iconphoto command for macOSKevin Walzer2017-11-113-31/+32
| | | | |
* | | | | Merge macOS_images into core-8-6-branch.culler2017-11-108-607/+637
|\ \ \ \ \
| * | | | | Small changes to address compiler warnings.culler2017-11-102-8/+8
| | | | | |
| * | | | | Added some #ifdef __clang__ sections to allow building with gcc on OSX 10.6.culler2017-11-092-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | Tk now builds and runs on Snow Leopard, but does not support retina displays or filtering in file dialogs, and generates some errors about colorspaces.
| * | | | | Minor changes to deal with compiler warnings for different OSXculler2017-11-093-27/+22
| | | | | | | | | | | | | | | | | | versions. Now builds cleanly with deployment targets 10.6 - 10.13.
| * | | | | Remove unused variables; add comments.culler2017-11-081-3/+6
| | | | | |
| * | | | | Cleaned up and reworked XGetImage. This seems to eliminateculler2017-11-082-94/+90
| | | | | | | | | | | | | | | | | | | | | | | | segfaults seen when rapidly resizing the scid window and may also fix [218561bf].
| * | | | | Reorganization to put all code related to Ximages in the newculler2017-11-086-574/+586
|/ / / / / | | | | | | | | | | file tkMacOSXImage.c
* | | | | Merge OSX_redraw_artifacts branch. This fixes [fab5fed65e], [40a9abb9db] and ↵fvogel2017-11-077-112/+279
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | [92e614e612]. Great thanks to Marc Culler!
| * | | | Fix utterly minor formatting things in macosx/READMEfvogel2017-11-071-4/+4
| | | | |
| * | | | Update of the macosx README file to include explanations of theculler2017-11-071-61/+207
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes added to address crashes that appeared with the release of OSX 10.13 as well as the drawing artifacts being dealt with in the OSX_redraw_artifacts branch.
| * | | | merge core-8-6-branchfvogel2017-11-011-0/+1
| |\ \ \ \
| * | | | | Reworked the regression test so that it would more preciselyculler2017-10-303-11/+7
| | | | | | | | | | | | | | | | | | target the changed behavior of DisplayText.
| * | | | | Edited the comment explaining why the logic in DisplayText needsculler2017-10-301-11/+21
| | | | | | | | | | | | | | | | | | to be changed for macOS.
| * | | | | Change comment style to Tcl stylefvogel2017-10-291-1/+4
| | | | | |
| * | | | | merge core-8-6-branchfvogel2017-10-287-14/+80
| |\ \ \ \ \