summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXDialog.c
Commit message (Expand)AuthorAgeFilesLines
* Bring back DEF_TEXT_SPACING[123], since "0" is not exactly equal to NULL (jus...bug_2049429fffjan.nijtmans2016-01-121-2/+2
* Merge trunk. jan.nijtmans2016-01-111-2/+20
|\
| * Additional tweaks for dialogKevin Walzer2016-01-111-2/+15
| * Fix for 63c3542c06, messageboxes in Tk-Cocoa; thanks to Marc Culler for patchKevin Walzer2016-01-111-1/+6
|/
* Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m...Kevin Walzer2015-12-151-2/+0
* merge-mark. Remove unnecessary end-of-line spacingjan.nijtmans2015-12-071-3/+3
|\
| * Fix for zombie windows on El Capitan/OS X 10.11; thanks to Marc Culler for patchKevin Walzer2015-12-071-1/+1
| * Remove multiple deprecated internal API calls on OS X; streamline Apple Event...Kevin Walzer2015-11-251-142/+244
| * Additional copyright noticesKevin Walzer2015-03-211-0/+3
| * Back out changes not pertaining to private API; those files should not have b...Kevin Walzer2014-11-181-1/+1
* | Fix for zombie windows on El Capitan/OS X 10.11; thanks to Marc Culler for patchKevin Walzer2015-12-071-1/+1
* | Remove multiple deprecated internal API calls on OS X; streamline Apple Event...Kevin Walzer2015-11-251-46/+133
* | Additional copyright noticesKevin Walzer2015-03-211-0/+3
* | Remove unnecessary end-of-line spacingjan.nijtmans2014-11-211-1/+1
* | Back out changes not pertaining to private API; those files should not have b...Kevin Walzer2014-11-201-61/+3
* | Remove residual private API calls from Tk/Mac after Mac App Store review flag...Kevin Walzer2014-11-181-2/+60
* | Merge core-8-5-branchjan.nijtmans2013-01-241-18/+18
|\ \ | |/
| * make TkBackgroundEvalObjv a static function, and eliminate the use of the dep...jan.nijtmans2013-01-231-0/+65
* | Replace various functions calls, for functions which are small wrappers aroun...jan.nijtmans2013-01-141-2/+2
* | 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-3/+1
| * Review branch for merge of Tk-Cocoa into Tk 8.5 main branchKevin Walzer2012-09-121-1340/+648
| * Implementation for Carbon.dgp2011-10-171-5/+19
* | Ttk and Aqua donedkf2012-07-241-93/+97
* | TIP 382: Existence and argument validation for -confirmoverwrite on Cocoa.dgp2011-10-241-1/+10
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * Fix potential use of uninitialized variable flagged by clang static analyzerdas2008-12-071-3/+4
| | * Fix leaks flagged by clang static analyzerdas2008-12-071-1/+25
| | * Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-16/+69
| | * * macosx/tkMacOSXDialog.c: sync with HEAD.das2007-10-261-12/+13
| | * cleanupdas2007-09-111-11/+7
| | * * macosx/tkMacOSXDialog.c (Tk_ChooseColorObjCmd): correct setting ofdas2007-08-271-35/+27
| | * * macosx/tkMacOSXDialog.c (NavServicesGetFile): reset interp result ondas2007-07-251-1/+2
| | * * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issuesdas2007-06-291-6/+4
| | * * macosx/tkMacOSXXStubs.c (XCreateImage, DestroyImage): correct XImagedas2007-06-231-5/+12
| | * * macosx/tkMacOSXWindowEvent.c: ensure window is brought to the frontdas2007-05-091-4/+10
| | * * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-291-723/+721
| | * * macosx/tkMacOSXDialog.c (Tk_MessageBoxObjCmd): fix inability to usedas2006-12-011-1/+4
| | * * macosx/tkMacOSXDialog.c (Tk_MessageBoxObjCmd): added standard Escapedas2006-04-111-753/+763
| | * * macosx/tkMacOSX.h: Cleaned up & rationalized order ofdas2006-03-281-4/+1
| | * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-4/+4
| | * * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): check ifdas2005-09-101-18/+36
| | * * macosx/tkMacOSXDialog.c: make dialogs ignore -initialfile "" andhobbs2005-08-231-42/+48
| | * * macosx/tkMacOSXButton.c:das2005-08-221-2/+2
| | * * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code intodas2005-08-091-6/+6
| | * * macosx/tkMacOSXInit.c:das2005-05-141-16/+16
| | * * macosx/tkMacOSXDialog.c (Tk_GetSaveFileObjCmd, NavServicesGetFile):das2005-02-221-44/+24
| | * Backport Mac OS X specific fixes from TOT. See ChangeLog for details.wolfsuit2004-02-161-33/+465