summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXSubwindows.c
Commit message (Expand)AuthorAgeFilesLines
* Change Tk_FreeXId() into a macro.jan.nijtmans2016-08-121-1/+1
* Final tweak for OS X wm crash, thanks to Marc CullerKevin Walzer2016-07-191-1/+1
* Fix for Ticket c84f660833546b1b84e7fd3aef930c2f17207461 (Tk crashes when topl...Kevin Walzer2016-07-171-7/+13
* Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m...Kevin Walzer2015-12-151-10/+1
* Fix for zombie windows on El Capitan/OS X 10.11; thanks to Marc Culler for patchKevin Walzer2015-12-071-1/+2
* Cleanup of last patch to Tk-CocoaKevin Walzer2015-11-081-4/+0
* Re-working of internal Cocoa widget drawing routines, especially when resizin...Kevin Walzer2015-04-091-0/+59
* Backing out changes; unexpected issues with window resizing that require furt...Kevin Walzer2015-04-071-59/+0
* Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler...Kevin Walzer2015-04-071-0/+59
* Cleanup and simplification of memory management in event loop; now works more...Kevin Walzer2015-03-211-0/+6
* Wish now launches in front when called from command line, and focus -force wo...Kevin Walzer2015-03-151-2/+4
* Fix typo's, debug statements, C++-comment.jan.nijtmans2014-08-111-4/+8
|\
| * Fix typo's, debug statements, C++-comment.jan.nijtmans2014-08-111-4/+8
| * Further refinement of scrolling; addresses artifacts in scrolling complex int...Kevin Walzer2014-08-111-9/+5
| * Further refinement of Mac OS X scrolling; thanks to Marc Culler for an additi...Kevin Walzer2014-08-041-5/+9
| * Fine-tune scrolling, especially of text widgets with embedded windows, after ...Kevin Walzer2014-07-281-9/+0
| * Add copyright notice to Marc Culler for extensive patch to alpha rendering on...Kevin Walzer2014-07-251-5/+6
| * Fix for alpha channel rendering for images on OS X Mavericks; thanks to Marc ...Kevin Walzer2014-07-071-2/+2
| * remove RCS keywords, use mode: objc consistantlyjan.nijtmans2012-10-231-3/+1
| * Cherrypick Merge, Backport of [6223d9e067]. Restored fromandreask2012-10-091-0/+7
| * Review branch for merge of Tk-Cocoa into Tk 8.5 main branchKevin Walzer2012-09-121-424/+324
* | Further refinement of scrolling; addresses artifacts in scrolling complex int...Kevin Walzer2014-08-111-9/+5
* | Further refinement of Mac OS X scrolling; thanks to Marc Culler for an additi...Kevin Walzer2014-08-041-5/+9
* | Fine-tune scrolling, especially of text widgets with embedded windows, after ...Kevin Walzer2014-07-281-8/+0
* | Add copyright notice to Marc Culler for extensive patch to alpha rendering on...Kevin Walzer2014-07-251-5/+6
* | Fix for alpha channel rendering for images on OS X Mavericks; thanks to Marc ...Kevin Walzer2014-07-071-2/+2
* | Fix for 3572016, menus not re-enabling after modal dialogKevin Walzer2012-10-021-1/+1
* | Added OSX-specific mechanism to allow retrieval of the drawing surface.dkf2012-05-291-0/+7
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * macosx/tkMacOSXEmbed.c (TkpMakeWindow): fix bug with missingdas2008-06-191-2/+48
| | * * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): Revert 2007-10-26das2007-12-181-1/+36
| | * Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-56/+148
| | * * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issuesdas2007-06-291-136/+126
| | * * macosx/tkMacOSXColor.c: fix issues with TK_{IF,ELSE,ENDIF} macros;das2007-06-091-19/+20
| | * * macosx/tkMacOSXMenu.c: add error checking; whitespace cleanup.das2007-06-041-13/+18
| | * * macosx/tkMacOSXWindowEvent.c (GenerateUpdateEvent): complete alldas2007-05-311-259/+123
| | * * macosx/tkMacOSXMenu.c (DrawMenuSeparator): use DrawingContext API.das2007-05-301-48/+27
| | * * macosx/tkMacOSXWindowEvent.c: ensure window is brought to the frontdas2007-05-091-4/+6
| | * * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-291-337/+305
| | * * macosx/tkMacOSXDebug.c: add TkMacOSX prefix to leftover macosx-privatedas2006-10-311-6/+6
| | * fix typo: visable -> visibledas2006-07-241-2/+2
| | * * macosx/tkMacOSXSubwindows.c (TkMacOSXInvalidateWindow): ensure invaliddas2006-06-141-10/+10
| | * * generic/tkCanvWind.c (DisplayWinItem, WinItemRequestProc): ensuredas2006-05-121-179/+170
| | * * macosx/tkMacOSX.h: Cleaned up & rationalized order ofdas2006-03-281-7/+1
| | * * generic/tk.decls: fix signature of TkMacOSXInvalClipRgnsdas2006-02-091-15/+16
| | * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-2/+4
| | * * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code intodas2005-08-091-46/+125
| | * * generic/tkInt.h: Swap TkUnsupported1Cmd for TkUnsupported1ObjCmd.hobbs2005-07-281-6/+27