| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove an extraneous #ifdef and correct the spelling of a #define constant. | culler | 2018-10-29 | 1 | -2/+0 |
|
|
* | Deal with a compiler warning about a category implementing methods of the mai... | culler | 2018-10-28 | 1 | -2/+2 |
|
|
* | Added a boolean state variable so a displayProc can check if it is being run ... | culler | 2018-10-24 | 1 | -0/+2 |
|
|
* | Add a runtime check for the OS version, to decide whether to process idle eve... | culler | 2018-10-21 | 1 | -1/+3 |
|
|
* | Deal with Mojave deprecations and remove unneeded code. | culler | 2018-10-21 | 1 | -0/+2 |
|
|
* | Restoring declaration of viewDidChangeEffectiveAppearance. | culler | 2018-10-17 | 1 | -0/+1 |
|
|
* | Fix typos, formatting, compiler warnings. | culler | 2018-10-17 | 1 | -2/+0 |
|
|
* | allow Tk to register a virtual event for when the apperance changes on 10.14 | Kevin Walzer | 2018-10-17 | 1 | -0/+2 |
|
|
* | Remove all conditional code which requires a minimum deployment target | culler | 2017-11-27 | 1 | -21/+0 |
|
|
* | Make it possible to generate an NSImage with correct transparency from a | culler | 2017-11-15 | 1 | -1/+2 |
|
|
* | _poolLock should be declared int, not BOOL. This is unrelated to icons, | culler | 2017-11-13 | 1 | -1/+1 |
|
|
* | Reorganization to put all code related to Ximages in the new | culler | 2017-11-08 | 1 | -1/+7 |
|
|
* | New patch from Marc Culler aiming at fixing [fab5fed65e] without breaking aga... | fvogel | 2017-10-17 | 1 | -1/+0 |
|
|
* | Numerous fixes for Tk on macOS 10.13; eliminate memory leaks, override system... | Kevin Walzer | 2017-10-11 | 1 | -2/+5 |
|
|
* | Fix build errors on i386 for Cocoa; thanks to Marc Culler for patch | Kevin Walzer | 2016-01-31 | 1 | -0/+4 |
|
|
* | Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m... | Kevin Walzer | 2015-12-15 | 1 | -0/+3 |
|
|
* | merge-mark. Remove unnecessary end-of-line spacing | jan.nijtmans | 2015-12-07 | 1 | -6/+6 |
|\ |
|
| * | Remove multiple deprecated internal API calls on OS X; streamline Apple Event... | Kevin Walzer | 2015-11-25 | 1 | -5/+23 |
|
|
| * | Cleanup of last patch to Tk-Cocoa | Kevin Walzer | 2015-11-08 | 1 | -2/+18 |
|
|
| * | Fix for issues with bitmap rendering and mouse events in Tk-Cocoa; thanks to ... | Kevin Walzer | 2015-11-07 | 1 | -0/+1 |
|
|
| * | Remove garbage collections calls as GC is no longer supported on OS X; thanks... | Kevin Walzer | 2015-03-21 | 1 | -18/+0 |
|
|
| * | Commiting HITheme implementation obuttons; deferring scrolling for now becaus... | Kevin Walzer | 2015-01-24 | 1 | -3/+0 |
|
|
| * | Back out changes not pertaining to private API; those files should not have b... | Kevin Walzer | 2014-11-18 | 1 | -1/+1 |
|
|
| * | Fine-tune scrolling, especially of text widgets with embedded windows, after ... | Kevin Walzer | 2014-07-28 | 1 | -7/+0 |
|
|
| * | Add copyright notice to Marc Culler for extensive patch to alpha rendering on... | Kevin Walzer | 2014-07-25 | 1 | -1/+7 |
|
|
| * | Fix for alpha channel rendering for images on OS X Mavericks; thanks to Marc ... | Kevin Walzer | 2014-07-07 | 1 | -0/+2 |
|
|
| * | remove RCS keywords, use mode: objc consistantly | jan.nijtmans | 2012-10-23 | 1 | -2/+0 |
|
|
| * | Review branch for merge of Tk-Cocoa into Tk 8.5 main branch | Kevin Walzer | 2012-09-12 | 1 | -196/+226 |
|
|
* | | Remove multiple deprecated internal API calls on OS X; streamline Apple Event... | Kevin Walzer | 2015-11-25 | 1 | -4/+23 |
|
|
* | | Cleanup of last patch to Tk-Cocoa | Kevin Walzer | 2015-11-08 | 1 | -2/+18 |
|
|
* | | Fix for issues with bitmap rendering and mouse events in Tk-Cocoa; thanks to ... | Kevin Walzer | 2015-11-07 | 1 | -0/+1 |
|
|
* | | Remove garbage collections calls as GC is no longer supported on OS X; thanks... | Kevin Walzer | 2015-03-21 | 1 | -18/+0 |
|
|
* | | Commiting HITheme implementation on buttons; deferring scrolling for now beca... | Kevin Walzer | 2015-01-24 | 1 | -3/+0 |
|
|
* | | Remove unnecessary end-of-line spacing | jan.nijtmans | 2014-11-21 | 1 | -1/+1 |
|
|
* | | Back out changes not pertaining to private API; those files should not have b... | Kevin Walzer | 2014-11-20 | 1 | -2/+1 |
|
|
* | | Remove residual private API calls from Tk/Mac after Mac App Store review flag... | Kevin Walzer | 2014-11-18 | 1 | -0/+1 |
|
|
* | | Fine-tune scrolling, especially of text widgets with embedded windows, after ... | Kevin Walzer | 2014-07-28 | 1 | -8/+0 |
|
|
* | | Add copyright notice to Marc Culler for extensive patch to alpha rendering on... | Kevin Walzer | 2014-07-25 | 1 | -1/+7 |
|
|
* | | Fix for alpha channel rendering for images on OS X Mavericks; thanks to Marc ... | Kevin Walzer | 2014-07-07 | 1 | -0/+2 |
|
|
* | | Fix for serious bugs with input methods, and for display of certain fonts in ... | Kevin Walzer | 2012-01-29 | 1 | -1/+6 |
|
|
* | | Minor fix of wm forget implementation on Aqua | Kevin Walzer | 2011-07-26 | 1 | -70/+48 |
|
|
* | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| | * | * macosx/tkMacOSXPrivate.h: fix Panther build. | das | 2007-12-18 | 1 | -1/+2 |
|
|
| | * | Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09 | das | 2007-11-09 | 1 | -4/+34 |
|
|
| | * | move macros for Debugging.h to private header | das | 2007-08-23 | 1 | -1/+10 |
|
|
| | * | * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issues | das | 2007-06-29 | 1 | -0/+298 |
|
|
| * | comments, whitespace | das | 2008-09-02 | 1 | -2/+2 |
|
|
| * | * macosx/tkMacOSXInit.c: add helper to efficiently convert from | das | 2008-06-19 | 1 | -1/+2 |
|
|