| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [6d5042069f]: tk inactive does not work on macOS (tk-6.5 fails) | culler | 2018-04-30 | 1 | -37/+15 |
|\ |
|
| * | Explicitly initialize the static timestamp, for stylistic reasons. | culler | 2018-04-29 | 1 | -4/+4 |
|
|
| * | A minimally invasive fix. Since the one and only TkDisplay is a static | culler | 2018-04-29 | 1 | -8/+9 |
|
|
| * | The inactivity timer still works; only the reset is broken. And it is | culler | 2018-04-29 | 1 | -2/+44 |
|
|
| * | Borrowed a hack from tkMacOSXClipboard.c to make sure that the same Time | culler | 2018-04-29 | 1 | -2/+2 |
|
|
| * | Create a simple inactivity timer. | culler | 2018-04-29 | 1 | -69/+4 |
|
|
* | | Merge core-8-6-branch into trunk. Includes fix for [b24a7a877d]. | culler | 2017-11-18 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Make it possible to generate an NSImage with correct transparency from a | culler | 2017-11-15 | 1 | -0/+1 |
|
|
* | | Merge macOS_images into trunk. | culler | 2017-11-10 | 1 | -397/+1 |
|\ \
| |/ |
|
| * | Minor changes to deal with compiler warnings for different OSX | culler | 2017-11-09 | 1 | -1/+1 |
|
|
| * | Reorganization to put all code related to Ximages in the new | culler | 2017-11-08 | 1 | -396/+0 |
|
|
| * | Numerous fixes for Tk on macOS 10.13; eliminate memory leaks, override system... | Kevin Walzer | 2017-10-11 | 1 | -2/+1 |
|
|
| * | Fix for 5f44d4f5 in building Tk on macOS 10.6; thanks to Mojca Miklavec for p... | Kevin Walzer | 2017-05-29 | 1 | -2/+4 |
|
|
* | | Removal of obsolete stubs function Tk_FreeXId that has been replaced by macro | Kevin Walzer | 2017-10-15 | 1 | -8/+0 |
|
|
* | | Numerous fixes for Tk on macOS 10.13; eliminate memory leaks, override system... | Kevin Walzer | 2017-10-11 | 1 | -2/+9 |
|
|
* | | Fix for 5f44d4f5 in building Tk on macOS 10.6; thanks to Mojca Miklavec for p... | Kevin Walzer | 2017-05-29 | 1 | -2/+4 |
|
|
* | | merge core-8-6-branch | jan.nijtmans | 2016-11-08 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | (micro-) optimize a few Win32 drawing functions, and make them work when npoi... | jan.nijtmans | 2016-11-08 | 1 | -2/+2 |
| |\ |
|
| | * | Add XDrawSegments/XDrawPoint/XDrawPoints to internal stub table, and fix thei... | jan.nijtmans | 2016-11-08 | 1 | -2/+2 |
|
|
| * | | Fix [720879afe9] - WM_CHAR message handling. Patch from Christian Werner back... | jan.nijtmans | 2016-09-27 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m... | Kevin Walzer | 2015-12-15 | 1 | -2/+1 |
|
|
| | * | Fix for zombie windows on El Capitan/OS X 10.11; thanks to Marc Culler for patch | Kevin Walzer | 2015-12-07 | 1 | -3/+3 |
|
|
| | * | Remove multiple deprecated internal API calls on OS X; streamline Apple Event... | Kevin Walzer | 2015-11-25 | 1 | -1/+15 |
|
|
| | * | Cleanup of last patch to Tk-Cocoa | Kevin Walzer | 2015-11-08 | 1 | -10/+11 |
|
|
| | * | Fix for PNG rendering on OS X 10.11; thanks to Stephan Meier for patch | Kevin Walzer | 2015-10-26 | 1 | -14/+27 |
|
|
| | * | Remove garbage collections calls as GC is no longer supported on OS X; thanks... | Kevin Walzer | 2015-03-21 | 1 | -2/+1 |
|
|
| * | | Fix for image/alpha rendering under hidpi/Retina displays on Mac OS; thanks t... | Kevin Walzer | 2016-07-15 | 1 | -7/+30 |
|
|
* | | | Change Tk_FreeXId() into a macro. | jan.nijtmans | 2016-08-12 | 1 | -9/+1 |
|
|
* | | | Fix for image/alpha rendering under hidpi/Retina displays on Mac OS; thanks t... | Kevin Walzer | 2016-07-15 | 1 | -7/+30 |
|/ / |
|
* | | spacing | jan.nijtmans | 2015-12-17 | 1 | -1/+1 |
|
|
* | | Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m... | Kevin Walzer | 2015-12-15 | 1 | -4/+2 |
|
|
* | | Fix for zombie windows on El Capitan/OS X 10.11; thanks to Marc Culler for patch | Kevin Walzer | 2015-12-07 | 1 | -3/+4 |
|
|
* | | Remove multiple deprecated internal API calls on OS X; streamline Apple Event... | Kevin Walzer | 2015-11-25 | 1 | -1/+15 |
|
|
* | | Fix for PNG rendering on OS X 10.11; thanks to Stephan Meier for patch | Kevin Walzer | 2015-10-26 | 1 | -11/+25 |
|
|
* | | Remove garbage collections calls as GC is no longer supported on OS X; thanks... | Kevin Walzer | 2015-03-21 | 1 | -2/+1 |
|
|
* | | Fix typo's, debug statements, C++-comment. | jan.nijtmans | 2014-08-11 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Add copyright notice to Marc Culler for extensive patch to alpha rendering on... | Kevin Walzer | 2014-07-25 | 1 | -0/+1 |
|
|
| * | Fix for alpha channel rendering for images on OS X Mavericks; thanks to Marc ... | Kevin Walzer | 2014-07-07 | 1 | -52/+60 |
|
|
| * | remove RCS keywords, use mode: objc consistantly | jan.nijtmans | 2012-10-23 | 1 | -3/+1 |
|
|
| * | Review branch for merge of Tk-Cocoa into Tk 8.5 main branch | Kevin Walzer | 2012-09-12 | 1 | -180/+242 |
|
|
* | | Add copyright notice to Marc Culler for extensive patch to alpha rendering on... | Kevin Walzer | 2014-07-25 | 1 | -0/+1 |
|
|
* | | Fix for alpha channel rendering for images on OS X Mavericks; thanks to Marc ... | Kevin Walzer | 2014-07-07 | 1 | -52/+60 |
|
|
* | | Change XChangeWindowAttributes signature and many others to match Xorg, neede... | jan.nijtmans | 2012-06-08 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | Change XSetDashes signature and many others to match Xorg, needed for Cygwin | jan.nijtmans | 2012-06-05 | 1 | -2/+4 |
| |\ |
|
| | * | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. | jan.nijtmans | 2012-06-01 | 1 | -2/+4 |
|
|
* | | | 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/tkMacOSXXStubs.c: sync with core-8-5-branch. | das | 2008-06-12 | 1 | -2/+2 |
|
|
| | * | Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09 | das | 2007-11-09 | 1 | -10/+99 |
|
|