| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
| | * | * macosx/tkMacOSXXStubs.c (DestroyImage): Fixed crash in release | hobbs | 2007-07-04 | 1 | -3/+2 |
|
|
| | * | * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issues | das | 2007-06-29 | 1 | -6/+5 |
|
|
| | * | * macosx/tkMacOSXXStubs.c (XCreateImage, DestroyImage): correct XImage | das | 2007-06-23 | 1 | -121/+224 |
|
|
| | * | * macosx/tkMacOSXMenu.c: add error checking; whitespace cleanup. | das | 2007-06-04 | 1 | -2/+5 |
|
|
| | * | * macosx/tkMacOSXMenu.c (DrawMenuSeparator): use DrawingContext API. | das | 2007-05-30 | 1 | -3/+39 |
|
|
| | * | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon event | das | 2007-04-29 | 1 | -157/+178 |
|
|
| | * | * macosx/tkMacOSXColor.c (TkSetMacColor, TkpGetColor): use AppearanceMgr | das | 2006-09-10 | 1 | -1/+30 |
|
|
| | * | * macosx/tkMacOSX.h: Cleaned up & rationalized order of | das | 2006-03-28 | 1 | -13/+1 |
|
|
| | * | * macosx/tkMacOSXInt.h: | das | 2005-12-08 | 1 | -4/+4 |
|
|
| | * | * macosx/tkMacOSXXStubs.c (TkpOpenDisplay, TkMacOSXDisplayChanged): | hobbs | 2005-11-30 | 1 | -35/+78 |
|
|
| | * | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -11/+13 |
|
|
| | * | * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): check if | das | 2005-09-10 | 1 | -1/+9 |
|
|
| | * | * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code into | das | 2005-08-09 | 1 | -3/+3 |
|
|
| | * | From Michael Kirkham: | wolfsuit | 2005-05-15 | 1 | -3/+7 |
|
|
| | * | * macosx/tkMacOSXInit.c: | das | 2005-05-14 | 1 | -2/+2 |
|
|
| | * | * macosx/tkMacOSXXStubs.c: implemented XGetGeometry(). | das | 2004-11-13 | 1 | -4/+24 |
|
|
| | * | * generic/tkClipboard.c: Move TkClipCleanup from tkClipboard.c | hobbs | 2004-05-03 | 1 | -8/+44 |
|
|
| | * | * macosx/tkMacOSXDraw.c: | das | 2004-02-23 | 1 | -22/+64 |
|
|
| | * | * macosx/Wish.pbproj/project.pbxproj: | das | 2003-03-18 | 1 | -3/+8 |
|
|
| * | | * macosx/tkMacOSXXStubs.c (Tk_ResetUserInactiveTime): use UsrActivity | das | 2008-06-12 | 1 | -2/+2 |
|
|
| * | | sync with dkf's 2008-04-27 whitespace&formatting changes on HEAD, to ease bra... | das | 2008-05-03 | 1 | -123/+148 |
|
|
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -9/+9 |
|
|
* | | | More marking of files as Objective-C. | dkf | 2009-07-06 | 1 | -2/+2 |
|
|
* | | | Merge of TkAqua Cocoa portmacosx_cocoa_merge | das | 2009-06-29 | 1 | -161/+219 |
|
|
* | | | fix warning | das | 2008-12-20 | 1 | -2/+2 |
|
|
* | | | Lots of small changes to make code more pretty and C89-like. | dkf | 2008-11-08 | 1 | -18/+20 |
|
|
* | | | After some discussion with Joe English and subsequently the | georgeps | 2008-08-19 | 1 | -28/+1 |
|
|
* | | | * macosx/tkMacOSXXStubs.c (Tk_ResetUserInactiveTime): use UsrActivity | das | 2008-06-12 | 1 | -2/+2 |
|
|
* | | | fix typos, whitespace | das | 2008-05-03 | 1 | -2/+2 |
|
|