summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXEmbed.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate Tk_FreeXId(), since it doesn't do anything since 2008-08-19: [8356a...jan.nijtmans2016-04-111-1/+1
* 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
* | | Factor out the platform-specific bits of [tk busy]. [Bug 2180919]dkf2008-10-201-1/+64
* | | * macosx/tkMacOSXEmbed.c (TkpMakeWindow): fix bug with missingdas2008-06-191-17/+2
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-265/+235
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * macosx/tkMacOSXSubwindows.c: add pixmap size field to MacDrawabledas2007-11-081-1/+3
* | * macosx/tkMacOSXDraw.c: replace all (internal) use of QD regiondas2007-10-121-9/+7
* | * macosx/tkMacOSXDraw.c: comment formatting fix for Xcode 3.0.das2007-06-031-2/+2
* | * macosx/tkMacOSXWindowEvent.c: ensure window is brought to the frontdas2007-05-091-68/+39
* | typodas2007-04-251-2/+2
* | fix whitespace & formattingdas2007-04-231-45/+46
* | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-231-537/+531
* | * macosx/tkMacOSXDebug.c: add TkMacOSX prefix to leftover macosx-privatedas2006-10-311-11/+11
* | fix warningsdas2006-04-221-7/+5
* | fix to embed.test failuresvincentdarley2006-04-181-1/+16
* | * generic/tkTextDisp.c: moved #ifdef MAC_OSX_TK code added bydas2006-03-241-8/+1
* | Changed to make platform implementation ready for a toplevel -use option; com...chengyemao2005-01-091-2/+3
* | * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-4/+4
|/