summaryrefslogtreecommitdiffstats
path: root/win/tkWinEmbed.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [5ee8af61e5ef8e233158a43459624f4ecf58a6fe|5ee8af61e5] on Win64: Window em...jan.nijtmans2015-11-101-2/+5
|\
| * Fix [5ee8af61e5ef8e233158a43459624f4ecf58a6fe|5ee8af61e5] on Win64: Window em...jan.nijtmans2015-11-101-2/+5
* | Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands.jan.nijtmans2014-06-031-2/+2
* | Working towards making the error codes more consistent.dkf2012-07-301-2/+2
* | a few more placesdkf2012-07-241-10/+17
* | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-8/+8
|\ \ | |/
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-8/+8
| |\
| * \ [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-131-1/+1
| |\ \ | | |/
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * win/tkWinEmbed.c (TkpGetOtherWindow): do not panic if no windowhobbs2006-04-111-2/+1
| | * * generic/tkInt.h: Backport of shutdown safety mods from the HEADdavygrvy2004-10-271-7/+9
| * | [Bug 2956548] TkpButtonSetDefaults only initializes one button typenijtmans2010-03-121-36/+1
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-6/+6
* | | Make compilable with -DUNICODE, or mark files with a TODO which are not done ...nijtmans2010-09-101-2/+2
* | | Eliminate tkpMenubuttonClassnijtmans2010-01-131-2/+2
* | | 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