| Commit message (Expand) | Author | Age | Files | Lines |
* | Change Tk_FreeXId() into a macro. | jan.nijtmans | 2016-08-12 | 1 | -1/+1 |
|
|
* | Final tweak for OS X wm crash, thanks to Marc Culler | Kevin Walzer | 2016-07-19 | 1 | -1/+1 |
|
|
* | Fix for Ticket c84f660833546b1b84e7fd3aef930c2f17207461 (Tk crashes when topl... | Kevin Walzer | 2016-07-17 | 1 | -7/+13 |
|
|
* | Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m... | Kevin Walzer | 2015-12-15 | 1 | -10/+1 |
|
|
* | Fix for zombie windows on El Capitan/OS X 10.11; thanks to Marc Culler for patch | Kevin Walzer | 2015-12-07 | 1 | -1/+2 |
|
|
* | Cleanup of last patch to Tk-Cocoa | Kevin Walzer | 2015-11-08 | 1 | -4/+0 |
|
|
* | Re-working of internal Cocoa widget drawing routines, especially when resizin... | Kevin Walzer | 2015-04-09 | 1 | -0/+59 |
|
|
* | Backing out changes; unexpected issues with window resizing that require furt... | Kevin Walzer | 2015-04-07 | 1 | -59/+0 |
|
|
* | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler... | Kevin Walzer | 2015-04-07 | 1 | -0/+59 |
|
|
* | Cleanup and simplification of memory management in event loop; now works more... | Kevin Walzer | 2015-03-21 | 1 | -0/+6 |
|
|
* | Wish now launches in front when called from command line, and focus -force wo... | Kevin Walzer | 2015-03-15 | 1 | -2/+4 |
|
|
* | Fix typo's, debug statements, C++-comment. | jan.nijtmans | 2014-08-11 | 1 | -4/+8 |
|\ |
|
| * | Fix typo's, debug statements, C++-comment. | jan.nijtmans | 2014-08-11 | 1 | -4/+8 |
|
|
| * | Further refinement of scrolling; addresses artifacts in scrolling complex int... | Kevin Walzer | 2014-08-11 | 1 | -9/+5 |
|
|
| * | Further refinement of Mac OS X scrolling; thanks to Marc Culler for an additi... | Kevin Walzer | 2014-08-04 | 1 | -5/+9 |
|
|
| * | Fine-tune scrolling, especially of text widgets with embedded windows, after ... | Kevin Walzer | 2014-07-28 | 1 | -9/+0 |
|
|
| * | Add copyright notice to Marc Culler for extensive patch to alpha rendering on... | Kevin Walzer | 2014-07-25 | 1 | -5/+6 |
|
|
| * | Fix for alpha channel rendering for images on OS X Mavericks; thanks to Marc ... | Kevin Walzer | 2014-07-07 | 1 | -2/+2 |
|
|
| * | remove RCS keywords, use mode: objc consistantly | jan.nijtmans | 2012-10-23 | 1 | -3/+1 |
|
|
| * | Cherrypick Merge, Backport of [6223d9e067]. Restored from | andreask | 2012-10-09 | 1 | -0/+7 |
|
|
| * | Review branch for merge of Tk-Cocoa into Tk 8.5 main branch | Kevin Walzer | 2012-09-12 | 1 | -424/+324 |
|
|
* | | Further refinement of scrolling; addresses artifacts in scrolling complex int... | Kevin Walzer | 2014-08-11 | 1 | -9/+5 |
|
|
* | | Further refinement of Mac OS X scrolling; thanks to Marc Culler for an additi... | Kevin Walzer | 2014-08-04 | 1 | -5/+9 |
|
|
* | | 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 | -5/+6 |
|
|
* | | Fix for alpha channel rendering for images on OS X Mavericks; thanks to Marc ... | Kevin Walzer | 2014-07-07 | 1 | -2/+2 |
|
|
* | | Fix for 3572016, menus not re-enabling after modal dialog | Kevin Walzer | 2012-10-02 | 1 | -1/+1 |
|
|
* | | Added OSX-specific mechanism to allow retrieval of the drawing surface. | dkf | 2012-05-29 | 1 | -0/+7 |
|
|
* | | 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/tkMacOSXEmbed.c (TkpMakeWindow): fix bug with missing | das | 2008-06-19 | 1 | -2/+48 |
|
|
| | * | * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): Revert 2007-10-26 | das | 2007-12-18 | 1 | -1/+36 |
|
|
| | * | Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09 | das | 2007-11-09 | 1 | -56/+148 |
|
|
| | * | * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issues | das | 2007-06-29 | 1 | -136/+126 |
|
|
| | * | * macosx/tkMacOSXColor.c: fix issues with TK_{IF,ELSE,ENDIF} macros; | das | 2007-06-09 | 1 | -19/+20 |
|
|
| | * | * macosx/tkMacOSXMenu.c: add error checking; whitespace cleanup. | das | 2007-06-04 | 1 | -13/+18 |
|
|
| | * | * macosx/tkMacOSXWindowEvent.c (GenerateUpdateEvent): complete all | das | 2007-05-31 | 1 | -259/+123 |
|
|
| | * | * macosx/tkMacOSXMenu.c (DrawMenuSeparator): use DrawingContext API. | das | 2007-05-30 | 1 | -48/+27 |
|
|
| | * | * macosx/tkMacOSXWindowEvent.c: ensure window is brought to the front | das | 2007-05-09 | 1 | -4/+6 |
|
|
| | * | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon event | das | 2007-04-29 | 1 | -337/+305 |
|
|
| | * | * macosx/tkMacOSXDebug.c: add TkMacOSX prefix to leftover macosx-private | das | 2006-10-31 | 1 | -6/+6 |
|
|
| | * | fix typo: visable -> visible | das | 2006-07-24 | 1 | -2/+2 |
|
|
| | * | * macosx/tkMacOSXSubwindows.c (TkMacOSXInvalidateWindow): ensure invalid | das | 2006-06-14 | 1 | -10/+10 |
|
|
| | * | * generic/tkCanvWind.c (DisplayWinItem, WinItemRequestProc): ensure | das | 2006-05-12 | 1 | -179/+170 |
|
|
| | * | * macosx/tkMacOSX.h: Cleaned up & rationalized order of | das | 2006-03-28 | 1 | -7/+1 |
|
|
| | * | * generic/tk.decls: fix signature of TkMacOSXInvalClipRgns | das | 2006-02-09 | 1 | -15/+16 |
|
|
| | * | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -2/+4 |
|
|
| | * | * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code into | das | 2005-08-09 | 1 | -46/+125 |
|
|
| | * | * generic/tkInt.h: Swap TkUnsupported1Cmd for TkUnsupported1ObjCmd. | hobbs | 2005-07-28 | 1 | -6/+27 |
|
|