summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXEmbed.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [099109cf1f]: crash when destroying an embedded window if the container h...culler2021-06-031-0/+3
* More implicit type-casts, for C++ compatibility.jan.nijtmans2021-02-021-6/+6
* Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable()jan.nijtmans2020-09-021-1/+1
* Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename (inter...jan.nijtmans2020-09-021-4/+4
* Process timer events as well as idle events in some of the inner event loops ...marc_culler2020-07-121-3/+1
* Fix bug [67384bce7d]: make winfo-13.2 expect the container to be destroyed in...culler2019-05-241-1/+3
* Mitigate future merge conflict headaches.culler2019-04-171-20/+35
* Change tkMacOSXEmbed.c to match the change in tkUnixEmbed.c even thoughculler2019-02-041-0/+8
* Changes which make unixEmbed-8.1a pass on macOS.culler2019-01-311-5/+2
* Remove debug print statement.culler2019-01-231-1/+0
* Fix bug [58665b91dd]: unixEmbed tests fail on macOS due to use of dobg.culler2019-01-231-83/+51
* As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-3/+3
|\
| * As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-3/+3
* | Fix a few MacOSX compiler warningsjan.nijtmans2018-08-141-1/+1
* | Remove two debug messages which print to stderr during macOS tests but areculler2017-12-031-1/+4
* | Fix behavior of raise on macOS.culler2017-11-291-1/+1
* | tkWinDialog.c: Change a LoadLibrary() call to GetModuleHandle(), since "shell...jan.nijtmans2017-11-271-1/+1
* | Don't process window events if the dead window is the root. Thisculler2017-11-241-0/+4
* | Silence some compiler warnings.dgp2015-02-121-1/+1
|\ \ | |/
| * Silence some compiler warningsdgp2015-02-121-1/+1
* | Merge 8.5. Fix [winfo id] for Cocoa.dgp2015-01-021-2/+46
|\ \ | |/
| * The [winfo id] of a Tk window is meant to identify it. The actual valuedgp2015-01-021-2/+46
| * Back out changes not pertaining to private API; those files should not have b...Kevin Walzer2014-11-181-1/+1
* | 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-12/+11
* | Remove residual private API calls from Tk/Mac after Mac App Store review flag...Kevin Walzer2014-11-181-10/+11
* | Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands.jan.nijtmans2014-06-031-3/+3
* | 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-14/+26
* | merge trunkdkf2012-08-081-1/+1
|\ \
| * | Fix regression in cutting/pasting text; thanks to Adrian Robert for patchKevin Walzer2012-08-071-1/+1
* | | Working towards making the error codes more consistent.dkf2012-07-301-9/+7
* | | Ttk and Aqua donedkf2012-07-241-7/+12
|/ /
* | 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-16/+2
| | * Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-9/+9
| | * * macosx/tkMacOSXMenu.c: add error checking; whitespace cleanup.das2007-06-041-2/+2
| | * * macosx/tkMacOSXWindowEvent.c: ensure window is brought to the frontdas2007-05-091-68/+39
| | * * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-291-545/+540
| | * * macosx/tkMacOSXDebug.c: add TkMacOSX prefix to leftover macosx-privatedas2006-10-311-11/+11
| | * * macosx/tkMacOSXEmbed.c:das2006-04-221-5/+18
| | * * macosx/tkMacOSX.h: Cleaned up & rationalized order ofdas2006-03-281-8/+1
| | * * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code intodas2005-08-091-4/+5
| * | * macosx/tkMacOSXEmbed.c (TkpMakeWindow): fix bug with missingdas2008-06-191-17/+2
| * | sync with dkf's 2008-04-27 whitespace&formatting changes on HEAD, to ease bra...das2008-05-031-264/+233
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-14/+13
* | | Merge of TkAqua Cocoa portmacosx_cocoa_mergedas2009-06-291-13/+14