summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXPrivate.h
Commit message (Expand)AuthorAgeFilesLines
* Address compiler warnings.culler2019-10-231-5/+0
* Fix [39de9677aa]: incorrect IME behaviorculler2019-10-221-1/+6
* Apply macOS patch for [aea00be1] by Christopher Chavez. Prevents glitches wh...culler2019-10-211-2/+2
* Fix [bfdd89cc6b]: on macOS hide the File->Run Widget Demo menu item while the...culler2019-10-201-1/+2
* Revert color dialog; do not use sheets for NSOpenSavePanels on Catalina; create culler2019-08-141-0/+2
* Fix compiler warnings on all macOS versions.culler2019-06-291-3/+0
* CONST -> const. Eliminate unnecessary type-casts and end-of-line spacingjan.nijtmans2019-06-251-1/+1
* TIP 536: Improvements to Mac-specific IPCdkf2019-06-151-1/+9
|\
| * Code and data type cleanup, thanks to Marc Culler for patchKevin Walzer2019-05-171-1/+5
| * More tweakingKevin Walzer2019-05-121-0/+1
| * Tweak mergeKevin Walzer2019-05-121-0/+4
| * Clean up mergeKevin Walzer2019-05-121-1/+0
| * Merge in core-8-6-branchKevin Walzer2019-05-121-435/+436
| |\
| * | Remove tkMacOSXLaunch.c from TIP; adds too many extraneous commands. Re-focus...Kevin Walzer2019-03-081-0/+2
| * | Update makefile, trying to buildKevin Walzer2019-02-281-1/+1
| * | Add launcher code, update docsKevin Walzer2019-02-281-431/+433
| * | Update mac_services branch, intend to submit a TIPKevin Walzer2019-02-271-0/+3
| |\ \
| | * | More refinementsKevin Walzer2018-03-051-0/+3
* | | | Fix bug [9ebc6fd168]: Aqua can report incorrect mouse coordinates.culler2019-06-031-1/+0
| |_|/ |/| |
* | | Fix bug [1001070]: make labels use -highlightbackgroundculler2019-04-241-0/+2
|\ \ \
| * | | Keep It Safe and Simple. Just draw the border. Do not use tkUnix3d.c. Alsoculler2019-03-301-0/+2
| |/ /
* | | Fix bug [4d2e8d4d5c]: Aqua notebooks sometimes do not draw a new pane immedia...culler2019-04-241-0/+6
|/ /
* | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-101-1/+1
* | Fix gcc compiler issues on 10.6culler2018-11-271-1/+0
* | Fix display errors when resizing a window with tabs.culler2018-11-271-3/+8
* | Mac code cleanup. Move interfaces for subclasses of AppKit classes toculler2018-11-261-10/+55
* | Use a better method for making test images on the mac emulate test images on ...culler2018-11-151-2/+0
* | Remove new Mojave virtual events to register system appearance changes becaus...Kevin Walzer2018-11-101-3/+1
* | Fixed transparency issues and crashes related to PhotoImages and greatly simp...culler2018-11-081-2/+1
* | Came up with a scheme for making test images behave the way that theculler2018-11-061-0/+2
* | Cleaned up the Rube Goldberg logic of TkMacOSXSetupDrawingContext and TkMacOS...culler2018-11-031-1/+0
* | Remove an extraneous #ifdef and correct the spelling of a #define constant.culler2018-10-291-2/+0
* | Deal with a compiler warning about a category implementing methods of the mai...culler2018-10-281-2/+2
* | Added a boolean state variable so a displayProc can check if it is being run ...culler2018-10-241-0/+2
* | Add a runtime check for the OS version, to decide whether to process idle eve...culler2018-10-211-1/+3
* | Deal with Mojave deprecations and remove unneeded code.culler2018-10-211-0/+2
* | Restoring declaration of viewDidChangeEffectiveAppearance.culler2018-10-171-0/+1
* | Fix typos, formatting, compiler warnings.culler2018-10-171-2/+0
* | allow Tk to register a virtual event for when the apperance changes on 10.14Kevin Walzer2018-10-171-0/+2
|/
* Remove all conditional code which requires a minimum deployment targetculler2017-11-271-21/+0
* Make it possible to generate an NSImage with correct transparency from aculler2017-11-151-1/+2
* _poolLock should be declared int, not BOOL. This is unrelated to icons, culler2017-11-131-1/+1
* Reorganization to put all code related to Ximages in the newculler2017-11-081-1/+7
* New patch from Marc Culler aiming at fixing [fab5fed65e] without breaking aga...fvogel2017-10-171-1/+0
* Numerous fixes for Tk on macOS 10.13; eliminate memory leaks, override system...Kevin Walzer2017-10-111-2/+5
* Fix build errors on i386 for Cocoa; thanks to Marc Culler for patchKevin Walzer2016-01-311-0/+4
* Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m...Kevin Walzer2015-12-151-0/+3
* merge-mark. Remove unnecessary end-of-line spacingjan.nijtmans2015-12-071-6/+6
|\
| * Remove multiple deprecated internal API calls on OS X; streamline Apple Event...Kevin Walzer2015-11-251-5/+23
| * Cleanup of last patch to Tk-CocoaKevin Walzer2015-11-081-2/+18