summaryrefslogtreecommitdiffstats
path: root/win/tkWinEmbed.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-3/+3
* * tkDecls.h: Reverted das's change of Tk's stubs pointersKevin B Kenny2008-04-081-36/+1
* merge stable branch onto HEADdgp2007-12-131-1/+1
* Assorted minor cleanups.dkf2007-09-081-5/+10
* * win/tkWinEmbed.c (TkpGetOtherWindow): [Bug 1212056] do not panichobbs2006-05-291-2/+1
* More fixes (mostly getting rid of excess spaces)dkf2005-12-021-26/+27
* ANSIficationdkf2005-12-021-322/+375
* Flushed idle events before mapping an embedded windowchengyemao2005-01-271-1/+2
* Minor change for correct initial embeddedMenuHwndchengyemao2005-01-181-1/+2
* Simplified TkpUseWindow; got rid of unnecessary code for saving an embedded w...chengyemao2005-01-171-53/+50
* Added TK_INFO message for use in an embedded window attachment protocol; modi...chengyemao2005-01-161-41/+89
* A better way to map an embbedded windowchengyemao2005-01-121-6/+35
* Minor bug fix to support embedding/embeddedchengyemao2005-01-121-3/+8
* corrected return values and added comments for embedded window messageschengyemao2005-01-101-23/+156
* Modified to support a container of either a toplevel or a framechengyemao2005-01-091-13/+25
* Changed to make platform implementation ready for a toplevel -use option; com...chengyemao2005-01-091-2/+24
* Implemented TK_STAT message to support {wm state} for embedded windowchengyemao2005-01-071-1/+13
* Removed unnecsssary panic from TkpUseWindow and forced redraw container after...chengyemao2005-01-071-5/+2
* Made the remarks of TkpUseWindow clearer regarding the embedding/embedded att...chengyemao2005-01-051-6/+10
* Modified to support embedded menu widgetchengyemao2004-12-281-2/+45
* implemented overrideredirect for an embedded; corrected incorrect frame upper...chengyemao2004-12-201-1/+39
* featrue implementation of Tk container and embedded including TK_MOVEWINDOW, ...chengyemao2004-12-201-15/+23
* Bug fix and feature implementation of embedded/embedding Tkchengyemao2004-12-191-7/+92
* Bug fix [222677]chengyemao2004-12-181-25/+24
* bug fix (842945,831627)chengyemao2004-12-171-31/+10
* * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-4/+4
* * generic/tkEvent.c: Added three new functions: TkCreateExitHandler,davygrvy2003-12-211-3/+3
* (TkWinEmbeddedEventProc) : for loop dereferences containerPtr but can'tdavygrvy2003-12-131-5/+7
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-3/+3
* * win/tkWinEmbed.c (EmbedWindowDeleted): added a check for a nullhobbs2002-06-221-1/+3
* * tests/embed.test: Added cross platform embed tests.mdejong2002-05-271-1/+11
* * generic/tkFileFilter.c (AddClause): Cast to match function prototype.mo2000-07-061-2/+2
* * Merged 8.1 branch into the main trunkstanton1999-04-161-23/+38
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Initial revisionrjohnson1998-04-011-0/+645