summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix [b24a7a877d]: Added test for NULL pointer in WmIconphotoCmd.culler2017-11-111-7/+15
* Change to XMapWindow to make embedded toplevels display properlyculler2017-11-111-1/+10
* Fix [2fec274fe3]: OS X - menu-2.8[0134] triggers CFURLCopyResourcePropertyFor...fvogel2017-11-111-1/+1
|\
| * Fix [2fec274fe3]: OS X - menu-2.8[0134] triggers CFURLCopyResourcePropertyFor...fvogel2017-11-041-1/+1
* | Add comments to wm_iconphoto implementation on macOSKevin Walzer2017-11-111-1/+6
* | Implement wm_iconphoto command for macOSKevin Walzer2017-11-112-30/+24
* | 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
* | Minor changes to deal with compiler warnings for different OSXculler2017-11-093-27/+22
* | Remove unused variables; add comments.culler2017-11-081-3/+6
* | Cleaned up and reworked XGetImage. This seems to eliminateculler2017-11-082-94/+90
* | Reorganization to put all code related to Ximages in the newculler2017-11-085-572/+580
* | 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
* | merge core-8-6-branchfvogel2017-10-282-1/+19
|\ \ | |/
| * Fix [55b95f578a]: Associating variable with bignum value with scale crashes it.fvogel2017-10-221-1/+4
| |\
| | * Fix more issues with sprintf in the scale widget.fvogel2017-10-071-1/+4
| * | Restore tests for live resizing on macOS so event loop is not overloadedKevin Walzer2017-10-161-0/+15
* | | Fix a typo and remove an unused function.culler2017-10-251-25/+0
* | | Make a small change in the logic of DisplayText (for Mac only) whichculler2017-10-251-19/+0
* | | Change TkScrollWindow to only generate expose events if the Text widget hasculler2017-10-242-19/+44
* | | New patch from Marc Culler aiming at fixing [fab5fed65e] without breaking aga...fvogel2017-10-173-19/+4
|/ /
* | Patch by Marc Culler to address subtle issues with clipping regions in scroll...Kevin Walzer2017-10-152-10/+18
* | Add tkMacOSXConstants.h header file per Marc CullerKevin Walzer2017-10-131-0/+95
* | Fix for scrolling issues on macOS; thanks to Marc Culler for patchesKevin Walzer2017-10-131-4/+3
* | Fix for colorspace issues and regression in drawing on macOS; thanks to Marc ...Kevin Walzer2017-10-126-15/+12
* | remove some end-of-line spacingjan.nijtmans2017-10-123-4/+3
* | Partial fix for 111de2edd2e67af350ffa564dbf65ab7a5fcf04c, inaccurate backgrou...Kevin Walzer2017-10-112-2/+1