summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXInit.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build errors on i386 for Cocoa; thanks to Marc Culler for patchKevin Walzer2016-01-311-2/+0
* Additional fixes for memory leaks, window flickering on OS X 10.11; thanks to...Kevin Walzer2016-01-091-3/+1
* spacingjan.nijtmans2015-12-171-1/+1
* Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m...Kevin Walzer2015-12-151-22/+46
* Fix for zombie windows on El Capitan/OS X 10.11; thanks to Marc Culler for patchKevin Walzer2015-12-071-5/+1
* Remove garbage collections calls as GC is no longer supported on OS X; thanks...Kevin Walzer2015-03-211-2/+0
* Remove unnecessary end-of-line spacingjan.nijtmans2015-02-021-2/+2
* Scrolling is now working at an acceptable level; using Unix bindings to drive...Kevin Walzer2015-01-301-7/+2
* Revert additional changes to scrollbar codeKevin Walzer2015-01-121-2/+2
* Revert changes to Mac scrollbar; native implementation is best that can be do...Kevin Walzer2015-01-121-2/+2
* Remove unnecessary end-of-line spacingjan.nijtmans2014-11-211-1/+1
* Remove residual private API calls from Tk/Mac after Mac App Store review flag...Kevin Walzer2014-11-181-5/+3
* Fix for Mac crash on Yosemite because of changes in version checkingKevin Walzer2014-10-211-1/+6
* Replace various functions calls, for functions which are small wrappers aroun...jan.nijtmans2013-01-141-6/+6
* consistant use of mode: objc for OSX, strip spaces from the end of linesjan.nijtmans2012-10-231-1/+1
|\
| * remove RCS keywords, use mode: objc consistantlyjan.nijtmans2012-10-231-4/+2
| * Review branch for merge of Tk-Cocoa into Tk 8.5 main branchKevin Walzer2012-09-121-247/+232
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-1/+13
| | * * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issuesdas2007-06-291-2/+2
| | * * macosx/tkMacOSXColor.c: fix issues with TK_{IF,ELSE,ENDIF} macros;das2007-06-091-5/+37
| | * * macosx/tkMacOSXMouseEvent.c (GenerateMouseWheelEvent): enabledas2007-06-061-9/+3
| | * * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-291-165/+185
| | * * macosx/tkMacOSXInit.c (TkpInit): only set tcl_interactive 1 ifhobbs2006-11-241-19/+28
| | * * changes: updates for 8.4.14 release.das2006-10-161-3/+3
| | * * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, fordas2006-08-181-16/+26
| | * * macosx/tkMacOSXCursor.c (TkMacOSXCursor):das2006-07-201-2/+2
| | * * generic/tkCanvWind.c (DisplayWinItem, WinItemRequestProc): ensuredas2006-05-121-194/+196
| | * * macosx/tkMacOSXWm.c (TkWmMapWindow, InitialWindowBounds): fix use ofdas2006-04-281-2/+2
| | * * macosx/tkMacOSX.h: Cleaned up & rationalized order ofdas2006-03-281-2/+3
| | * * macosx/tkMacOSXDraw.c: re-added inclusion of tclInt.h to allow accessdas2006-01-101-2/+4
| | * * macosx/tkMacOSXDraw.c: remove inclusion of tclInt.h and use of tcldas2005-12-081-2/+2
| | * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-16/+49
| | * * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): check ifdas2005-09-101-1/+3
| | * * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code intodas2005-08-091-1/+2
| | * * macosx/tkMacOSXInit.c:das2005-05-291-2/+2
| | * * macosx/tkMacOSXInit.c (TkpInit): fixed resource file extractiondas2005-05-261-10/+8
| | * * macosx/Makefile:das2005-05-241-3/+60
| | * * macosx/tkMacOSXInit.c:das2005-05-141-5/+6
| | * * macosx/tkMacOSXInit.c (TkpInit): set tcl_interactive to 1 to showdas2005-01-251-6/+7
| | * * generic/tkMain.c:das2004-11-111-27/+189
| | * Finish the implementation of the CG version of the X Drawing layer.wolfsuit2004-07-251-1/+2
| | * * macosx/tkMacOSXInit.c (TkpInit): use new versioned bundledas2003-05-131-3/+3
| * | avoid panic for CFStrings longer than INT_MAXdas2009-05-061-2/+2
| * | * macosx/tkMacOSXInit.c: add helper to efficiently convert fromdas2008-06-191-2/+51
| * | sync with dkf's 2008-04-27 whitespace&formatting changes on HEAD, to ease bra...das2008-05-031-61/+64
* | | More marking of files as Objective-C.dkf2009-07-061-12/+25
* | | Merge of TkAqua Cocoa portmacosx_cocoa_mergedas2009-06-291-224/+208